Md Arefin’s Profile
Automatic Migration of Legacy Java Method Implementations to Interfaces
Java 8 is one of the largest upgrades to the popular language and framework in over a decade. It offers several new, key features that can help make programs easier to read, write, and maintain, especially in […]
- OpenOpen
Port NetBeans Lambda Expression Refactoring to Eclipse
Java 8 is one of the largest upgrades to the popular language and framework in over a decade. There are several new key features of Java 8 that can help make programs easier to read, write, and maintain. Java 8 […]
Enumerization Refactoring: Converting Legacy Java Applications to use Language Enumeration Types
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, […]
- OpenOpen