ponder-lab / Constants-to-Enum-Eclipse-Plugin

A research prototype Eclipse plugin that refactors Java legacy code to make use of the new enum program construct that was introduced in Java 5.
Eclipse Public License 1.0
3 stars 2 forks source link

Wizard should allow for new inner enum type #26

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The wizard should ask the user if the new enum type should be an inner type of 
some other type. 
This would be helpful in situations where all the original constants are in the 
same class, perhaps 
one after another.

Original issue reported on code.google.com by raffi.t.khatchadourian on 25 May 2010 at 8:51