ec35358d9443afd1cef4ef615ed63e21f01f40bf
Files Diff
- Added: 0
- Removed: 3
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 2 | ||
Change Return Type Boolean to String in method public call() : String in class com.google.googlejavaformat.java.FormatFileCallable | From | To | |
Change Return Type void to String in method public writeMerged(iRangeSet0 RangeSet<Integer>) : String in class com.google.googlejavaformat.java.JavaOutput | From | To | |
Move Attribute | 4 | ||
Move Attribute private lineRanges : ImmutableRangeSet<Integer> from class com.google.googlejavaformat.java.FileToFormat to private lineRanges : ImmutableRangeSet<Integer> from class com.google.googlejavaformat.java.FormatFileCallable | From | To | |
Move Attribute public STDIN_FILENAME : String from class com.google.googlejavaformat.java.FileToFormatStdin to package STDIN_FILENAME : String from class com.google.googlejavaformat.java.Formatter | From | To | |
Move Attribute private offsets : ImmutableList<Integer> from class com.google.googlejavaformat.java.FileToFormat to private offsets : ImmutableList<Integer> from class com.google.googlejavaformat.java.FormatFileCallable | From | To | |
Move Attribute private lengths : ImmutableList<Integer> from class com.google.googlejavaformat.java.FileToFormat to private lengths : ImmutableList<Integer> from class com.google.googlejavaformat.java.FormatFileCallable | From | To | |
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute reordered : String to input : String in method public call() : String in class com.google.googlejavaformat.java.FormatFileCallable | From | To | |
Split Attribute | 1 | ||
Split Attribute fileToFormat : FileToFormat to [fileName : String, offsets : ImmutableList<Integer>, lengths : ImmutableList<Integer>, lineRanges : ImmutableRangeSet<Integer>] in class com.google.googlejavaformat.java.FormatFileCallable | From | To |