| Summary: | Refactoring: Replace Character* Declaration with Character(Len=) - CQ 4294 (approved) | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Tools] PTP | Reporter: | Mariano Mendez <marianomendez> | ||||||||
| Component: | Photran.Refactoring Engine | Assignee: | ehuq24 | ||||||||
| Status: | RESOLVED FIXED | QA Contact: | |||||||||
| Severity: | enhancement | ||||||||||
| Priority: | P3 | CC: | com-eclipse-dot-org | ||||||||
| Version: | unspecified | ||||||||||
| Target Milestone: | 7.0 | ||||||||||
| Hardware: | PC | ||||||||||
| OS: | Windows XP | ||||||||||
| Whiteboard: | |||||||||||
| Attachments: |
|
||||||||||
|
Description
Mariano Mendez
Created attachment 172170 [details]
refactorings source code patch
Created attachment 172182 [details]
legal issue fixed 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? I confirm that 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? Mariano Thanks. This patch is signifiantly larger than 250 LOC, so I will need to file a CQ for it. Filed CQ 4294 - https://dev.eclipse.org/ipzilla/show_bug.cgi?id=4294 The CQ was approved. I will check this into CVS soon. Esfar, could you please convert the test suite for this refactoring to be marker-based and then attach a revised patch? It looks like he expects the second test case to fail its initial(?) precondition check, and the other two should pass. Thanks. Oops, I copy and pasted too much. I don't actually know which tests are supposed to pass or fail. Created attachment 174455 [details]
Marker-based test suite for Replace Character * to Character (LEN=) refactoring
Thanks. Esfar, for your test suite code, 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 (except for code from Mariano's original tests), 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 #11) > Thanks. Esfar, for your test suite code, 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 (except for code from Mariano's > original tests), > > 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, 1. I wrote 100% of the code without incorporating content from elsewhere or relying on the intellectual property of others (except for code from Mariano's original tests), 2. I have the right to contribute code to Eclipse, and 3. I have included the EPL license header in all source files Committed to CVS HEAD. Thanks, Mariano and Esfar. |