Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 340914

Summary: [Refactoring] Nested If-Then-Else To Select Case
Product: [Tools] PTP Reporter: Gustavo Rissetti <gustavorissetti>
Component: Photran.Refactoring EngineAssignee: Jeffrey Overbey <com-eclipse-dot-org>
Status: CLOSED FIXED QA Contact:
Severity: enhancement    
Priority: P2 CC: com-eclipse-dot-org, gustavorissetti, marianomendez
Version: 6.0.3   
Target Milestone: 8.0   
Hardware: PC   
OS: Linux   
Whiteboard:
Attachments:
Description Flags
Source code of the refactoring and a small example (.rar file) none

Description Gustavo Rissetti CLA 2011-03-24 17:04:15 EDT
Created attachment 191868 [details]
Source code of the refactoring and a small example (.rar file)

This refactoring is used to replace comparisons with nested IF-THEN-ELSE of Fortran 77 by SELECT CASE of Fortran 90, if you want to compare different values ​​of only one variable. With this refactoring, the semantics of the code will be more pleasant. The source code is attached, as a figure with a small example of using this refactoring (NestedIf-Then-ElseToSelectCaseRefactoring.rar).
Comment 1 Jeffrey Overbey CLA 2012-03-01 00:17:28 EST
Thanks a lot!  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?
Comment 2 Gustavo Rissetti CLA 2012-03-01 07:25:18 EST
(In reply to comment #1)
> Thanks a lot!  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 I wrote 100% of the code without incorporating content from
elsewhere or relying on the intellectual property of others, and I have the
right to contribute the code to Eclipse, and I have included the EPL license
header in all source files.
Comment 3 Jeffrey Overbey CLA 2012-05-07 16:04:29 EDT
I have committed this to master in order to meet the Juno feature freeze.

Code review/testing/string externalization/documentation are pending.
Comment 4 Jeffrey Overbey CLA 2012-06-12 16:13:51 EDT
Closing for Juno; documentation pending.  Thanks!