bf20513b23c00ac631df8e70425e6444af9c59d1
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public sync(inputPosition int, complain boolean) : void renamed to public drain() : void in class com.google.googlejavaformat.OpsBuilder | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type errors : List<String> to errors : List<FormatterDiagnostic> in method public format(javaInput JavaInput, javaOutput JavaOutput, maxWidth int, errors List<FormatterDiagnostic>, indentationMultiplier int) : void in class com.google.googlejavaformat.java.Formatter | From | To | |
Change Parameter Type errors : List<String> to errors : List<FormatterDiagnostic> in method public OpsBuilder(input Input, output Output, errors List<FormatterDiagnostic>) in class com.google.googlejavaformat.OpsBuilder | From | To | |
Change Variable Type | 3 | ||
Change Variable Type errors : List<String> to errors : List<FormatterDiagnostic> in method public formatSource(input String) : String in class com.google.googlejavaformat.java.Formatter | From | To | |
Change Variable Type errors : List<String> to errors : List<FormatterDiagnostic> in method public formatSource(input String, characterRanges List<Range<Integer>>) : String in class com.google.googlejavaformat.java.Formatter | From | To | |
Change Variable Type errors : List<String> to errors : List<FormatterDiagnostic> in method public getFormatReplacements(input String, characterRanges List<Range<Integer>>) : ImmutableList<Replacement> in class com.google.googlejavaformat.java.Formatter | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type errors : List<String> to errors : List<FormatterDiagnostic> in class com.google.googlejavaformat.OpsBuilder | From | To |