c73ae5d79b62de91209477538b45ab5216fb108e
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Method | 2 | ||
Move Method private findCompulsoryTokens(csmElement CsmElement, node Node) : List<Integer> from class com.github.javaparser.printer.lexicalpreservation.CalculatingDifferentialTokensTest to private findCompulsoryTokens(csmElement CsmElement, node Node) : List<CompulsoryElement> from class com.github.javaparser.printer.lexicalpreservation.LexicalDifferenceCalculator | From | To | |
Move Method private findCompulsoryTokens(node Node) : List<Integer> from class com.github.javaparser.printer.lexicalpreservation.CalculatingDifferentialTokensTest to private findCompulsoryTokens(node Node) : List<CompulsoryElement> from class com.github.javaparser.printer.lexicalpreservation.LexicalDifferenceCalculator | From | To | |
Change Return Type | 2 | ||
Change Return Type List<Integer> to List<CompulsoryElement> in method private findCompulsoryTokens(node Node) : List<CompulsoryElement> in class com.github.javaparser.printer.lexicalpreservation.LexicalDifferenceCalculator | From | To | |
Change Return Type List<Integer> to List<CompulsoryElement> in method private findCompulsoryTokens(csmElement CsmElement, node Node) : List<CompulsoryElement> in class com.github.javaparser.printer.lexicalpreservation.LexicalDifferenceCalculator | From | To | |
Extract Class | 1 | ||
Extract Class com.github.javaparser.printer.lexicalpreservation.LexicalDifferenceCalculator from class com.github.javaparser.printer.lexicalpreservation.CalculatingDifferentialTokensTest | From | To |