ec64a7c4d81db6cc7c8220cb3dcbe181e9dafb26
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 2 | ||
Change Return Type SuggestedFix to Optional<SuggestedFix> in method public addModifiers(tree Tree, state VisitorState, modifiers Modifier...) : Optional<SuggestedFix> in class com.google.errorprone.fixes.SuggestedFixes | From | To | |
Change Return Type SuggestedFix to Optional<SuggestedFix> in method public removeModifiers(tree Tree, state VisitorState, modifiers Modifier...) : Optional<SuggestedFix> in class com.google.errorprone.fixes.SuggestedFixes | From | To | |
Change Variable Type | 4 | ||
Change Variable Type fix : Fix to fix : Optional<SuggestedFix> in method private handleLocalOrParam(tree VariableTree, state VisitorState, sym Symbol) : Description in class com.google.errorprone.bugpatterns.VarChecker | From | To | |
Change Variable Type insert : java.util.Optional<Integer> to insert : Optional<Integer> in method public addModifiers(tree Tree, state VisitorState, modifiers Modifier...) : Optional<SuggestedFix> in class com.google.errorprone.fixes.SuggestedFixes | From | To | |
Change Variable Type removeStatic : SuggestedFix to removeStatic : Optional<SuggestedFix> in method private describeFixes(methodTree MethodTree, state VisitorState) : Description in class com.google.errorprone.bugpatterns.JUnit4TestNotRun | From | To | |
Change Variable Type fix : Fix to fix : Optional<SuggestedFix> in method private editModifiers(tree Tree, state VisitorState) : Description in class com.google.errorprone.fixes.SuggestedFixesTest.EditModifiersChecker | From | To | |
Inline Variable | 1 | ||
Inline Variable fix : Fix in method private handleField(outerIf IfTree, sym VarSymbol, state VisitorState) : Description from class com.google.errorprone.bugpatterns.threadsafety.DoubleCheckedLocking | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method protected describeMatch(node Tree, fix Optional<? extends Fix>) : Description extracted from private handleLocalOrParam(tree VariableTree, state VisitorState, sym Symbol) : Description in class com.google.errorprone.bugpatterns.VarChecker & moved to class com.google.errorprone.bugpatterns.BugChecker | From | To |