2015-03-27 11:16:50 +01:00
|
|
|
# Object-oriented Refactoring of Java Programs using Graph Transformation (TTC'2015)
|
2015-03-26 12:24:16 +01:00
|
|
|
This repository contains all necessary material for the case.
|
|
|
|
|
2015-04-09 11:32:35 +02:00
|
|
|
1. The Case description.
|
2015-03-26 12:24:16 +01:00
|
|
|
|
|
|
|
2. The Automated Refactoring Test Environment (ARTE).
|
|
|
|
|
|
|
|
3. TTCTestInterface, which has to be implemented by solutions in order to be compatible with ARTE
|
2015-04-09 11:32:35 +02:00
|
|
|
(please note that one additional method will be added to also consider solutions not using the Type Graph).
|
2015-03-26 12:24:16 +01:00
|
|
|
|
|
|
|
4. Javadoc for TTCTestInterface.
|
|
|
|
|
|
|
|
5. Dummy implementation of TTCTestInterface.
|
|
|
|
|
|
|
|
6. The Eclipse update-site containing the ARTE-DSL-Editor for editing test cases executable by ARTE.
|
|
|
|
|
|
|
|
7. Ecore files of the DSL and the Type Graph (please note that the usage of Ecore is optional).
|