|
Rename Attribute mIllegalPattern : boolean to illegalPattern : boolean in class com.puppycrawl.tools.checkstyle.checks.RegexpCheck |
From |
To |
|
Rename Attribute mCurrent : LexicalFrame to current : LexicalFrame in class com.puppycrawl.tools.checkstyle.checks.DeclarationCollector |
From |
To |
|
Rename Attribute mErrorLimit : int to errorLimit : int in class com.puppycrawl.tools.checkstyle.checks.RegexpCheck |
From |
To |
|
Rename Attribute mStaticMethods : Set<String> to staticMethods : Set<String> in class com.puppycrawl.tools.checkstyle.checks.DeclarationCollector.ClassFrame |
From |
To |
|
Rename Attribute mLegalComment : Pattern to legalComment : Pattern in class com.puppycrawl.tools.checkstyle.checks.TrailingCommentCheck |
From |
To |
|
Rename Attribute mAllowByTailComment : boolean to allowByTailComment : boolean in class com.puppycrawl.tools.checkstyle.checks.AvoidEscapedUnicodeCharactersCheck |
From |
To |
|
Rename Attribute mLoader : ClassLoader to loader : ClassLoader in class com.puppycrawl.tools.checkstyle.checks.ClassResolver |
From |
To |
|
Rename Attribute mFormat : String to format : String in class com.puppycrawl.tools.checkstyle.checks.AbstractFormatCheck |
From |
To |
|
Rename Attribute mMinimumNumber : int to minimumNumber : int in class com.puppycrawl.tools.checkstyle.checks.DescendantTokenCheck |
From |
To |
|
Rename Attribute mHasPublic : boolean to hasPublic : boolean in class com.puppycrawl.tools.checkstyle.checks.OuterTypeFilenameCheck |
From |
To |
|
Rename Attribute mMaximumMessage : String to maximumMessage : String in class com.puppycrawl.tools.checkstyle.checks.DescendantTokenCheck |
From |
To |
|
Rename Attribute mSurroundingClass : String to surroundingClass : String in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck.RegularClass |
From |
To |
|
Rename Attribute mOption : T to option : T in class com.puppycrawl.tools.checkstyle.checks.AbstractOptionCheck |
From |
To |
|
Rename Attribute mLastColumn : int to lastColumn : int in class com.puppycrawl.tools.checkstyle.checks.SuppressWarningsHolder.Entry |
From |
To |
|
Rename Attribute mBasenameSeparator : String to basenameSeparator : String in class com.puppycrawl.tools.checkstyle.checks.TranslationCheck |
From |
To |
|
Rename Attribute mColumn : int to column : int in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck.Token |
From |
To |
|
Rename Attribute mCheckForDuplicates : boolean to checkForDuplicates : boolean in class com.puppycrawl.tools.checkstyle.checks.RegexpCheck |
From |
To |
|
Rename Attribute mValidFirst : boolean to validFirst : boolean in class com.puppycrawl.tools.checkstyle.checks.OuterTypeFilenameCheck |
From |
To |
|
Rename Attribute mFormat : String to format : String in class com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck |
From |
To |
|
Rename Attribute mMinimumMessage : String to minimumMessage : String in class com.puppycrawl.tools.checkstyle.checks.DescendantTokenCheck |
From |
To |
|
Rename Attribute mInstanceMembers : Set<String> to instanceMembers : Set<String> in class com.puppycrawl.tools.checkstyle.checks.DeclarationCollector.ClassFrame |
From |
To |
|
Rename Attribute mText : String to text : String in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck.Token |
From |
To |
|
Rename Attribute mLine : int to line : int in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck.Token |
From |
To |
|
Rename Attribute mLineSeparator : String to lineSeparator : String in class com.puppycrawl.tools.checkstyle.checks.LineSeparatorOption |
From |
To |
|
Rename Attribute mCompileFlags : int to compileFlags : int in class com.puppycrawl.tools.checkstyle.checks.AbstractFormatCheck |
From |
To |
|
Rename Attribute mMatchCount : int to matchCount : int in class com.puppycrawl.tools.checkstyle.checks.RegexpCheck |
From |
To |
|
Rename Attribute mLineSeparator : LineSeparatorOption to lineSeparator : LineSeparatorOption in class com.puppycrawl.tools.checkstyle.checks.NewlineAtEndOfFileCheck |
From |
To |
|
Rename Attribute mDuplicateLimit : int to duplicateLimit : int in class com.puppycrawl.tools.checkstyle.checks.RegexpCheck |
From |
To |
|
Rename Attribute mImports : Set<String> to imports : Set<String> in class com.puppycrawl.tools.checkstyle.checks.ClassResolver |
From |
To |
|
Rename Attribute mWrongType : DetailAST to wrongType : DetailAST in class com.puppycrawl.tools.checkstyle.checks.OuterTypeFilenameCheck |
From |
To |
|
Rename Attribute mVarNames : Set<String> to varNames : Set<String> in class com.puppycrawl.tools.checkstyle.checks.DeclarationCollector.LexicalFrame |
From |
To |
|
Rename Attribute mRegexp : Pattern to regexp : Pattern in class com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck |
From |
To |
|
Rename Attribute mCheck : AbstractTypeAwareCheck to check : AbstractTypeAwareCheck in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck.RegularClass |
From |
To |
|
Rename Attribute mFirstColumn : int to firstColumn : int in class com.puppycrawl.tools.checkstyle.checks.SuppressWarningsHolder.Entry |
From |
To |
|
Rename Attribute mPrimitiveDataTypes : Set<Integer> to primitiveDataTypes : Set<Integer> in class com.puppycrawl.tools.checkstyle.checks.FinalParametersCheck |
From |
To |
|
Rename Attribute mPackage : FullIdent to packageName : FullIdent in class com.puppycrawl.tools.checkstyle.checks.UncommentedMainCheck |
From |
To |
|
Rename Attribute mClassResolver : ClassResolver to classResolver : ClassResolver in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck |
From |
To |
|
Rename Attribute mCheckConfig : DefaultConfiguration to checkConfig : DefaultConfiguration in class com.puppycrawl.tools.checkstyle.checks.TrailingCommentCheckTest |
From |
To |
|
Rename Attribute mCurrentClass : String to currentClass : String in class com.puppycrawl.tools.checkstyle.checks.UncommentedMainCheck |
From |
To |
|
Rename Attribute mClassInfo : ClassInfo to classInfo : ClassInfo in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck.ClassAlias |
From |
To |
|
Rename Attribute mAllowNonPrintableEscapes : boolean to allowNonPrintableEscapes : boolean in class com.puppycrawl.tools.checkstyle.checks.AvoidEscapedUnicodeCharactersCheck |
From |
To |
|
Rename Attribute mRegexp : Pattern to regexp : Pattern in class com.puppycrawl.tools.checkstyle.checks.AbstractFormatCheck |
From |
To |
|
Rename Attribute mLastLine : int to lastLine : int in class com.puppycrawl.tools.checkstyle.checks.SuppressWarningsHolder.Entry |
From |
To |
|
Rename Attribute mPkg : String to pkg : String in class com.puppycrawl.tools.checkstyle.checks.ClassResolver |
From |
To |
|
Rename Attribute mIsLoadable : boolean to isLoadable : boolean in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck.RegularClass |
From |
To |
|
Rename Attribute mFileName : String to fileName : String in class com.puppycrawl.tools.checkstyle.checks.OuterTypeFilenameCheck |
From |
To |
|
Rename Attribute mSumTokenCounts : boolean to sumTokenCounts : boolean in class com.puppycrawl.tools.checkstyle.checks.DescendantTokenCheck |
From |
To |
|
Rename Attribute mCurrentClass : String to currentClass : String in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck |
From |
To |
|
Rename Attribute mCheckName : String to checkName : String in class com.puppycrawl.tools.checkstyle.checks.SuppressWarningsHolder.Entry |
From |
To |
|
Rename Attribute mDuplicatedStrings : Multiset<String> to duplicatedStrings : Multiset<String> in class com.puppycrawl.tools.checkstyle.checks.UniquePropertiesCheck.UniqueProperties |
From |
To |
|
Rename Attribute mMatcher : Matcher to matcher : Matcher in class com.puppycrawl.tools.checkstyle.checks.RegexpCheck |
From |
To |
|
Rename Attribute mAllowIfAllCharactersEscaped : boolean to allowIfAllCharactersEscaped : boolean in class com.puppycrawl.tools.checkstyle.checks.AvoidEscapedUnicodeCharactersCheck |
From |
To |
|
Rename Attribute mJavaStyle : boolean to javaStyle : boolean in class com.puppycrawl.tools.checkstyle.checks.ArrayTypeStyleCheck |
From |
To |
|
Rename Attribute mMaximumNumber : int to maximumNumber : int in class com.puppycrawl.tools.checkstyle.checks.DescendantTokenCheck |
From |
To |
|
Rename Attribute mMinimumDepth : int to minimumDepth : int in class com.puppycrawl.tools.checkstyle.checks.DescendantTokenCheck |
From |
To |
|
Rename Attribute mCheckConfig : DefaultConfiguration to checkConfig : DefaultConfiguration in class com.puppycrawl.tools.checkstyle.checks.UniquePropertiesCheckTest |
From |
To |
|
Rename Attribute mFirstLine : int to firstLine : int in class com.puppycrawl.tools.checkstyle.checks.SuppressWarningsHolder.Entry |
From |
To |
|
Rename Attribute mClass : Class<?> to classObj : Class<?> in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck.RegularClass |
From |
To |
|
Rename Attribute mPackageFullIdent : FullIdent to packageFullIdent : FullIdent in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck |
From |
To |
|
Rename Attribute mFrames : Map<DetailAST,LexicalFrame> to frames : Map<DetailAST,LexicalFrame> in class com.puppycrawl.tools.checkstyle.checks.DeclarationCollector |
From |
To |
|
Rename Attribute mLogLoadErrors : boolean to logLoadErrors : boolean in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck |
From |
To |
|
Rename Attribute mAllowEscapesForControlCharacters : boolean to allowEscapesForControlCharacters : boolean in class com.puppycrawl.tools.checkstyle.checks.AvoidEscapedUnicodeCharactersCheck |
From |
To |
|
Rename Attribute mMessage : String to message : String in class com.puppycrawl.tools.checkstyle.checks.RegexpCheck |
From |
To |
|
Rename Attribute mParent : LexicalFrame to parent : LexicalFrame in class com.puppycrawl.tools.checkstyle.checks.DeclarationCollector.LexicalFrame |
From |
To |
|
Rename Attribute mName : Token to name : Token in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck.ClassInfo |
From |
To |
|
Rename Attribute mSuppressLoadErrors : boolean to suppressLoadErrors : boolean in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck |
From |
To |
|
Rename Attribute mTypeParams : FastStack<Map<String,ClassInfo>> to typeParams : FastStack<Map<String,ClassInfo>> in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck |
From |
To |
|
Rename Attribute mMaximumDepth : int to maximumDepth : int in class com.puppycrawl.tools.checkstyle.checks.DescendantTokenCheck |
From |
To |
|
Rename Attribute mErrorCount : int to errorCount : int in class com.puppycrawl.tools.checkstyle.checks.RegexpCheck |
From |
To |
|
Rename Attribute mPropertyFiles : List<File> to propertyFiles : List<File> in class com.puppycrawl.tools.checkstyle.checks.TranslationCheck |
From |
To |
|
Rename Attribute mInstanceMethods : Set<String> to instanceMethods : Set<String> in class com.puppycrawl.tools.checkstyle.checks.DeclarationCollector.ClassFrame |
From |
To |
|
Rename Attribute mIgnorePrimitiveTypes : boolean to ignorePrimitiveTypes : boolean in class com.puppycrawl.tools.checkstyle.checks.FinalParametersCheck |
From |
To |
|
Rename Attribute mOptionClass : Class<T> to optionClass : Class<T> in class com.puppycrawl.tools.checkstyle.checks.AbstractOptionCheck |
From |
To |
|
Rename Attribute mStaticMembers : Set<String> to staticMembers : Set<String> in class com.puppycrawl.tools.checkstyle.checks.DeclarationCollector.ClassFrame |
From |
To |
|
Rename Attribute mIgnoreComments : boolean to ignoreComments : boolean in class com.puppycrawl.tools.checkstyle.checks.RegexpCheck |
From |
To |
|
Rename Attribute mLimitedTokens : int[] to limitedTokens : int[] in class com.puppycrawl.tools.checkstyle.checks.DescendantTokenCheck |
From |
To |
|
Rename Attribute mClassDepth : int to classDepth : int in class com.puppycrawl.tools.checkstyle.checks.UncommentedMainCheck |
From |
To |
|
Rename Attribute mImports : Set<String> to imports : Set<String> in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck |
From |
To |
|
Rename Attribute mCounts : int[] to counts : int[] in class com.puppycrawl.tools.checkstyle.checks.DescendantTokenCheck |
From |
To |
|
Rename Attribute mSeenFirstToken : boolean to seenFirstToken : boolean in class com.puppycrawl.tools.checkstyle.checks.OuterTypeFilenameCheck |
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.TranslationCheck |
From |
To |
|
Rename Parameter aFirstLine : int to firstLine : int in method public Entry(checkName String, firstLine int, firstColumn int, lastLine int, lastColumn int) in class com.puppycrawl.tools.checkstyle.checks.SuppressWarningsHolder.Entry |
From |
To |
|
Rename Parameter aParent : LexicalFrame to parent : LexicalFrame in method protected MethodFrame(parent LexicalFrame) in class com.puppycrawl.tools.checkstyle.checks.DeclarationCollector.MethodFrame |
From |
To |
|
Rename Parameter aLineNumber : int to lineNumber : int in method private logMessage(lineNumber int) : void in class com.puppycrawl.tools.checkstyle.checks.RegexpCheck |
From |
To |
|
Rename Parameter aCheckName : String to checkName : String in method public Entry(checkName String, firstLine int, firstColumn int, lastLine int, lastColumn int) in class com.puppycrawl.tools.checkstyle.checks.SuppressWarningsHolder.Entry |
From |
To |
|
Rename Parameter aAST : DetailAST to ast : DetailAST in method private getIdentifier(ast DetailAST) : String in class com.puppycrawl.tools.checkstyle.checks.SuppressWarningsHolder |
From |
To |
|
Rename Parameter aIllegalPattern : boolean to illegalPattern : boolean in method public setIllegalPattern(illegalPattern boolean) : void in class com.puppycrawl.tools.checkstyle.checks.RegexpCheck |
From |
To |
|
Rename Parameter aRadix : int to radix : int in method public parseLong(text String, radix int) : long in class com.puppycrawl.tools.checkstyle.checks.CheckUtils |
From |
To |
|
Rename Parameter aImports : Set<String> to imports : Set<String> in method public ClassResolver(loader ClassLoader, pkg String, imports Set<String>) in class com.puppycrawl.tools.checkstyle.checks.ClassResolver |
From |
To |
|
Rename Parameter aName : String to name : String in method public addStaticMethod(name String) : void in class com.puppycrawl.tools.checkstyle.checks.DeclarationCollector.ClassFrame |
From |
To |
|
Rename Parameter aMethod : DetailAST to method : DetailAST in method private checkName(method DetailAST) : boolean in class com.puppycrawl.tools.checkstyle.checks.UncommentedMainCheck |
From |
To |
|
Rename Parameter aIdent : Token to ident : Token in method protected abstract logLoadError(ident Token) : void in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck |
From |
To |
|
Rename Parameter aAST : DetailAST to ast : DetailAST in method private getAnnotationValues(ast DetailAST) : List<String> in class com.puppycrawl.tools.checkstyle.checks.SuppressWarningsHolder |
From |
To |
|
Rename Parameter aLastLine : int to lastLine : int in method public Entry(checkName String, firstLine int, firstColumn int, lastLine int, lastColumn int) in class com.puppycrawl.tools.checkstyle.checks.SuppressWarningsHolder.Entry |
From |
To |
|
Rename Parameter aDepth : int to depth : int in method private countTokens(ast AST, depth int) : void in class com.puppycrawl.tools.checkstyle.checks.DescendantTokenCheck |
From |
To |
|
Rename Parameter aMessage : String to message : String in method public setMinimumMessage(message String) : void in class com.puppycrawl.tools.checkstyle.checks.DescendantTokenCheck |
From |
To |
|
Rename Parameter aFormat : String to format : String in method public setFormat(format String) : void in class com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck |
From |
To |
|
Rename Parameter aLineSeparator : String to lineSeparatorParam : String in method public setLineSeparator(lineSeparatorParam String) : void in class com.puppycrawl.tools.checkstyle.checks.NewlineAtEndOfFileCheck |
From |
To |
|
Rename Parameter aMaximumNumber : int to maximumNumber : int in method public setMaximumNumber(maximumNumber int) : void in class com.puppycrawl.tools.checkstyle.checks.DescendantTokenCheck |
From |
To |
|
Rename Parameter aLiteral : String to literal : String in method private isOnlyUnicodeValidChars(literal String, pattern Pattern) : boolean in class com.puppycrawl.tools.checkstyle.checks.AvoidEscapedUnicodeCharactersCheck |
From |
To |
|
Rename Parameter aAST : DetailAST to ast : DetailAST in method public visitToken(ast DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.OuterTypeFilenameCheck |
From |
To |
|
Rename Parameter aMaximumDepth : int to maximumDepth : int in method public setMaximumDepth(maximumDepth int) : void in class com.puppycrawl.tools.checkstyle.checks.DescendantTokenCheck |
From |
To |
|
Rename Parameter aAST : DetailAST to ast : DetailAST in method public visitToken(ast DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.DescendantTokenCheck |
From |
To |
|
Rename Parameter aNode : DetailAST to node : DetailAST in method public getTypeParameterNames(node DetailAST) : List<String> in class com.puppycrawl.tools.checkstyle.checks.CheckUtils |
From |
To |
|
Rename Parameter aRandomAccessFile : RandomAccessFile to randomAccessFile : RandomAccessFile in method private endsWithNewline(randomAccessFile RandomAccessFile) : boolean in class com.puppycrawl.tools.checkstyle.checks.NewlineAtEndOfFileCheck |
From |
To |
|
Rename Parameter aDuplicateLimit : int to duplicateLimit : int in method public setDuplicateLimit(duplicateLimit int) : void in class com.puppycrawl.tools.checkstyle.checks.RegexpCheck |
From |
To |
|
Rename Parameter aException : Class<?> to exception : Class<?> in method protected isUnchecked(exception Class<?>) : boolean in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck |
From |
To |
|
Rename Parameter aAST : DetailAST to ast : DetailAST in method public visitToken(ast DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck |
From |
To |
|
Rename Parameter aFormat : String to format : String in method private updateRegexp(format String, compileFlagsParam int) : void in class com.puppycrawl.tools.checkstyle.checks.AbstractFormatCheck |
From |
To |
|
Rename Parameter aPkg : String to pkg : String in method public ClassResolver(loader ClassLoader, pkg String, imports Set<String>) in class com.puppycrawl.tools.checkstyle.checks.ClassResolver |
From |
To |
|
Rename Parameter aRootAST : DetailAST to rootAST : DetailAST in method public finishTree(rootAST DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.OuterTypeFilenameCheck |
From |
To |
|
Rename Parameter aAllow : boolean to allow : boolean in method public setAllowIfAllCharactersEscaped(allow boolean) : void in class com.puppycrawl.tools.checkstyle.checks.AvoidEscapedUnicodeCharactersCheck |
From |
To |
|
Rename Parameter aAST : DetailAST to ast : DetailAST in method public visitToken(ast DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.UpperEllCheck |
From |
To |
|
Rename Parameter aAST : DetailAST to ast : DetailAST in method public visitToken(ast DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.TrailingCommentCheck |
From |
To |
|
Rename Parameter aIgnorePrimitiveTypes : boolean to ignorePrimitiveTypes : boolean in method public setIgnorePrimitiveTypes(ignorePrimitiveTypes boolean) : void in class com.puppycrawl.tools.checkstyle.checks.FinalParametersCheck |
From |
To |
|
Rename Parameter aPattern : Pattern to pattern : Pattern in method private isOnlyUnicodeValidChars(literal String, pattern Pattern) : boolean in class com.puppycrawl.tools.checkstyle.checks.AvoidEscapedUnicodeCharactersCheck |
From |
To |
|
Rename Parameter aCurrentClass : String to currentClass : String in method public resolve(name String, currentClass String) : Class<?> in class com.puppycrawl.tools.checkstyle.checks.ClassResolver |
From |
To |
|
Rename Parameter aMethod : DetailAST to method : DetailAST in method private visitMethod(method DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.FinalParametersCheck |
From |
To |
|
Rename Parameter aLastColumn : int to lastColumn : int in method public Entry(checkName String, firstLine int, firstColumn int, lastLine int, lastColumn int) in class com.puppycrawl.tools.checkstyle.checks.SuppressWarningsHolder.Entry |
From |
To |
|
Rename Parameter aOptionClass : Class<T> to optionClass : Class<T> in method public AbstractOptionCheck(literalDefault T, optionClass Class<T>) in class com.puppycrawl.tools.checkstyle.checks.AbstractOptionCheck |
From |
To |
|
Rename Parameter aName : String to name : String in method public hasInstanceMember(name String) : boolean in class com.puppycrawl.tools.checkstyle.checks.DeclarationCollector.ClassFrame |
From |
To |
|
Rename Parameter aName : String to name : String in method public hasInstanceMethod(name String) : boolean in class com.puppycrawl.tools.checkstyle.checks.DeclarationCollector.ClassFrame |
From |
To |
|
Rename Parameter aPropFiles : List<File> to propFiles : List<File> in method private arrangePropertyFiles(propFiles List<File>, basenameSeparator String) : Map<String,Set<File>> in class com.puppycrawl.tools.checkstyle.checks.TranslationCheck |
From |
To |
|
Rename Parameter aFrameStack : Queue<LexicalFrame> to frameStack : Queue<LexicalFrame> in method private endCollectingDeclarations(frameStack Queue<LexicalFrame>, ast DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.DeclarationCollector |
From |
To |
|
Rename Parameter aForEachClause : DetailAST to forEachClause : DetailAST in method private visitForEachClause(forEachClause DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.FinalParametersCheck |
From |
To |
|
Rename Parameter aDefault : T to literalDefault : T in method public AbstractOptionCheck(literalDefault T, optionClass Class<T>) in class com.puppycrawl.tools.checkstyle.checks.AbstractOptionCheck |
From |
To |
|
Rename Parameter aAST : DetailAST to ast : DetailAST in method public isElseIf(ast DetailAST) : boolean in class com.puppycrawl.tools.checkstyle.checks.CheckUtils |
From |
To |
|
Rename Parameter aExcludedClasses : String to excludedClasses : String in method public setExcludedClasses(excludedClasses String) : void in class com.puppycrawl.tools.checkstyle.checks.UncommentedMainCheck |
From |
To |
|
Rename Parameter aAST : DetailAST to ast : DetailAST in method public visitToken(ast DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.ArrayTypeStyleCheck |
From |
To |
|
Rename Parameter aText : String to text : String in method public parseFloat(text String, type int) : double in class com.puppycrawl.tools.checkstyle.checks.CheckUtils |
From |
To |
|
Rename Parameter aText : String to text : String in method public parseDouble(text String, type int) : double in class com.puppycrawl.tools.checkstyle.checks.CheckUtils |
From |
To |
|
Rename Parameter aPackage : DetailAST to packageDef : DetailAST in method private visitPackageDef(packageDef DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.UncommentedMainCheck |
From |
To |
|
Rename Parameter aName : String to name : String in method public safeLoad(name String) : Class<?> in class com.puppycrawl.tools.checkstyle.checks.ClassResolver |
From |
To |
|
Rename Parameter aSurroundingClass : String to surroundingClass : String in method protected createClassInfo(name Token, surroundingClass String) : ClassInfo in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck |
From |
To |
|
Rename Parameter aKey : Object to key : Object in method public put(key Object, value Object) : Object in class com.puppycrawl.tools.checkstyle.checks.UniquePropertiesCheck.UniqueProperties |
From |
To |
|
Rename Parameter aJavaStyle : boolean to javaStyle : boolean in method public setJavaStyle(javaStyle boolean) : void in class com.puppycrawl.tools.checkstyle.checks.ArrayTypeStyleCheck |
From |
To |
|
Rename Parameter aAST : DetailAST to ast : DetailAST in method public isEqualsMethod(ast DetailAST) : boolean in class com.puppycrawl.tools.checkstyle.checks.CheckUtils |
From |
To |
|
Rename Parameter aIgnoreComments : boolean to ignoreComments : boolean in method public setIgnoreComments(ignoreComments boolean) : void in class com.puppycrawl.tools.checkstyle.checks.RegexpCheck |
From |
To |
|
Rename Parameter aSurroundingClass : String to surroundingClass : String in method private RegularClass(name Token, surroundingClass String, check AbstractTypeAwareCheck) in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck.RegularClass |
From |
To |
|
Rename Parameter aAST : DetailAST to ast : DetailAST in method public visitToken(ast DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.DeclarationCollector |
From |
To |
|
Rename Parameter aComment : TextBlock to comment : TextBlock in method private isLegalComment(comment TextBlock) : boolean in class com.puppycrawl.tools.checkstyle.checks.TrailingCommentCheck |
From |
To |
|
Rename Parameter aCompileFlags : int to compileFlags : int in method public AbstractFormatCheck(defaultFormat String, compileFlags int) in class com.puppycrawl.tools.checkstyle.checks.AbstractFormatCheck |
From |
To |
|
Rename Parameter aRootAST : DetailAST to rootAST : DetailAST in method public beginTree(rootAST DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.FileContentsHolder |
From |
To |
|
Rename Parameter aType : int to type : int in method public parseDouble(text String, type int) : double in class com.puppycrawl.tools.checkstyle.checks.CheckUtils |
From |
To |
|
Rename Parameter aName : Token to name : Token in method package ClassAlias(name Token, classInfo ClassInfo) in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck.ClassAlias |
From |
To |
|
Rename Parameter aSep : String to sep : String in method private LineSeparatorOption(sep String) in class com.puppycrawl.tools.checkstyle.checks.LineSeparatorOption |
From |
To |
|
Rename Parameter aAst : DetailAST to ast : DetailAST in method private getVariableDef(ast DetailAST) : DetailAST in class com.puppycrawl.tools.checkstyle.checks.AvoidEscapedUnicodeCharactersCheck |
From |
To |
|
Rename Parameter aKeys : Set<Object> to keys : Set<Object> in method private compareKeySets(keys Set<Object>, fileMap Map<File,Set<Object>>) : void in class com.puppycrawl.tools.checkstyle.checks.TranslationCheck |
From |
To |
|
Rename Parameter aTarget : String to target : String in method private countMatches(pattern Pattern, target String) : int in class com.puppycrawl.tools.checkstyle.checks.AvoidEscapedUnicodeCharactersCheck |
From |
To |
|
Rename Parameter aSourceName : String to sourceName : String in method public getDefaultAlias(sourceName String) : String in class com.puppycrawl.tools.checkstyle.checks.SuppressWarningsHolder |
From |
To |
|
Rename Parameter aAllow : boolean to allow : boolean in method public setAllowByTailComment(allow boolean) : void in class com.puppycrawl.tools.checkstyle.checks.AvoidEscapedUnicodeCharactersCheck |
From |
To |
|
Rename Parameter aMessage : String to message : String in method public setMessage(message String) : void in class com.puppycrawl.tools.checkstyle.checks.RegexpCheck |
From |
To |
|
Rename Parameter aParam : DetailAST to param : DetailAST in method private checkParam(param DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.FinalParametersCheck |
From |
To |
|
Rename Parameter aDefaultFormat : String to defaultFormat : String in method public AbstractFormatCheck(defaultFormat String) in class com.puppycrawl.tools.checkstyle.checks.AbstractFormatCheck |
From |
To |
|
Rename Parameter aAllow : boolean to allow : boolean in method public setAllowEscapesForControlCharacters(allow boolean) : void in class com.puppycrawl.tools.checkstyle.checks.AvoidEscapedUnicodeCharactersCheck |
From |
To |
|
Rename Parameter aParent : Class<?> to parent : Class<?> in method protected isSubclass(child Class<?>, parent Class<?>) : boolean in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck |
From |
To |
|
Rename Parameter aEx : IOException to ex : IOException in method private logIOException(ex IOException, file File) : void in class com.puppycrawl.tools.checkstyle.checks.TranslationCheck |
From |
To |
|
Rename Parameter aName : String to name : String in method public addInstanceMethod(name String) : void in class com.puppycrawl.tools.checkstyle.checks.DeclarationCollector.ClassFrame |
From |
To |
|
Rename Parameter aColumnNo : int to columnNo : int in method protected logLoadErrorImpl(lineNo int, columnNo int, msgKey String, values Object...) : void in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck |
From |
To |
|
Rename Parameter aDefaultFormat : String to defaultFormat : String in method public AbstractFormatCheck(defaultFormat String, compileFlags int) in class com.puppycrawl.tools.checkstyle.checks.AbstractFormatCheck |
From |
To |
|
Rename Parameter aLine : int to line : int in method public isSuppressed(sourceName String, line int, column int) : boolean in class com.puppycrawl.tools.checkstyle.checks.SuppressWarningsHolder |
From |
To |
|
Rename Parameter aAst : DetailAST to ast : DetailAST in method private haastrailComment(ast DetailAST) : boolean in class com.puppycrawl.tools.checkstyle.checks.AvoidEscapedUnicodeCharactersCheck |
From |
To |
|
Rename Parameter aIndex : int to index : int in method private getNthChild(ast DetailAST, index int) : DetailAST in class com.puppycrawl.tools.checkstyle.checks.SuppressWarningsHolder |
From |
To |
|
Rename Parameter aAST : DetailAST to ast : DetailAST in method private processTypeParams(ast DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck |
From |
To |
|
Rename Parameter aFrameStack : Deque<LexicalFrame> to frameStack : Deque<LexicalFrame> in method private collectDeclarations(frameStack Deque<LexicalFrame>, ast DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.DeclarationCollector |
From |
To |
|
Rename Parameter aFormat : String to format : String in method public setLegalComment(format String) : void in class com.puppycrawl.tools.checkstyle.checks.TrailingCommentCheck |
From |
To |
|
Rename Parameter aName : String to name : String in method protected findClassAlias(name String) : ClassInfo in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck |
From |
To |
|
Rename Parameter aMethod : DetailAST to method : DetailAST in method private checkModifiers(method DetailAST) : boolean in class com.puppycrawl.tools.checkstyle.checks.UncommentedMainCheck |
From |
To |
|
Rename Parameter aParent : LexicalFrame to parent : LexicalFrame in method protected LexicalFrame(parent LexicalFrame) in class com.puppycrawl.tools.checkstyle.checks.DeclarationCollector.LexicalFrame |
From |
To |
|
Rename Parameter aCurrentClass : String to currentClass : String in method protected tryLoadClass(ident Token, currentClass String) : Class<?> in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck |
From |
To |
|
Rename Parameter aValue : Object to value : Object in method public put(key Object, value Object) : Object in class com.puppycrawl.tools.checkstyle.checks.UniquePropertiesCheck.UniqueProperties |
From |
To |
|
Rename Parameter aFile : File to file : File in method private extractPropertyIdentifier(file File, basenameSeparator String) : String in class com.puppycrawl.tools.checkstyle.checks.TranslationCheck |
From |
To |
|
Rename Parameter aCompileFlags : int to compileFlagsParam : int in method private updateRegexp(format String, compileFlagsParam int) : void in class com.puppycrawl.tools.checkstyle.checks.AbstractFormatCheck |
From |
To |
|
Rename Parameter aClass : DetailAST to classDef : DetailAST in method private visitClassDef(classDef DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.UncommentedMainCheck |
From |
To |
|
Rename Parameter aMethod : DetailAST to method : DetailAST in method private visitMethodDef(method DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.UncommentedMainCheck |
From |
To |
|
Rename Parameter aTypeAST : DetailAST to typeAST : DetailAST in method private createFullTypeNoArrays(typeAST DetailAST) : FullIdent in class com.puppycrawl.tools.checkstyle.checks.CheckUtils |
From |
To |
|
Rename Parameter aCheckAlias : String to checkAlias : String in method public registerAlias(sourceName String, checkAlias String) : void in class com.puppycrawl.tools.checkstyle.checks.SuppressWarningsHolder |
From |
To |
|
Rename Parameter aName : String to name : String in method public resolve(name String, currentClass String) : Class<?> in class com.puppycrawl.tools.checkstyle.checks.ClassResolver |
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.FileSetCheckLifecycleTest.TestFileSetCheck |
From |
To |
|
Rename Parameter aType : int to type : int in method public parseFloat(text String, type int) : double in class com.puppycrawl.tools.checkstyle.checks.CheckUtils |
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.NewlineAtEndOfFileCheck |
From |
To |
|
Rename Parameter aAst : DetailAST to ast : DetailAST in method public visitToken(ast DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.UncommentedMainCheck |
From |
To |
|
Rename Parameter aColumn : int to column : int in method public isSuppressed(sourceName String, line int, column int) : boolean in class com.puppycrawl.tools.checkstyle.checks.SuppressWarningsHolder |
From |
To |
|
Rename Parameter aCatch : DetailAST to literalCatch : DetailAST in method private visitCatch(literalCatch DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.FinalParametersCheck |
From |
To |
|
Rename Parameter aAST : DetailAST to ast : DetailAST in method private processClass(ast DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck |
From |
To |
|
Rename Parameter aFileMap : Map<File,Set<Object>> to fileMap : Map<File,Set<Object>> in method private compareKeySets(keys Set<Object>, fileMap Map<File,Set<Object>>) : void in class com.puppycrawl.tools.checkstyle.checks.TranslationCheck |
From |
To |
|
Rename Parameter aAliasList : String to aliasList : String in method public setAliasList(aliasList String) : void in class com.puppycrawl.tools.checkstyle.checks.SuppressWarningsHolder |
From |
To |
|
Rename Parameter aAST : DetailAST to ast : DetailAST in method public leaveToken(ast DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck |
From |
To |
|
Rename Parameter aAST : DetailAST to ast : DetailAST in method private getStringExpr(ast DetailAST) : String in class com.puppycrawl.tools.checkstyle.checks.SuppressWarningsHolder |
From |
To |
|
Rename Parameter aClassName : String to className : String in method protected resolveClass(className String, currentClass String) : Class<?> in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck |
From |
To |
|
Rename Parameter aAST : AST to ast : AST in method private countTokens(ast AST, depth int) : void in class com.puppycrawl.tools.checkstyle.checks.DescendantTokenCheck |
From |
To |
|
Rename Parameter aValues : Object... to values : Object... in method protected logLoadErrorImpl(lineNo int, columnNo int, msgKey String, values Object...) : void in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck |
From |
To |
|
Rename Parameter aRadix : int to radix : int in method public parseInt(text String, radix int) : int in class com.puppycrawl.tools.checkstyle.checks.CheckUtils |
From |
To |
|
Rename Parameter aParent : LexicalFrame to parent : LexicalFrame in method protected BlockFrame(parent LexicalFrame) in class com.puppycrawl.tools.checkstyle.checks.DeclarationCollector.BlockFrame |
From |
To |
|
Rename Parameter aFormat : String to format : String in method public setFormat(format String) : void in class com.puppycrawl.tools.checkstyle.checks.AbstractFormatCheck |
From |
To |
|
Rename Parameter aName : String to name : String in method protected isClassField(name String) : boolean in class com.puppycrawl.tools.checkstyle.checks.DeclarationCollector |
From |
To |
|
Rename Parameter aCheck : AbstractTypeAwareCheck to check : AbstractTypeAwareCheck in method private RegularClass(name Token, surroundingClass String, check AbstractTypeAwareCheck) in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck.RegularClass |
From |
To |
|
Rename Parameter aNode : DetailAST to node : DetailAST in method public getTypeParameters(node DetailAST) : List<DetailAST> in class com.puppycrawl.tools.checkstyle.checks.CheckUtils |
From |
To |
|
Rename Parameter aParamDef : DetailAST to paramDef : DetailAST in method private isIgnoredParam(paramDef DetailAST) : boolean in class com.puppycrawl.tools.checkstyle.checks.FinalParametersCheck |
From |
To |
|
Rename Parameter aAST : DetailAST to ast : DetailAST in method public visitToken(ast DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.AvoidEscapedUnicodeCharactersCheck |
From |
To |
|
Rename Parameter aAst : DetailAST to ast : DetailAST in method private getSemi(ast DetailAST) : DetailAST in class com.puppycrawl.tools.checkstyle.checks.AvoidEscapedUnicodeCharactersCheck |
From |
To |
|
Rename Parameter aMethod : DetailAST to method : DetailAST in method private checkType(method DetailAST) : boolean in class com.puppycrawl.tools.checkstyle.checks.UncommentedMainCheck |
From |
To |
|
Rename Parameter aName : String to name : String in method public addStaticMember(name String) : void in class com.puppycrawl.tools.checkstyle.checks.DeclarationCollector.ClassFrame |
From |
To |
|
Rename Parameter aText : String to text : String in method public parseLong(text String, radix int) : long in class com.puppycrawl.tools.checkstyle.checks.CheckUtils |
From |
To |
|
Rename Parameter aRootAST : DetailAST to rootAST : DetailAST in method public beginTree(rootAST DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.SuppressWarningsHolder |
From |
To |
|
Rename Parameter aParent : LexicalFrame to parent : LexicalFrame in method public ClassFrame(parent LexicalFrame) in class com.puppycrawl.tools.checkstyle.checks.DeclarationCollector.ClassFrame |
From |
To |
|
Rename Parameter aClass : Class<?> to classObj : Class<?> in method private setClazz(classObj Class<?>) : void in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck.RegularClass |
From |
To |
|
Rename Parameter aNode : DetailAST to node : DetailAST in method public getFirstNode(node DetailAST) : DetailAST in class com.puppycrawl.tools.checkstyle.checks.CheckUtils |
From |
To |
|
Rename Parameter aKeyNane : String to keyName : String in method protected getLineNumber(lines List<String>, keyName String) : int in class com.puppycrawl.tools.checkstyle.checks.UniquePropertiesCheck |
From |
To |
|
Rename Parameter aAST : DetailAST to ast : DetailAST in method private processImport(ast DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck |
From |
To |
|
Rename Parameter aLineNo : int to lineNo : int in method protected logLoadErrorImpl(lineNo int, columnNo int, msgKey String, values Object...) : void in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck |
From |
To |
|
Rename Parameter aTypeAST : DetailAST to typeAST : DetailAST in method public createFullType(typeAST DetailAST) : FullIdent in class com.puppycrawl.tools.checkstyle.checks.CheckUtils |
From |
To |
|
Rename Parameter aName : String to name : String in method private findFrame(name String) : LexicalFrame in class com.puppycrawl.tools.checkstyle.checks.DeclarationCollector |
From |
To |
|
Rename Parameter aSourceName : String to sourceName : String in method public isSuppressed(sourceName String, line int, column int) : boolean in class com.puppycrawl.tools.checkstyle.checks.SuppressWarningsHolder |
From |
To |
|
Rename Parameter aSum : boolean to sum : boolean in method public setSumTokenCounts(sum boolean) : void in class com.puppycrawl.tools.checkstyle.checks.DescendantTokenCheck |
From |
To |
|
Rename Parameter aRootAST : DetailAST to rootAST : DetailAST in method public beginTree(rootAST DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.UncommentedMainCheck |
From |
To |
|
Rename Parameter aLine : int to line : int in method public Token(text String, line int, column int) in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck.Token |
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.FileSetCheckLifecycleTest.TestFileSetCheck |
From |
To |
|
Rename Parameter aName : Token to className : Token in method protected ClassInfo(className Token) in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck.ClassInfo |
From |
To |
|
Rename Parameter aCompileFlags : int to compileFlags : int in method public setCompileFlags(compileFlags int) : void in class com.puppycrawl.tools.checkstyle.checks.AbstractFormatCheck |
From |
To |
|
Rename Parameter aAST : DetailAST to ast : DetailAST in method private processPackage(ast DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck |
From |
To |
|
Rename Parameter aAST : DetailAST to ast : DetailAST in method public visitToken(ast DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.FinalParametersCheck |
From |
To |
|
Rename Parameter aAST : DetailAST to ast : DetailAST in method protected abstract processAST(ast DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck |
From |
To |
|
Rename Parameter aName : Token to name : Token in method protected createClassInfo(name Token, surroundingClass String) : ClassInfo in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck |
From |
To |
|
Rename Parameter aNameToFind : String to nameToFind : String in method package contains(nameToFind String) : boolean in class com.puppycrawl.tools.checkstyle.checks.DeclarationCollector.ClassFrame |
From |
To |
|
Rename Parameter aBasenameSeparator : String to basenameSeparator : String in method private extractPropertyIdentifier(file File, basenameSeparator String) : String in class com.puppycrawl.tools.checkstyle.checks.TranslationCheck |
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.NewlineAtEndOfFileCheck |
From |
To |
|
Rename Parameter aErrorLimit : int to errorLimit : int in method public setErrorLimit(errorLimit int) : void in class com.puppycrawl.tools.checkstyle.checks.RegexpCheck |
From |
To |
|
Rename Parameter aCurrentClass : String to currentClass : String in method protected resolveClass(className String, currentClass String) : Class<?> in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck |
From |
To |
|
Rename Parameter aAST : DetailAST to ast : DetailAST in method protected leaveAST(ast DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck |
From |
To |
|
Rename Parameter aText : String to text : String in method public parseInt(text String, radix int) : int in class com.puppycrawl.tools.checkstyle.checks.CheckUtils |
From |
To |
|
Rename Parameter aSourceName : String to sourceName : String in method public registerAlias(sourceName String, checkAlias String) : void in class com.puppycrawl.tools.checkstyle.checks.SuppressWarningsHolder |
From |
To |
|
Rename Parameter aRootAST : DetailAST to rootAST : DetailAST in method public beginTree(rootAST DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.RegexpCheck |
From |
To |
|
Rename Parameter aIdent : Token to ident : Token in method protected tryLoadClass(ident Token, currentClass String) : Class<?> in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck |
From |
To |
|
Rename Parameter aChild : Class<?> to child : Class<?> in method protected isSubclass(child Class<?>, parent Class<?>) : boolean in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck |
From |
To |
|
Rename Parameter aFullIdent : FullIdent to fullIdent : FullIdent in method public Token(fullIdent FullIdent) in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck.Token |
From |
To |
|
Rename Parameter aRootAST : DetailAST to rootAST : DetailAST in method public beginTree(rootAST DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.TrailingCommentCheck |
From |
To |
|
Rename Parameter aFirstColumn : int to firstColumn : int in method public Entry(checkName String, firstLine int, firstColumn int, lastLine int, lastColumn int) in class com.puppycrawl.tools.checkstyle.checks.SuppressWarningsHolder.Entry |
From |
To |
|
Rename Parameter aMethod : DetailAST to method : DetailAST in method private checkParams(method DetailAST) : boolean in class com.puppycrawl.tools.checkstyle.checks.UncommentedMainCheck |
From |
To |
|
Rename Parameter aSuppressLoadErrors : boolean to suppressLoadErrors : boolean in method public setSuppressLoadErrors(suppressLoadErrors boolean) : void in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck |
From |
To |
|
Rename Parameter aLiteral : String to literal : String in method private hasUnicodeChar(literal String) : boolean in class com.puppycrawl.tools.checkstyle.checks.AvoidEscapedUnicodeCharactersCheck |
From |
To |
|
Rename Parameter aCharset : String to charset : String in method public beginProcessing(charset String) : void in class com.puppycrawl.tools.checkstyle.checks.TranslationCheck |
From |
To |
|
Rename Parameter aFile : File to file : File in method private logIOException(ex IOException, file File) : void in class com.puppycrawl.tools.checkstyle.checks.TranslationCheck |
From |
To |
|
Rename Parameter aColumn : int to column : int in method public Token(text String, line int, column int) in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck.Token |
From |
To |
|
Rename Parameter aBasenameSeparator : String to basenameSeparator : String in method private arrangePropertyFiles(propFiles List<File>, basenameSeparator String) : Map<String,Set<File>> in class com.puppycrawl.tools.checkstyle.checks.TranslationCheck |
From |
To |
|
Rename Parameter aLimitedTokens : String[] to limitedTokensParam : String[] in method public setLimitedTokens(limitedTokensParam String[]) : void in class com.puppycrawl.tools.checkstyle.checks.DescendantTokenCheck |
From |
To |
|
Rename Parameter aCheckConfig : Configuration to checkConfig : Configuration in method protected createCheckerConfig(checkConfig Configuration) : DefaultConfiguration in class com.puppycrawl.tools.checkstyle.checks.FileSetCheckLifecycleTest |
From |
To |
|
Rename Parameter aNameToFind : String to nameToFind : String in method package contains(nameToFind String) : boolean in class com.puppycrawl.tools.checkstyle.checks.DeclarationCollector.LexicalFrame |
From |
To |
|
Rename Parameter aFile : File to file : File in method private loadKeys(file File) : Set<Object> in class com.puppycrawl.tools.checkstyle.checks.TranslationCheck |
From |
To |
|
Rename Parameter aName : String to name : String in method protected isClassMethod(name String) : boolean in class com.puppycrawl.tools.checkstyle.checks.DeclarationCollector |
From |
To |
|
Rename Parameter aMinimumDepth : int to minimumDepth : int in method public setMinimumDepth(minimumDepth int) : void in class com.puppycrawl.tools.checkstyle.checks.DescendantTokenCheck |
From |
To |
|
Rename Parameter aAST : DetailAST to ast : DetailAST in method public beginTree(ast DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.OuterTypeFilenameCheck |
From |
To |
|
Rename Parameter aRootAST : DetailAST to rootAST : DetailAST in method public beginTree(rootAST DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck |
From |
To |
|
Rename Parameter aNameToAdd : String to nameToAdd : String in method package addName(nameToAdd String) : void in class com.puppycrawl.tools.checkstyle.checks.DeclarationCollector.LexicalFrame |
From |
To |
|
Rename Parameter aBasenameSeparator : String to basenameSeparator : String in method public setBasenameSeparator(basenameSeparator String) : void in class com.puppycrawl.tools.checkstyle.checks.TranslationCheck |
From |
To |
|
Rename Parameter aAST : DetailAST to ast : DetailAST in method private endCollectingDeclarations(frameStack Queue<LexicalFrame>, ast DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.DeclarationCollector |
From |
To |
|
Rename Parameter aAllow : boolean to allow : boolean in method public setAllowNonPrintableEscapes(allow boolean) : void in class com.puppycrawl.tools.checkstyle.checks.AvoidEscapedUnicodeCharactersCheck |
From |
To |
|
Rename Parameter aCheckConfig : Configuration to checkConfig : Configuration in method protected createCheckerConfig(checkConfig Configuration) : DefaultConfiguration in class com.puppycrawl.tools.checkstyle.checks.NewlineAtEndOfFileCheckTest |
From |
To |
|
Rename Parameter aRootAST : DetailAST to rootAST : DetailAST in method public beginTree(rootAST DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.DeclarationCollector |
From |
To |
|
Rename Parameter aLiteral : String to literal : String in method private isAllCharactersEscaped(literal String) : boolean in class com.puppycrawl.tools.checkstyle.checks.AvoidEscapedUnicodeCharactersCheck |
From |
To |
|
Rename Parameter aOption : String to optionStr : String in method public setOption(optionStr String) : void in class com.puppycrawl.tools.checkstyle.checks.AbstractOptionCheck |
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.UniquePropertiesCheck |
From |
To |
|
Rename Parameter aSourceName : String to sourceName : String in method public getAlias(sourceName String) : String in class com.puppycrawl.tools.checkstyle.checks.SuppressWarningsHolder |
From |
To |
|
Rename Parameter aMinimumNumber : int to minimumNumber : int in method public setMinimumNumber(minimumNumber int) : void in class com.puppycrawl.tools.checkstyle.checks.DescendantTokenCheck |
From |
To |
|
Rename Parameter aText : String to text : String in method public Token(text String, line int, column int) in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck.Token |
From |
To |
|
Rename Parameter aName : String to name : String in method public isLoadable(name String) : boolean in class com.puppycrawl.tools.checkstyle.checks.ClassResolver |
From |
To |
|
Rename Parameter aMessage : String to message : String in method public setMaximumMessage(message String) : void in class com.puppycrawl.tools.checkstyle.checks.DescendantTokenCheck |
From |
To |
|
Rename Parameter aMsgKey : String to msgKey : String in method protected logLoadErrorImpl(lineNo int, columnNo int, msgKey String, values Object...) : void in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck |
From |
To |
|
Rename Parameter aAST : DetailAST to ast : DetailAST in method public visitToken(ast DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.SuppressWarningsHolder |
From |
To |
|
Rename Parameter aPattern : Pattern to pattern : Pattern in method private countMatches(pattern Pattern, target String) : int in class com.puppycrawl.tools.checkstyle.checks.AvoidEscapedUnicodeCharactersCheck |
From |
To |
|
Rename Parameter aAST : DetailAST to ast : DetailAST in method public visitToken(ast DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck |
From |
To |
|
Rename Parameter aBytes : byte[] to bytes : byte[] in method public matches(bytes byte[]) : boolean in class com.puppycrawl.tools.checkstyle.checks.LineSeparatorOption |
From |
To |
|
Rename Parameter aName : String to name : String in method public addInstanceMember(name String) : void in class com.puppycrawl.tools.checkstyle.checks.DeclarationCollector.ClassFrame |
From |
To |
|
Rename Parameter aName : Token to name : Token in method private RegularClass(name Token, surroundingClass String, check AbstractTypeAwareCheck) in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck.RegularClass |
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.UniquePropertiesCheck |
From |
To |
|
Rename Parameter aLoader : ClassLoader to loader : ClassLoader in method public ClassResolver(loader ClassLoader, pkg String, imports Set<String>) in class com.puppycrawl.tools.checkstyle.checks.ClassResolver |
From |
To |
|
Rename Parameter aCheckConfig : Configuration to checkConfig : Configuration in method protected createCheckerConfig(checkConfig Configuration) : DefaultConfiguration in class com.puppycrawl.tools.checkstyle.checks.TranslationCheckTest |
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.TranslationCheck |
From |
To |
|
Rename Parameter aAST : DetailAST to ast : DetailAST in method private getNthChild(ast DetailAST, index int) : DetailAST in class com.puppycrawl.tools.checkstyle.checks.SuppressWarningsHolder |
From |
To |
|
Rename Parameter aName : String to name : String in method private resolveQualifiedName(name String) : Class<?> in class com.puppycrawl.tools.checkstyle.checks.ClassResolver |
From |
To |
|
Rename Parameter aPropFiles : Map<String,Set<File>> to propFiles : Map<String,Set<File>> in method private checkPropertyFileSets(propFiles Map<String,Set<File>>) : void in class com.puppycrawl.tools.checkstyle.checks.TranslationCheck |
From |
To |
|
Rename Parameter aAST : DetailAST to ast : DetailAST in method private isElseWithCurlyBraces(ast DetailAST) : boolean in class com.puppycrawl.tools.checkstyle.checks.CheckUtils |
From |
To |
|
Rename Parameter aAST : DetailAST to ast : DetailAST in method private isElse(ast DetailAST) : boolean in class com.puppycrawl.tools.checkstyle.checks.CheckUtils |
From |
To |
|
Rename Parameter aNameToFind : String to nameToFind : String in method package getIfContains(nameToFind String) : LexicalFrame in class com.puppycrawl.tools.checkstyle.checks.DeclarationCollector.LexicalFrame |
From |
To |
|
Rename Parameter aLogLoadErrors : boolean to logLoadErrors : boolean in method public setLogLoadErrors(logLoadErrors boolean) : void in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck |
From |
To |
|
Rename Parameter aLines : List<String> to lines : List<String> in method protected getLineNumber(lines List<String>, keyName String) : int in class com.puppycrawl.tools.checkstyle.checks.UniquePropertiesCheck |
From |
To |
|
Rename Parameter aAST : DetailAST to ast : DetailAST in method private collectDeclarations(frameStack Deque<LexicalFrame>, ast DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.DeclarationCollector |
From |
To |
|
Rename Parameter aClassInfo : ClassInfo to classInfo : ClassInfo in method package ClassAlias(name Token, classInfo ClassInfo) in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck.ClassAlias |
From |
To |
|
Rename Parameter aAst : DetailAST to ast : DetailAST in method public leaveToken(ast DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.UncommentedMainCheck |
From |
To |