Source files for an automated refactoring plug-in for the Eclipse IDE. The refactoring converts Java iterator while-loops to enhanced for-loops while preserving program execution.
The Convert Constants to Enum refactoring for Eclipse provides an automated approach for transforming legacy Java code to use the new enumeration construct. This semantics-preserving tool increases ty...