|
Move Method private isFieldImmutable(tree Optional<Tree>, immutableTyParams ImmutableSet<String>, classSym ClassSymbol, classType ClassType, var VarSymbol, state VisitorState) : Violation from class com.google.errorprone.bugpatterns.threadsafety.ImmutableChecker to private isFieldImmutable(tree Optional<Tree>, immutableTyParams ImmutableSet<String>, classSym ClassSymbol, classType ClassType, var VarSymbol) : Violation from class com.google.errorprone.bugpatterns.threadsafety.ImmutableAnalysis |
From |
To |
|
Move Method private getPrettyName(sym Symbol, state VisitorState) : String from class com.google.errorprone.bugpatterns.threadsafety.ImmutableChecker to private getPrettyName(sym Symbol) : String from class com.google.errorprone.bugpatterns.threadsafety.ImmutableAnalysis |
From |
To |
|
Move Method package getImmutableAnnotation(tree Tree) : ImmutableAnnotationInfo from class com.google.errorprone.bugpatterns.threadsafety.ImmutableChecker to package getImmutableAnnotation(tree Tree) : ImmutableAnnotationInfo from class com.google.errorprone.bugpatterns.threadsafety.ImmutableAnalysis |
From |
To |
|
Move Method private checkSuper(immutableTyParams ImmutableSet<String>, type ClassType, state VisitorState) : Violation from class com.google.errorprone.bugpatterns.threadsafety.ImmutableChecker to private checkSuper(immutableTyParams ImmutableSet<String>, type ClassType) : Violation from class com.google.errorprone.bugpatterns.threadsafety.ImmutableAnalysis |
From |
To |
|
Move Method private checkForImmutability(tree Optional<ClassTree>, immutableTyParams ImmutableSet<String>, type ClassType, state VisitorState) : Violation from class com.google.errorprone.bugpatterns.threadsafety.ImmutableChecker to package checkForImmutability(tree Optional<ClassTree>, immutableTyParams ImmutableSet<String>, type ClassType) : Violation from class com.google.errorprone.bugpatterns.threadsafety.ImmutableAnalysis |
From |
To |
|
Move Method private immutableInstantiation(immutableTyParams ImmutableSet<String>, annotation ImmutableAnnotationInfo, type Type, state VisitorState) : Violation from class com.google.errorprone.bugpatterns.threadsafety.ImmutableChecker to package immutableInstantiation(immutableTyParams ImmutableSet<String>, annotation ImmutableAnnotationInfo, type Type) : Violation from class com.google.errorprone.bugpatterns.threadsafety.ImmutableAnalysis |
From |
To |
|
Move Method private areFieldsImmutable(tree Optional<ClassTree>, immutableTyParams ImmutableSet<String>, classType ClassType, state VisitorState) : Violation from class com.google.errorprone.bugpatterns.threadsafety.ImmutableChecker to package areFieldsImmutable(tree Optional<ClassTree>, immutableTyParams ImmutableSet<String>, classType ClassType) : Violation from class com.google.errorprone.bugpatterns.threadsafety.ImmutableAnalysis |
From |
To |
|
Move Method package getImmutableAnnotation(sym Symbol) : ImmutableAnnotationInfo from class com.google.errorprone.bugpatterns.threadsafety.ImmutableChecker to package getImmutableAnnotation(sym Symbol) : ImmutableAnnotationInfo from class com.google.errorprone.bugpatterns.threadsafety.ImmutableAnalysis |
From |
To |