Veröffentlichung

Titel:
"A Comprehensive Approach to Naming and Accessibility in Refactoring Java Programs"
AutorInnen:
Max Schäfer
Andreas Thies
Friedrich Steimann
Frank Tip
Kategorie:
Artikel in Zeitschriften
erschienen in:
IEEE Transactions on Software Engineering (2012), 1233-1257
Abstract:

Automated tool support for refactoring is now widely available for mainstream programming languages such as Java. However, current refactoring tools are still quite fragile in practice and often fail to preserve program behavior or compilability. This is mainly because analyzing and transforming source code requires consideration of many language features that complicate program analysis, in particular intricate name lookup and access control rules. This paper introduces JL, a lookup-free, access control-free representation of Java programs. We present algorithms for translating Java programs into JL and vice versa, thereby making it possible to formulate refactorings entirely at the level of JL and to rely on the translations to take care of naming and accessibility issues. We demonstrate how complex refactorings become more robust and powerful when lifted to JL. Our approach has been implemented using the Jast-AddJ compiler framework, and evaluated by systematically performing two commonly used refactorings on an extensive suite of real-world Java applications. The evaluation shows that our tool correctly handles many cases where current refactoring tools fail to handle the complex rules for name binding and accessibility in Java.

Download:
electronic edition via DOI (open access)
Michael Paap | 14.08.2023