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 check for existence of new enum #18

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The wizard needs to check if the new enum is already there and may ask to
override it.

Original issue reported on code.google.com by b.muskalla@gmail.com on 29 Aug 2009 at 1:58

khatchad commented 9 years ago

I think we can just fail the refactoring if the type name already exists (or maybe ask the user to enter another name).