ed31b534d8416d22e8e9939c475ab16d186f87fa
Files Diff
- Added: 94
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Return Type | 1 | ||
| Change Return Type Set<CompilationUnit> to List<CompilationUnit> in method public getCompilationUnits() : List<CompilationUnit> in class com.github.javaparser.generator.utils.SourceRoot | From | To | |
| Extract Attribute | 1 | ||
| Extract Attribute public METAMODEL_PACKAGE : String in class com.github.javaparser.generator.metamodel.MetaModelGenerator | From | To | |
| Move Class | 1 | ||
| Move Class com.github.javaparser.bootstrap.SourceRoot moved to com.github.javaparser.generator.utils.SourceRoot | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type compilationUnits : Set<CompilationUnit> to compilationUnits : List<CompilationUnit> in class com.github.javaparser.generator.utils.SourceRoot | From | To |