|
Change Parameter Type stack : ArrayDeque<ExpressionTree> to stack : Deque<ExpressionTree> in method private simpleNames(stack Deque<ExpressionTree>) : List<String> in class com.google.googlejavaformat.java.JavaInputAstVisitor |
From |
To |
|
Change Parameter Type dimExpressions : ArrayDeque<ExpressionTree> to dimExpressions : Deque<ExpressionTree> in method private maybeAddDims(dimExpressions Deque<ExpressionTree>, annotations Deque<List<AnnotationTree>>) : void in class com.google.googlejavaformat.java.JavaInputAstVisitor |
From |
To |
|
Change Parameter Type annotations : ArrayDeque<List<AnnotationTree>> to annotations : Deque<List<AnnotationTree>> in method private maybeAddDims(annotations Deque<List<AnnotationTree>>) : void in class com.google.googlejavaformat.java.JavaInputAstVisitor |
From |
To |
|
Change Parameter Type annotations : ArrayDeque<List<AnnotationTree>> to annotations : Deque<List<AnnotationTree>> in method private maybeAddDims(dimExpressions Deque<ExpressionTree>, annotations Deque<List<AnnotationTree>>) : void in class com.google.googlejavaformat.java.JavaInputAstVisitor |
From |
To |
|
Change Variable Type annotations : ArrayDeque<List<AnnotationTree>> to annotations : Deque<List<AnnotationTree>> in method public visitNewArray(node NewArrayTree, unused Void) : Void in class com.google.googlejavaformat.java.JavaInputAstVisitor |
From |
To |
|
Change Variable Type dims : ArrayDeque<List<AnnotationTree>> to dims : Deque<List<AnnotationTree>> in method private declareMany(fragments List<VariableTree>, annotationDirection Direction) : void in class com.google.googlejavaformat.java.JavaInputAstVisitor |
From |
To |
|
Change Variable Type dimExpressions : ArrayDeque<ExpressionTree> to dimExpressions : Deque<ExpressionTree> in method public visitNewArray(node NewArrayTree, unused Void) : Void in class com.google.googlejavaformat.java.JavaInputAstVisitor |
From |
To |
|
Change Variable Type stack : ArrayDeque<ExpressionTree> to indices : Deque<ExpressionTree> in method private getArrayIndices(expression ExpressionTree) : Deque<ExpressionTree> in class com.google.googlejavaformat.java.JavaInputAstVisitor |
From |
To |
|
Change Variable Type dims : ArrayDeque<List<AnnotationTree>> to dims : Deque<List<AnnotationTree>> in method public visitMethod(node MethodTree, unused Void) : Void in class com.google.googlejavaformat.java.JavaInputAstVisitor |
From |
To |
|
Change Variable Type stack : ArrayDeque<Name> to stack : Deque<Name> in method private visitName(node Tree, breaks BreakOrNot) : void in class com.google.googlejavaformat.java.JavaInputAstVisitor |
From |
To |
|
Change Variable Type dims : ArrayDeque<List<AnnotationTree>> to dims : Deque<List<AnnotationTree>> in method private visitAnnotatedArrayType(node Tree) : void in class com.google.googlejavaformat.java.JavaInputAstVisitor |
From |
To |
|
Change Variable Type dims : ArrayDeque<List<AnnotationTree>> to dims : Deque<List<AnnotationTree>> in method package declareOne(kind DeclarationKind, annotationsDirection Direction, modifiers Optional<ModifiersTree>, type Tree, isVarargs VarArgsOrNot, varargsAnnotations List<AnnotationTree>, name Name, op String, equals String, initializer Optional<ExpressionTree>, trailing Optional<String>, receiverExpression Optional<ExpressionTree>, typeWithDims Optional<TypeWithDims>) : int in class com.google.googlejavaformat.java.JavaInputAstVisitor |
From |
To |
|
Change Variable Type stack : ArrayDeque<ExpressionTree> to stack : Deque<ExpressionTree> in method package visitDot(node0 ExpressionTree) : void in class com.google.googlejavaformat.java.JavaInputAstVisitor |
From |
To |