}
add(compositeChange);
if (_renameClass) {
if (getCompilationUnit() != null) {
add(new RenameCompilationUnitChange(getCompilationUnit(), getNewName() + ".java"));
}
//if (getGroovyFile() != null) {
//TODO Refactoring of groovy file would go here if there was a refactoring for it
// We could just rename it, but that would not refactor the contents
// A refactoring plugin is in development http://sifsstud4.hsr.ch/trac/GroovyRefactoring/wiki