|
Rename Variable retVal : List<ExceptionInfo> to returnValue : List<ExceptionInfo> in method private getThrows(ast DetailAST) : List<ExceptionInfo> in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck |
From |
To |
|
Rename Variable retVal : boolean to returnValue : boolean in method public isNonVoidMethod(methodDefAst DetailAST) : boolean in class com.puppycrawl.tools.checkstyle.utils.CheckUtils |
From |
To |
|
Rename Variable retVal : boolean to returnValue : boolean in method public isInAnnotationBlock(aAST DetailAST) : boolean in class com.puppycrawl.tools.checkstyle.utils.ScopeUtils |
From |
To |
|
Rename Variable retVal : AccessResult to returnValue : AccessResult in method package checkAccess(forImport String, inPkg String) : AccessResult in class com.puppycrawl.tools.checkstyle.checks.imports.PkgControl |
From |
To |
|
Rename Variable cmt : TextBlock to textBlock : TextBlock in method public visitToken(ast DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocVariableCheck |
From |
To |
|
Rename Variable retVal : Properties to returnValue : Properties in method private createOverridingProperties() : Properties in class com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask |
From |
To |
|
Rename Variable evt : AuditEvent to event : AuditEvent in method public fireFileStarted(fileName String) : void in class com.puppycrawl.tools.checkstyle.Checker |
From |
To |
|
Rename Variable retVal : DetailNode to returnValue : DetailNode in method public findFirstToken(detailNode DetailNode, type int) : DetailNode in class com.puppycrawl.tools.checkstyle.utils.JavadocUtils |
From |
To |
|
Rename Variable retVal : String to returnValue : String in method private safeGet(attributes Attributes, name String) : String in class com.puppycrawl.tools.checkstyle.checks.imports.ImportControlLoader |
From |
To |
|
Rename Variable retVal : List<DetailAST> to returnValue : List<DetailAST> in method private getParameters(ast DetailAST) : List<DetailAST> in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck |
From |
To |
|
Rename Variable retVal : boolean to returnValue : boolean in method public isInEnumBlock(aAST DetailAST) : boolean in class com.puppycrawl.tools.checkstyle.utils.ScopeUtils |
From |
To |
|
Rename Variable retVal : boolean to returnValue : boolean in method public isInInterfaceBlock(aAST DetailAST) : boolean in class com.puppycrawl.tools.checkstyle.utils.ScopeUtils |
From |
To |
|
Rename Variable retVal : boolean to returnValue : boolean in method protected hasText(slistAST DetailAST) : boolean in class com.puppycrawl.tools.checkstyle.checks.blocks.EmptyBlockCheck |
From |
To |
|
Rename Variable cmt : TextBlock to textBlock : TextBlock in method public visitToken(ast DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck |
From |
To |
|
Rename Variable cmt : TextBlock to textBlock : TextBlock in method public visitToken(ast DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTypeCheck |
From |
To |
|
Rename Variable retVal : boolean to returnValue : boolean in method public isInCodeBlock(aAST DetailAST) : boolean in class com.puppycrawl.tools.checkstyle.utils.ScopeUtils |
From |
To |
|
Rename Variable retVal : boolean to returnValue : boolean in method public isOuterMostType(aAST DetailAST) : boolean in class com.puppycrawl.tools.checkstyle.utils.ScopeUtils |
From |
To |
|
Rename Variable evt : AuditEvent to event : AuditEvent in method public fireErrors(fileName String, errors SortedSet<LocalizedMessage>) : void in class com.puppycrawl.tools.checkstyle.Checker |
From |
To |
|
Rename Variable retVal : String[] to returnValue : String[] in method private extractCComment(startLineNo int, startColNo int, endLineNo int, endColNo int) : String[] in class com.puppycrawl.tools.checkstyle.api.FileContents |
From |
To |
|
Rename Variable retVal : Scope to returnValue : Scope in method public getScopeFromMods(aMods DetailAST) : Scope in class com.puppycrawl.tools.checkstyle.utils.ScopeUtils |
From |
To |
|
Rename Variable cmt : TextBlock to textBlock : TextBlock in method protected processAST(ast DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck |
From |
To |
|
Rename Variable evt : AuditEvent to event : AuditEvent in method package fireAuditStarted() : void in class com.puppycrawl.tools.checkstyle.Checker |
From |
To |
|
Rename Variable evt : AuditEvent to event : AuditEvent in method public fireFileFinished(fileName String) : void in class com.puppycrawl.tools.checkstyle.Checker |
From |
To |
|
Rename Variable retVal : Scope to returnValue : Scope in method public getSurroundingScope(aAST DetailAST) : Scope in class com.puppycrawl.tools.checkstyle.utils.ScopeUtils |
From |
To |
|
Rename Variable retVal : DetailAST to returnValue : DetailAST in method public findFirstToken(type int) : DetailAST in class com.puppycrawl.tools.checkstyle.api.DetailAST |
From |
To |
|
Rename Variable cmt : TextBlock to textBlock : TextBlock in method private collectReferencesFromJavadoc(ast DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck |
From |
To |
|
Rename Variable retVal : boolean to returnValue : boolean in method protected mustCheckName(ast DetailAST) : boolean in class com.puppycrawl.tools.checkstyle.checks.naming.ConstantNameCheck |
From |
To |
|
Rename Variable evt : AuditEvent to event : AuditEvent in method package fireAuditFinished() : void in class com.puppycrawl.tools.checkstyle.Checker |
From |
To |
|
Rename Parameter evt : AuditEvent to event : AuditEvent in method public fileFinished(event AuditEvent) : void in class com.puppycrawl.tools.checkstyle.api.AuditListener |
From |
To |
|
Rename Parameter evt : DropTargetEvent to event : DropTargetEvent in method public dragExit(event DropTargetEvent) : void in class com.puppycrawl.tools.checkstyle.gui.FileDrop.FileDropTargetListener |
From |
To |
|
Rename Parameter cmt : TextBlock to textBlock : TextBlock in method private collectReferencesFromJavadoc(textBlock TextBlock) : Set<String> in class com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck |
From |
To |
|
Rename Parameter evt : AuditEvent to event : AuditEvent in method public fileStarted(event AuditEvent) : void in class com.puppycrawl.tools.checkstyle.DefaultLogger |
From |
To |
|
Rename Parameter evt : AuditEvent to event : AuditEvent in method public auditFinished(event AuditEvent) : void in class com.puppycrawl.tools.checkstyle.api.AuditListener |
From |
To |
|
Rename Parameter evt : AuditEvent to event : AuditEvent in method public auditStarted(event AuditEvent) : void in class com.puppycrawl.tools.checkstyle.BaseCheckTestSupport.BriefLogger |
From |
To |
|
Rename Parameter evt : AuditEvent to event : AuditEvent in method public auditStarted(event AuditEvent) : void in class com.google.checkstyle.test.base.BriefLogger |
From |
To |
|
Rename Parameter evt : AuditEvent to event : AuditEvent in method public fileStarted(event AuditEvent) : void in class com.puppycrawl.tools.checkstyle.api.AuditListener |
From |
To |
|
Rename Parameter evt : AuditEvent to event : AuditEvent in method public auditFinished(event AuditEvent) : void in class com.puppycrawl.tools.checkstyle.XMLLogger |
From |
To |
|
Rename Parameter evt : AuditEvent to event : AuditEvent in method public fileStarted(event AuditEvent) : void in class com.puppycrawl.tools.checkstyle.XMLLogger |
From |
To |
|
Rename Parameter evt : AuditEvent to event : AuditEvent in method public addError(event AuditEvent) : void in class com.puppycrawl.tools.checkstyle.api.SeverityLevelCounter |
From |
To |
|
Rename Parameter evt : AuditEvent to event : AuditEvent in method public addException(event AuditEvent, throwable Throwable) : void in class com.puppycrawl.tools.checkstyle.api.SeverityLevelCounter |
From |
To |
|
Rename Parameter evt : AuditEvent to event : AuditEvent in method public addException(event AuditEvent, throwable Throwable) : void in class com.puppycrawl.tools.checkstyle.api.AuditListener |
From |
To |
|
Rename Parameter evt : AuditEvent to event : AuditEvent in method public addError(event AuditEvent) : void in class com.puppycrawl.tools.checkstyle.DebugAuditAdapter |
From |
To |
|
Rename Parameter evt : AuditEvent to event : AuditEvent in method public auditStarted(event AuditEvent) : void in class com.puppycrawl.tools.checkstyle.XMLLogger |
From |
To |
|
Rename Parameter evt : AuditEvent to event : AuditEvent in method public auditStarted(event AuditEvent) : void in class com.puppycrawl.tools.checkstyle.DebugAuditAdapter |
From |
To |
|
Rename Parameter evt : AuditEvent to event : AuditEvent in method public auditStarted(event AuditEvent) : void in class com.puppycrawl.tools.checkstyle.api.SeverityLevelCounter |
From |
To |
|
Rename Parameter cmt : TextBlock to textBlock : TextBlock in method private getJavadocTags(textBlock TextBlock) : List<JavadocTag> in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTypeCheck |
From |
To |
|
Rename Parameter evt : AuditEvent to event : AuditEvent in method public fileFinished(event AuditEvent) : void in class com.puppycrawl.tools.checkstyle.api.SeverityLevelCounter |
From |
To |
|
Rename Parameter evt : AuditEvent to event : AuditEvent in method public auditStarted(event AuditEvent) : void in class com.puppycrawl.tools.checkstyle.DefaultLogger |
From |
To |
|
Rename Parameter evt : DropTargetDropEvent to event : DropTargetDropEvent in method public drop(event DropTargetDropEvent) : void in class com.puppycrawl.tools.checkstyle.gui.FileDrop.FileDropTargetListener |
From |
To |
|
Rename Parameter evt : AuditEvent to event : AuditEvent in method public addException(event AuditEvent, throwable Throwable) : void in class com.puppycrawl.tools.checkstyle.DefaultLogger |
From |
To |
|
Rename Parameter evt : AuditEvent to event : AuditEvent in method public auditFinished(event AuditEvent) : void in class com.puppycrawl.tools.checkstyle.api.SeverityLevelCounter |
From |
To |
|
Rename Parameter evt : AuditEvent to event : AuditEvent in method public auditFinished(event AuditEvent) : void in class com.puppycrawl.tools.checkstyle.DefaultLogger |
From |
To |
|
Rename Parameter evt : DropTargetDragEvent to event : DropTargetDragEvent in method private isDragOk(event DropTargetDragEvent) : boolean in class com.puppycrawl.tools.checkstyle.gui.FileDrop |
From |
To |
|
Rename Parameter evt : AuditEvent to event : AuditEvent in method public fileFinished(event AuditEvent) : void in class com.puppycrawl.tools.checkstyle.XMLLogger |
From |
To |
|
Rename Parameter evt : AuditEvent to event : AuditEvent in method public addError(event AuditEvent) : void in class com.puppycrawl.tools.checkstyle.DefaultLogger |
From |
To |
|
Rename Parameter evt : AuditEvent to event : AuditEvent in method public fileFinished(event AuditEvent) : void in class com.puppycrawl.tools.checkstyle.DebugAuditAdapter |
From |
To |
|
Rename Parameter evt : AuditEvent to event : AuditEvent in method public addError(event AuditEvent) : void in class com.puppycrawl.tools.checkstyle.api.AuditListener |
From |
To |
|
Rename Parameter evt : AuditEvent to event : AuditEvent in method public auditFinished(event AuditEvent) : void in class com.puppycrawl.tools.checkstyle.DebugAuditAdapter |
From |
To |
|
Rename Parameter evt : AuditEvent to event : AuditEvent in method public fileStarted(event AuditEvent) : void in class com.puppycrawl.tools.checkstyle.DebugAuditAdapter |
From |
To |
|
Rename Parameter evt : DropTargetDragEvent to event : DropTargetDragEvent in method public dropActionChanged(event DropTargetDragEvent) : void in class com.puppycrawl.tools.checkstyle.gui.FileDrop.FileDropTargetListener |
From |
To |
|
Rename Parameter evt : AuditEvent to event : AuditEvent in method public fileFinished(event AuditEvent) : void in class com.puppycrawl.tools.checkstyle.DefaultLogger |
From |
To |
|
Rename Parameter evt : AuditEvent to event : AuditEvent in method public auditStarted(event AuditEvent) : void in class com.puppycrawl.tools.checkstyle.api.AuditListener |
From |
To |
|
Rename Parameter evt : AuditEvent to event : AuditEvent in method public addError(event AuditEvent) : void in class com.puppycrawl.tools.checkstyle.XMLLogger |
From |
To |
|
Rename Parameter evt : AuditEvent to event : AuditEvent in method public addException(event AuditEvent, throwable Throwable) : void in class com.puppycrawl.tools.checkstyle.XMLLogger |
From |
To |
|
Rename Parameter evt : AuditEvent to event : AuditEvent in method public addException(event AuditEvent, throwable Throwable) : void in class com.puppycrawl.tools.checkstyle.DebugAuditAdapter |
From |
To |
|
Rename Parameter cmt : TextBlock to textBlock : TextBlock in method public getJavadocTags(textBlock TextBlock, tagType JavadocTagType) : JavadocTags in class com.puppycrawl.tools.checkstyle.utils.JavadocUtils |
From |
To |
|
Rename Parameter evt : AuditEvent to event : AuditEvent in method public fileStarted(event AuditEvent) : void in class com.puppycrawl.tools.checkstyle.api.SeverityLevelCounter |
From |
To |
|
Rename Parameter evt : DropTargetDragEvent to event : DropTargetDragEvent in method public dragEnter(event DropTargetDragEvent) : void in class com.puppycrawl.tools.checkstyle.gui.FileDrop.FileDropTargetListener |
From |
To |