*Result*: Automated Refactoring of Legacy Java Software to Default Methods

Title:
Automated Refactoring of Legacy Java Software to Default Methods
Source:
Publications and Research
Publisher Information:
CUNY Academic Works
Publication Year:
2017
Collection:
City University of New York: CUNY Academic Works
Document Type:
*Academic Journal* article in journal/newspaper
File Description:
application/pdf
Language:
English
Accession Number:
edsbas.4BA4BA88
Database:
BASE

*Further Information*

*Java 8 default methods, which allow interfaces to contain (instance) method implementations, are useful for the skeletal implementation software design pattern. However, it is not easy to transform existing software to exploit default methods as it requires analyzing complex type hierarchies, resolving multiple implementation inheritance issues, reconciling differences between class and interface methods, and analyzing tie-breakers (dispatch precedence) with overriding class methods to preserve type-correctness and confirm semantics preservation. In this paper, we present an efficient, fully-automated, type constraint-based refactoring approach that assists developers in taking advantage of enhanced interfaces for their legacy Java software. The approach features an extensive rule set that covers various corner-cases where default methods cannot be used. To demonstrate applicability, we implemented our approach as an Eclipse plug-in and applied it to 19 real-world Java projects, as well as submitted pull requests to popular GitHub repositories. The indication is that it is useful in migrating skeletal implementation methods to interfaces as default methods, sheds light onto the pattern’s usage, and provides insight to language designers on how this new construct applies to existing software.*