390d90ea894e8270f1c9ddc09df20a01feb1647a
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private scan(tree JCTree, currentClass ClassSymbol, state VisitorState) : boolean renamed to package referencesOuter(tree Tree, owner Symbol, state VisitorState) : boolean in class com.google.errorprone.bugpatterns.CanBeStaticAnalyzer | From | To | |
Change Parameter Type | 3 | ||
Change Parameter Type currentClass : ClassSymbol to owner : Symbol in method package referencesOuter(tree Tree, owner Symbol, state VisitorState) : boolean in class com.google.errorprone.bugpatterns.CanBeStaticAnalyzer | From | To | |
Change Parameter Type tree : JCTree to tree : Tree in method package referencesOuter(tree Tree, owner Symbol, state VisitorState) : boolean in class com.google.errorprone.bugpatterns.CanBeStaticAnalyzer | From | To | |
Change Parameter Type currentClass : ClassSymbol to owner : Symbol in method private CanBeStaticAnalyzer(owner Symbol, state VisitorState) in class com.google.errorprone.bugpatterns.CanBeStaticAnalyzer | From | To | |
Move And Rename Class | 1 | ||
Move And Rename Class com.google.errorprone.bugpatterns.ClassCanBeStatic.OuterReferenceScanner moved and renamed to com.google.errorprone.bugpatterns.CanBeStaticAnalyzer | From | To | |
Rename Attribute | 1 | ||
Rename Attribute currentClass : ClassSymbol to owner : Symbol in class com.google.errorprone.bugpatterns.CanBeStaticAnalyzer | From | To | |
Change Variable Type | 1 | ||
Change Variable Type scanner : OuterReferenceScanner to scanner : CanBeStaticAnalyzer in method package referencesOuter(tree Tree, owner Symbol, state VisitorState) : boolean in class com.google.errorprone.bugpatterns.CanBeStaticAnalyzer | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type currentClass : ClassSymbol to owner : Symbol in class com.google.errorprone.bugpatterns.CanBeStaticAnalyzer | From | To | |
Rename Parameter | 2 | ||
Rename Parameter currentClass : ClassSymbol to owner : Symbol in method package referencesOuter(tree Tree, owner Symbol, state VisitorState) : boolean in class com.google.errorprone.bugpatterns.CanBeStaticAnalyzer | From | To | |
Rename Parameter currentClass : ClassSymbol to owner : Symbol in method private CanBeStaticAnalyzer(owner Symbol, state VisitorState) in class com.google.errorprone.bugpatterns.CanBeStaticAnalyzer | From | To |