c55ddf84bcc5421ec4321fe53d9e258e77713d97
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 1 | ||
Change Return Type boolean to GuardedByValidationResult in method public isGuardedByValid(tree Tree, state VisitorState) : GuardedByValidationResult in class com.google.errorprone.bugpatterns.threadsafety.GuardedByUtils | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method package validate(checker BugChecker, tree Tree, state VisitorState) : Description extracted from public matchVariable(tree VariableTree, state VisitorState) : Description in class com.google.errorprone.bugpatterns.threadsafety.GuardedByChecker & moved to class com.google.errorprone.bugpatterns.threadsafety.GuardedByValidator | From | To |