|
Change Parameter Type elementType : Type to elementType : Type<?> in method public MethodDeclaration(modifiers EnumSet<Modifier>, annotations NodeList<AnnotationExpr>, typeParameters NodeList<TypeParameter>, elementType Type<?>, arrayBracketPairsAfterElementType NodeList<ArrayBracketPair>, name SimpleName, isDefault boolean, parameters NodeList<Parameter>, arrayBracketPairsAfterParameterList NodeList<ArrayBracketPair>, throws_ NodeList<ReferenceType<?>>, body BlockStmt) in class com.github.javaparser.ast.body.MethodDeclaration |
From |
To |
|
Change Parameter Type tokens : Optional<List<Token>> to tokens : List<Token> in method package ParseResult(result T, problems List<Problem>, tokens List<Token>, commentsCollection CommentsCollection) in class com.github.javaparser.ParseResult |
From |
To |
|
Change Parameter Type elementType : Type to elementType : Type<?> in method public MethodDeclaration(modifiers EnumSet<Modifier>, elementType Type<?>, name String, parameters NodeList<Parameter>) in class com.github.javaparser.ast.body.MethodDeclaration |
From |
To |
|
Change Parameter Type range : Optional<Range> to range : Range in method package Problem(message String, range Range, cause Throwable) in class com.github.javaparser.Problem |
From |
To |
|
Change Parameter Type ext : ReferenceType to ext : ReferenceType<?> in method public setExtends(ext ReferenceType<?>) : WildcardType in class com.github.javaparser.ast.type.WildcardType |
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 setType(type Type<?>) : VariableDeclarator in class com.github.javaparser.ast.body.VariableDeclarator |
From |
To |
|
Change Parameter Type result : Optional<T> to result : T in method package ParseResult(result T, problems List<Problem>, tokens List<Token>, commentsCollection CommentsCollection) in class com.github.javaparser.ParseResult |
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 type : Type to type : Type<?> in method public unwrapArrayTypes(type Type<?>) : Pair<Type<?>,NodeList<ArrayBracketPair>> in class com.github.javaparser.ast.type.ArrayType |
From |
To |
|
Change Parameter Type cause : Optional<Throwable> to cause : Throwable in method package Problem(message String, range Range, cause Throwable) in class com.github.javaparser.Problem |
From |
To |
|
Change Parameter Type elementType : Type to elementType : Type<?> in method public setElementType(elementType Type<?>) : MethodDeclaration in class com.github.javaparser.ast.body.MethodDeclaration |
From |
To |
|
Change Parameter Type elementType : Type to elementType : Type<?> in method public MethodDeclaration(modifiers EnumSet<Modifier>, elementType Type<?>, name String) in class com.github.javaparser.ast.body.MethodDeclaration |
From |
To |
|
Change Parameter Type sup : ReferenceType to sup : ReferenceType<?> in method public setSuper(sup ReferenceType<?>) : WildcardType in class com.github.javaparser.ast.type.WildcardType |
From |
To |
|
Change Parameter Type elementType : Type to elementType : Type<?> in method public MethodDeclaration(range Range, modifiers EnumSet<Modifier>, annotations NodeList<AnnotationExpr>, typeParameters NodeList<TypeParameter>, elementType Type<?>, arrayBracketPairsAfterElementType NodeList<ArrayBracketPair>, name SimpleName, isDefault boolean, parameters NodeList<Parameter>, arrayBracketPairsAfterParameterList NodeList<ArrayBracketPair>, throws_ NodeList<ReferenceType<?>>, body BlockStmt) in class com.github.javaparser.ast.body.MethodDeclaration |
From |
To |
|
Change Parameter Type commentsCollection : Optional<CommentsCollection> to commentsCollection : CommentsCollection in method package ParseResult(result T, problems List<Problem>, tokens List<Token>, commentsCollection CommentsCollection) in class com.github.javaparser.ParseResult |
From |
To |
|
Change Return Type Expression to Optional<Expression> in method public getScope() : Optional<Expression> in class com.github.javaparser.ast.expr.FieldAccessExpr |
From |
To |
|
Change Return Type 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 Node to Optional<Node> in method public getParentNode() : Optional<Node> in class com.github.javaparser.ast.Node |
From |
To |
|
Change Return Type Expression to Optional<Expression> in method public getLabel() : Optional<Expression> in class com.github.javaparser.ast.stmt.SwitchEntryStmt |
From |
To |
|
Change Return Type Expression to Optional<Expression> in method public getInit() : Optional<Expression> in class com.github.javaparser.ast.body.VariableDeclarator |
From |
To |
|
Change Return Type Expression to Optional<Expression> in method public getCompare() : Optional<Expression> in class com.github.javaparser.ast.stmt.ForStmt |
From |
To |
|
Change Return Type ReferenceType to Optional<ReferenceType<?>> in method public getExtends() : Optional<ReferenceType<?>> in class com.github.javaparser.ast.type.WildcardType |
From |
To |
|
Change Return Type Node to Optional<Node> in method public getParentNode() : Optional<Node> in class com.github.javaparser.HasParentNode |
From |
To |
|
Change Return Type ReferenceType to Optional<ReferenceType<?>> in method public getSuper() : Optional<ReferenceType<?>> in class com.github.javaparser.ast.type.WildcardType |
From |
To |
|
Change Return Type ArrayInitializerExpr to Optional<ArrayInitializerExpr> in method public getInitializer() : Optional<ArrayInitializerExpr> in class com.github.javaparser.ast.expr.ArrayCreationExpr |
From |
To |
|
Change Return Type BlockStmt to Optional<BlockStmt> in method public getBody() : Optional<BlockStmt> in class com.github.javaparser.ast.body.MethodDeclaration |
From |
To |
|
Change Return Type Expression to Optional<Expression> in method public getDimension() : Optional<Expression> in class com.github.javaparser.ast.ArrayCreationLevel |
From |
To |
|
Change Return Type Node to Optional<Node> in method public getParentNode() : Optional<Node> in class com.github.javaparser.ast.NodeList |
From |
To |
|
Change Return Type Pair<Type,NodeList<ArrayBracketPair>> to Pair<Type<?>,NodeList<ArrayBracketPair>> in method public unwrapArrayTypes(type Type<?>) : Pair<Type<?>,NodeList<ArrayBracketPair>> in class com.github.javaparser.ast.type.ArrayType |
From |
To |
|
Change Return Type 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 getElementType() : Type<?> in class com.github.javaparser.ast.body.MethodDeclaration |
From |
To |
|
Change Return Type PackageDeclaration to Optional<PackageDeclaration> in method public getPackage() : Optional<PackageDeclaration> in class com.github.javaparser.ast.CompilationUnit |
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 Statement to Optional<Statement> in method public getElseStmt() : Optional<Statement> in class com.github.javaparser.ast.stmt.IfStmt |
From |
To |
|
Change Return Type void to ArrayCreationLevel in method public setDimension(dimension Expression) : ArrayCreationLevel in class com.github.javaparser.ast.ArrayCreationLevel |
From |
To |
|
Change Return Type NodeList<BodyDeclaration<?>> to Optional<NodeList<BodyDeclaration<?>>> in method public getAnonymousClassBody() : Optional<NodeList<BodyDeclaration<?>>> in class com.github.javaparser.ast.expr.ObjectCreationExpr |
From |
To |
|
Change Return Type Expression to Optional<Expression> in method public getExpr() : Optional<Expression> in class com.github.javaparser.ast.stmt.ReturnStmt |
From |
To |
|
Change Return Type Expression to Optional<Expression> in method public getDefaultValue() : Optional<Expression> in class com.github.javaparser.ast.body.AnnotationMemberDeclaration |
From |
To |
|
Change Return Type String to Optional<String> in method public getId() : Optional<String> in class com.github.javaparser.ast.stmt.BreakStmt |
From |
To |
|
Change Return Type String to Optional<String> in method public getId() : Optional<String> in class com.github.javaparser.ast.stmt.ContinueStmt |
From |
To |
|
Change Return Type Expression to Optional<Expression> in method public getMessage() : Optional<Expression> in class com.github.javaparser.ast.stmt.AssertStmt |
From |
To |
|
Change Return Type 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 Node to Optional<Node> in method public getCommentedNode() : Optional<Node> in class com.github.javaparser.ast.comments.Comment |
From |
To |
|
Change Return Type Expression to Optional<Expression> in method public getExpr() : Optional<Expression> in class com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt |
From |
To |
|
Change Return Type ClassOrInterfaceType to Optional<ClassOrInterfaceType> in method public getScope() : Optional<ClassOrInterfaceType> in class com.github.javaparser.ast.type.ClassOrInterfaceType |
From |
To |
|
Change Return Type Expression to Optional<Expression> in method public getScope() : Optional<Expression> in class com.github.javaparser.ast.expr.ObjectCreationExpr |
From |
To |
|
Change Return Type 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 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 Expression to Optional<Expression> in method public getClassExpr() : Optional<Expression> in class com.github.javaparser.ast.expr.SuperExpr |
From |
To |
|
Change Return Type 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 Expression to Optional<Expression> in method public getInner() : Optional<Expression> in class com.github.javaparser.ast.expr.EnclosedExpr |
From |
To |
|
Change Return Type NodeList<Type<?>> to Optional<NodeList<Type<?>>> in method public getTypeArguments() : Optional<NodeList<Type<?>>> in class com.github.javaparser.ast.expr.ObjectCreationExpr |
From |
To |
|
Change Variable Type typeListPair : Pair<Type,NodeList<ArrayBracketPair>> to typeListPair : Pair<Type<?>,NodeList<ArrayBracketPair>> in method public setType(type Type<?>) : MethodDeclaration in class com.github.javaparser.ast.body.MethodDeclaration |
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 unwrapped : Pair<Type,NodeList<ArrayBracketPair>> to unwrapped : Pair<Type<?>,NodeList<ArrayBracketPair>> in method public setType(type Type<?>) : VariableDeclarator in class com.github.javaparser.ast.body.VariableDeclarator |
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 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 unwrapped : Pair<Type,NodeList<ArrayBracketPair>> to unwrapped : Pair<Type<?>,NodeList<ArrayBracketPair>> in method public setType(type Type<?>) : Parameter in class com.github.javaparser.ast.body.Parameter |
From |
To |