|
Change Variable Type name : NameExpr to name : ReferenceType in method public visit(n MethodDeclaration, arg Object) : void in class com.github.javaparser.ast.visitor.DumpVisitor |
From |
To |
|
Change Variable Type i : Iterator<NameExpr> to i : Iterator<ReferenceType> in method public visit(n MethodDeclaration, arg Object) : void in class com.github.javaparser.ast.visitor.DumpVisitor |
From |
To |
|
Change Variable Type name : ReferenceType to name : NameExpr in method public visit(n ConstructorDeclaration, arg Object) : void in class com.github.javaparser.ast.visitor.DumpVisitor |
From |
To |
|
Change Variable Type i : Iterator<ReferenceType> to i : Iterator<NameExpr> in method public visit(n ConstructorDeclaration, arg Object) : void in class com.github.javaparser.ast.visitor.DumpVisitor |
From |
To |