|
Change Parameter Type members : List<BodyDeclaration> to members : List<BodyDeclaration<?>> in method public ClassOrInterfaceDeclaration(range Range, modifiers int, annotations List<AnnotationExpr>, isInterface boolean, name String, typeParameters List<TypeParameter>, extendsList List<ClassOrInterfaceType>, implementsList List<ClassOrInterfaceType>, members List<BodyDeclaration<?>>) in class com.github.javaparser.ast.body.ClassOrInterfaceDeclaration |
From |
To |
|
Change Parameter Type members : List<BodyDeclaration> to members : List<BodyDeclaration<?>> in method public EnumDeclaration(range Range, modifiers int, annotations List<AnnotationExpr>, name String, implementsList List<ClassOrInterfaceType>, entries List<EnumConstantDeclaration>, members List<BodyDeclaration<?>>) in class com.github.javaparser.ast.body.EnumDeclaration |
From |
To |
|
Change Parameter Type members : List<BodyDeclaration> to members : List<BodyDeclaration<?>> in method public setMembers(members List<BodyDeclaration<?>>) : void in class com.github.javaparser.ast.body.TypeDeclaration |
From |
To |
|
Change Parameter Type members : List<BodyDeclaration> to members : List<BodyDeclaration<?>> in method public EnumDeclaration(modifiers int, annotations List<AnnotationExpr>, name String, implementsList List<ClassOrInterfaceType>, entries List<EnumConstantDeclaration>, members List<BodyDeclaration<?>>) in class com.github.javaparser.ast.body.EnumDeclaration |
From |
To |
|
Change Parameter Type members : List<BodyDeclaration> to members : List<BodyDeclaration<?>> in method public AnnotationDeclaration(modifiers int, annotations List<AnnotationExpr>, name String, members List<BodyDeclaration<?>>) in class com.github.javaparser.ast.body.AnnotationDeclaration |
From |
To |
|
Change Parameter Type anonymousBody : List<BodyDeclaration> to anonymousBody : List<BodyDeclaration<?>> in method public ObjectCreationExpr(range Range, scope Expression, type ClassOrInterfaceType, typeArgs List<Type>, args List<Expression>, anonymousBody List<BodyDeclaration<?>>) in class com.github.javaparser.ast.expr.ObjectCreationExpr |
From |
To |
|
Change Parameter Type types : List<TypeDeclaration> to types : List<TypeDeclaration<?>> in method public setTypes(types List<TypeDeclaration<?>>) : void in class com.github.javaparser.ast.CompilationUnit |
From |
To |
|
Change Parameter Type types : List<TypeDeclaration> to types : List<TypeDeclaration<?>> in method public CompilationUnit(beginLine int, beginColumn int, endLine int, endColumn int, pakage PackageDeclaration, imports List<ImportDeclaration>, types List<TypeDeclaration<?>>) in class com.github.javaparser.ast.CompilationUnit |
From |
To |
|
Change Parameter Type classBody : List<BodyDeclaration> to classBody : List<BodyDeclaration<?>> in method public EnumConstantDeclaration(range Range, annotations List<AnnotationExpr>, name String, args List<Expression>, classBody List<BodyDeclaration<?>>) in class com.github.javaparser.ast.body.EnumConstantDeclaration |
From |
To |
|
Change Parameter Type n : BaseParameter to n : BaseParameter<?> in method protected visit(n BaseParameter<?>, arg A) : Node in class com.github.javaparser.ast.visitor.ModifierVisitorAdapter |
From |
To |
|
Change Parameter Type anonymousBody : List<BodyDeclaration> to anonymousBody : List<BodyDeclaration<?>> in method public ObjectCreationExpr(beginLine int, beginColumn int, endLine int, endColumn int, scope Expression, type ClassOrInterfaceType, typeArgs List<Type>, args List<Expression>, anonymousBody List<BodyDeclaration<?>>) in class com.github.javaparser.ast.expr.ObjectCreationExpr |
From |
To |
|
Change Parameter Type types : List<TypeDeclaration> to types : List<TypeDeclaration<?>> in method public CompilationUnit(pakage PackageDeclaration, imports List<ImportDeclaration>, types List<TypeDeclaration<?>>) in class com.github.javaparser.ast.CompilationUnit |
From |
To |
|
Change Parameter Type members : List<BodyDeclaration> to members : List<BodyDeclaration<?>> in method public EnumDeclaration(beginLine int, beginColumn int, endLine int, endColumn int, modifiers int, annotations List<AnnotationExpr>, name String, implementsList List<ClassOrInterfaceType>, entries List<EnumConstantDeclaration>, members List<BodyDeclaration<?>>) in class com.github.javaparser.ast.body.EnumDeclaration |
From |
To |
|
Change Parameter Type type : TypeDeclaration to type : TypeDeclaration<?> in method public addTypeDeclaration(cu CompilationUnit, type TypeDeclaration<?>) : void in class com.github.javaparser.ASTHelper |
From |
To |
|
Change Parameter Type members : List<BodyDeclaration> to members : List<BodyDeclaration<?>> in method public TypeDeclaration(beginLine int, beginColumn int, endLine int, endColumn int, annotations List<AnnotationExpr>, modifiers int, name String, members List<BodyDeclaration<?>>) in class com.github.javaparser.ast.body.TypeDeclaration |
From |
To |
|
Change Parameter Type types : List<TypeDeclaration> to types : List<TypeDeclaration<?>> in method public CompilationUnit(range Range, pakage PackageDeclaration, imports List<ImportDeclaration>, types List<TypeDeclaration<?>>) in class com.github.javaparser.ast.CompilationUnit |
From |
To |
|
Change Parameter Type classBody : List<BodyDeclaration> to classBody : List<BodyDeclaration<?>> in method public EnumConstantDeclaration(annotations List<AnnotationExpr>, name String, args List<Expression>, classBody List<BodyDeclaration<?>>) in class com.github.javaparser.ast.body.EnumConstantDeclaration |
From |
To |
|
Change Parameter Type classBody : List<BodyDeclaration> to classBody : List<BodyDeclaration<?>> in method public setClassBody(classBody List<BodyDeclaration<?>>) : void in class com.github.javaparser.ast.body.EnumConstantDeclaration |
From |
To |
|
Change Parameter Type typeClass : Class<? extends BodyDeclaration> to typeClass : Class<? extends BodyDeclaration<?>> in method public getMemberByTypeAndPosition(typeDeclaration TypeDeclaration<?>, position int, typeClass Class<? extends BodyDeclaration<?>>) : BodyDeclaration<?> in class com.github.javaparser.bdd.steps.SharedSteps |
From |
To |
|
Change Parameter Type anonymousClassBody : List<BodyDeclaration> to anonymousClassBody : List<BodyDeclaration<?>> in method public setAnonymousClassBody(anonymousClassBody List<BodyDeclaration<?>>) : void in class com.github.javaparser.ast.expr.ObjectCreationExpr |
From |
To |
|
Change Parameter Type decl : BodyDeclaration to decl : BodyDeclaration<?> in method public addMember(type TypeDeclaration<?>, decl BodyDeclaration<?>) : void in class com.github.javaparser.ASTHelper |
From |
To |
|
Change Parameter Type type : TypeDeclaration to type : TypeDeclaration<?> in method public addMember(type TypeDeclaration<?>, decl BodyDeclaration<?>) : void in class com.github.javaparser.ASTHelper |
From |
To |
|
Change Parameter Type n1 : BaseParameter to n1 : BaseParameter<?> in method protected visit(n1 BaseParameter<?>, arg Node) : Boolean in class com.github.javaparser.ast.visitor.EqualsVisitor |
From |
To |
|
Change Parameter Type members : List<BodyDeclaration> to members : List<BodyDeclaration<?>> in method public TypeDeclaration(annotations List<AnnotationExpr>, modifiers int, name String, members List<BodyDeclaration<?>>) in class com.github.javaparser.ast.body.TypeDeclaration |
From |
To |
|
Change Parameter Type members : List<BodyDeclaration> to members : List<BodyDeclaration<?>> in method public ClassOrInterfaceDeclaration(modifiers int, annotations List<AnnotationExpr>, isInterface boolean, name String, typeParameters List<TypeParameter>, extendsList List<ClassOrInterfaceType>, implementsList List<ClassOrInterfaceType>, members List<BodyDeclaration<?>>) in class com.github.javaparser.ast.body.ClassOrInterfaceDeclaration |
From |
To |
|
Change Parameter Type members : List<BodyDeclaration> to members : List<BodyDeclaration<?>> in method public TypeDeclaration(range Range, annotations List<AnnotationExpr>, modifiers int, name String, members List<BodyDeclaration<?>>) in class com.github.javaparser.ast.body.TypeDeclaration |
From |
To |
|
Change Parameter Type members : List<BodyDeclaration> to members : List<BodyDeclaration<?>> in method private printMembers(members List<BodyDeclaration<?>>, arg Object) : void in class com.github.javaparser.ast.visitor.DumpVisitor |
From |
To |
|
Change Parameter Type typeDeclaration : TypeDeclaration to typeDeclaration : TypeDeclaration<?> in method public getMemberByTypeAndPosition(typeDeclaration TypeDeclaration<?>, position int, typeClass Class<? extends BodyDeclaration<?>>) : BodyDeclaration<?> in class com.github.javaparser.bdd.steps.SharedSteps |
From |
To |
|
Change Parameter Type classBody : List<BodyDeclaration> to classBody : List<BodyDeclaration<?>> in method public EnumConstantDeclaration(beginLine int, beginColumn int, endLine int, endColumn int, annotations List<AnnotationExpr>, name String, args List<Expression>, classBody List<BodyDeclaration<?>>) in class com.github.javaparser.ast.body.EnumConstantDeclaration |
From |
To |
|
Change Parameter Type members : List<BodyDeclaration> to members : List<BodyDeclaration<?>> in method public AnnotationDeclaration(range Range, modifiers int, annotations List<AnnotationExpr>, name String, members List<BodyDeclaration<?>>) in class com.github.javaparser.ast.body.AnnotationDeclaration |
From |
To |
|
Change Parameter Type members : List<BodyDeclaration> to members : List<BodyDeclaration<?>> in method public ClassOrInterfaceDeclaration(beginLine int, beginColumn int, endLine int, endColumn int, modifiers int, annotations List<AnnotationExpr>, isInterface boolean, name String, typeParameters List<TypeParameter>, extendsList List<ClassOrInterfaceType>, implementsList List<ClassOrInterfaceType>, members List<BodyDeclaration<?>>) in class com.github.javaparser.ast.body.ClassOrInterfaceDeclaration |
From |
To |
|
Change Parameter Type members : List<BodyDeclaration> to members : List<BodyDeclaration<?>> in method public AnnotationDeclaration(beginLine int, beginColumn int, endLine int, endColumn int, modifiers int, annotations List<AnnotationExpr>, name String, members List<BodyDeclaration<?>>) in class com.github.javaparser.ast.body.AnnotationDeclaration |
From |
To |
|
Change Variable Type classUnderTest : TypeDeclaration to classUnderTest : TypeDeclaration<?> in method public thenClassOrphanCommentIs(classPosition int, commentPosition int, expectedContent String) : void in class com.github.javaparser.bdd.steps.CommentParsingSteps |
From |
To |
|
Change Variable Type classUnderTest : TypeDeclaration to classUnderTest : TypeDeclaration<?> in method public thenFieldInClassContainsAnnotationValueIs(fieldPosition int, classPosition int, annotationPosition int, expectedValue String) : void in class com.github.javaparser.bdd.steps.ParsingSteps |
From |
To |
|
Change Variable Type classUnderTest : TypeDeclaration to classUnderTest : TypeDeclaration<?> in method public thenMethodInClassIsCommented(methodPosition int, classPosition int, expectedContent String) : void in class com.github.javaparser.bdd.steps.CommentParsingSteps |
From |
To |
|
Change Variable Type classUnderTest : TypeDeclaration to classUnderTest : TypeDeclaration<?> in method public thenBlockStatementInMethodInClassHasTotalContainedComments(methodPosition int, classPosition int, expectedCount int) : void in class com.github.javaparser.bdd.steps.CommentParsingSteps |
From |
To |
|
Change Variable Type classUnderTest : TypeDeclaration to classUnderTest : TypeDeclaration<?> in method public thenMethodInClassHasTotalContainedComments(methodPosition int, classPosition int, expectedCount int) : void in class com.github.javaparser.bdd.steps.CommentParsingSteps |
From |
To |
|
Change Variable Type typeDeclaration : TypeDeclaration to typeDeclaration : TypeDeclaration<?> in method public visit(n CompilationUnit, arg A) : R in class com.github.javaparser.ast.visitor.GenericVisitorAdapter |
From |
To |
|
Change Variable Type types : List<TypeDeclaration> to types : List<TypeDeclaration<?>> in method public visit(n CompilationUnit, arg A) : Node in class com.github.javaparser.ast.visitor.ModifierVisitorAdapter |
From |
To |
|
Change Variable Type i : Iterator<TypeDeclaration> to i : Iterator<TypeDeclaration<?>> in method public visit(n CompilationUnit, arg Object) : void in class com.github.javaparser.ast.visitor.DumpVisitor |
From |
To |
|
Change Variable Type member : BodyDeclaration to member : BodyDeclaration<?> in method public visit(n AnnotationDeclaration, arg A) : void in class com.github.javaparser.ast.visitor.VoidVisitorAdapter |
From |
To |
|
Change Variable Type classUnderTest : TypeDeclaration to classUnderTest : TypeDeclaration<?> in method public thenCommentInMethodInClassIs(commentPosition int, methodPosition int, classPosition int, expectedContent String) : void in class com.github.javaparser.bdd.steps.CommentParsingSteps |
From |
To |
|
Change Variable Type member : BodyDeclaration to member : BodyDeclaration<?> in method public visit(n ClassOrInterfaceDeclaration, arg A) : void in class com.github.javaparser.ast.visitor.VoidVisitorAdapter |
From |
To |
|
Change Variable Type declaration : BodyDeclaration to declaration : BodyDeclaration<?> in method public getMemberByTypeAndPosition(typeDeclaration TypeDeclaration<?>, position int, typeClass Class<? extends BodyDeclaration<?>>) : BodyDeclaration<?> in class com.github.javaparser.bdd.steps.SharedSteps |
From |
To |
|
Change Variable Type anonymousClassBody : List<BodyDeclaration> to anonymousClassBody : List<BodyDeclaration<?>> in method public visit(n ObjectCreationExpr, arg A) : Node in class com.github.javaparser.ast.visitor.ModifierVisitorAdapter |
From |
To |
|
Change Variable Type classBody : List<BodyDeclaration> to classBody : List<BodyDeclaration<?>> in method public visit(_n EnumConstantDeclaration, _arg Object) : Node in class com.github.javaparser.ast.visitor.CloneVisitor |
From |
To |
|
Change Variable Type members : List<BodyDeclaration> to members : List<BodyDeclaration<?>> in method public addMember(type TypeDeclaration<?>, decl BodyDeclaration<?>) : void in class com.github.javaparser.ASTHelper |
From |
To |
|
Change Variable Type member : BodyDeclaration to member : BodyDeclaration<?> in method public visit(n EnumConstantDeclaration, arg A) : R in class com.github.javaparser.ast.visitor.GenericVisitorAdapter |
From |
To |
|
Change Variable Type members : List<BodyDeclaration> to members : List<BodyDeclaration<?>> in method public visit(n ClassOrInterfaceDeclaration, arg A) : Node in class com.github.javaparser.ast.visitor.ModifierVisitorAdapter |
From |
To |
|
Change Variable Type members : List<BodyDeclaration> to members : List<BodyDeclaration<?>> in method public visit(_n ClassOrInterfaceDeclaration, _arg Object) : Node in class com.github.javaparser.ast.visitor.CloneVisitor |
From |
To |
|
Change Variable Type member : BodyDeclaration to member : BodyDeclaration<?> in method public visit(n ObjectCreationExpr, arg A) : void in class com.github.javaparser.ast.visitor.VoidVisitorAdapter |
From |
To |
|
Change Variable Type classUnderTest : TypeDeclaration to classUnderTest : TypeDeclaration<?> in method public thenBlockStatementInMethodInClassHasOrphanComments(methodPosition int, classPosition int, expectedCount int) : void in class com.github.javaparser.bdd.steps.CommentParsingSteps |
From |
To |
|
Change Variable Type member : BodyDeclaration to member : BodyDeclaration<?> in method public visit(n EnumDeclaration, arg A) : void in class com.github.javaparser.ast.visitor.VoidVisitorAdapter |
From |
To |
|
Change Variable Type classUnderTest : TypeDeclaration to classUnderTest : TypeDeclaration<?> in method public thenFieldInClassContainsComments(fieldPosition int, classPosition int, expectedCount int) : void in class com.github.javaparser.bdd.steps.CommentParsingSteps |
From |
To |
|
Change Variable Type classBody : List<BodyDeclaration> to classBody : List<BodyDeclaration<?>> in method public visit(n EnumConstantDeclaration, arg A) : Node in class com.github.javaparser.ast.visitor.ModifierVisitorAdapter |
From |
To |
|
Change Variable Type types : List<TypeDeclaration> to types : List<TypeDeclaration<?>> in method public addTypeDeclaration(cu CompilationUnit, type TypeDeclaration<?>) : void in class com.github.javaparser.ASTHelper |
From |
To |
|
Change Variable Type member : BodyDeclaration to member : BodyDeclaration<?> in method private printMembers(members List<BodyDeclaration<?>>, arg Object) : void in class com.github.javaparser.ast.visitor.DumpVisitor |
From |
To |
|
Change Variable Type classUnderTest : TypeDeclaration to classUnderTest : TypeDeclaration<?> in method public thenTypeOfMethodInClassIsCommented(methodPosition int, classPosition int, expectedContent String) : void in class com.github.javaparser.bdd.steps.CommentParsingSteps |
From |
To |
|
Change Variable Type classUnderTest : TypeDeclaration to classUnderTest : TypeDeclaration<?> in method public thenClassHasOrphanComments(position int, expectedCount int) : void in class com.github.javaparser.bdd.steps.CommentParsingSteps |
From |
To |
|
Change Variable Type type : TypeDeclaration to type : TypeDeclaration<?> in method public whenAStaticMethodCalledReturningIsAddedToClassInTheCompilationUnit(methodName String, position int) : void in class com.github.javaparser.bdd.steps.ManipulationSteps |
From |
To |
|
Change Variable Type members : List<BodyDeclaration> to members : List<BodyDeclaration<?>> in method public visit(n EnumDeclaration, arg A) : Node in class com.github.javaparser.ast.visitor.ModifierVisitorAdapter |
From |
To |
|
Change Variable Type typeDecl : TypeDeclaration to typeDecl : TypeDeclaration<?> in method public visit(_n TypeDeclarationStmt, _arg Object) : Node in class com.github.javaparser.ast.visitor.CloneVisitor |
From |
To |
|
Change Variable Type classUnderTest : TypeDeclaration to classUnderTest : TypeDeclaration<?> in method public thenClassIsNotCommented(position int) : void in class com.github.javaparser.bdd.steps.CommentParsingSteps |
From |
To |
|
Change Variable Type typeDeclaration : TypeDeclaration to typeDeclaration : TypeDeclaration<?> in method public visit(n CompilationUnit, arg A) : void in class com.github.javaparser.ast.visitor.VoidVisitorAdapter |
From |
To |
|
Change Variable Type members : List<BodyDeclaration> to members : List<BodyDeclaration<?>> in method public visit(n AnnotationDeclaration, arg A) : Node in class com.github.javaparser.ast.visitor.ModifierVisitorAdapter |
From |
To |
|
Change Variable Type classUnderTest : TypeDeclaration to classUnderTest : TypeDeclaration<?> in method public thenMethodInClassHasOrphanComments(methodPosition int, classPosition int, expectedCount int) : void in class com.github.javaparser.bdd.steps.CommentParsingSteps |
From |
To |
|
Change Variable Type classUnderTest : TypeDeclaration to classUnderTest : TypeDeclaration<?> in method public thenFieldInClassIsCommented(fieldPosition int, classPosition int, expectedContent String) : void in class com.github.javaparser.bdd.steps.CommentParsingSteps |
From |
To |
|
Change Variable Type type : TypeDeclaration to type : TypeDeclaration<?> in method public whenAClassCalledIsAddedToTheCompilationUnit(className String) : void in class com.github.javaparser.bdd.steps.ManipulationSteps |
From |
To |
|
Change Variable Type classUnderTest : TypeDeclaration to classUnderTest : TypeDeclaration<?> in method public thenFieldInClassIsNotCommented(fieldPosition int, classPosition int) : void in class com.github.javaparser.bdd.steps.CommentParsingSteps |
From |
To |
|
Change Variable Type member : BodyDeclaration to member : BodyDeclaration<?> in method public visit(n EnumConstantDeclaration, arg A) : void in class com.github.javaparser.ast.visitor.VoidVisitorAdapter |
From |
To |
|
Change Variable Type classUnderTest : TypeDeclaration to classUnderTest : TypeDeclaration<?> in method public thenBlockStatementInMethodInClassIs(methodPosition int, classPosition int, commentPosition int, expectedContent String) : void in class com.github.javaparser.bdd.steps.CommentParsingSteps |
From |
To |
|
Change Variable Type classUnderTest : TypeDeclaration to classUnderTest : TypeDeclaration<?> in method public thenClassHasTotalContainedComments(position int, expectedCount int) : void in class com.github.javaparser.bdd.steps.CommentParsingSteps |
From |
To |
|
Change Variable Type members : List<BodyDeclaration> to members : List<BodyDeclaration<?>> in method public visit(_n AnnotationDeclaration, _arg Object) : Node in class com.github.javaparser.ast.visitor.CloneVisitor |
From |
To |
|
Change Variable Type bodyDeclaration : BodyDeclaration to bodyDeclaration : BodyDeclaration<?> in method public getMethodByPositionAndClassPosition(compilationUnit CompilationUnit, methodPosition int, classPosition int) : MethodDeclaration in class com.github.javaparser.bdd.steps.SharedSteps |
From |
To |
|
Change Variable Type type : TypeDeclaration to type : TypeDeclaration<?> in method public getMethodByPositionAndClassPosition(compilationUnit CompilationUnit, methodPosition int, classPosition int) : MethodDeclaration in class com.github.javaparser.bdd.steps.SharedSteps |
From |
To |
|
Change Variable Type members : List<BodyDeclaration> to members : List<BodyDeclaration<?>> in method public visit(_n EnumDeclaration, _arg Object) : Node in class com.github.javaparser.ast.visitor.CloneVisitor |
From |
To |
|
Change Variable Type classUnderTest : TypeDeclaration to classUnderTest : TypeDeclaration<?> in method public thenVariableValueOfFieldInClassIsCommented(variablePosition int, fieldPosition int, classPosition int, expectedContent String) : void in class com.github.javaparser.bdd.steps.CommentParsingSteps |
From |
To |
|
Change Variable Type classUnderTest : TypeDeclaration to classUnderTest : TypeDeclaration<?> in method public thenClassIsCommented(position int, expectedContent String) : void in class com.github.javaparser.bdd.steps.CommentParsingSteps |
From |
To |
|
Change Variable Type anonymousBody : List<BodyDeclaration> to anonymousBody : List<BodyDeclaration<?>> in method public visit(_n ObjectCreationExpr, _arg Object) : Node in class com.github.javaparser.ast.visitor.CloneVisitor |
From |
To |
|
Change Variable Type types : List<TypeDeclaration> to types : List<TypeDeclaration<?>> in method public visit(_n CompilationUnit, _arg Object) : Node in class com.github.javaparser.ast.visitor.CloneVisitor |
From |
To |
|
Change Variable Type n2 : BaseParameter to n2 : BaseParameter<?> in method protected visit(n1 BaseParameter<?>, arg Node) : Boolean in class com.github.javaparser.ast.visitor.EqualsVisitor |
From |
To |
|
Change Variable Type member : BodyDeclaration to member : BodyDeclaration<?> in method public visit(n AnnotationDeclaration, arg A) : R in class com.github.javaparser.ast.visitor.GenericVisitorAdapter |
From |
To |
|
Change Variable Type member : BodyDeclaration to member : BodyDeclaration<?> in method public visit(n ClassOrInterfaceDeclaration, arg A) : R in class com.github.javaparser.ast.visitor.GenericVisitorAdapter |
From |
To |
|
Change Variable Type member : BodyDeclaration to member : BodyDeclaration<?> in method public visit(n EnumDeclaration, arg A) : R in class com.github.javaparser.ast.visitor.GenericVisitorAdapter |
From |
To |
|
Change Variable Type member : BodyDeclaration to member : BodyDeclaration<?> in method public visit(n ObjectCreationExpr, arg A) : R in class com.github.javaparser.ast.visitor.GenericVisitorAdapter |
From |
To |