fe6fe2683f8f2d624ed14db8923158891ef2884e
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 5
Link to commit
Third party dependencies:
| Dependency Action | |
|---|---|
| Added | |
| com.google.auto:auto-common:0.7 | |
| Updated | |
| From junit:junit-dep 4.11 To 4.10 | |
| From junit:junit-dep 4.10 To 4.11 | |
| From junit:junit 4.13-SNAPSHOT To 4.11 | |
| From com.google.truth:truth 0.25 To 0.27 | |
| From junit:junit 4.11 To 4.13-SNAPSHOT | |
| From com.google.truth:truth 0.27 To 0.25 |
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public matchClass(classTree ClassTree, state VisitorState) : Description renamed to public matchAnnotation(tree AnnotationTree, state VisitorState) : Description in class com.google.errorprone.bugpatterns.inject.MoreThanOneInjectableConstructor | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type classTree : ClassTree to tree : AnnotationTree in method public matchAnnotation(tree AnnotationTree, state VisitorState) : Description in class com.google.errorprone.bugpatterns.inject.MoreThanOneInjectableConstructor | From | To | |
| Inline Method | 2 | ||
| Inline Method private getAnnotatedNode(state VisitorState) : Tree inlined to public matchAnnotation(annotationTree AnnotationTree, state VisitorState) : Description in class com.google.errorprone.bugpatterns.inject.JavaxInjectOnFinalField | From | To | |
| Inline Variable | 1 | ||
| Inline Variable retention : Retention in method public matchClass(classTree ClassTree, state VisitorState) : Description from class com.google.errorprone.bugpatterns.inject.ScopeOrQualifierAnnotationRetention | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter classTree : ClassTree to tree : AnnotationTree in method public matchAnnotation(tree AnnotationTree, state VisitorState) : Description in class com.google.errorprone.bugpatterns.inject.MoreThanOneInjectableConstructor | From | To |