|
Rename Parameter elementType : Type to type : Type<?> in method public VariableDeclarationExpr(type Type<?>, variableName String, modifiers Modifier...) in class com.github.javaparser.ast.expr.VariableDeclarationExpr |
From |
To |
|
Rename Parameter elementType : Type<?> to type : Type<?> in method public Parameter(type Type<?>, identifier VariableDeclaratorId) in class com.github.javaparser.ast.body.Parameter |
From |
To |
|
Rename Parameter elementType : Type<?> to variables : NodeList<VariableDeclarator> in method public FieldDeclaration(modifiers EnumSet<Modifier>, variables NodeList<VariableDeclarator>) in class com.github.javaparser.ast.body.FieldDeclaration |
From |
To |
|
Rename Parameter elementType : Type<?> to type : Type<?> in method public Parameter(type Type<?>, name String) in class com.github.javaparser.ast.body.Parameter |
From |
To |
|
Rename Parameter elementType : Type<?> to type : Type<?> in method public MethodDeclaration(modifiers EnumSet<Modifier>, name String, type Type<?>, parameters NodeList<Parameter>) in class com.github.javaparser.ast.body.MethodDeclaration |
From |
To |
|
Rename Parameter elementType : Type<?> to type : Type<?> in method public Parameter(modifiers EnumSet<Modifier>, type Type<?>, identifier VariableDeclaratorId) in class com.github.javaparser.ast.body.Parameter |
From |
To |
|
Rename Parameter elementType : Type<?> to type : Type<?> in method public MethodDeclaration(modifiers EnumSet<Modifier>, annotations NodeList<AnnotationExpr>, typeParameters NodeList<TypeParameter>, type Type<?>, name SimpleName, isDefault boolean, parameters NodeList<Parameter>, thrownExceptions NodeList<ReferenceType<?>>, body BlockStmt) in class com.github.javaparser.ast.body.MethodDeclaration |
From |
To |
|
Rename Parameter elementType : Type to type : Type<?> in method public VariableDeclarationExpr(type Type<?>, variableName String) in class com.github.javaparser.ast.expr.VariableDeclarationExpr |
From |
To |
|
Rename Parameter elementType : Type<?> to type : Type<?> in method public Parameter(range Range, modifiers EnumSet<Modifier>, annotations NodeList<AnnotationExpr>, type Type<?>, isVarArgs boolean, identifier VariableDeclaratorId) in class com.github.javaparser.ast.body.Parameter |
From |
To |
|
Rename Parameter elementType : Type<?> to type : Type<?> in method public MethodDeclaration(modifiers EnumSet<Modifier>, type Type<?>, name String) in class com.github.javaparser.ast.body.MethodDeclaration |
From |
To |
|
Rename Parameter elementType : Type<?> to type : Type<?> in method public MethodDeclaration(range Range, modifiers EnumSet<Modifier>, annotations NodeList<AnnotationExpr>, typeParameters NodeList<TypeParameter>, type Type<?>, name SimpleName, isDefault boolean, parameters NodeList<Parameter>, thrownExceptions NodeList<ReferenceType<?>>, body BlockStmt) in class com.github.javaparser.ast.body.MethodDeclaration |
From |
To |