c497a04e0a05c6bc030510ba3c1441401b810f02
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private checkFieldsAndSupertypesForImmutability(tree Optional<ClassTree>, immutableTyParams ImmutableSet<String>, type ClassType, state VisitorState) : Violation renamed to private checkSuper(immutableTyParams ImmutableSet<String>, type ClassType, state VisitorState) : Violation in class com.google.errorprone.bugpatterns.threadsafety.ImmutableChecker | From | To | |
Extract Method | 1 | ||
Extract Method private checkForImmutability(tree Optional<ClassTree>, immutableTyParams ImmutableSet<String>, type ClassType, state VisitorState) : Violation extracted from private checkFieldsAndSupertypesForImmutability(tree Optional<ClassTree>, immutableTyParams ImmutableSet<String>, type ClassType, state VisitorState) : Violation in class com.google.errorprone.bugpatterns.threadsafety.ImmutableChecker | From | To |