Community
Participate
Working Groups
Created attachment 194098 [details] Source code of the refactoring and a small example (.rar file) With this refactoring is possible to extract subroutines and functions of a certain scope for a new module in order to have access to the extracted code in any scope that uses the module created with the USE command. If there are PARAMETER variables used only in subroutines or functions extracted, they are also extracted into the module. The source code of the refactoring, as an example of use are in the attached file (ExtractSubroutineOrFunctionToModuleRefactoring.rar).
Thanks a lot! 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?
(In reply to comment #1) > Thanks a lot! 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? I confirm that I wrote 100% of the code without incorporating content from elsewhere or relying on the intellectual property of others, and I have the right to contribute the code to Eclipse, and I have included the EPL license header in all source files.
I have committed this to master in order to meet the Juno feature freeze. Code review/testing/string externalization/documentation are pending.
Closing for Juno; documentation pending. Thanks!