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

New enum type doesn't disappear when the refactoring is undone #38

Closed khatchad closed 8 years ago

khatchad commented 9 years ago

If you undo a refactoring, all the changes are undone except the creation of the new enum type.

khatchad commented 9 years ago

org.eclipse.jdt.internal.corext.refactoring.structure.ExtractSupertypeProcessor may have a similar issue as it should create a new type as well.

khatchad commented 8 years ago

Dupe of #24.