|
Change Return Type ImmutableAnnotationInfo to AnnotationInfo in method public create(typeName String, containerOf Iterable<String>) : AnnotationInfo in class com.google.errorprone.bugpatterns.threadsafety.AnnotationInfo |
From |
To |
|
Change Return Type ImmutableAnnotationInfo to AnnotationInfo in method package getImmutableAnnotation(sym Symbol, state VisitorState) : AnnotationInfo in class com.google.errorprone.bugpatterns.threadsafety.ImmutableAnalysis |
From |
To |
|
Change Return Type ImmutableAnnotationInfo to AnnotationInfo in method public create(typeName String) : AnnotationInfo in class com.google.errorprone.bugpatterns.threadsafety.AnnotationInfo |
From |
To |
|
Change Return Type ImmutableMap<String,ImmutableAnnotationInfo> to ImmutableMap<String,AnnotationInfo> in method public build() : ImmutableMap<String,AnnotationInfo> in class com.google.errorprone.bugpatterns.threadsafety.WellKnownMutability.Builder |
From |
To |
|
Change Return Type ImmutableAnnotationInfo to AnnotationInfo in method package getInheritedAnnotation(sym Symbol, state VisitorState) : AnnotationInfo in class com.google.errorprone.bugpatterns.threadsafety.ImmutableAnalysis |
From |
To |
|
Change Return Type ImmutableMap<String,ImmutableAnnotationInfo> to ImmutableMap<String,AnnotationInfo> in method private buildImmutableClasses(extraKnownImmutables List<String>) : ImmutableMap<String,AnnotationInfo> in class com.google.errorprone.bugpatterns.threadsafety.WellKnownMutability |
From |
To |
|
Change Return Type ImmutableMap<String,ImmutableAnnotationInfo> to Map<String,AnnotationInfo> in method public getKnownImmutableClasses() : Map<String,AnnotationInfo> in class com.google.errorprone.bugpatterns.threadsafety.WellKnownMutability |
From |
To |
|
Change Return Type ImmutableAnnotationInfo to AnnotationInfo in method package getImmutableAnnotation(tree Tree, state VisitorState) : AnnotationInfo in class com.google.errorprone.bugpatterns.threadsafety.ImmutableAnalysis |
From |
To |
|
Change Return Type ImmutableSet<String> to Set<String> in method public getKnownUnsafeClasses() : Set<String> in class com.google.errorprone.bugpatterns.threadsafety.WellKnownMutability |
From |
To |
|
Change Variable Type annotation : ImmutableAnnotationInfo to annotation : AnnotationInfo in method public visitType(type Type, s Void) : Violation in class com.google.errorprone.bugpatterns.threadsafety.ImmutableAnalysis.ImmutableTypeVisitor |
From |
To |
|
Change Variable Type known : ImmutableAnnotationInfo to known : AnnotationInfo in method package getImmutableAnnotation(sym Symbol, state VisitorState) : AnnotationInfo in class com.google.errorprone.bugpatterns.threadsafety.ImmutableAnalysis |
From |
To |
|
Change Variable Type annotation : ImmutableAnnotationInfo to annotation : AnnotationInfo in method public matchClass(tree ClassTree, state VisitorState) : Description in class com.google.errorprone.bugpatterns.threadsafety.ImmutableChecker |
From |
To |
|
Change Variable Type interfaceAnnotation : ImmutableAnnotationInfo to interfaceAnnotation : AnnotationInfo in method package checkForImmutability(tree Optional<ClassTree>, immutableTyParams ImmutableSet<String>, type ClassType) : Violation in class com.google.errorprone.bugpatterns.threadsafety.ImmutableAnalysis |
From |
To |
|
Change Variable Type superannotation : ImmutableAnnotationInfo to superannotation : AnnotationInfo in method private checkSuper(immutableTyParams ImmutableSet<String>, type ClassType) : Violation in class com.google.errorprone.bugpatterns.threadsafety.ImmutableAnalysis |
From |
To |
|
Change Variable Type annotation : ImmutableAnnotationInfo to annotation : AnnotationInfo in method private immutableTypeParametersInScope(sym Symbol, state VisitorState, analysis ImmutableAnalysis) : ImmutableSet<String> in class com.google.errorprone.bugpatterns.threadsafety.ImmutableChecker |
From |
To |
|
Change Variable Type superAnnotation : ImmutableAnnotationInfo to superAnnotation : AnnotationInfo in method package getInheritedAnnotation(sym Symbol, state VisitorState) : AnnotationInfo in class com.google.errorprone.bugpatterns.threadsafety.ImmutableAnalysis |
From |
To |