|
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>, body BlockStmt) in class com.github.javaparser.ast.body.ConstructorDeclaration |
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 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 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 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>, body BlockStmt) in class com.github.javaparser.ast.body.ConstructorDeclaration |
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 thrownExceptions : NodeList<ReferenceType<?>> to thrownExceptions : NodeList<ReferenceType> in method public CallableDeclaration(modifiers EnumSet<Modifier>, annotations NodeList<AnnotationExpr>, typeParameters NodeList<TypeParameter>, name SimpleName, parameters NodeList<Parameter>, thrownExceptions NodeList<ReferenceType>) in class com.github.javaparser.ast.body.CallableDeclaration |
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 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 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 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 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 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 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 CallableDeclaration(range Range, modifiers EnumSet<Modifier>, annotations NodeList<AnnotationExpr>, typeParameters NodeList<TypeParameter>, name SimpleName, parameters NodeList<Parameter>, thrownExceptions NodeList<ReferenceType>) in class com.github.javaparser.ast.body.CallableDeclaration |
From |
To |
|
Change Parameter Type thrownExceptions : NodeList<ReferenceType<?>> to thrownExceptions : NodeList<ReferenceType> in method public setThrownExceptions(thrownExceptions NodeList<ReferenceType>) : T in class com.github.javaparser.ast.body.CallableDeclaration |
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, parameters NodeList<Parameter>, thrownExceptions NodeList<ReferenceType>, body BlockStmt) in class com.github.javaparser.ast.body.MethodDeclaration |
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 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, parameters NodeList<Parameter>, thrownExceptions NodeList<ReferenceType>, body BlockStmt) in class com.github.javaparser.ast.body.MethodDeclaration |
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 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 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 thrownExceptions : NodeList<ReferenceType<?>> to thrownExceptions : NodeList<ReferenceType> in method public visit(n ConstructorDeclaration, arg A) : Visitable in class com.github.javaparser.ast.visitor.ModifierVisitor |
From |
To |
|
Change Variable Type thrownExceptions : NodeList<ReferenceType<?>> to thrownExceptions : 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 IntersectionType, arg A) : Visitable in class com.github.javaparser.ast.visitor.ModifierVisitor |
From |
To |
|
Change Variable Type thr : ReferenceType<?> to thr : ReferenceType in method protected appendThrowsIfRequested(includingThrows boolean) : String in class com.github.javaparser.ast.body.CallableDeclaration |
From |
To |
|
Change Variable Type thrownExceptions : NodeList<ReferenceType<?>> to thrownExceptions : NodeList<ReferenceType> in method public visit(n ConstructorDeclaration, 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 thrownExceptions : NodeList<ReferenceType<?>> to thrownExceptions : NodeList<ReferenceType> in method public visit(n MethodDeclaration, arg A) : Visitable in class com.github.javaparser.ast.visitor.ModifierVisitor |
From |
To |
|
Change Variable Type elements : NodeList<ReferenceType<?>> to elements : NodeList<ReferenceType> in method public visit(n UnionType, arg A) : Visitable in class com.github.javaparser.ast.visitor.ModifierVisitor |
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 : ReferenceType<?> to type : ReferenceType in method public visit(n InstanceOfExpr, arg A) : Visitable in class com.github.javaparser.ast.visitor.ModifierVisitor |
From |
To |