c54fe695374c231b388aa6c87a5686fed66c76d9
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable state : VisitorState to stateWithSuppressionInformation : VisitorState in method private processMatchers(matchers Iterable<M>, tree T, processingFunction TreeProcessor<M,T>, oldState VisitorState) : VisitorState in class com.google.errorprone.scanner.ErrorProneScanner | From | To | |
Inline Method | 1 | ||
Inline Method public incrementCounter(key String) : void inlined to public reportMatch(description Description) : void in class com.google.errorprone.VisitorState | From | To | |
Change Return Type | 1 | ||
Change Return Type boolean to SuppressedState in method protected isSuppressed(suppressible Suppressible, errorProneOptions ErrorProneOptions) : SuppressedState in class com.google.errorprone.scanner.Scanner | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public isIgnoreSuppressionAnnotations() : boolean extracted from private processMatchers(matchers Iterable<M>, tree T, processingFunction TreeProcessor<M,T>, oldState VisitorState) : VisitorState in class com.google.errorprone.scanner.ErrorProneScanner & moved to class com.google.errorprone.ErrorProneOptions | From | To |