Community
Participate
Working Groups
Build Identifier: The attached patch provides the Add Identifier to END Refactoring with test suite. Works with subroutines, functions, modules, and programs. Also includes changes to the AST nodes to determine whether the program unit was specified in the end statement or not. Reproducible: Always
Created attachment 172159 [details] patch
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 modifies about 500 lines of code, so I will need to file a CQ.
I didn't address the case where there is no program statement. Will submit patch soon.
Created attachment 172905 [details] fixed for no program statement case
Filed CQ 4296 - https://dev.eclipse.org/ipzilla/show_bug.cgi?id=4296
Committed to CVS. Thanks, Matt!