9d330a943c628f42b6244f629738379a1380cc67
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method private characterRangesToLineRangeSet(javaInput JavaInput, characterRanges List<Range<Integer>>) : RangeSet<Integer> renamed to private characterRangesToTokenRanges(javaInput JavaInput, characterRanges List<Range<Integer>>) : RangeSet<Integer> in class com.google.googlejavaformat.java.Formatter | From | To | |
Rename Method package characterRangeToLineRange(offset int, length int) : Range<Integer> renamed to package characterRangeToTokenRange(offset int, length int) : Range<Integer> in class com.google.googlejavaformat.java.JavaInput | From | To | |
Move Method | 3 | ||
Move Method public testGetFormatReplacements0() : void from class com.google.googlejavaformat.java.FormatterTest to public testGetFormatReplacements0() : void from class com.google.googlejavaformat.java.PartialFormattingTest | From | To | |
Move Method public testGetFormatReplacements1() : void from class com.google.googlejavaformat.java.FormatterTest to public testGetFormatReplacements1() : void from class com.google.googlejavaformat.java.PartialFormattingTest | From | To | |
Move Method private doGetFormatReplacements(input String, characterILo int, characterIHi int) : String from class com.google.googlejavaformat.java.FormatterTest to private doGetFormatReplacements(input String, characterILo int, characterIHi int) : String from class com.google.googlejavaformat.java.PartialFormattingTest | From | To | |
Rename Variable | 2 | ||
Rename Variable lineRangeSet : RangeSet<Integer> to tokenRangeSet : RangeSet<Integer> in method public formatSource(input String, characterRanges List<Range<Integer>>) : String in class com.google.googlejavaformat.java.Formatter | From | To | |
Rename Variable lineRangeSet : RangeSet<Integer> to tokenRangeSet : RangeSet<Integer> in method private characterRangesToTokenRanges(javaInput JavaInput, characterRanges List<Range<Integer>>) : RangeSet<Integer> in class com.google.googlejavaformat.java.Formatter | From | To | |
Extract Class | 1 | ||
Extract Class com.google.googlejavaformat.java.PartialFormattingTest from class com.google.googlejavaformat.java.FormatterTest | From | To |