2c09b93e994f46abdfd6e4dcec22dbf01dbd6029
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 1 | ||
| Rename Variable options : Map<String,String> to parserOptions : Map<String,String> in method package format(javaInput JavaInput, javaOutput JavaOutput, options JavaFormatterOptions, errors List<FormatterDiagnostic>) : void in class com.google.googlejavaformat.java.Formatter | From | To | |
| Move Attribute | 1 | ||
| Move Attribute private sortImports : SortImports from class com.google.googlejavaformat.java.FormatFileCallable to private sortImports : SortImports from class com.google.googlejavaformat.java.JavaFormatterOptions | From | To | |
| Extract Class | 1 | ||
| Extract Class com.google.googlejavaformat.java.JavaFormatterOptions from class com.google.googlejavaformat.java.FormatFileCallable | From | To | |
| Move Class | 1 | ||
| Move Class com.google.googlejavaformat.java.FormatFileCallable.SortImports moved to com.google.googlejavaformat.java.JavaFormatterOptions.SortImports | From | To | |
| Merge Parameter | 1 | ||
| Merge Parameter [indentationMultiplier : int, maxWidth : int] to options : JavaFormatterOptions in method package format(javaInput JavaInput, javaOutput JavaOutput, options JavaFormatterOptions, errors List<FormatterDiagnostic>) : void in class com.google.googlejavaformat.java.Formatter | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type lines : ArrayList<String> to lines : List<String> in method public rewrite(tok Tok, maxWidth int, column0 int) : String in class com.google.googlejavaformat.java.JavaCommentsHelper | From | To | |
| Extract Variable | 1 | ||
| Extract Variable text : String in method public rewrite(tok Tok, maxWidth int, column0 int) : String from class com.google.googlejavaformat.java.JavaCommentsHelper | From | To |