Enumerization Refactoring: Converting Legacy Java Applications to use Language Enumeration Types
- OpenOpen
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 type safety, produces code that is easier to comprehend, removes unnecessary complexity, and eliminates brittleness problems that normally prevent separate compilation.
Recent Discussions
Sorry, there were no discussion topics found.
Recent Docs
No Recent Docs