d2ca992a8d580e753bdb69ef9150f40a0d5f5f8e
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public isDaggerComponent() : Matcher<T> renamed to public hasProvidesAnnotation() : Matcher<T> in class com.google.errorprone.matchers.InjectMatchers | From | To | |
Move And Inline Method | 1 | ||
Move And Inline Method public hasScopingAnnotations() : MultiMatcher<Tree,AnnotationTree> moved from class com.google.errorprone.matchers.InjectMatchers to class com.google.errorprone.bugpatterns.inject.MoreThanOneScopeAnnotationOnClass & inlined to public matchClass(classTree ClassTree, state VisitorState) : Description | From | To | |
Rename Attribute | 2 | ||
Rename Attribute DAGGER_COMPONENT_MATCHER : Matcher<Tree> to HAS_PROVIDES_ANNOTATION : Matcher<Tree> in class com.google.errorprone.matchers.InjectMatchers | From | To | |
Rename Attribute HAS_INJECT_ANNOTATION_MATCHER : Matcher<Tree> to HAS_INJECT_ANNOTATION : Matcher<Tree> in class com.google.errorprone.matchers.InjectMatchers | From | To |