ca42f62e0027ba32384a490e18cb1fe3f6357539
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public scan(path TreePath, state VisitorState) : Void renamed to protected handleError(s Suppressible, t Throwable) : void in class com.google.errorprone.scanner.ErrorProneScanner | From | To | |
Inline Method | 1 | ||
Inline Method package wrapWithPosition(t Throwable, path TreePath) : ErrorProneError inlined to protected handleError(s Suppressible, t Throwable) : void in class com.google.errorprone.scanner.ErrorProneScanner | From | To | |
Change Return Type | 1 | ||
Change Return Type Void to void in method protected handleError(s Suppressible, t Throwable) : void in class com.google.errorprone.scanner.ErrorProneScanner | From | To | |
Rename Attribute | 1 | ||
Rename Attribute unionTypeTreeMatchers : List<UnionTypeTreeMatcher> to unionTypeMatchers : List<UnionTypeTreeMatcher> in class com.google.errorprone.scanner.ErrorProneScanner | From | To |