f36d617a967112b30a16e7581e7714ff7a3fbe5b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type sym : Symbol.TypeSymbol to sym : Symbol in method public qualifyType(state VisitorState, fix SuggestedFix.Builder, sym Symbol) : String in class com.google.errorprone.fixes.SuggestedFixes | From | To | |
Change Parameter Type make : TreeMaker to state : VisitorState in method public qualifyType(state VisitorState, fix SuggestedFix.Builder, type TypeMirror) : String in class com.google.errorprone.fixes.SuggestedFixes | From | To | |
Inline Method | 2 | ||
Inline Method public qualifyType(make TreeMaker, fix SuggestedFix.Builder, sym Symbol.TypeSymbol) : String inlined to public qualifyType(state VisitorState, fix SuggestedFix.Builder, sym Symbol) : String in class com.google.errorprone.fixes.SuggestedFixes | From | To | |
Inline Method public qualifyType(make TreeMaker, fix SuggestedFix.Builder, type TypeMirror) : String inlined to public qualifyType(state VisitorState, fix SuggestedFix.Builder, type TypeMirror) : String in class com.google.errorprone.fixes.SuggestedFixes | From | To | |
Change Variable Type | 1 | ||
Change Variable Type whereAccessedSym : Symbol to whereAccessedSym : ClassSymbol in method public matchMemberSelect(tree MemberSelectTree, state VisitorState) : Description in class com.google.errorprone.bugpatterns.StaticQualifiedUsingExpression | From | To | |
Extract Method | 1 | ||
Extract Method public findIdent(name String, state VisitorState, kind KindSelector) : Symbol extracted from public findIdent(name String, state VisitorState) : Symbol in class com.google.errorprone.util.FindIdentifiers | From | To | |
Rename Parameter | 1 | ||
Rename Parameter make : TreeMaker to state : VisitorState in method public qualifyType(state VisitorState, fix SuggestedFix.Builder, type TypeMirror) : String in class com.google.errorprone.fixes.SuggestedFixes | From | To |