9b73a18f62a19c8ca5fedc1021a332576811e934
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public testAllowAllDefintionsInFile() : void renamed to public testAllowAllDefinitionsInFile() : void in class com.google.errorprone.bugpatterns.RestrictedApiCheckerTest | From | To | |
Move And Rename Method | 2 | ||
Move And Rename Method private anyAnnotation(mirrors List<? extends TypeMirror>, state VisitorState) : Matcher<Tree> from class com.google.errorprone.bugpatterns.RestrictedApiChecker to public hasAnyAnnotation(mirrors List<? extends TypeMirror>) : Matcher<Tree> from class com.google.errorprone.matchers.Matchers | From | To | |
Move And Rename Method private anyAnnotation(annotations Class<? extends Annotation>[]) : Matcher<Tree> from class com.google.errorprone.bugpatterns.RestrictedApiChecker to public hasAnyAnnotation(annotations Class<? extends Annotation>...) : Matcher<Tree> from class com.google.errorprone.matchers.Matchers | From | To | |
Extract Variable | 1 | ||
Extract Variable description : Description.Builder in method private checkRestriction(restriction RestrictedApi, where Tree, state VisitorState) : Description from class com.google.errorprone.bugpatterns.RestrictedApiChecker | From | To |