|
Rename Attribute mInInterface : boolean to inInterface : boolean in class com.puppycrawl.tools.checkstyle.checks.sizes.MethodCountCheck.MethodCounter |
From |
To |
|
Rename Attribute mCounters : FastStack<MethodCounter> to counters : FastStack<MethodCounter> in class com.puppycrawl.tools.checkstyle.checks.sizes.MethodCountCheck |
From |
To |
|
Rename Attribute mIgnorePattern : Pattern to ignorePattern : Pattern in class com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck |
From |
To |
|
Rename Attribute mCountEmpty : boolean to countEmpty : boolean in class com.puppycrawl.tools.checkstyle.checks.sizes.MethodLengthCheck |
From |
To |
|
Rename Attribute mTotal : int to total : int in class com.puppycrawl.tools.checkstyle.checks.sizes.MethodCountCheck.MethodCounter |
From |
To |
|
Rename Attribute mMaxPackage : int to maxPackage : int in class com.puppycrawl.tools.checkstyle.checks.sizes.MethodCountCheck |
From |
To |
|
Rename Attribute mMaxFileLength : int to maxFileLength : int in class com.puppycrawl.tools.checkstyle.checks.sizes.FileLengthCheck |
From |
To |
|
Rename Attribute mCurrentDepth : int to currentDepth : int in class com.puppycrawl.tools.checkstyle.checks.sizes.OuterTypeNumberCheck |
From |
To |
|
Rename Attribute mMaxProtected : int to maxProtected : int in class com.puppycrawl.tools.checkstyle.checks.sizes.MethodCountCheck |
From |
To |
|
Rename Attribute mMax : int to max : int in class com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck |
From |
To |
|
Rename Attribute mContextStack : FastStack<Context> to contextStack : FastStack<Context> in class com.puppycrawl.tools.checkstyle.checks.sizes.ExecutableStatementCountCheck |
From |
To |
|
Rename Attribute mAST : DetailAST to ast : DetailAST in class com.puppycrawl.tools.checkstyle.checks.sizes.ExecutableStatementCountCheck.Context |
From |
To |
|
Rename Attribute mMax : int to max : int in class com.puppycrawl.tools.checkstyle.checks.sizes.ExecutableStatementCountCheck |
From |
To |
|
Rename Attribute mMaxTotal : int to maxTotal : int in class com.puppycrawl.tools.checkstyle.checks.sizes.MethodCountCheck |
From |
To |
|
Rename Attribute mMax : int to max : int in class com.puppycrawl.tools.checkstyle.checks.sizes.OuterTypeNumberCheck |
From |
To |
|
Rename Attribute mMax : int to max : int in class com.puppycrawl.tools.checkstyle.checks.sizes.MethodLengthCheck |
From |
To |
|
Rename Attribute mMaxPrivate : int to maxPrivate : int in class com.puppycrawl.tools.checkstyle.checks.sizes.MethodCountCheck |
From |
To |
|
Rename Attribute mIgnoreOverriddenMethods : boolean to ignoreOverriddenMethods : boolean in class com.puppycrawl.tools.checkstyle.checks.sizes.ParameterNumberCheck |
From |
To |
|
Rename Attribute mMax : int to max : int in class com.puppycrawl.tools.checkstyle.checks.sizes.ParameterNumberCheck |
From |
To |
|
Rename Attribute mCounts : EnumMap<Scope,Integer> to counts : EnumMap<Scope,Integer> in class com.puppycrawl.tools.checkstyle.checks.sizes.MethodCountCheck.MethodCounter |
From |
To |
|
Rename Attribute mMax : int to max : int in class com.puppycrawl.tools.checkstyle.checks.sizes.AnonInnerLengthCheck |
From |
To |
|
Rename Attribute mOuterNum : int to outerNum : int in class com.puppycrawl.tools.checkstyle.checks.sizes.OuterTypeNumberCheck |
From |
To |
|
Rename Attribute mMaxPublic : int to maxPublic : int in class com.puppycrawl.tools.checkstyle.checks.sizes.MethodCountCheck |
From |
To |
|
Rename Attribute mContext : Context to context : Context in class com.puppycrawl.tools.checkstyle.checks.sizes.ExecutableStatementCountCheck |
From |
To |
|
Rename Attribute mCount : int to count : int in class com.puppycrawl.tools.checkstyle.checks.sizes.ExecutableStatementCountCheck.Context |
From |
To |
|
Rename Parameter aMax : int to max : int in method private checkMax(max int, value int, msg String, ast DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.sizes.MethodCountCheck |
From |
To |
|
Rename Parameter aAST : DetailAST to ast : DetailAST in method private ignoreNumberOfParameters(ast DetailAST) : boolean in class com.puppycrawl.tools.checkstyle.checks.sizes.ParameterNumberCheck |
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.sizes.FileLengthCheck |
From |
To |
|
Rename Parameter aLength : int to length : int in method public setMax(length int) : void in class com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck |
From |
To |
|
Rename Parameter aValue : int to value : int in method public setMaxTotal(value int) : void in class com.puppycrawl.tools.checkstyle.checks.sizes.MethodCountCheck |
From |
To |
|
Rename Parameter aAST : DetailAST to ast : DetailAST in method public visitToken(ast DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.sizes.MethodCountCheck |
From |
To |
|
Rename Parameter aScope : Scope to scope : Scope in method package value(scope Scope) : int in class com.puppycrawl.tools.checkstyle.checks.sizes.MethodCountCheck.MethodCounter |
From |
To |
|
Rename Parameter aValue : int to value : int in method public setMaxPackage(value int) : void in class com.puppycrawl.tools.checkstyle.checks.sizes.MethodCountCheck |
From |
To |
|
Rename Parameter aAST : DetailAST to ast : DetailAST in method public leaveToken(ast DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.sizes.MethodCountCheck |
From |
To |
|
Rename Parameter aValue : int to value : int in method public setMaxPublic(value int) : void in class com.puppycrawl.tools.checkstyle.checks.sizes.MethodCountCheck |
From |
To |
|
Rename Parameter aValue : int to value : int in method private checkMax(max int, value int, msg String, ast DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.sizes.MethodCountCheck |
From |
To |
|
Rename Parameter aRootAST : DetailAST to rootAST : DetailAST in method public beginTree(rootAST DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck |
From |
To |
|
Rename Parameter aAst : DetailAST to ast : DetailAST in method public beginTree(ast DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.sizes.OuterTypeNumberCheck |
From |
To |
|
Rename Parameter aTo : int to to : int in method public setMax(to int) : void in class com.puppycrawl.tools.checkstyle.checks.sizes.OuterTypeNumberCheck |
From |
To |
|
Rename Parameter aLength : int to length : int in method public setMax(length int) : void in class com.puppycrawl.tools.checkstyle.checks.sizes.MethodLengthCheck |
From |
To |
|
Rename Parameter aAst : DetailAST to ast : DetailAST in method public finishTree(ast DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.sizes.OuterTypeNumberCheck |
From |
To |
|
Rename Parameter aCount : int to count : int in method public addCount(count int) : void in class com.puppycrawl.tools.checkstyle.checks.sizes.ExecutableStatementCountCheck.Context |
From |
To |
|
Rename Parameter aMethod : DetailAST to method : DetailAST in method private raiseCounter(method DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.sizes.MethodCountCheck |
From |
To |
|
Rename Parameter aAst : DetailAST to ast : DetailAST in method public visitToken(ast DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.sizes.OuterTypeNumberCheck |
From |
To |
|
Rename Parameter aAst : DetailAST to ast : DetailAST in method private checkCounters(counter MethodCounter, ast DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.sizes.MethodCountCheck |
From |
To |
|
Rename Parameter aLength : int to length : int in method public setMax(length int) : void in class com.puppycrawl.tools.checkstyle.checks.sizes.AnonInnerLengthCheck |
From |
To |
|
Rename Parameter aAST : DetailAST to ast : DetailAST in method private visitMemberDef(ast DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.sizes.ExecutableStatementCountCheck |
From |
To |
|
Rename Parameter aMsg : String to msg : String in method private checkMax(max int, value int, msg String, ast DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.sizes.MethodCountCheck |
From |
To |
|
Rename Parameter aAST : DetailAST to ast : DetailAST in method public leaveToken(ast DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.sizes.ExecutableStatementCountCheck |
From |
To |
|
Rename Parameter aAST : DetailAST to ast : DetailAST in method private visitSlist(ast DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.sizes.ExecutableStatementCountCheck |
From |
To |
|
Rename Parameter aValue : int to value : int in method public setMaxPrivate(value int) : void in class com.puppycrawl.tools.checkstyle.checks.sizes.MethodCountCheck |
From |
To |
|
Rename Parameter aAST : DetailAST to ast : DetailAST in method public visitToken(ast DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.sizes.ParameterNumberCheck |
From |
To |
|
Rename Parameter aValue : int to value : int in method public setMaxProtected(value int) : void in class com.puppycrawl.tools.checkstyle.checks.sizes.MethodCountCheck |
From |
To |
|
Rename Parameter aAST : DetailAST to ast : DetailAST in method public visitToken(ast DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.sizes.AnonInnerLengthCheck |
From |
To |
|
Rename Parameter aAST : DetailAST to ast : DetailAST in method private leaveMemberDef(ast DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.sizes.ExecutableStatementCountCheck |
From |
To |
|
Rename Parameter aAst : DetailAST to ast : DetailAST in method private checkMax(max int, value int, msg String, ast DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.sizes.MethodCountCheck |
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.sizes.FileLengthCheck |
From |
To |
|
Rename Parameter aIgnoreOverriddenMethods : boolean to ignoreOverriddenMethods : boolean in method public setIgnoreOverriddenMethods(ignoreOverriddenMethods boolean) : void in class com.puppycrawl.tools.checkstyle.checks.sizes.ParameterNumberCheck |
From |
To |
|
Rename Parameter aMax : int to max : int in method public setMax(max int) : void in class com.puppycrawl.tools.checkstyle.checks.sizes.ParameterNumberCheck |
From |
To |
|
Rename Parameter aLength : int to length : int in method public setMax(length int) : void in class com.puppycrawl.tools.checkstyle.checks.sizes.FileLengthCheck |
From |
To |
|
Rename Parameter aMax : int to max : int in method public setMax(max int) : void in class com.puppycrawl.tools.checkstyle.checks.sizes.ExecutableStatementCountCheck |
From |
To |
|
Rename Parameter aScope : Scope to scope : Scope in method package increment(scope Scope) : void in class com.puppycrawl.tools.checkstyle.checks.sizes.MethodCountCheck.MethodCounter |
From |
To |
|
Rename Parameter aInInterface : boolean to inInterface : boolean in method package MethodCounter(inInterface boolean) in class com.puppycrawl.tools.checkstyle.checks.sizes.MethodCountCheck.MethodCounter |
From |
To |
|
Rename Parameter aCounter : MethodCounter to counter : MethodCounter in method private checkCounters(counter MethodCounter, ast DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.sizes.MethodCountCheck |
From |
To |
|
Rename Parameter aAST : DetailAST to ast : DetailAST in method public Context(ast DetailAST) in class com.puppycrawl.tools.checkstyle.checks.sizes.ExecutableStatementCountCheck.Context |
From |
To |
|
Rename Parameter aAST : DetailAST to ast : DetailAST in method public visitToken(ast DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.sizes.ExecutableStatementCountCheck |
From |
To |
|
Rename Parameter aAST : DetailAST to ast : DetailAST in method public visitToken(ast DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.sizes.MethodLengthCheck |
From |
To |
|
Rename Parameter aAst : DetailAST to ast : DetailAST in method public leaveToken(ast DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.sizes.OuterTypeNumberCheck |
From |
To |
|
Rename Parameter aCountEmpty : boolean to countEmpty : boolean in method public setCountEmpty(countEmpty boolean) : void in class com.puppycrawl.tools.checkstyle.checks.sizes.MethodLengthCheck |
From |
To |
|
Rename Parameter aRootAST : DetailAST to rootAST : DetailAST in method public beginTree(rootAST DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.sizes.ExecutableStatementCountCheck |
From |
To |
|
Rename Parameter aFormat : String to format : String in method public setIgnorePattern(format String) : void in class com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck |
From |
To |