Community
Participate
Working Groups
The quick fix to add parameters to a method does no respect code formatter settings. To reproduce: * create a method void foo() { ... } * call the method like this: foo( 0 ); * use the quick fix: Change method foo(): add parameter int i * the method foo() is changed to foo(int i) -> the refactoring does not insert white space characters after opening and before closing parenthesis. Expected outcome would be: void foo( int i ) When having quick fix remove the last parameter of a method, it leaves an unwanted space between empty parenthesis like so: void foo( ) The formatter settings are set to have white space after opening parenthesis and before closing parenthesis.
Could you please specify the build id ? Thanks
(In reply to comment #1) > Could you please specify the build id ? > Thanks The build id with which I tested was 20100617-1415
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet. If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant. -- The automated Eclipse Genie.