|
Change Parameter Type typeArguments : NodeList<Type<?>> to typeArguments : NodeList<Type> in method public ExplicitConstructorInvocationStmt(range Range, typeArguments NodeList<Type>, isThis boolean, expression Expression, arguments NodeList<Expression>) in class com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt |
From |
To |
|
Change Parameter Type typeArguments : NodeList<Type<?>> to typeArguments : NodeList<Type> in method public MethodCallExpr(range Range, scope Expression, typeArguments NodeList<Type>, name SimpleName, arguments NodeList<Expression>) in class com.github.javaparser.ast.expr.MethodCallExpr |
From |
To |
|
Change Parameter Type type : Type<?> to type : Type in method public setType(type Type) : Parameter in class com.github.javaparser.ast.body.Parameter |
From |
To |
|
Change Parameter Type type : Type<?> to type : Type in method public VariableDeclarator(type Type, variableName String, initializer Expression) in class com.github.javaparser.ast.body.VariableDeclarator |
From |
To |
|
Change Parameter Type type : Type<?> to type : Type in method public CastExpr(type Type, expression Expression) in class com.github.javaparser.ast.expr.CastExpr |
From |
To |
|
Change Parameter Type typeArguments : NodeList<Type<?>> to typeArguments : NodeList<Type> in method public setTypeArguments(typeArguments NodeList<Type>) : MethodCallExpr in class com.github.javaparser.ast.expr.MethodCallExpr |
From |
To |
|
Change Parameter Type elements : NodeList<ReferenceType<?>> to elements : NodeList<ReferenceType> in method public setElements(elements NodeList<ReferenceType>) : IntersectionType in class com.github.javaparser.ast.type.IntersectionType |
From |
To |
|
Change Parameter Type elementType : Type<?> to elementType : Type in method public setElementType(elementType Type) : ArrayCreationExpr in class com.github.javaparser.ast.expr.ArrayCreationExpr |
From |
To |
|
Change Parameter Type type : Type<?> to type : Type in method public setType(type Type) : ClassExpr in class com.github.javaparser.ast.expr.ClassExpr |
From |
To |
|
Change Parameter Type thrownExceptions : NodeList<ReferenceType<?>> to thrownExceptions : NodeList<ReferenceType> in method public setThrownExceptions(thrownExceptions NodeList<ReferenceType>) : MethodDeclaration in class com.github.javaparser.ast.body.MethodDeclaration |
From |
To |
|
Change Parameter Type type : ReferenceType<?> to type : ReferenceType in method public setType(type ReferenceType) : InstanceOfExpr in class com.github.javaparser.ast.expr.InstanceOfExpr |
From |
To |
|
Change Parameter Type type : Type<?> to type : Type in method public VariableDeclarator(type Type, name SimpleName) in class com.github.javaparser.ast.body.VariableDeclarator |
From |
To |
|
Change Parameter Type type : 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 |
|
Change Parameter Type type : Type<?> to type : Type in method public unwrapArrayTypes(type Type) : Pair<Type,List<ArrayBracketPair>> in class com.github.javaparser.ast.type.ArrayType |
From |
To |
|
Change Parameter Type type : Type<?> to type : Type in method public VariableDeclarator(type Type, name SimpleName, initializer Expression) in class com.github.javaparser.ast.body.VariableDeclarator |
From |
To |
|
Change Parameter Type typeArguments : NodeList<Type<?>> to typeArguments : NodeList<Type> in method public ObjectCreationExpr(range Range, scope Expression, type ClassOrInterfaceType, typeArguments NodeList<Type>, arguments NodeList<Expression>, anonymousBody NodeList<BodyDeclaration<?>>) in class com.github.javaparser.ast.expr.ObjectCreationExpr |
From |
To |
|
Change Parameter Type type : Type<?> to type : Type in method public VariableDeclarationExpr(type Type, variableName String, modifiers Modifier...) in class com.github.javaparser.ast.expr.VariableDeclarationExpr |
From |
To |
|
Change Parameter Type type : Type<?> to type : Type in method public setType(type Type) : CastExpr in class com.github.javaparser.ast.expr.CastExpr |
From |
To |
|
Change Parameter Type type : Type<?> to type : Type in method public setType(type Type) : MethodDeclaration in class com.github.javaparser.ast.body.MethodDeclaration |
From |
To |
|
Change Parameter Type typeArguments : NodeList<Type<?>> to typeArguments : NodeList<Type> in method public setTypeArguments(typeArguments NodeList<Type>) : ObjectCreationExpr in class com.github.javaparser.ast.expr.ObjectCreationExpr |
From |
To |
|
Change Parameter Type ext : ReferenceType<?> to ext : ReferenceType in method public setExtendedTypes(ext ReferenceType) : WildcardType in class com.github.javaparser.ast.type.WildcardType |
From |
To |
|
Change Parameter Type elementType : Type<?> to elementType : Type in method public ArrayCreationExpr(range Range, elementType Type) in class com.github.javaparser.ast.expr.ArrayCreationExpr |
From |
To |
|
Change Parameter Type type : Type<?> to type : Type in method public VariableDeclarationExpr(type Type, variableName String) in class com.github.javaparser.ast.expr.VariableDeclarationExpr |
From |
To |
|
Change Parameter Type elements : NodeList<ReferenceType<?>> to elements : NodeList<ReferenceType> in method public setElements(elements NodeList<ReferenceType>) : UnionType in class com.github.javaparser.ast.type.UnionType |
From |
To |
|
Change Parameter Type superTypes : ReferenceType<?> to superTypes : ReferenceType in method public WildcardType(range Range, extendedTypes ReferenceType, superTypes ReferenceType) in class com.github.javaparser.ast.type.WildcardType |
From |
To |
|
Change Parameter Type type : Type<?> to type : Type in method public TypeExpr(range Range, type Type) in class com.github.javaparser.ast.expr.TypeExpr |
From |
To |
|
Change Parameter Type sup : ReferenceType<?> to sup : ReferenceType in method public setSuperTypes(sup ReferenceType) : WildcardType in class com.github.javaparser.ast.type.WildcardType |
From |
To |
|
Change Parameter Type type : Type<?> to type : Type in method public Parameter(type Type, name String) in class com.github.javaparser.ast.body.Parameter |
From |
To |
|
Change Parameter Type type : 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 |
|
Change Parameter Type types : NodeList<Type<?>> to types : NodeList<Type> in method public setTypeArguments(types NodeList<Type>) : FieldAccessExpr in class com.github.javaparser.ast.expr.FieldAccessExpr |
From |
To |
|
Change Parameter Type type : Type<?> to type : Type in method public VariableDeclarator(type Type, variableName String) in class com.github.javaparser.ast.body.VariableDeclarator |
From |
To |
|
Change Parameter Type typeArguments : NodeList<Type<?>> to typeArguments : NodeList<Type> in method public MethodReferenceExpr(range Range, scope Expression, typeArguments NodeList<Type>, identifier String) in class com.github.javaparser.ast.expr.MethodReferenceExpr |
From |
To |
|
Change Parameter Type thrownExceptions : NodeList<ReferenceType<?>> to thrownExceptions : NodeList<ReferenceType> 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 |
|
Change Parameter Type type : Type<?> to type : Type in method public AnnotationMemberDeclaration(modifiers EnumSet<Modifier>, type Type, name String, defaultValue Expression) in class com.github.javaparser.ast.body.AnnotationMemberDeclaration |
From |
To |
|
Change Parameter Type superTypes : ReferenceType<?> to superTypes : ReferenceType in method public WildcardType(extendedTypes ReferenceType, superTypes ReferenceType) in class com.github.javaparser.ast.type.WildcardType |
From |
To |
|
Change Parameter Type extendedTypes : ReferenceType<?> to extendedTypes : ReferenceType in method public WildcardType(extendedTypes ReferenceType) in class com.github.javaparser.ast.type.WildcardType |
From |
To |
|
Change Parameter Type typeArguments : NodeList<Type<?>> to typeArguments : NodeList<Type> in method public setTypeArguments(typeArguments NodeList<Type>) : ExplicitConstructorInvocationStmt in class com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt |
From |
To |
|
Change Parameter Type elements : NodeList<ReferenceType<?>> to elements : NodeList<ReferenceType> in method public UnionType(elements NodeList<ReferenceType>) in class com.github.javaparser.ast.type.UnionType |
From |
To |
|
Change Parameter Type throwType : ReferenceType<?> to throwType : ReferenceType in method public addThrownException(throwType ReferenceType) : N in class com.github.javaparser.ast.nodeTypes.NodeWithThrownExceptions |
From |
To |
|
Change Parameter Type type : 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 |
|
Change Parameter Type extendedTypes : ReferenceType<?> to extendedTypes : ReferenceType in method public WildcardType(extendedTypes ReferenceType, superTypes ReferenceType) in class com.github.javaparser.ast.type.WildcardType |
From |
To |
|
Change Parameter Type thrownExceptions : NodeList<ReferenceType<?>> to thrownExceptions : NodeList<ReferenceType> in method public setThrownExceptions(thrownExceptions NodeList<ReferenceType>) : ConstructorDeclaration in class com.github.javaparser.ast.body.ConstructorDeclaration |
From |
To |
|
Change Parameter Type type : Type<?> to type : Type in method public setType(type Type) : VariableDeclarator in class com.github.javaparser.ast.body.VariableDeclarator |
From |
To |
|
Change Parameter Type typeArguments : NodeList<Type<?>> to typeArguments : NodeList<Type> in method public ClassOrInterfaceType(range Range, scope ClassOrInterfaceType, name SimpleName, typeArguments NodeList<Type>) in class com.github.javaparser.ast.type.ClassOrInterfaceType |
From |
To |
|
Change Parameter Type thrownExceptions : NodeList<ReferenceType<?>> to thrownExceptions : NodeList<ReferenceType> 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 |
|
Change Parameter Type typeArguments : Type<?>... to typeArguments : Type... in method public setTypeArguments(typeArguments Type...) : N in class com.github.javaparser.ast.nodeTypes.NodeWithTypeArguments |
From |
To |
|
Change Parameter Type componentType : Type<?> to componentType : Type in method public ArrayType(componentType Type, annotations NodeList<AnnotationExpr>) in class com.github.javaparser.ast.type.ArrayType |
From |
To |
|
Change Parameter Type typeArguments : NodeList<Type<?>> to typeArguments : NodeList<Type> in method public setTypeArguments(typeArguments NodeList<Type>) : ClassOrInterfaceType in class com.github.javaparser.ast.type.ClassOrInterfaceType |
From |
To |
|
Change Parameter Type typeArguments : NodeList<Type<?>> to typeArguments : NodeList<Type> in method public setTypeArguments(typeArguments NodeList<Type>) : MethodReferenceExpr in class com.github.javaparser.ast.expr.MethodReferenceExpr |
From |
To |
|
Change Parameter Type extendedTypes : ReferenceType<?> to extendedTypes : ReferenceType in method public WildcardType(range Range, extendedTypes ReferenceType, superTypes ReferenceType) in class com.github.javaparser.ast.type.WildcardType |
From |
To |
|
Change Parameter Type typeArguments : NodeList<Type<?>> to typeArguments : NodeList<Type> in method public FieldAccessExpr(range Range, scope Expression, typeArguments NodeList<Type>, field SimpleName) in class com.github.javaparser.ast.expr.FieldAccessExpr |
From |
To |
|
Change Parameter Type type : Type<?> to type : Type in method public Parameter(type Type, name SimpleName) in class com.github.javaparser.ast.body.Parameter |
From |
To |
|
Change Parameter Type type : Type<?> to type : Type in method public CastExpr(range Range, type Type, expression Expression) in class com.github.javaparser.ast.expr.CastExpr |
From |
To |
|
Change Parameter Type thrownExceptions : NodeList<ReferenceType<?>> to thrownExceptions : NodeList<ReferenceType> in method public ConstructorDeclaration(modifiers EnumSet<Modifier>, annotations NodeList<AnnotationExpr>, typeParameters NodeList<TypeParameter>, name SimpleName, parameters NodeList<Parameter>, thrownExceptions NodeList<ReferenceType>, block BlockStmt) in class com.github.javaparser.ast.body.ConstructorDeclaration |
From |
To |
|
Change Parameter Type type : Type<?> to type : Type in method public ClassExpr(type Type) in class com.github.javaparser.ast.expr.ClassExpr |
From |
To |
|
Change Parameter Type type : Type<?> to type : Type in method public AnnotationMemberDeclaration(modifiers EnumSet<Modifier>, annotations NodeList<AnnotationExpr>, type Type, name SimpleName, defaultValue Expression) in class com.github.javaparser.ast.body.AnnotationMemberDeclaration |
From |
To |
|
Change Parameter Type type : Type<?> to type : Type in method public FieldDeclaration(modifiers EnumSet<Modifier>, type Type, name String) in class com.github.javaparser.ast.body.FieldDeclaration |
From |
To |
|
Change Parameter Type elements : NodeList<ReferenceType<?>> to elements : NodeList<ReferenceType> in method public IntersectionType(range Range, elements NodeList<ReferenceType>) in class com.github.javaparser.ast.type.IntersectionType |
From |
To |
|
Change Parameter Type type : Type<?> to type : Type in method public Parameter(modifiers EnumSet<Modifier>, type Type, name SimpleName) in class com.github.javaparser.ast.body.Parameter |
From |
To |
|
Change Parameter Type elements : NodeList<ReferenceType<?>> to elements : NodeList<ReferenceType> in method public UnionType(range Range, elements NodeList<ReferenceType>) in class com.github.javaparser.ast.type.UnionType |
From |
To |
|
Change Parameter Type type : Type<?> to type : Type in method public VariableDeclarator(range Range, type Type, name SimpleName, initializer Expression) in class com.github.javaparser.ast.body.VariableDeclarator |
From |
To |
|
Change Parameter Type type : Type<?> to type : Type in method public setComponentType(type Type) : ArrayType in class com.github.javaparser.ast.type.ArrayType |
From |
To |
|
Change Parameter Type type : Type<?> to type : Type in method public Parameter(range Range, modifiers EnumSet<Modifier>, annotations NodeList<AnnotationExpr>, type Type, isVarArgs boolean, name SimpleName) in class com.github.javaparser.ast.body.Parameter |
From |
To |
|
Change Parameter Type type : ReferenceType<?> to type : ReferenceType in method public InstanceOfExpr(range Range, expression Expression, type ReferenceType) in class com.github.javaparser.ast.expr.InstanceOfExpr |
From |
To |
|
Change Parameter Type type : Type<?> to type : Type in method public setType(type Type) : TypeExpr in class com.github.javaparser.ast.expr.TypeExpr |
From |
To |
|
Change Parameter Type elements : NodeList<ReferenceType<?>> to elements : NodeList<ReferenceType> in method public IntersectionType(elements NodeList<ReferenceType>) in class com.github.javaparser.ast.type.IntersectionType |
From |
To |
|
Change Parameter Type thrownExceptions : NodeList<ReferenceType<?>> to thrownExceptions : NodeList<ReferenceType> in method public ConstructorDeclaration(range Range, modifiers EnumSet<Modifier>, annotations NodeList<AnnotationExpr>, typeParameters NodeList<TypeParameter>, name SimpleName, parameters NodeList<Parameter>, thrownExceptions NodeList<ReferenceType>, block BlockStmt) in class com.github.javaparser.ast.body.ConstructorDeclaration |
From |
To |
|
Change Parameter Type type : 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 |
|
Change Parameter Type elementType : Type<?> to elementType : Type in method public ArrayCreationExpr(elementType Type) in class com.github.javaparser.ast.expr.ArrayCreationExpr |
From |
To |
|
Change Parameter Type type : ReferenceType<?> to type : ReferenceType in method public InstanceOfExpr(expression Expression, type ReferenceType) in class com.github.javaparser.ast.expr.InstanceOfExpr |
From |
To |
|
Change Parameter Type componentType : Type<?> to componentType : Type in method public ArrayType(range Range, componentType Type, annotations NodeList<AnnotationExpr>) in class com.github.javaparser.ast.type.ArrayType |
From |
To |
|
Change Parameter Type type : Type<?> to type : Type in method public setType(type Type) : AnnotationMemberDeclaration in class com.github.javaparser.ast.body.AnnotationMemberDeclaration |
From |
To |
|
Change Parameter Type type : Type<?> to type : Type in method public ArrayType(type Type, annotations AnnotationExpr...) in class com.github.javaparser.ast.type.ArrayType |
From |
To |
|
Change Parameter Type elementType : Type<?> to elementType : Type in method public ArrayCreationExpr(range Range, elementType Type, levels NodeList<ArrayCreationLevel>, initializer ArrayInitializerExpr) in class com.github.javaparser.ast.expr.ArrayCreationExpr |
From |
To |
|
Change Parameter Type elementType : Type<?> to elementType : Type in method public ArrayCreationExpr(elementType Type, levels NodeList<ArrayCreationLevel>, initializer ArrayInitializerExpr) in class com.github.javaparser.ast.expr.ArrayCreationExpr |
From |
To |
|
Change Parameter Type type : Type<?> to type : Type in method public addField(type Type, name String, modifiers Modifier...) : FieldDeclaration in class com.github.javaparser.ast.nodeTypes.NodeWithMembers |
From |
To |
|
Change Return Type Type<?> to Type in method public getType() : Type in class com.github.javaparser.ast.body.VariableDeclarator |
From |
To |
|
Change Return Type Pair<Type<?>,List<ArrayBracketPair>> to Pair<Type,List<ArrayBracketPair>> in method public unwrapArrayTypes(type Type) : Pair<Type,List<ArrayBracketPair>> in class com.github.javaparser.ast.type.ArrayType |
From |
To |
|
Change Return Type Type<?> to Type in method public getType() : Type in class com.github.javaparser.ast.body.AnnotationMemberDeclaration |
From |
To |
|
Change Return Type Type<?> to Type in method public getType() : Type in class com.github.javaparser.ast.body.Parameter |
From |
To |
|
Change Return Type Type<?> to Type in method public getType() : Type in class com.github.javaparser.ast.expr.TypeExpr |
From |
To |
|
Change Return Type Optional<NodeList<Type<?>>> to Optional<NodeList<Type>> in method public getTypeArguments() : Optional<NodeList<Type>> in class com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt |
From |
To |
|
Change Return Type NodeList<ReferenceType<?>> to NodeList<ReferenceType> in method public getThrownExceptions() : NodeList<ReferenceType> in class com.github.javaparser.ast.body.ConstructorDeclaration |
From |
To |
|
Change Return Type Optional<NodeList<Type<?>>> to Optional<NodeList<Type>> in method public getTypeArguments() : Optional<NodeList<Type>> in class com.github.javaparser.ast.expr.FieldAccessExpr |
From |
To |
|
Change Return Type Optional<NodeList<Type<?>>> to Optional<NodeList<Type>> in method public getTypeArguments() : Optional<NodeList<Type>> in class com.github.javaparser.ast.nodeTypes.NodeWithTypeArguments |
From |
To |
|
Change Return Type Type<?> to Type in method public getElementType() : Type in class com.github.javaparser.ast.nodeTypes.NodeWithVariables |
From |
To |
|
Change Return Type Optional<NodeList<Type<?>>> to Optional<NodeList<Type>> in method public getTypeArguments() : Optional<NodeList<Type>> in class com.github.javaparser.ast.expr.MethodCallExpr |
From |
To |
|
Change Return Type Type<?> to Type in method public getType() : Type in class com.github.javaparser.ast.body.MethodDeclaration |
From |
To |
|
Change Return Type NodeList<ReferenceType<?>> to NodeList<ReferenceType> in method public getElements() : NodeList<ReferenceType> in class com.github.javaparser.ast.type.IntersectionType |
From |
To |
|
Change Return Type Type<?> to Type in method public getElementType() : Type in class com.github.javaparser.ast.type.Type |
From |
To |
|
Change Return Type Type<?> to Type in method public getCommonType() : Type in class com.github.javaparser.ast.nodeTypes.NodeWithVariables |
From |
To |
|
Change Return Type Optional<NodeList<Type<?>>> to Optional<NodeList<Type>> in method public getTypeArguments() : Optional<NodeList<Type>> in class com.github.javaparser.ast.expr.ObjectCreationExpr |
From |
To |
|
Change Return Type Type<?> to Type in method public getElementType() : Type in class com.github.javaparser.ast.expr.ArrayCreationExpr |
From |
To |
|
Change Return Type NodeList<ReferenceType<?>> to NodeList<ReferenceType> in method public getThrownExceptions() : NodeList<ReferenceType> in class com.github.javaparser.ast.body.MethodDeclaration |
From |
To |
|
Change Return Type Type<?> to Type in method public createdType() : Type in class com.github.javaparser.ast.expr.ArrayCreationExpr |
From |
To |
|
Change Return Type NodeList<ReferenceType<?>> to NodeList<ReferenceType> in method public getThrownExceptions() : NodeList<ReferenceType> in class com.github.javaparser.ast.nodeTypes.NodeWithThrownExceptions |
From |
To |
|
Change Return Type Optional<NodeList<Type<?>>> to Optional<NodeList<Type>> in method public getTypeArguments() : Optional<NodeList<Type>> in class com.github.javaparser.ast.expr.MethodReferenceExpr |
From |
To |
|
Change Return Type ReferenceType<?> to ReferenceType in method public getType() : ReferenceType in class com.github.javaparser.ast.expr.InstanceOfExpr |
From |
To |
|
Change Return Type Optional<NodeList<Type<?>>> to Optional<NodeList<Type>> in method public getTypeArguments() : Optional<NodeList<Type>> in class com.github.javaparser.ast.type.ClassOrInterfaceType |
From |
To |
|
Change Return Type Type<?> to Type in method public getType() : Type in class com.github.javaparser.ast.expr.ClassExpr |
From |
To |
|
Change Return Type Type<?> to Type in method public getType() : Type in class com.github.javaparser.ast.expr.CastExpr |
From |
To |
|
Change Return Type NodeList<ReferenceType<?>> to NodeList<ReferenceType> in method public getElements() : NodeList<ReferenceType> in class com.github.javaparser.ast.type.UnionType |
From |
To |
|
Change Return Type T to Type in method public setAnnotations(annotations NodeList<AnnotationExpr>) : Type in class com.github.javaparser.ast.type.Type |
From |
To |
|
Change Return Type Optional<ReferenceType<?>> to Optional<ReferenceType> in method public getSuperTypes() : Optional<ReferenceType> in class com.github.javaparser.ast.type.WildcardType |
From |
To |
|
Change Return Type Optional<ReferenceType<?>> to Optional<ReferenceType> in method public getExtendedTypes() : Optional<ReferenceType> in class com.github.javaparser.ast.type.WildcardType |
From |
To |
|
Change Variable Type t : Type<?> to t : Type in method public visit(n ObjectCreationExpr, arg A) : void in class com.github.javaparser.ast.visitor.VoidVisitorAdapter |
From |
To |
|
Change Variable Type n2Elements : NodeList<ReferenceType<?>> to n2Elements : NodeList<ReferenceType> in method public visit(n1 UnionType, arg Visitable) : Boolean in class com.github.javaparser.ast.visitor.EqualsVisitor |
From |
To |
|
Change Variable Type n1Elements : NodeList<ReferenceType<?>> to n1Elements : NodeList<ReferenceType> in method public visit(n1 IntersectionType, arg Visitable) : Boolean in class com.github.javaparser.ast.visitor.EqualsVisitor |
From |
To |
|
Change Variable Type type_ : ReferenceType<?> to type_ : ReferenceType in method public visit(_n InstanceOfExpr, _arg Object) : Visitable in class com.github.javaparser.ast.visitor.CloneVisitor |
From |
To |
|
Change Variable Type type_ : Type<?> to type_ : Type in method public visit(_n ArrayType, _arg Object) : Visitable in class com.github.javaparser.ast.visitor.CloneVisitor |
From |
To |
|
Change Variable Type i : Iterator<Type<?>> to i : Iterator<Type> in method private printTypeArgs(nodeWithTypeArguments NodeWithTypeArguments<?>, arg Void) : void in class com.github.javaparser.printer.PrettyPrintVisitor |
From |
To |
|
Change Variable Type typeArguments : NodeList<Type<?>> to typeArguments : NodeList<Type> in method public visit(_n MethodReferenceExpr, arg Object) : Visitable in class com.github.javaparser.ast.visitor.CloneVisitor |
From |
To |
|
Change Variable Type aux : ReferenceType<?> to aux : ReferenceType in method public visit(n1 IntersectionType, arg Visitable) : Boolean in class com.github.javaparser.ast.visitor.EqualsVisitor |
From |
To |
|
Change Variable Type type : Type<?> to type : Type in method public visit(n FieldAccessExpr, arg A) : R in class com.github.javaparser.ast.visitor.GenericVisitorAdapter |
From |
To |
|
Change Variable Type type_ : Type<?> to type_ : Type in method public visit(_n MethodDeclaration, _arg Object) : Visitable in class com.github.javaparser.ast.visitor.CloneVisitor |
From |
To |
|
Change Variable Type type : Type<?> to type : Type in method public getElementType() : Type in class com.github.javaparser.ast.nodeTypes.NodeWithVariables |
From |
To |
|
Change Variable Type name : ReferenceType<?> to name : ReferenceType in method public visit(n MethodDeclaration, arg A) : R in class com.github.javaparser.ast.visitor.GenericVisitorAdapter |
From |
To |
|
Change Variable Type elements : NodeList<ReferenceType<?>> to elements : NodeList<ReferenceType> in method public visit(_n IntersectionType, _arg Object) : Visitable in class com.github.javaparser.ast.visitor.CloneVisitor |
From |
To |
|
Change Variable Type t : Type<?> to t : Type in method private printTypeArgs(nodeWithTypeArguments NodeWithTypeArguments<?>, arg Void) : void in class com.github.javaparser.printer.PrettyPrintVisitor |
From |
To |
|
Change Variable Type aux : ReferenceType<?> to aux : ReferenceType in method public visit(n1 UnionType, arg Visitable) : Boolean in class com.github.javaparser.ast.visitor.EqualsVisitor |
From |
To |
|
Change Variable Type type : Type<?> to type : Type in method public visit(n MethodReferenceExpr, arg A) : R in class com.github.javaparser.ast.visitor.GenericVisitorAdapter |
From |
To |
|
Change Variable Type typeArguments : NodeList<Type<?>> to typeArguments : NodeList<Type> in method public visit(_n ClassOrInterfaceType, _arg Object) : Visitable in class com.github.javaparser.ast.visitor.CloneVisitor |
From |
To |
|
Change Variable Type i : Iterator<ReferenceType<?>> to i : Iterator<ReferenceType> in method public visit(n MethodDeclaration, arg Void) : void in class com.github.javaparser.printer.PrettyPrintVisitor |
From |
To |
|
Change Variable Type type_ : Type<?> to type_ : Type in method public visit(_n Parameter, _arg Object) : Visitable in class com.github.javaparser.ast.visitor.CloneVisitor |
From |
To |
|
Change Variable Type type : Type<?> to type : Type in method public visit(n ObjectCreationExpr, arg A) : R in class com.github.javaparser.ast.visitor.GenericVisitorAdapter |
From |
To |
|
Change Variable Type result : Type<?> to result : Type in method public createdType() : Type in class com.github.javaparser.ast.expr.ArrayCreationExpr |
From |
To |
|
Change Variable Type typeArguments : NodeList<Type<?>> to typeArguments : NodeList<Type> in method private printTypeArgs(nodeWithTypeArguments NodeWithTypeArguments<?>, arg Void) : void in class com.github.javaparser.printer.PrettyPrintVisitor |
From |
To |
|
Change Variable Type casted : NodeWithType<?,Type<?>> to casted : NodeWithType<?,Type> in method private beginNodeWithoutConsideringAnnotations(node Node) : Node in class com.github.javaparser.utils.PositionUtils |
From |
To |
|
Change Variable Type t : Type<?> to t : Type in method public visit(n TypeExpr, arg Object) : Visitable in class com.github.javaparser.ast.visitor.CloneVisitor |
From |
To |
|
Change Variable Type throws_ : NodeList<ReferenceType<?>> to throws_ : NodeList<ReferenceType> in method public visit(_n MethodDeclaration, _arg Object) : Visitable in class com.github.javaparser.ast.visitor.CloneVisitor |
From |
To |
|
Change Variable Type elements : NodeList<ReferenceType<?>> to elements : NodeList<ReferenceType> in method public visit(_n UnionType, _arg Object) : Visitable in class com.github.javaparser.ast.visitor.CloneVisitor |
From |
To |
|
Change Variable Type thr : ReferenceType<?> to thr : ReferenceType in method public getDeclarationAsString(includingModifiers boolean, includingThrows boolean, includingParameterName boolean) : String in class com.github.javaparser.ast.body.MethodDeclaration |
From |
To |
|
Change Variable Type name : ReferenceType<?> to name : ReferenceType in method public visit(n ConstructorDeclaration, arg Void) : void in class com.github.javaparser.printer.PrettyPrintVisitor |
From |
To |
|
Change Variable Type name : ReferenceType<?> to name : ReferenceType in method public visit(n MethodDeclaration, arg A) : void in class com.github.javaparser.ast.visitor.VoidVisitorAdapter |
From |
To |
|
Change Variable Type type : Type<?> to type : Type in method public visit(n ExplicitConstructorInvocationStmt, arg A) : R in class com.github.javaparser.ast.visitor.GenericVisitorAdapter |
From |
To |
|
Change Variable Type typeArguments_ : NodeList<Type<?>> to typeArguments_ : NodeList<Type> in method public visit(_n MethodCallExpr, _arg Object) : Visitable in class com.github.javaparser.ast.visitor.CloneVisitor |
From |
To |
|
Change Variable Type t : Type<?> to t : Type in method public visit(n ClassOrInterfaceType, arg A) : void in class com.github.javaparser.ast.visitor.VoidVisitorAdapter |
From |
To |
|
Change Variable Type typeArguments_ : NodeList<Type<?>> to typeArguments_ : NodeList<Type> in method public visit(_n FieldAccessExpr, _arg Object) : Visitable in class com.github.javaparser.ast.visitor.CloneVisitor |
From |
To |
|
Change Variable Type type : Type<?> to type : Type in method public visit(n MethodCallExpr, arg A) : R in class com.github.javaparser.ast.visitor.GenericVisitorAdapter |
From |
To |
|
Change Variable Type throws_ : NodeList<ReferenceType<?>> to throws_ : NodeList<ReferenceType> in method public visit(_n ConstructorDeclaration, _arg Object) : Visitable in class com.github.javaparser.ast.visitor.CloneVisitor |
From |
To |
|
Change Variable Type type_ : Type<?> to type_ : Type in method public visit(_n ClassExpr, _arg Object) : Visitable in class com.github.javaparser.ast.visitor.CloneVisitor |
From |
To |
|
Change Variable Type innerType : Type<?> to innerType : Type in method public getArrayCreationType() : void in class com.github.javaparser.ast.type.TypeConstructionTest |
From |
To |
|
Change Variable Type type_ : Type<?> to type_ : Type in method public visit(_n AnnotationMemberDeclaration, _arg Object) : Visitable in class com.github.javaparser.ast.visitor.CloneVisitor |
From |
To |
|
Change Variable Type t : Type<?> to t : Type in method public visit(n MethodCallExpr, arg A) : void in class com.github.javaparser.ast.visitor.VoidVisitorAdapter |
From |
To |
|
Change Variable Type n2Elements : NodeList<ReferenceType<?>> to n2Elements : NodeList<ReferenceType> in method public visit(n1 IntersectionType, arg Visitable) : Boolean in class com.github.javaparser.ast.visitor.EqualsVisitor |
From |
To |
|
Change Variable Type type : Type<?> to type : Type in method public visit(n VariableDeclarator, arg A) : Visitable in class com.github.javaparser.ast.visitor.ModifierVisitor |
From |
To |
|
Change Variable Type type : Type<?> to type : Type in method public visit(n ClassOrInterfaceType, arg A) : R in class com.github.javaparser.ast.visitor.GenericVisitorAdapter |
From |
To |
|
Change Variable Type t : Type<?> to t : Type in method public visit(n ExplicitConstructorInvocationStmt, arg A) : void in class com.github.javaparser.ast.visitor.VoidVisitorAdapter |
From |
To |
|
Change Variable Type t : Type<?> to t : Type in method public visit(n MethodReferenceExpr, arg A) : void in class com.github.javaparser.ast.visitor.VoidVisitorAdapter |
From |
To |
|
Change Variable Type typeArguments_ : NodeList<Type<?>> to typeArguments_ : NodeList<Type> in method public visit(_n ExplicitConstructorInvocationStmt, _arg Object) : Visitable in class com.github.javaparser.ast.visitor.CloneVisitor |
From |
To |
|
Change Variable Type type_ : Type<?> to type_ : Type in method public visit(_n CastExpr, _arg Object) : Visitable in class com.github.javaparser.ast.visitor.CloneVisitor |
From |
To |
|
Change Variable Type type_ : Type<?> to type_ : Type in method public visit(_n ArrayCreationExpr, _arg Object) : Visitable in class com.github.javaparser.ast.visitor.CloneVisitor |
From |
To |
|
Change Variable Type type : Type<?> to type : Type in method public visit(_n VariableDeclarator, _arg Object) : Visitable in class com.github.javaparser.ast.visitor.CloneVisitor |
From |
To |
|
Change Variable Type n1Elements : NodeList<ReferenceType<?>> to n1Elements : NodeList<ReferenceType> in method public visit(n1 UnionType, arg Visitable) : Boolean in class com.github.javaparser.ast.visitor.EqualsVisitor |
From |
To |
|
Change Variable Type typeArguments : NodeList<Type<?>> to typeArguments : NodeList<Type> in method public visit(_n ObjectCreationExpr, _arg Object) : Visitable in class com.github.javaparser.ast.visitor.CloneVisitor |
From |
To |
|
Change Variable Type i : Iterator<ReferenceType<?>> to i : Iterator<ReferenceType> in method public visit(n ConstructorDeclaration, arg Void) : void in class com.github.javaparser.printer.PrettyPrintVisitor |
From |
To |
|
Change Variable Type type : Type<?> to type : Type in method public getCommonType() : Type in class com.github.javaparser.ast.nodeTypes.NodeWithVariables |
From |
To |