Community
Participate
Working Groups
Steps to reproduce: * create a method with no arguments like so: void foo() * use the Change Method Signature refactoring to add an argument * the resulting method is: void foo(Object arg) -> the refactoring does not insert white space characters after opening and before closing parenthesis. Expected outcome would be: void foo( Object arg ) The formatter settings are set to have white space after opening parenthesis and before closing parenthesis. Not sure if this is already covered or related to bug 331111.
Added this case to bug 331111. *** This bug has been marked as a duplicate of bug 331111 ***