96776ef5b02f0ba9e0bc3d24932f49350f08661c
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public indentTo(column int) : SourcePrinter renamed to public indentWithAlignTo(column int) : SourcePrinter in class com.github.javaparser.printer.SourcePrinter | From | To | |
Merge Parameter | 1 | ||
Merge Parameter [indentation : String, endOfLineCharacter : String] to configuration : PrettyPrinterConfiguration in method package SourcePrinter(configuration PrettyPrinterConfiguration) in class com.github.javaparser.printer.SourcePrinter | From | To | |
Extract Variable | 1 | ||
Extract Variable indentChar : char in method public getIndent() : String from class com.github.javaparser.printer.PrettyPrinterConfiguration | From | To | |
Extract Method | 1 | ||
Extract Method private calculateIndentWithAlignTo(column int) : String extracted from public indentTo(column int) : SourcePrinter in class com.github.javaparser.printer.SourcePrinter | From | To | |
Rename Parameter | 1 | ||
Rename Parameter size : int to indentSize : int in method public setIndentSize(indentSize int) : PrettyPrinterConfiguration in class com.github.javaparser.printer.PrettyPrinterConfiguration | From | To |