|
Change Parameter Type check : Check to check : AbstractCheck in method private registerCheck(check AbstractCheck) : void in class com.puppycrawl.tools.checkstyle.TreeWalker |
From |
To |
|
Change Parameter Type check : Check to check : AbstractCheck in method private validateDefaultTokens(check AbstractCheck) : void in class com.puppycrawl.tools.checkstyle.TreeWalker |
From |
To |
|
Change Parameter Type check : Check to check : AbstractCheck in method private registerCheck(tokenId int, check AbstractCheck) : void in class com.puppycrawl.tools.checkstyle.TreeWalker |
From |
To |
|
Change Parameter Type check : Check to check : AbstractCheck in method private registerCheck(token String, check AbstractCheck) : void in class com.puppycrawl.tools.checkstyle.TreeWalker |
From |
To |
|
Change Parameter Type check : Check to check : AbstractCheck in method private validatePropertySectionProperties(fileName String, sectionName String, subSection Node, check AbstractCheck, properties Set<String>) : void in class com.puppycrawl.tools.checkstyle.internal.XDocsPagesTest |
From |
To |
|
Change Variable Type visitors : Collection<Check> to visitors : Collection<AbstractCheck> in method private notifyVisit(ast DetailAST, astState AstState) : void in class com.puppycrawl.tools.checkstyle.TreeWalker |
From |
To |
|
Change Variable Type check : Check to check : AbstractCheck in method private notifyLeave(ast DetailAST, astState AstState) : void in class com.puppycrawl.tools.checkstyle.TreeWalker |
From |
To |
|
Change Variable Type checks : Set<Check> to checks : Set<AbstractCheck> in method private notifyBegin(rootAST DetailAST, contents FileContents, astState AstState) : void in class com.puppycrawl.tools.checkstyle.TreeWalker |
From |
To |
|
Change Variable Type testedCheck : Check to testedCheck : AbstractCheck in method public testRequiredTokensAreSubsetOfDefaultTokens() : void in class com.puppycrawl.tools.checkstyle.internal.AllChecksTest |
From |
To |
|
Change Variable Type check : Check to check : AbstractCheck in method public destroy() : void in class com.puppycrawl.tools.checkstyle.TreeWalker |
From |
To |
|
Change Variable Type check : Check to check : AbstractCheck in method private notifyVisit(ast DetailAST, astState AstState) : void in class com.puppycrawl.tools.checkstyle.TreeWalker |
From |
To |
|
Change Variable Type check : Check to check : AbstractCheck in method private notifyBegin(rootAST DetailAST, contents FileContents, astState AstState) : void in class com.puppycrawl.tools.checkstyle.TreeWalker |
From |
To |
|
Change Variable Type check : Check to check : AbstractCheck in method public setupChild(childConf Configuration) : void in class com.puppycrawl.tools.checkstyle.TreeWalker |
From |
To |
|
Change Variable Type checks : Set<Check> to checks : Set<AbstractCheck> in method private notifyEnd(rootAST DetailAST, astState AstState) : void in class com.puppycrawl.tools.checkstyle.TreeWalker |
From |
To |
|
Change Variable Type check : Check to check : AbstractCheck in method public testVisitToken() : void in class com.puppycrawl.tools.checkstyle.api.AbstractCheckTest |
From |
To |
|
Change Variable Type check : Check to check : AbstractCheck in method private notifyEnd(rootAST DetailAST, astState AstState) : void in class com.puppycrawl.tools.checkstyle.TreeWalker |
From |
To |
|
Change Variable Type visitors : Collection<Check> to visitors : Collection<AbstractCheck> in method private getListOfChecks(ast DetailAST, astState AstState) : Collection<AbstractCheck> in class com.puppycrawl.tools.checkstyle.TreeWalker |
From |
To |
|
Change Variable Type check : Check to check : AbstractCheck in method private validatePropertySection(fileName String, sectionName String, subSection Node, instance Object) : void in class com.puppycrawl.tools.checkstyle.internal.XDocsPagesTest |
From |
To |
|
Change Variable Type check : Check to check : AbstractCheck in method public testGetAcceptable() : void in class com.puppycrawl.tools.checkstyle.api.AbstractCheckTest |
From |
To |
|
Change Variable Type testedCheck : Check to testedCheck : AbstractCheck in method public testDefaultTokensAreSubsetOfAcceptableTokens() : void in class com.puppycrawl.tools.checkstyle.internal.AllChecksTest |
From |
To |
|
Change Variable Type visitors : Collection<Check> to visitors : Collection<AbstractCheck> in method private notifyLeave(ast DetailAST, astState AstState) : void in class com.puppycrawl.tools.checkstyle.TreeWalker |
From |
To |
|
Change Variable Type check : Check to check : AbstractCheck in method public testGetRequiredTokens() : void in class com.puppycrawl.tools.checkstyle.api.AbstractCheckTest |
From |
To |
|
Change Variable Type testedCheck : Check to testedCheck : AbstractCheck in method public testRequiredTokensAreSubsetOfAcceptableTokens() : void in class com.puppycrawl.tools.checkstyle.internal.AllChecksTest |
From |
To |
|
Change Attribute Type tokenToOrdinaryChecks : Multimap<String,Check> to tokenToOrdinaryChecks : Multimap<String,AbstractCheck> in class com.puppycrawl.tools.checkstyle.TreeWalker |
From |
To |
|
Change Attribute Type ordinaryChecks : Set<Check> to ordinaryChecks : Set<AbstractCheck> in class com.puppycrawl.tools.checkstyle.TreeWalker |
From |
To |
|
Change Attribute Type tokenToCommentChecks : Multimap<String,Check> to tokenToCommentChecks : Multimap<String,AbstractCheck> in class com.puppycrawl.tools.checkstyle.TreeWalker |
From |
To |
|
Change Attribute Type emptyCheck : Check to emptyCheck : AbstractCheck in class com.puppycrawl.tools.checkstyle.api.AbstractViolationReporterTest |
From |
To |
|
Change Attribute Type commentChecks : Set<Check> to commentChecks : Set<AbstractCheck> in class com.puppycrawl.tools.checkstyle.TreeWalker |
From |
To |