|
Rename Parameter annotationType : Class<T> to annotationClass : Class<T> in method public getAnnotation(sym Symbol, annotationClass Class<T>) : T in class com.google.errorprone.util.ASTHelpers |
From |
To |
|
Rename Parameter annotationType : Class<T> to annotationClass : Class<T> in method public getAnnotation(tree Tree, annotationClass Class<T>) : T in class com.google.errorprone.util.ASTHelpers |
From |
To |
|
Rename Parameter annotationType : Class<? extends Annotation> to annotationClass : Class<? extends Annotation> in method public hasAnnotation(tree Tree, annotationClass Class<? extends Annotation>, state VisitorState) : boolean in class com.google.errorprone.util.ASTHelpers |
From |
To |
|
Rename Parameter annotationType : String to annotationClass : String in method public hasAnnotation(sym Symbol, annotationClass String, state VisitorState) : boolean in class com.google.errorprone.util.ASTHelpers |
From |
To |
|
Rename Parameter annotationType : Class<? extends Annotation> to annotationClass : Class<? extends Annotation> in method public hasAnnotation(sym Symbol, annotationClass Class<? extends Annotation>, state VisitorState) : boolean in class com.google.errorprone.util.ASTHelpers |
From |
To |
|
Rename Parameter annotationType : String to annotationClass : String in method public hasAnnotation(annotationClass String) : Matcher<T> in class com.google.errorprone.matchers.Matchers |
From |
To |
|
Rename Parameter annotationType : String to annotationClass : String in method public hasAnnotationOnAnyOverriddenMethod(annotationClass String) : Matcher<MethodTree> in class com.google.errorprone.matchers.Matchers |
From |
To |