|
Change Return Type ImmutableList<ErrorProneToken> to List<ErrorProneToken> in method private getTokensAfterOpeningBrace(tokens List<ErrorProneToken>) : List<ErrorProneToken> in class com.google.errorprone.fixes.SuggestedFixes |
From |
To |
|
Change Return Type ImmutableList<ErrorProneToken> to List<ErrorProneToken> in method public getOffsetTokensForNode(tree Tree) : List<ErrorProneToken> in class com.google.errorprone.VisitorState |
From |
To |
|
Change Return Type ImmutableList<ErrorProneToken> to List<ErrorProneToken> in method public getTokensForNode(tree Tree) : List<ErrorProneToken> in class com.google.errorprone.VisitorState |
From |
To |
|
Change Return Type ImmutableList<ErrorProneToken> to List<ErrorProneToken> in method public getOffsetTokens(start int, end int) : List<ErrorProneToken> in class com.google.errorprone.VisitorState |
From |
To |
|
Change Return Type ImmutableList<ErrorProneToken> to List<ErrorProneToken> in method private annotationTokens(tree Tree, state VisitorState, annotationEnd int) : List<ErrorProneToken> in class com.google.errorprone.bugpatterns.AnnotationPosition |
From |
To |
|
Change Variable Type tokens : ImmutableList<ErrorProneToken> to tokens : List<ErrorProneToken> in method private createFix(tree VariableTree, state VisitorState) : SuggestedFix in class com.google.errorprone.bugpatterns.AssignmentToMock |
From |
To |
|
Change Variable Type tokens : ImmutableList<ErrorProneToken> to tokens : List<ErrorProneToken> in method private checkArrayDimensions(tree Tree, type Tree, state VisitorState) : Description in class com.google.errorprone.bugpatterns.MixedArrayDimensions |
From |
To |
|
Change Variable Type tokens : ImmutableList<ErrorProneToken> to tokens : List<ErrorProneToken> in method public replaceIncludingComments(path TreePath, replacement String, state VisitorState) : SuggestedFix in class com.google.errorprone.fixes.SuggestedFixes |
From |
To |
|
Change Variable Type tokens : ImmutableList<ErrorProneToken> to tokens : List<ErrorProneToken> in method private fixClass(classTree ClassTree, state VisitorState) : SuggestedFix in class com.google.errorprone.bugpatterns.InterfaceWithOnlyStatics |
From |
To |