CodeStyle:keep simple method on one line - does it work?
IDEA B6077, JDK 1.6.0-RC.
I have a code style that intends to keep simple methods (getters/settes, etc)
on a single line; however, invoking a refactoring operation like introduce fields
generate methods which are not on a single line?
I thought that this flag overrode brace placement settings for methods (which would,
in my case start on a new line)...
I thought this issue was addressed and was really surprised to see it popping up
again....
Cheers,
Bonny
Please sign in to leave a comment.