32fda3d82b344fc6f47a17a2e1e8bd9c20242e47
Files Diff
- Added: 7
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Pull Up Method | 2 | ||
| Pull Up Method private assertTransformed(exampleName String, cu CompilationUnit) : void from class com.github.javaparser.printer.lexicalpreservation.TransformationsTest to protected assertTransformed(exampleName String, cu CompilationUnit) : void from class com.github.javaparser.printer.lexicalpreservation.AbstractLexicalPreservingTest | From | To | |
| Pull Up Method private assertUnchanged(exampleName String) : void from class com.github.javaparser.printer.lexicalpreservation.TransformationsTest to protected assertUnchanged(exampleName String) : void from class com.github.javaparser.printer.lexicalpreservation.AbstractLexicalPreservingTest | From | To | |
| Extract Method | 1 | ||
| Extract Method public removeToken(tokenKind int, potentiallyFollowingWhitespace boolean) : void extracted from public removeToken(tokenKind int) : void in class com.github.javaparser.printer.lexicalpreservation.NodeText | From | To |