Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 282549 - Canonicalized Fortran keyword capitalization refactoring
Summary: Canonicalized Fortran keyword capitalization refactoring
Status: RESOLVED FIXED
Alias: None
Product: PTP
Classification: Tools
Component: Photran.Refactoring Engine (show other bugs)
Version: 4.0   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Jeffrey Overbey CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-06 11:58 EDT by Kurt Hendle CLA
Modified: 2011-01-31 07:59 EST (History)
2 users (show)

See Also:


Attachments
Keyword case refactoring patch (23.00 KB, patch)
2009-07-06 11:58 EDT, Kurt Hendle CLA
no flags Details | Diff
keyword case refactoring patch (updated) (23.43 KB, patch)
2009-07-06 13:30 EDT, Kurt Hendle CLA
g.watson: iplog+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kurt Hendle CLA 2009-07-06 11:58:01 EDT
Created attachment 140880 [details]
Keyword case refactoring patch

Steps To Reproduce:
1. Apply the attached patch.
2. Run Eclipse Application with all Workspace plug-ins

More information:
Adds support for selecting multiple files in the package explorer: right-click > refactoring > unify keyword case.
User then has choice to change all Fortran keywords to upper or lower case.
Comment 1 Jeffrey Overbey CLA 2009-07-06 12:15:40 EDT
Hi Kurt,

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
Comment 2 Kurt Hendle CLA 2009-07-06 13:27:30 EDT
(In reply to comment #1)
1. I wrote 100% of the code. Portions of the code are borrowed from or based on code elsewhere in Photran. This is noted in the header comments for files and/or methods which were borrowed. Otherwise this code was written without incorporating content from elsewhere or relying on the intellectual property of others.

2. I have the right to contribute the code to Eclipse; I've been hired by Ralph Johnson to work on the Photran project.

3. In addition, the EPL license header is included in all java source files included in this patch.


 

Comment 3 Kurt Hendle CLA 2009-07-06 13:30:17 EDT
Created attachment 140889 [details]
keyword case refactoring patch (updated)

Please note the patch has been updated to remove warnings of unused imports and include several more header comments.
Comment 4 Jeffrey Overbey CLA 2009-07-10 12:03:43 EDT
Entered as CQ 3433

https://dev.eclipse.org/ipzilla/show_bug.cgi?id=3433
Comment 5 Jeffrey Overbey CLA 2009-08-06 18:06:47 EDT
CQ approved; committed to CVS.