0dec13e714cd8f16a4533909236520b3bf71daf5
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getElements() : List<CsmElement> renamed to public getTopElement() : CsmElement in class com.github.javaparser.printer.ConcreteSyntaxModel | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type condition : ObservableProperty to condition : Condition in method public CsmConditional(property ObservableProperty, condition Condition, thenElement CsmElement, elseElement CsmElement) in class com.github.javaparser.printer.concretesyntaxmodel.CsmConditional | From | To | |
Change Return Type | 1 | ||
Change Return Type List<CsmElement> to CsmElement in method public getTopElement() : CsmElement in class com.github.javaparser.printer.ConcreteSyntaxModel | From | To | |
Rename Class | 1 | ||
Rename Class com.github.javaparser.printer.concretesyntaxmodel.CsmChild renamed to com.github.javaparser.printer.concretesyntaxmodel.CsmSingleReference | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type condition : ObservableProperty to condition : Condition in class com.github.javaparser.printer.concretesyntaxmodel.CsmConditional | From | To |