a17a68eefa156bebe9280d82e342bee65a1d2d1e
Files Diff
- Added: 4
- Removed: 2
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Method | 2 | ||
Move Method public exemptedMethods() : void from class com.google.errorprone.bugpatterns.UnusedTest to public exemptedMethods() : void from class com.google.errorprone.bugpatterns.UnusedMethodTest | From | To | |
Move Method public onlyForMethodReference() : void from class com.google.errorprone.bugpatterns.UnusedTest to public onlyForMethodReference() : void from class com.google.errorprone.bugpatterns.UnusedMethodTest | From | To | |
Extract Class | 1 | ||
Extract Class com.google.errorprone.bugpatterns.UnusedMethodTest from class com.google.errorprone.bugpatterns.UnusedTest | From | To | |
Rename Class | 2 | ||
Rename Class com.google.errorprone.bugpatterns.UnusedTest renamed to com.google.errorprone.bugpatterns.UnusedVariableTest | From | To | |
Rename Class com.google.errorprone.bugpatterns.Unused renamed to com.google.errorprone.bugpatterns.UnusedVariable | From | To | |
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute exemptingAnnotations : Set<String> to EXEMPTING_VARIABLE_ANNOTATIONS : ImmutableSet<String> in method private exemptedByAnnotation(annotations List<? extends AnnotationTree>, state VisitorState) : boolean in class com.google.errorprone.bugpatterns.UnusedVariable | From | To | |
Change Variable Type | 1 | ||
Change Variable Type exemptingAnnotations : Set<String> to EXEMPTING_VARIABLE_ANNOTATIONS : ImmutableSet<String> in method private exemptedByAnnotation(annotations List<? extends AnnotationTree>, state VisitorState) : boolean in class com.google.errorprone.bugpatterns.UnusedVariable | From | To |