[ANN] SmartIntroduce 1.1.9
Available via Plugin Manager.
Changes:
- Bugfix: Extract Method was excluding trailing semicolons, causing it to fail
- Extract Substring: Possibility to extract as 'native' type for boolean & numeric literals
(globally configurable right now. An option to ask the user will follow)
Ex:
String s = "foo bar"; => int x = 123; instead of String x = "123";
Sascha
Please sign in to leave a comment.
Thanks!
--Dave Griffith
Great!