|
Change Parameter Type elementType : Type to elementType : Type<?> in method public setElementType(elementType Type<?>) : FieldDeclaration in class com.github.javaparser.ast.body.FieldDeclaration |
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 elementType : Type to elementType : Type<?> in method public Parameter(modifiers EnumSet<Modifier>, elementType Type<?>, id VariableDeclaratorId) in class com.github.javaparser.ast.body.Parameter |
From |
To |
|
Change Parameter Type elementType : Type to elementType : Type<?> in method public Parameter(range Range, modifiers EnumSet<Modifier>, annotations NodeList<AnnotationExpr>, elementType Type<?>, arrayBracketPairsAfterElementType NodeList<ArrayBracketPair>, isVarArgs boolean, id VariableDeclaratorId) in class com.github.javaparser.ast.body.Parameter |
From |
To |