Treffer: Refactoring Composite to Visitor and Inverse Transformation in Java
Title:
Refactoring Composite to Visitor and Inverse Transformation in Java
Authors:
Publication Year:
2011
Collection:
Computer Science
Subject Terms:
Document Type:
Report
Working Paper
Access URL:
Accession Number:
edsarx.1112.4271
Database:
arXiv
Weitere Informationen
We describe how to use refactoring tools to transform a Java program conforming to the Composite design pattern into a program conforming to the Visitor design pattern with the same external behavior. We also describe the inverse transformation. We use the refactoring tool provided by IntelliJ IDEA.