|
Move Method package addValuesToAnnotationArgument(annotation AnnotationTree, parameterName String, newValues Collection<String>, state VisitorState) : SuggestedFix.Builder from class com.google.errorprone.bugpatterns.inject.dagger.Util to public addValuesToAnnotationArgument(annotation AnnotationTree, parameterName String, newValues Collection<String>, state VisitorState) : Builder from class com.google.errorprone.fixes.SuggestedFixes |
From |
To |
|
Move Method private newArgument(existingParameters String, initializers Collection<String>) : String from class com.google.errorprone.bugpatterns.inject.dagger.Util to private newArgument(existingParameters String, initializers Collection<String>) : String from class com.google.errorprone.fixes.SuggestedFixes |
From |
To |
|
Move Method private newArgument(initializers Collection<String>) : String from class com.google.errorprone.bugpatterns.inject.dagger.Util to private newArgument(initializers Collection<String>) : String from class com.google.errorprone.fixes.SuggestedFixes |
From |
To |
|
Move Method private findArgument(annotation AnnotationTree, parameter String) : Optional<ExpressionTree> from class com.google.errorprone.bugpatterns.inject.dagger.Util to private findArgument(annotation AnnotationTree, parameter String) : Optional<ExpressionTree> from class com.google.errorprone.fixes.SuggestedFixes |
From |
To |