Closed khatchad closed 8 years ago
If you undo a refactoring, all the changes are undone except the creation of the new enum type.
org.eclipse.jdt.internal.corext.refactoring.structure.ExtractSupertypeProcessor may have a similar issue as it should create a new type as well.
org.eclipse.jdt.internal.corext.refactoring.structure.ExtractSupertypeProcessor
Dupe of #24.
If you undo a refactoring, all the changes are undone except the creation of the new enum type.