2a6f04b95d10fe5be6d720900d23e82cdd7be9c9
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method package getGuardValue(tree Tree, state VisitorState) : String renamed to package getGuardValues(tree Tree, state VisitorState) : ImmutableSet<String> in class com.google.errorprone.bugpatterns.threadsafety.GuardedByUtils | From | To | |
Rename Variable | 1 | ||
Rename Variable guard : String to guards : ImmutableSet<String> in method public isGuardedByValid(tree Tree, state VisitorState) : GuardedByValidationResult in class com.google.errorprone.bugpatterns.threadsafety.GuardedByUtils | From | To | |
Change Return Type | 1 | ||
Change Return Type String to ImmutableSet<String> in method package getGuardValues(tree Tree, state VisitorState) : ImmutableSet<String> in class com.google.errorprone.bugpatterns.threadsafety.GuardedByUtils | From | To | |
Change Variable Type | 1 | ||
Change Variable Type guard : String to guards : ImmutableSet<String> in method public isGuardedByValid(tree Tree, state VisitorState) : GuardedByValidationResult in class com.google.errorprone.bugpatterns.threadsafety.GuardedByUtils | From | To |