Community
Participate
Working Groups
Refactoring used to fuse two compatible loops together
Created attachment 173148 [details] Loop Fusion Refactoring Loop Fusion Refactoring
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?
1. I wrote 100% of the code without incorporating content from elsewhere or relying on the intellectual property of others, 2. I have the right to contribute the code to Eclipse, and 3. I have included the EPL license header in all source files.
Created attachment 179320 [details] Revised patch - renamed, messages committed I committed the externalized strings and plugin.xml changes to CVS, but the unit tests are not passing, so I did not commit the refactoring itself or the test suite. Ashley, could you please replace your sources from HEAD (i.e., get rid of your local changes), then apply the REVISED patch (attached), and see why the tests are failing? When it is fixed, please attach a revised revised patch. Thanks.
Oops, I attached that to the wrong bug. That was for Unroll Loop. Fuse Loops works fine. It has been committed to CVS. Thanks!