869eb0a26761f7312341cf282a3d7a02af0ea263
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private insertAtBeginning(insertionMode InsertionMode) : Inserter renamed to private atBeginning(insertionMode InsertionMode) : Inserter in class com.github.javaparser.printer.lexicalpreservation.LexicalPreservingPrinter | From | To | |
Extract Method | 1 | ||
Extract Method private atBeginning(insertionMode InsertionMode, separators TextElement...) : Inserter extracted from private insertAtBeginning(insertionMode InsertionMode) : Inserter in class com.github.javaparser.printer.lexicalpreservation.LexicalPreservingPrinter | From | To |