|
Change Parameter Type arg : Void to arg : A in method public visit(n ArrayBracketPair, arg A) : void in class com.github.javaparser.ast.visitor.VoidVisitorAdapter |
From |
To |
|
Change Parameter Type _n : ReferenceType to _n : ArrayType in method public visit(_n ArrayType, _arg Object) : Node in class com.github.javaparser.ast.visitor.CloneVisitor |
From |
To |
|
Change Parameter Type arrayCount : int to levels : List<ArrayCreationLevel> in method public ArrayCreationExpr(range Range, type Type, levels List<ArrayCreationLevel>, initializer ArrayInitializerExpr) in class com.github.javaparser.ast.expr.ArrayCreationExpr |
From |
To |
|
Change Parameter Type n : ReferenceType to n : ArrayBracketPair in method public visit(n ArrayBracketPair, arg A) : void in class com.github.javaparser.ast.visitor.VoidVisitorAdapter |
From |
To |
|
Change Parameter Type n : ReferenceType to n : ArrayCreationLevel in method public visit(n ArrayCreationLevel, arg A) : R in class com.github.javaparser.ast.visitor.GenericVisitorAdapter |
From |
To |
|
Change Parameter Type n : ReferenceType to n : ArrayType in method public visit(n ArrayType, arg A) : Node in class com.github.javaparser.ast.visitor.ModifierVisitorAdapter |
From |
To |
|
Change Parameter Type n1 : ReferenceType to n1 : ArrayType in method public visit(n1 ArrayType, arg Node) : Boolean in class com.github.javaparser.ast.visitor.EqualsVisitor |
From |
To |
|
Change Parameter Type n : ReferenceType to n : LambdaExpr in method public visit(n LambdaExpr, arg Object) : void in class com.github.javaparser.bdd.visitors.PositionTestVisitor |
From |
To |
|
Change Parameter Type n : ReferenceType to n : ArrayCreationLevel in method public visit(n ArrayCreationLevel, arg A) : void in class com.github.javaparser.ast.visitor.VoidVisitor |
From |
To |
|
Change Parameter Type arrayCount : int to arrayBracketPairsAfterId : List<ArrayBracketPair> in method public VariableDeclaratorId(range Range, name String, arrayBracketPairsAfterId List<ArrayBracketPair>) in class com.github.javaparser.ast.body.VariableDeclaratorId |
From |
To |
|
Change Parameter Type type : PrimitiveType to type : Type in method public arrayOf(type Type, annotations AnnotationExpr...) : ArrayType in class com.github.javaparser.ast.type.ArrayType |
From |
To |
|
Change Parameter Type dimensions : List<Expression> to levels : List<ArrayCreationLevel> in method public setLevels(levels List<ArrayCreationLevel>) : ArrayCreationExpr in class com.github.javaparser.ast.expr.ArrayCreationExpr |
From |
To |
|
Change Parameter Type n : ReferenceType to n : ArrayCreationLevel in method public visit(n ArrayCreationLevel, arg A) : R in class com.github.javaparser.ast.visitor.GenericVisitor |
From |
To |
|
Change Parameter Type n : ReferenceType to n : ArrayCreationLevel in method public visit(n ArrayCreationLevel, arg A) : void in class com.github.javaparser.ast.visitor.VoidVisitorAdapter |
From |
To |
|
Rename Variable dimensions : List<Expression> to values : List<ArrayCreationLevel> in method public visit(n ArrayCreationExpr, arg A) : Node in class com.github.javaparser.ast.visitor.ModifierVisitorAdapter |
From |
To |
|
Rename Variable annotations : List<AnnotationExpr> to annotations_ : List<AnnotationExpr> in method public visit(_n FieldDeclaration, _arg Object) : Node in class com.github.javaparser.ast.visitor.CloneVisitor |
From |
To |
|
Rename Variable annotations : List<AnnotationExpr> to ann : List<AnnotationExpr> in method public visit(_n ArrayCreationLevel, _arg Object) : Node in class com.github.javaparser.ast.visitor.CloneVisitor |
From |
To |
|
Rename Variable dim : Expression to level : ArrayCreationLevel in method public visit(n ArrayCreationExpr, arg Object) : void in class com.github.javaparser.ast.visitor.DumpVisitor |
From |
To |
|
Rename Variable typeParameters : List<TypeParameter> to typeParameters_ : List<TypeParameter> in method public visit(_n MethodDeclaration, _arg Object) : Node in class com.github.javaparser.ast.visitor.CloneVisitor |
From |
To |
|
Rename Variable parameters : List<Parameter> to parameters_ : List<Parameter> in method public visit(_n MethodDeclaration, _arg Object) : Node in class com.github.javaparser.ast.visitor.CloneVisitor |
From |
To |
|
Rename Variable dim : Expression to level : ArrayCreationLevel in method public visit(n ArrayCreationExpr, arg A) : R in class com.github.javaparser.ast.visitor.GenericVisitorAdapter |
From |
To |
|
Rename Variable dim : Expression to level : ArrayCreationLevel in method public visit(n ArrayCreationExpr, arg A) : void in class com.github.javaparser.ast.visitor.VoidVisitorAdapter |
From |
To |
|
Rename Variable annotations : List<AnnotationExpr> to annotations_ : List<AnnotationExpr> in method public visit(_n MethodDeclaration, _arg Object) : Node in class com.github.javaparser.ast.visitor.CloneVisitor |
From |
To |
|
Rename Variable dimensions : List<Expression> to levels_ : List<ArrayCreationLevel> in method public visit(_n ArrayCreationExpr, _arg Object) : Node in class com.github.javaparser.ast.visitor.CloneVisitor |
From |
To |
|
Rename Parameter type : Type to elementType : Type in method public VariableDeclarationExpr(elementType Type, variableName String, modifiers Modifier...) in class com.github.javaparser.ast.expr.VariableDeclarationExpr |
From |
To |
|
Rename Parameter type : Type to elementType : Type in method public FieldDeclaration(modifiers EnumSet<Modifier>, annotations List<AnnotationExpr>, elementType Type, arrayBracketPairsAfterElementType List<ArrayBracketPair>, variables List<VariableDeclarator>) in class com.github.javaparser.ast.body.FieldDeclaration |
From |
To |
|
Rename Parameter type : Type to elementType : Type in method public MethodDeclaration(modifiers EnumSet<Modifier>, annotations List<AnnotationExpr>, typeParameters List<TypeParameter>, elementType Type, arrayBracketPairsAfterElementType List<ArrayBracketPair>, name String, parameters List<Parameter>, arrayBracketPairsAfterParameterList List<ArrayBracketPair>, throws_ List<ReferenceType>, body BlockStmt) in class com.github.javaparser.ast.body.MethodDeclaration |
From |
To |
|
Rename Parameter arrayCount : int to arrayBracketPairsAfterId : List<ArrayBracketPair> in method public VariableDeclaratorId(range Range, name String, arrayBracketPairsAfterId List<ArrayBracketPair>) in class com.github.javaparser.ast.body.VariableDeclaratorId |
From |
To |
|
Rename Parameter vars : List<VariableDeclarator> to variables : List<VariableDeclarator> in method public VariableDeclarationExpr(elementType Type, variables List<VariableDeclarator>) in class com.github.javaparser.ast.expr.VariableDeclarationExpr |
From |
To |
|
Rename Parameter exceptTypes : Type to exceptType : Type in method public CatchClause(range Range, exceptModifier EnumSet<Modifier>, exceptAnnotations List<AnnotationExpr>, exceptType Type, exceptId VariableDeclaratorId, catchBlock BlockStmt) in class com.github.javaparser.ast.stmt.CatchClause |
From |
To |
|
Rename Parameter type : Type to elementType : Type in method public FieldDeclaration(range Range, modifiers EnumSet<Modifier>, annotations List<AnnotationExpr>, elementType Type, variables List<VariableDeclarator>, arrayBracketPairsAfterElementType List<ArrayBracketPair>) in class com.github.javaparser.ast.body.FieldDeclaration |
From |
To |
|
Rename Parameter type : Type to elementType : Type in method public VariableDeclarationExpr(elementType Type, variableName String) in class com.github.javaparser.ast.expr.VariableDeclarationExpr |
From |
To |
|
Rename Parameter type : Type to elementType : Type in method public Parameter(modifiers EnumSet<Modifier>, elementType Type, id VariableDeclaratorId) in class com.github.javaparser.ast.body.Parameter |
From |
To |
|
Rename Parameter type : Type to elementType : Type in method public setElementType(elementType Type) : FieldDeclaration in class com.github.javaparser.ast.body.FieldDeclaration |
From |
To |
|
Rename Parameter type : Type to elementType : Type in method public create(elementType Type, name String) : Parameter in class com.github.javaparser.ast.body.Parameter |
From |
To |
|
Rename Parameter type : Type to elementType : Type in method public FieldDeclaration(modifiers EnumSet<Modifier>, elementType Type, variable VariableDeclarator) in class com.github.javaparser.ast.body.FieldDeclaration |
From |
To |
|
Rename Parameter type : Type to elementType : Type in method public Parameter(range Range, modifiers EnumSet<Modifier>, annotations List<AnnotationExpr>, elementType Type, arrayBracketPairsAfterElementType List<ArrayBracketPair>, isVarArgs boolean, id VariableDeclaratorId) in class com.github.javaparser.ast.body.Parameter |
From |
To |
|
Rename Parameter dimensions : List<Expression> to levels : List<ArrayCreationLevel> in method public setLevels(levels List<ArrayCreationLevel>) : ArrayCreationExpr in class com.github.javaparser.ast.expr.ArrayCreationExpr |
From |
To |
|
Rename Parameter type : Type to elementType : Type in method public VariableDeclarationExpr(elementType Type, variables List<VariableDeclarator>) in class com.github.javaparser.ast.expr.VariableDeclarationExpr |
From |
To |
|
Rename Parameter type : Type to elementType : Type in method public VariableDeclarationExpr(elementType Type, var VariableDeclarator) in class com.github.javaparser.ast.expr.VariableDeclarationExpr |
From |
To |
|
Rename Parameter type : Type to elementType : Type in method public setElementType(elementType Type) : VariableDeclarationExpr in class com.github.javaparser.ast.expr.VariableDeclarationExpr |
From |
To |
|
Rename Parameter type : Type to elementType : Type in method public Parameter(elementType Type, id VariableDeclaratorId) in class com.github.javaparser.ast.body.Parameter |
From |
To |
|
Rename Parameter type : Type to elementType : Type in method public MethodDeclaration(modifiers EnumSet<Modifier>, elementType Type, name String) in class com.github.javaparser.ast.body.MethodDeclaration |
From |
To |
|
Rename Parameter type : Type to elementType : Type in method public VariableDeclarationExpr(elementType Type, var VariableDeclarator, modifiers Modifier...) in class com.github.javaparser.ast.expr.VariableDeclarationExpr |
From |
To |
|
Rename Parameter vars : List<VariableDeclarator> to variables : List<VariableDeclarator> in method public setVariables(variables List<VariableDeclarator>) : void in class com.github.javaparser.ast.expr.VariableDeclarationExpr |
From |
To |
|
Rename Parameter type : Type to elementType : Type in method public MethodDeclaration(modifiers EnumSet<Modifier>, elementType Type, name String, parameters List<Parameter>) in class com.github.javaparser.ast.body.MethodDeclaration |
From |
To |
|
Rename Parameter vars : List<VariableDeclarator> to variables : List<VariableDeclarator> in method public VariableDeclarationExpr(modifiers EnumSet<Modifier>, elementType Type, variables List<VariableDeclarator>) in class com.github.javaparser.ast.expr.VariableDeclarationExpr |
From |
To |
|
Rename Parameter type : Type to elementType : Type in method public FieldDeclaration(modifiers EnumSet<Modifier>, elementType Type, variables List<VariableDeclarator>) in class com.github.javaparser.ast.body.FieldDeclaration |
From |
To |
|
Rename Parameter type : Type to elementType : Type in method public MethodDeclaration(range Range, modifiers EnumSet<Modifier>, annotations List<AnnotationExpr>, typeParameters List<TypeParameter>, elementType Type, arrayBracketPairsAfterElementType List<ArrayBracketPair>, nameExpr NameExpr, parameters List<Parameter>, arrayBracketPairsAfterParameterList List<ArrayBracketPair>, throws_ List<ReferenceType>, body BlockStmt) in class com.github.javaparser.ast.body.MethodDeclaration |
From |
To |
|
Rename Parameter arrayCount : int to levels : List<ArrayCreationLevel> in method public ArrayCreationExpr(range Range, type Type, levels List<ArrayCreationLevel>, initializer ArrayInitializerExpr) in class com.github.javaparser.ast.expr.ArrayCreationExpr |
From |
To |
|
Rename Parameter type : Type to elementType : Type in method public VariableDeclarationExpr(modifiers EnumSet<Modifier>, elementType Type, variables List<VariableDeclarator>) in class com.github.javaparser.ast.expr.VariableDeclarationExpr |
From |
To |