|
Rename Parameter aArrayDeclarator : DetailAST to arrayDeclarator : DetailAST in method private getArrayTypeOrIdentifier(arrayDeclarator DetailAST) : DetailAST in class com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceAfterCheck |
From |
To |
|
Rename Parameter aAST : DetailAST to ast : DetailAST in method private isFollowsEmptyForIterator(ast DetailAST) : boolean in class com.puppycrawl.tools.checkstyle.checks.whitespace.ParenPadCheck |
From |
To |
|
Rename Parameter aMatch : int to match : int in method private isEmptyBlock(ast DetailAST, parentType int, match int) : boolean in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck |
From |
To |
|
Rename Parameter aAST : DetailAST to ast : DetailAST in method public visitToken(ast DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceAfterCheck |
From |
To |
|
Rename Parameter aToken : DetailAST to token : DetailAST in method private hasEmptyLineAfter(token DetailAST) : boolean in class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck |
From |
To |
|
Rename Parameter aRootAST : DetailAST to rootAST : DetailAST in method public beginTree(rootAST DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.whitespace.GenericWhitespaceCheck |
From |
To |
|
Rename Parameter aAST : DetailAST to ast : DetailAST in method private processStart(ast DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.whitespace.GenericWhitespaceCheck |
From |
To |
|
Rename Parameter aAllow : boolean to allow : boolean in method public setAllowNoEmptyLineBetweenFields(allow boolean) : void in class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck |
From |
To |
|
Rename Parameter aLine : String to line : String in method private whitespaceBetween(froindex int, toIndex int, line String) : boolean in class com.puppycrawl.tools.checkstyle.checks.whitespace.GenericWhitespaceCheck |
From |
To |
|
Rename Parameter aAllow : boolean to allow : boolean in method public setAllowEmptyLoops(allow boolean) : void in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck |
From |
To |
|
Rename Parameter aAllowLineBreaks : boolean to allowLineBreaks : boolean in method public setAllowLineBreaks(allowLineBreaks boolean) : void in class com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceBeforeCheck |
From |
To |
|
Rename Parameter aParentType : int to parentType : int in method private isEmptyMethodBlock(ast DetailAST, parentType int) : boolean in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck |
From |
To |
|
Rename Parameter aArrayDeclaration : DetailAST to arrayDeclaration : DetailAST in method private isCstyleArrayDeclaration(arrayDeclaration DetailAST) : boolean in class com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceAfterCheck |
From |
To |
|
Rename Parameter aCheckConfig : Configuration to checkConfig : Configuration in method protected createCheckerConfig(checkConfig Configuration) : DefaultConfiguration in class com.puppycrawl.tools.checkstyle.checks.whitespace.FileTabCharacterCheckTest |
From |
To |
|
Rename Parameter aArrayDeclaration : DetailAST to arrayDeclaration : DetailAST in method private isCstyleMultiDimensionalArrayDeclaration(arrayDeclaration DetailAST) : boolean in class com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceAfterCheck |
From |
To |
|
Rename Parameter aLines : List<String> to lines : List<String> in method protected processFiltered(file File, lines List<String>) : void in class com.puppycrawl.tools.checkstyle.checks.whitespace.FileTabCharacterCheck |
From |
To |
|
Rename Parameter aAST : DetailAST to ast : DetailAST in method private isPreceedsEmptyForInit(ast DetailAST) : boolean in class com.puppycrawl.tools.checkstyle.checks.whitespace.ParenPadCheck |
From |
To |
|
Rename Parameter aAST : DetailAST to ast : DetailAST in method protected processRight(ast DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.whitespace.AbstractParenPadCheck |
From |
To |
|
Rename Parameter aToken : DetailAST to token : DetailAST in method private hasEmptyLineBefore(token DetailAST) : boolean in class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck |
From |
To |
|
Rename Parameter aAST : DetailAST to ast : DetailAST in method public visitToken(ast DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.whitespace.TypecastParenPadCheck |
From |
To |
|
Rename Parameter aAST : DetailAST to ast : DetailAST in method private isEmptyType(ast DetailAST, parentType int) : boolean in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck |
From |
To |
|
Rename Parameter aAST : DetailAST to ast : DetailAST in method private isEmptyLoop(ast DetailAST, parentType int) : boolean in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck |
From |
To |
|
Rename Parameter aLine : String to line : String in method private hasRedundantWhitespace(line String, after int) : boolean in class com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceAfterCheck |
From |
To |
|
Rename Parameter aAST : DetailAST to ast : DetailAST in method public visitToken(ast DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck |
From |
To |
|
Rename Parameter aArrayDeclarator : DetailAST to arrayDeclarator : DetailAST in method private getArrayIdentifier(arrayDeclarator DetailAST) : DetailAST in class com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceAfterCheck |
From |
To |
|
Rename Parameter aAST : DetailAST to ast : DetailAST in method protected processLeft(ast DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.whitespace.AbstractParenPadCheck |
From |
To |
|
Rename Parameter aFile : File to file : File in method protected processFiltered(file File, lines List<String>) : void in class com.puppycrawl.tools.checkstyle.checks.whitespace.FileTabCharacterCheck |
From |
To |
|
Rename Parameter aArrayDeclaration : DetailAST to arrayDeclaration : DetailAST in method private isArrayInstantiation(arrayDeclaration DetailAST) : boolean in class com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceAfterCheck |
From |
To |
|
Rename Parameter aAST : DetailAST to ast : DetailAST in method private processEnd(ast DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.whitespace.GenericWhitespaceCheck |
From |
To |
|
Rename Parameter aParentType : int to parentType : int in method private isEmptyType(ast DetailAST, parentType int) : boolean in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck |
From |
To |
|
Rename Parameter aAST : DetailAST to ast : DetailAST in method private getPositionAfter(ast DetailAST) : int in class com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceAfterCheck |
From |
To |
|
Rename Parameter aAST : DetailAST to ast : DetailAST in method public visitToken(ast DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.whitespace.SeparatorWrapCheck |
From |
To |
|
Rename Parameter aParentType : int to parentType : int in method private isEmptyLoop(ast DetailAST, parentType int) : boolean in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck |
From |
To |
|
Rename Parameter aAST : DetailAST to ast : DetailAST in method public visitToken(ast DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck |
From |
To |
|
Rename Parameter aIgnore : boolean to ignore : boolean in method public setIgnoreEnhancedForColon(ignore boolean) : void in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck |
From |
To |
|
Rename Parameter aVariableDef : DetailAST to variableDef : DetailAST in method private iastypeField(variableDef DetailAST) : boolean in class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck |
From |
To |
|
Rename Parameter aAST : DetailAST to ast : DetailAST in method public visitToken(ast DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceBeforeCheck |
From |
To |
|
Rename Parameter aParentType : int to parentType : int in method private isEmptyCtorBlock(ast DetailAST, parentType int) : boolean in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck |
From |
To |
|
Rename Parameter aAllow : boolean to allow : boolean in method public setAllowEmptyConstructors(allow boolean) : void in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck |
From |
To |
|
Rename Parameter aAST : DetailAST to ast : DetailAST in method private isEmptyMethodBlock(ast DetailAST, parentType int) : boolean in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck |
From |
To |
|
Rename Parameter aArrayDeclaration : DetailAST to arrayDeclaration : DetailAST in method private isMultiDimensionalArray(arrayDeclaration DetailAST) : boolean in class com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceAfterCheck |
From |
To |
|
Rename Parameter aAST : DetailAST to ast : DetailAST in method public visitToken(ast DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck |
From |
To |
|
Rename Parameter aAST : DetailAST to ast : DetailAST in method public visitToken(ast DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.whitespace.NoLineWrapCheck |
From |
To |
|
Rename Parameter aAfter : int to after : int in method private hasRedundantWhitespace(line String, after int) : boolean in class com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceAfterCheck |
From |
To |
|
Rename Parameter aToIndex : int to toIndex : int in method private whitespaceBetween(froindex int, toIndex int, line String) : boolean in class com.puppycrawl.tools.checkstyle.checks.whitespace.GenericWhitespaceCheck |
From |
To |
|
Rename Parameter aEachLine : boolean to eachLine : boolean in method public setEachLine(eachLine boolean) : void in class com.puppycrawl.tools.checkstyle.checks.whitespace.FileTabCharacterCheck |
From |
To |
|
Rename Parameter aAST : DetailAST to ast : DetailAST in method public visitToken(ast DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.whitespace.ParenPadCheck |
From |
To |
|
Rename Parameter aAST : DetailAST to ast : DetailAST in method public visitToken(ast DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.whitespace.OperatorWrapCheck |
From |
To |
|
Rename Parameter aAST : DetailAST to ast : DetailAST in method public visitToken(ast DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.whitespace.GenericWhitespaceCheck |
From |
To |
|
Rename Parameter aArrayOrTypeCast : DetailAST to arrayOrTypeCast : DetailAST in method private getPreceded(arrayOrTypeCast DetailAST) : DetailAST in class com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceAfterCheck |
From |
To |
|
Rename Parameter aAllow : boolean to allow : boolean in method public setAllowEmptyMethods(allow boolean) : void in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck |
From |
To |
|
Rename Parameter aAST : DetailAST to ast : DetailAST in method public visitToken(ast DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyForIteratorPadCheck |
From |
To |
|
Rename Parameter aFromIndex : int to froindex : int in method private whitespaceBetween(froindex int, toIndex int, line String) : boolean in class com.puppycrawl.tools.checkstyle.checks.whitespace.GenericWhitespaceCheck |
From |
To |
|
Rename Parameter aAST : DetailAST to ast : DetailAST in method private isEmptyBlock(ast DetailAST, parentType int, match int) : boolean in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck |
From |
To |
|
Rename Parameter aAllow : boolean to allow : boolean in method public setAllowEmptyTypes(allow boolean) : void in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck |
From |
To |
|
Rename Parameter aAST : DetailAST to ast : DetailAST in method private isEmptyCtorBlock(ast DetailAST, parentType int) : boolean in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck |
From |
To |
|
Rename Parameter aAST : DetailAST to ast : DetailAST in method public visitToken(ast DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.whitespace.MethodParamPadCheck |
From |
To |
|
Rename Parameter aAllowLineBreaks : boolean to allowLineBreaks : boolean in method public setAllowLineBreaks(allowLineBreaks boolean) : void in class com.puppycrawl.tools.checkstyle.checks.whitespace.MethodParamPadCheck |
From |
To |
|
Rename Parameter aAST : DetailAST to ast : DetailAST in method public visitToken(ast DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyForInitializerPadCheck |
From |
To |
|
Rename Parameter aAllowLineBreaks : boolean to allowLineBreaks : boolean in method public setAllowLineBreaks(allowLineBreaks boolean) : void in class com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceAfterCheck |
From |
To |
|
Rename Parameter aParentType : int to parentType : int in method private isEmptyBlock(ast DetailAST, parentType int, match int) : boolean in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck |
From |
To |