b78d7f336afe2b9b3c0c306d69b0ae619f4875bc
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public matchAnnotation(tree AnnotationTree, state VisitorState) : Description renamed to public matchMethod(tree MethodTree, state VisitorState) : Description in class com.google.errorprone.bugpatterns.NullableVoid | From | To | |
Rename Method public matchAnnotation(tree AnnotationTree, state VisitorState) : Description renamed to public matchMethod(tree MethodTree, state VisitorState) : Description in class com.google.errorprone.bugpatterns.NullableConstructor | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type tree : AnnotationTree to tree : MethodTree in method public matchMethod(tree MethodTree, state VisitorState) : Description in class com.google.errorprone.bugpatterns.NullableConstructor | From | To | |
Change Parameter Type tree : AnnotationTree to tree : MethodTree in method public matchMethod(tree MethodTree, state VisitorState) : Description in class com.google.errorprone.bugpatterns.NullableVoid | From | To | |
Change Variable Type | 1 | ||
Change Variable Type sym : Symbol to sym : MethodSymbol in method public matchMethod(tree MethodTree, state VisitorState) : Description in class com.google.errorprone.bugpatterns.NullableVoid | From | To |