Community
Participate
Working Groups
Created attachment 128307 [details] Source code of refactoring I am codifying a new refactoring to replace the obsolete operators (.le., .lt., .gt., .ge., .eq., .ne.). The refacoring process the file in the editor and replace the obsolete operator by the new constructions.
Hi Bruno, Thanks for submitting this. 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? For #1, if you borrowed code from either Photran or CDT, that is fine, as long as you state that explicitly. Thanks. Jeff
I would like to confirm that code developed is only based in the Photran and I include the EPL license in all source files. I also confirm that right to contribute the code to Eclipse. Bruno B. Boniati
The patch looks good. I'll plan to get this into CVS (and test it) before our release. Thanks so much! Jeff
Hi Bruno, I just got this into CVS. I made a couple of minor changes; among them, we now have the ability to apply a refactoring to multiple files, so you can select several files in the Fortran Projects view, right-click, and apply this refactoring to all of them at once. Thanks again for the contribution! Jeff