0d11c44aac58d9f8aed18cdf5db3a4f9c2147ef3
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 2 | ||
Rename Variable prevKind : Kind to prevIsStatic : boolean in method public toString() : String in class com.google.errorprone.apply.ImportStatements | From | To | |
Rename Variable currKind : Kind to isStatic : boolean in method public toString() : String in class com.google.errorprone.apply.ImportStatements | From | To | |
Change Variable Type | 2 | ||
Change Variable Type currKind : Kind to isStatic : boolean in method public toString() : String in class com.google.errorprone.apply.ImportStatements | From | To | |
Change Variable Type prevKind : Kind to prevIsStatic : boolean in method public toString() : String in class com.google.errorprone.apply.ImportStatements | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type importStrings : Set<String> to importStrings : SortedSet<String> in class com.google.errorprone.apply.ImportStatements | From | To |