603e92b7d08329f06da69f71219cdb84baa0dd62
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public matchIdentifier(tree IdentifierTree, state VisitorState) : Description renamed to public matchImport(tree ImportTree, state VisitorState) : Description in class com.google.errorprone.bugpatterns.BadNestedImport | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type tree : IdentifierTree to tree : ImportTree in method public matchImport(tree ImportTree, state VisitorState) : Description in class com.google.errorprone.bugpatterns.BadNestedImport | From | To | |
Rename Variable | 1 | ||
Rename Variable symbol : Symbol to nodeSymbol : Symbol in method public visitIdentifier(node IdentifierTree, aVoid Void) : IdentifierTree in class com.google.errorprone.bugpatterns.BadNestedImport.buildDescription.firstFound.scan | From | To | |
Extract Method | 1 | ||
Extract Method private buildDescription(symbol Symbol, enclosing Symbol, enclosingReplacement String, state VisitorState) : Description extracted from public matchIdentifier(tree IdentifierTree, state VisitorState) : Description in class com.google.errorprone.bugpatterns.BadNestedImport | From | To |