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

Allow users to alter the input constant set during wizard invocation #27

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The tool may come back and mention that a set of constants fail the 
precondition testing because they are type dependent on other constants that 
were not originally input to the tool. Thus, to refactor the input constants, 
other constants may need to be refactored as well. If these other constants 
pass the precondition test, ask the user if they would like to refactor these 
constants as well.

Original issue reported on code.google.com by raffi.t.khatchadourian on 17 Sep 2010 at 6:31