DocumentCode
3852009
Title
A Comprehensive Approach to Naming and Accessibility in Refactoring Java Programs
Author
Max Schäfer;Andreas Thies;Friedrich Steimann;Frank Tip
Author_Institution
IBM T.J. Watson Research Center, Hawthorne
Volume
38
Issue
6
fYear
2012
Firstpage
1233
Lastpage
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 JastAddJ 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.
Keywords
"Java","Access control","Feature extraction","Reverse engineering","Object oriented programming","Shadow mapping","Program processors"
Journal_Title
IEEE Transactions on Software Engineering
Publisher
ieee
ISSN
0098-5589
Type
jour
DOI
10.1109/TSE.2012.13
Filename
6152131
Link To Document