|
Change Parameter Type throws_ : List<NameExpr> to throws_ : List<ReferenceType> in method public setThrows(throws_ List<ReferenceType>) : void in class com.github.javaparser.ast.body.MethodDeclaration |
From |
To |
|
Change Parameter Type throws_ : List<NameExpr> to throws_ : List<ReferenceType> in method public MethodDeclaration(beginLine int, beginColumn int, endLine int, endColumn int, modifiers int, annotations List<AnnotationExpr>, typeParameters List<TypeParameter>, type Type, name String, parameters List<Parameter>, arrayCount int, throws_ List<ReferenceType>, block BlockStmt) in class com.github.javaparser.ast.body.MethodDeclaration |
From |
To |
|
Change Parameter Type throws_ : List<NameExpr> to throws_ : List<ReferenceType> in method public MethodDeclaration(modifiers int, annotations List<AnnotationExpr>, typeParameters List<TypeParameter>, type Type, name String, parameters List<Parameter>, arrayCount int, throws_ List<ReferenceType>, block BlockStmt) in class com.github.javaparser.ast.body.MethodDeclaration |
From |
To |
|
Change Variable Type thr : NameExpr 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 : NameExpr to name : ReferenceType in method public visit(n ConstructorDeclaration, arg Object) : void in class com.github.javaparser.ast.visitor.DumpVisitor |
From |
To |
|
Change Variable Type throwz : List<NameExpr> to throwz : List<ReferenceType> in method public visit(n MethodDeclaration, arg A) : Node in class com.github.javaparser.ast.visitor.ModifierVisitorAdapter |
From |
To |
|
Change Variable Type throws_ : List<NameExpr> to throws_ : List<ReferenceType> in method public visit(_n MethodDeclaration, _arg Object) : Node in class com.github.javaparser.ast.visitor.CloneVisitor |
From |
To |
|
Change Variable Type name : NameExpr 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 name : NameExpr 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 i : Iterator<NameExpr> to i : Iterator<ReferenceType> in method public visit(n ConstructorDeclaration, arg Object) : void in class com.github.javaparser.ast.visitor.DumpVisitor |
From |
To |