Community
Participate
Working Groups
This refactoring allows the user to change the order of the arguments in a subroutine declaration and adjusts all calls as well as declarations in interface blocks. If an argument was used with a keyword originally, this refactoring will preserve that.
Created attachment 174155 [details] refactoring and test suite
Thanks. Can you please confirm that 1. you wrote 100% of the code without incorporating content from elsewhere or relying on the intellectual property of others, 2. you have the right to contribute the code to Eclipse, and 3. you have included the EPL license header in all source files?
Yes, I wrote 100% of the code without incorporating content from elsewhere or relying on the intellectual property of others, I have the right to contribute the code to Eclipse, and I have included the EPL license header in all source files.
This is a small contribution, so I can commit it without filing a CQ.
Note to self: AST change required -- see patch
Committed to CVS. Thanks, Matt!