|
Rename Parameter aStartColNo : int to startColNo : int in method public reportCppComment(startLineNo int, startColNo int) : void in class com.puppycrawl.tools.checkstyle.api.FileContents |
From |
To |
|
Rename Parameter aKey : String to key : String in method public LocalizedMessage(lineNo int, bundle String, key String, args Object[], severityLevel SeverityLevel, moduleId String, sourceClass Class<?>, customMessage String) in class com.puppycrawl.tools.checkstyle.api.LocalizedMessage |
From |
To |
|
Rename Parameter aStartColNo : int to startColNo : int in method public intersects(startLineNo int, startColNo int, endLineNo int, endColNo int) : boolean in class com.puppycrawl.tools.checkstyle.api.Comment |
From |
To |
|
Rename Parameter aColNo : int to colNo : int in method public log(lineNo int, colNo int, key String, args Object...) : void in class com.puppycrawl.tools.checkstyle.api.AbstractFileSetCheck |
From |
To |
|
Rename Parameter aFilter : Filter to filter : Filter in method public addFilter(filter Filter) : void in class com.puppycrawl.tools.checkstyle.api.FilterSet |
From |
To |
|
Rename Parameter aMessage : String to message : String in method public CheckstyleException(message String, cause Throwable) in class com.puppycrawl.tools.checkstyle.api.CheckstyleException |
From |
To |
|
Rename Parameter aType : int to type : int in method public branchContains(type int) : boolean in class com.puppycrawl.tools.checkstyle.api.DetailAST |
From |
To |
|
Rename Parameter aLineNo : int to lineNo : int in method public lineIsComment(lineNo int) : boolean in class com.puppycrawl.tools.checkstyle.api.FileContents |
From |
To |
|
Rename Parameter aFileName : String to fileName : String in method public getLines(fileName String, charsetName String) : String[] in class com.puppycrawl.tools.checkstyle.api.Utils |
From |
To |
|
Rename Parameter aFileName : String to fileName : String in method public fireFileFinished(fileName String) : void in class com.puppycrawl.tools.checkstyle.api.MessageDispatcher |
From |
To |
|
Rename Parameter aFileName : String to fileName : String in method public fireFileStarted(fileName String) : void in class com.puppycrawl.tools.checkstyle.api.MessageDispatcher |
From |
To |
|
Rename Parameter aErrors : SortedSet<LocalizedMessage> to errors : SortedSet<LocalizedMessage> in method public fireErrors(fileName String, errors SortedSet<LocalizedMessage>) : void in class com.puppycrawl.tools.checkstyle.api.MessageDispatcher |
From |
To |
|
Rename Parameter aRootAST : DetailAST to rootAST : DetailAST in method public beginTree(rootAST DetailAST) : void in class com.puppycrawl.tools.checkstyle.api.Check |
From |
To |
|
Rename Parameter aClassName : String to className : String in method package getMessageBundle(className String) : String in class com.puppycrawl.tools.checkstyle.api.AbstractViolationReporter |
From |
To |
|
Rename Parameter aSeverityLevel : SeverityLevel to severityLevel : SeverityLevel in method public LocalizedMessage(lineNo int, colNo int, bundle String, key String, args Object[], severityLevel SeverityLevel, moduleId String, sourceClass Class<?>, customMessage String) in class com.puppycrawl.tools.checkstyle.api.LocalizedMessage |
From |
To |
|
Rename Parameter aRootAST : DetailAST to rootAST : DetailAST in method public finishTree(rootAST DetailAST) : void in class com.puppycrawl.tools.checkstyle.api.Check |
From |
To |
|
Rename Parameter aLastCol : int to lastCol : int in method public Comment(text String[], firstCol int, lastLine int, lastCol int) in class com.puppycrawl.tools.checkstyle.api.Comment |
From |
To |
|
Rename Parameter aPattern : String to pattern : String in method public createPattern(pattern String) : Pattern in class com.puppycrawl.tools.checkstyle.api.Utils |
From |
To |
|
Rename Parameter aEndColNo : int to endColNo : int in method public intersects(startLineNo int, startColNo int, endLineNo int, endColNo int) : boolean in class com.puppycrawl.tools.checkstyle.api.Comment |
From |
To |
|
Rename Parameter aAST : DetailAST to ast : DetailAST in method public getAnnotation(ast DetailAST, annotation String) : DetailAST in class com.puppycrawl.tools.checkstyle.api.AnnotationUtility |
From |
To |
|
Rename Parameter aType : Class to type : Class in method public convert(type Class, value Object) : Object in class com.puppycrawl.tools.checkstyle.api.AutomaticBean.RelaxedStringArrayConverter |
From |
To |
|
Rename Parameter aLineNo : int to lineNo : int in method public lineIsBlank(lineNo int) : boolean in class com.puppycrawl.tools.checkstyle.api.FileContents |
From |
To |
|
Rename Parameter aLineNo : int to lineNoBefore : int in method public getJavadocBefore(lineNoBefore int) : TextBlock in class com.puppycrawl.tools.checkstyle.api.FileContents |
From |
To |
|
Rename Parameter aKey : String to key : String in method public log(line int, key String, args Object...) : void in class com.puppycrawl.tools.checkstyle.api.AbstractFileSetCheck |
From |
To |
|
Rename Parameter aKey : String to key : String in method public get(key String) : Object in class com.puppycrawl.tools.checkstyle.api.Context |
From |
To |
|
Rename Parameter aKey : String to key : String in method protected log(ast DetailAST, key String, args Object...) : void in class com.puppycrawl.tools.checkstyle.api.AbstractViolationReporter |
From |
To |
|
Rename Parameter aText : String to text : String in method private append(text String) : void in class com.puppycrawl.tools.checkstyle.api.FullIdent |
From |
To |
|
Rename Parameter aCharset : String to charset : String in method public beginProcessing(charset String) : void in class com.puppycrawl.tools.checkstyle.api.FileSetCheck |
From |
To |
|
Rename Parameter aBundle : String to bundle : String in method public LocalizedMessage(lineNo int, bundle String, key String, args Object[], moduleId String, sourceClass Class<?>, customMessage String) in class com.puppycrawl.tools.checkstyle.api.LocalizedMessage |
From |
To |
|
Rename Parameter aType : Type to type : Type in method private JavadocTagInfo(text String, name String, type Type, validInPackageHtml boolean, validInOverviewHtml boolean) in class com.puppycrawl.tools.checkstyle.api.JavadocTagInfo |
From |
To |
|
Rename Parameter aFileName : String to fileName : String in method public fireErrors(fileName String, errors SortedSet<LocalizedMessage>) : void in class com.puppycrawl.tools.checkstyle.api.MessageDispatcher |
From |
To |
|
Rename Parameter aMessage : LocalizedMessage to message : LocalizedMessage in method public AuditEvent(src Object, fileName String, message LocalizedMessage) in class com.puppycrawl.tools.checkstyle.api.AuditEvent |
From |
To |
|
Rename Parameter aCharsetName : String to charsetName : String in method public FileText(file File, charsetName String) in class com.puppycrawl.tools.checkstyle.api.FileText |
From |
To |
|
Rename Parameter aName : String to name : String in method public isValidName(name String) : boolean in class com.puppycrawl.tools.checkstyle.api.JavadocTagInfo |
From |
To |
|
Rename Parameter aExtensions : String[] to extensions : String[] in method public setFileExtensions(extensions String[]) : void in class com.puppycrawl.tools.checkstyle.api.AbstractFileSetCheck |
From |
To |
|
Rename Parameter aTokenType : int to tokenType : int in method public isAnnotatingType(ast DetailAST, tokenType int) : boolean in class com.puppycrawl.tools.checkstyle.api.AnnotationUtility |
From |
To |
|
Rename Parameter aAST : AST to ast : AST in method public setFirstChild(ast AST) : void in class com.puppycrawl.tools.checkstyle.api.DetailAST |
From |
To |
|
Rename Parameter aSystemId : String to systemId : String in method public resolveEntity(publicId String, systemId String) : InputSource in class com.puppycrawl.tools.checkstyle.api.AbstractLoader |
From |
To |
|
Rename Parameter aEndLineNo : int to endLineNo : int in method public hasIntersectionWithComment(startLineNo int, startColNo int, endLineNo int, endColNo int) : boolean in class com.puppycrawl.tools.checkstyle.api.FileContents |
From |
To |
|
Rename Parameter aObject : Object to object : Object in method public equals(object Object) : boolean in class com.puppycrawl.tools.checkstyle.api.LocalizedMessage |
From |
To |
|
Rename Parameter aSourceClass : Class<?> to sourceClass : Class<?> in method public LocalizedMessage(lineNo int, bundle String, key String, args Object[], moduleId String, sourceClass Class<?>, customMessage String) in class com.puppycrawl.tools.checkstyle.api.LocalizedMessage |
From |
To |
|
Rename Parameter aElement : E to element : E in method public contains(element E) : boolean in class com.puppycrawl.tools.checkstyle.api.FastStack |
From |
To |
|
Rename Parameter aLastLine : int to lastLine : int in method public Comment(text String[], firstCol int, lastLine int, lastCol int) in class com.puppycrawl.tools.checkstyle.api.Comment |
From |
To |
|
Rename Parameter aLineColumn : LineColumn to lineColumn : LineColumn in method public compareTo(lineColumn LineColumn) : int in class com.puppycrawl.tools.checkstyle.api.LineColumn |
From |
To |
|
Rename Parameter aEndColNo : int to endColNo : int in method public reportBlockComment(type String, startLineNo int, startColNo int, endLineNo int, endColNo int) : void in class com.puppycrawl.tools.checkstyle.api.FileContents |
From |
To |
|
Rename Parameter aString : String to string : String in method public lengthExpandedTabs(string String, toIdx int, tabWidth int) : int in class com.puppycrawl.tools.checkstyle.api.Utils |
From |
To |
|
Rename Parameter aTabWidth : int to tabWidth : int in method public setTabWidth(tabWidth int) : void in class com.puppycrawl.tools.checkstyle.api.Check |
From |
To |
|
Rename Parameter aArgs : Object... to args : Object... in method public log(line int, key String, args Object...) : void in class com.puppycrawl.tools.checkstyle.api.AbstractFileSetCheck |
From |
To |
|
Rename Parameter aStartLineNo : int to startLineNo : int in method public reportBlockComment(type String, startLineNo int, startColNo int, endLineNo int, endColNo int) : void in class com.puppycrawl.tools.checkstyle.api.FileContents |
From |
To |
|
Rename Parameter aIndex : int to index : int in method public getLine(index int) : String in class com.puppycrawl.tools.checkstyle.api.Check |
From |
To |
|
Rename Parameter aAST : DetailAST to ast : DetailAST in method public containsAnnotation(ast DetailAST) : boolean in class com.puppycrawl.tools.checkstyle.api.AnnotationUtility |
From |
To |
|
Rename Parameter aLineNo : int to lineNo : int in method public get(lineNo int) : String in class com.puppycrawl.tools.checkstyle.api.FileText |
From |
To |
|
Rename Parameter aContext : Context to context : Context in method public contextualize(context Context) : void in class com.puppycrawl.tools.checkstyle.api.Contextualizable |
From |
To |
|
Rename Parameter aEvt : AuditEvent to evt : AuditEvent in method public addException(evt AuditEvent, throwable Throwable) : void in class com.puppycrawl.tools.checkstyle.api.SeverityLevelCounter |
From |
To |
|
Rename Parameter aBundle : String to bundle : String in method public LocalizedMessage(lineNo int, colNo int, bundle String, key String, args Object[], severityLevel SeverityLevel, moduleId String, sourceClass Class<?>, customMessage String) in class com.puppycrawl.tools.checkstyle.api.LocalizedMessage |
From |
To |
|
Rename Parameter aName : String to name : String in method public getTokenId(name String) : int in class com.puppycrawl.tools.checkstyle.api.TokenTypes |
From |
To |
|
Rename Parameter aStartColNo : int to startColNo : int in method public reportCComment(startLineNo int, startColNo int, endLineNo int, endColNo int) : void in class com.puppycrawl.tools.checkstyle.api.FileContents |
From |
To |
|
Rename Parameter aModuleId : String to moduleId : String in method public LocalizedMessage(lineNo int, bundle String, key String, args Object[], severityLevel SeverityLevel, moduleId String, sourceClass Class<?>, customMessage String) in class com.puppycrawl.tools.checkstyle.api.LocalizedMessage |
From |
To |
|
Rename Parameter aStartLineNo : int to startLineNo : int in method public reportSingleLineComment(type String, startLineNo int, startColNo int) : void in class com.puppycrawl.tools.checkstyle.api.FileContents |
From |
To |
|
Rename Parameter aKey : String to key : String in method public abstract log(line int, key String, args Object...) : void in class com.puppycrawl.tools.checkstyle.api.AbstractViolationReporter |
From |
To |
|
Rename Parameter aLineNo : int to lineNo : int in method public LocalizedMessage(lineNo int, bundle String, key String, args Object[], moduleId String, sourceClass Class<?>, customMessage String) in class com.puppycrawl.tools.checkstyle.api.LocalizedMessage |
From |
To |
|
Rename Parameter aPublicIdToResourceNameMap : Map<String,String> to publicIdToResourceNameMap : Map<String,String> in method protected AbstractLoader(publicIdToResourceNameMap Map<String,String>) in class com.puppycrawl.tools.checkstyle.api.AbstractLoader |
From |
To |
|
Rename Parameter aInputSource : InputSource to inputSource : InputSource in method public parseInputSource(inputSource InputSource) : void in class com.puppycrawl.tools.checkstyle.api.AbstractLoader |
From |
To |
|
Rename Parameter aFilter : Filter to filter : Filter in method public removeFilter(filter Filter) : void in class com.puppycrawl.tools.checkstyle.api.FilterSet |
From |
To |
|
Rename Parameter aArgs : Object... to args : Object... in method public abstract log(line int, key String, args Object...) : void in class com.puppycrawl.tools.checkstyle.api.AbstractViolationReporter |
From |
To |
|
Rename Parameter aColNo : int to colNo : int in method public LocalizedMessage(lineNo int, colNo int, bundle String, key String, args Object[], moduleId String, sourceClass Class<?>, customMessage String) in class com.puppycrawl.tools.checkstyle.api.LocalizedMessage |
From |
To |
|
Rename Parameter aFile : File to file : File in method protected abstract processFiltered(file File, lines List<String>) : void in class com.puppycrawl.tools.checkstyle.api.AbstractFileSetCheck |
From |
To |
|
Rename Parameter aArgs : Object[] to args : Object[] in method public LocalizedMessage(lineNo int, colNo int, bundle String, key String, args Object[], severityLevel SeverityLevel, moduleId String, sourceClass Class<?>, customMessage String) in class com.puppycrawl.tools.checkstyle.api.LocalizedMessage |
From |
To |
|
Rename Parameter aEvt : AuditEvent to evt : AuditEvent in method public fileFinished(evt AuditEvent) : void in class com.puppycrawl.tools.checkstyle.api.SeverityLevelCounter |
From |
To |
|
Rename Parameter aScopeName : String to scopeName : String in method public getInstance(scopeName String) : Scope in class com.puppycrawl.tools.checkstyle.api.Scope |
From |
To |
|
Rename Parameter aCol : int to col : int in method public LineColumn(line int, col int) in class com.puppycrawl.tools.checkstyle.api.LineColumn |
From |
To |
|
Rename Parameter aLevel : SeverityLevel to level : SeverityLevel in method public SeverityLevelCounter(level SeverityLevel) in class com.puppycrawl.tools.checkstyle.api.SeverityLevelCounter |
From |
To |
|
Rename Parameter aToIdx : int to toIdx : int in method public lengthExpandedTabs(string String, toIdx int, tabWidth int) : int in class com.puppycrawl.tools.checkstyle.api.Utils |
From |
To |
|
Rename Parameter aType : String to type : String in method public reportSingleLineComment(type String, startLineNo int, startColNo int) : void in class com.puppycrawl.tools.checkstyle.api.FileContents |
From |
To |
|
Rename Parameter aLines : List<String> to lines : List<String> in method public process(file File, lines List<String>) : TreeSet<LocalizedMessage> in class com.puppycrawl.tools.checkstyle.api.AbstractFileSetCheck |
From |
To |
|
Rename Parameter aDispatcher : MessageDispatcher to dispatcher : MessageDispatcher in method public setMessageDispatcher(dispatcher MessageDispatcher) : void in class com.puppycrawl.tools.checkstyle.api.AbstractFileSetCheck |
From |
To |
|
Rename Parameter aFileName : String to fileName : String in method public getStrippedFileName(basedir String, fileName String) : String in class com.puppycrawl.tools.checkstyle.api.Utils |
From |
To |
|
Rename Parameter aSrc : Object to src : Object in method public AuditEvent(src Object, fileName String) in class com.puppycrawl.tools.checkstyle.api.AuditEvent |
From |
To |
|
Rename Parameter aEndLineNo : int to endLineNo : int in method public reportCComment(startLineNo int, startColNo int, endLineNo int, endColNo int) : void in class com.puppycrawl.tools.checkstyle.api.FileContents |
From |
To |
|
Rename Parameter aArgs : Object[] to args : Object[] in method public LocalizedMessage(lineNo int, bundle String, key String, args Object[], moduleId String, sourceClass Class<?>, customMessage String) in class com.puppycrawl.tools.checkstyle.api.LocalizedMessage |
From |
To |
|
Rename Parameter aEx : SAXParseException to ex : SAXParseException in method public error(ex SAXParseException) : void in class com.puppycrawl.tools.checkstyle.api.AbstractLoader |
From |
To |
|
Rename Parameter aAST : DetailAST to ast : DetailAST in method public createFullIdentBelow(ast DetailAST) : FullIdent in class com.puppycrawl.tools.checkstyle.api.FullIdent |
From |
To |
|
Rename Parameter aPublicId : String to publicId : String in method protected AbstractLoader(publicId String, dtdResourceName String) in class com.puppycrawl.tools.checkstyle.api.AbstractLoader |
From |
To |
|
Rename Parameter aCustomMessage : String to customMessage : String in method public LocalizedMessage(lineNo int, colNo int, bundle String, key String, args Object[], moduleId String, sourceClass Class<?>, customMessage String) in class com.puppycrawl.tools.checkstyle.api.LocalizedMessage |
From |
To |
|
Rename Parameter aArgs : Object... to args : Object... in method public log(line int, key String, args Object...) : void in class com.puppycrawl.tools.checkstyle.api.Check |
From |
To |
|
Rename Parameter aAST : DetailAST to ast : DetailAST in method public visitToken(ast DetailAST) : void in class com.puppycrawl.tools.checkstyle.api.Check |
From |
To |
|
Rename Parameter aEvt : AuditEvent to evt : AuditEvent in method public addError(evt AuditEvent) : void in class com.puppycrawl.tools.checkstyle.api.SeverityLevelCounter |
From |
To |
|
Rename Parameter aAST : DetailAST to ast : DetailAST in method public containsAnnotation(ast DetailAST, annotation String) : boolean in class com.puppycrawl.tools.checkstyle.api.AnnotationUtility |
From |
To |
|
Rename Parameter aSrc : Object to src : Object in method public AuditEvent(src Object, fileName String, message LocalizedMessage) in class com.puppycrawl.tools.checkstyle.api.AuditEvent |
From |
To |
|
Rename Parameter aFileName : String to fileName : String in method public getLines(fileName String) : String[] in class com.puppycrawl.tools.checkstyle.api.Utils |
From |
To |
|
Rename Parameter aEx : SAXParseException to ex : SAXParseException in method public warning(ex SAXParseException) : void in class com.puppycrawl.tools.checkstyle.api.AbstractLoader |
From |
To |
|
Rename Parameter aKey : String to key : String in method public LocalizedMessage(lineNo int, bundle String, key String, args Object[], moduleId String, sourceClass Class<?>, customMessage String) in class com.puppycrawl.tools.checkstyle.api.LocalizedMessage |
From |
To |
|
Rename Parameter aEndLineNo : int to endLineNo : int in method public intersects(startLineNo int, startColNo int, endLineNo int, endColNo int) : boolean in class com.puppycrawl.tools.checkstyle.api.Comment |
From |
To |
|
Rename Parameter aCustomMessage : String to customMessage : String in method public LocalizedMessage(lineNo int, colNo int, bundle String, key String, args Object[], severityLevel SeverityLevel, moduleId String, sourceClass Class<?>, customMessage String) in class com.puppycrawl.tools.checkstyle.api.LocalizedMessage |
From |
To |
|
Rename Parameter aLineNo : int to lineNo : int in method public log(lineNo int, colNo int, key String, args Object...) : void in class com.puppycrawl.tools.checkstyle.api.AbstractFileSetCheck |
From |
To |
|
Rename Parameter aShutting : Closeable to shutting : Closeable in method public closeQuietly(shutting Closeable) : void in class com.puppycrawl.tools.checkstyle.api.Utils |
From |
To |
|
Rename Parameter aArgs : Object[] to args : Object[] in method public LocalizedMessage(lineNo int, bundle String, key String, args Object[], severityLevel SeverityLevel, moduleId String, sourceClass Class<?>, customMessage String) in class com.puppycrawl.tools.checkstyle.api.LocalizedMessage |
From |
To |
|
Rename Parameter aFile : File to file : File in method public fromLines(file File, lines List<String>) : FileText in class com.puppycrawl.tools.checkstyle.api.FileText |
From |
To |
|
Rename Parameter aAST : AST to ast : AST in method public addChild(ast AST) : void in class com.puppycrawl.tools.checkstyle.api.DetailAST |
From |
To |
|
Rename Parameter aSeverity : String to severity : String in method public setSeverity(severity String) : void in class com.puppycrawl.tools.checkstyle.api.AbstractViolationReporter |
From |
To |
|
Rename Parameter aColNo : int to colNo : int in method public LocalizedMessage(lineNo int, colNo int, bundle String, key String, args Object[], severityLevel SeverityLevel, moduleId String, sourceClass Class<?>, customMessage String) in class com.puppycrawl.tools.checkstyle.api.LocalizedMessage |
From |
To |
|
Rename Parameter aFile : File to file : File in method public FileText(file File, charsetName String) in class com.puppycrawl.tools.checkstyle.api.FileText |
From |
To |
|
Rename Parameter aType : String to type : String in method public reportBlockComment(type String, startLineNo int, startColNo int, endLineNo int, endColNo int) : void in class com.puppycrawl.tools.checkstyle.api.FileContents |
From |
To |
|
Rename Parameter aLine : String to line : String in method public whitespaceBefore(index int, line String) : boolean in class com.puppycrawl.tools.checkstyle.api.Utils |
From |
To |
|
Rename Parameter aAnnotation : String to annotation : String in method public containsAnnotation(ast DetailAST, annotation String) : boolean in class com.puppycrawl.tools.checkstyle.api.AnnotationUtility |
From |
To |
|
Rename Parameter aLine : int to line : int in method public abstract log(line int, key String, args Object...) : void in class com.puppycrawl.tools.checkstyle.api.AbstractViolationReporter |
From |
To |
|
Rename Parameter aName : String to name : String in method public fromName(name String) : JavadocTagInfo in class com.puppycrawl.tools.checkstyle.api.JavadocTagInfo |
From |
To |
|
Rename Parameter aKey : String to key : String in method public log(line int, key String, args Object...) : void in class com.puppycrawl.tools.checkstyle.api.Check |
From |
To |
|
Rename Parameter aLineNo : int to lineNo : int in method public setLineNo(lineNo int) : void in class com.puppycrawl.tools.checkstyle.api.DetailAST |
From |
To |
|
Rename Parameter aSourceClass : Class<?> to sourceClass : Class<?> in method public LocalizedMessage(lineNo int, bundle String, key String, args Object[], severityLevel SeverityLevel, moduleId String, sourceClass Class<?>, customMessage String) in class com.puppycrawl.tools.checkstyle.api.LocalizedMessage |
From |
To |
|
Rename Parameter aAST : DetailAST to ast : DetailAST in method protected log(ast DetailAST, key String, args Object...) : void in class com.puppycrawl.tools.checkstyle.api.AbstractViolationReporter |
From |
To |
|
Rename Parameter aBundle : String to bundle : String in method public LocalizedMessage(lineNo int, bundle String, key String, args Object[], severityLevel SeverityLevel, moduleId String, sourceClass Class<?>, customMessage String) in class com.puppycrawl.tools.checkstyle.api.LocalizedMessage |
From |
To |
|
Rename Parameter aCharsetName : String to charsetName : String in method public getLines(fileName String, charsetName String) : String[] in class com.puppycrawl.tools.checkstyle.api.Utils |
From |
To |
|
Rename Parameter aName : String to name : String in method public getShortDescription(name String) : String in class com.puppycrawl.tools.checkstyle.api.TokenTypes |
From |
To |
|
Rename Parameter aKey : String to key : String in method public log(lineNo int, colNo int, key String, args Object...) : void in class com.puppycrawl.tools.checkstyle.api.Check |
From |
To |
|
Rename Parameter aPos : int to pos : int in method public lineColumn(pos int) : LineColumn in class com.puppycrawl.tools.checkstyle.api.FileText |
From |
To |
|
Rename Parameter aEvt : AuditEvent to evt : AuditEvent in method public fileFinished(evt AuditEvent) : void in class com.puppycrawl.tools.checkstyle.api.AuditListener |
From |
To |
|
Rename Parameter aKey : String to key : String in method public abstract log(line int, col int, key String, args Object...) : void in class com.puppycrawl.tools.checkstyle.api.AbstractViolationReporter |
From |
To |
|
Rename Parameter aDtdResourceName : String to dtdResourceName : String in method protected AbstractLoader(publicId String, dtdResourceName String) in class com.puppycrawl.tools.checkstyle.api.AbstractLoader |
From |
To |
|
Rename Parameter aStartColNo : int to startColNo : int in method public reportBlockComment(type String, startLineNo int, startColNo int, endLineNo int, endColNo int) : void in class com.puppycrawl.tools.checkstyle.api.FileContents |
From |
To |
|
Rename Parameter aText : String to text : String in method public fromText(text String) : JavadocTagInfo in class com.puppycrawl.tools.checkstyle.api.JavadocTagInfo |
From |
To |
|
Rename Parameter aAST : DetailAST to ast : DetailAST in method private append(ast DetailAST) : void in class com.puppycrawl.tools.checkstyle.api.FullIdent |
From |
To |
|
Rename Parameter aValue : Object to value : Object in method public convert(type Class, value Object) : Object in class com.puppycrawl.tools.checkstyle.api.AutomaticBean.RelaxedStringArrayConverter |
From |
To |
|
Rename Parameter aPattern : String to pattern : String in method public getPattern(pattern String) : Pattern in class com.puppycrawl.tools.checkstyle.api.Utils |
From |
To |
|
Rename Parameter aIndex : int to index : int in method public whitespaceBefore(index int, line String) : boolean in class com.puppycrawl.tools.checkstyle.api.Utils |
From |
To |
|
Rename Parameter aType : String to type : String in method public isCommentType(type String) : boolean in class com.puppycrawl.tools.checkstyle.api.TokenTypes |
From |
To |
|
Rename Parameter aFile : File to file : File in method public process(file File, lines List<String>) : TreeSet<LocalizedMessage> in class com.puppycrawl.tools.checkstyle.api.FileSetCheck |
From |
To |
|
Rename Parameter aEvt : AuditEvent to evt : AuditEvent in method public fileStarted(evt AuditEvent) : void in class com.puppycrawl.tools.checkstyle.api.SeverityLevelCounter |
From |
To |
|
Rename Parameter aName : String to name : String in method public getAttribute(name String) : String in class com.puppycrawl.tools.checkstyle.api.Configuration |
From |
To |
|
Rename Parameter aValidInOverviewHtml : boolean to validInOverviewHtml : boolean in method private JavadocTagInfo(text String, name String, type Type, validInPackageHtml boolean, validInOverviewHtml boolean) in class com.puppycrawl.tools.checkstyle.api.JavadocTagInfo |
From |
To |
|
Rename Parameter aStartColNo : int to startColNo : int in method public reportSingleLineComment(type String, startLineNo int, startColNo int) : void in class com.puppycrawl.tools.checkstyle.api.FileContents |
From |
To |
|
Rename Parameter aLineNo : int to lineNo : int in method public LocalizedMessage(lineNo int, colNo int, bundle String, key String, args Object[], moduleId String, sourceClass Class<?>, customMessage String) in class com.puppycrawl.tools.checkstyle.api.LocalizedMessage |
From |
To |
|
Rename Parameter aSourceClass : Class<?> to sourceClass : Class<?> in method public LocalizedMessage(lineNo int, colNo int, bundle String, key String, args Object[], moduleId String, sourceClass Class<?>, customMessage String) in class com.puppycrawl.tools.checkstyle.api.LocalizedMessage |
From |
To |
|
Rename Parameter aStrRep : String[] to strRep : String[] in method public setTokens(strRep String[]) : void in class com.puppycrawl.tools.checkstyle.api.Check |
From |
To |
|
Rename Parameter aType : int to type : int in method public getChildCount(type int) : int in class com.puppycrawl.tools.checkstyle.api.DetailAST |
From |
To |
|
Rename Parameter aEndLineNo : int to endLineNo : int in method private extractCComment(startLineNo int, startColNo int, endLineNo int, endColNo int) : String[] in class com.puppycrawl.tools.checkstyle.api.FileContents |
From |
To |
|
Rename Parameter aColumnNo : int to columnNo : int in method public setColumnNo(columnNo int) : void in class com.puppycrawl.tools.checkstyle.api.DetailAST |
From |
To |
|
Rename Parameter aCustomMessage : String to customMessage : String in method public LocalizedMessage(lineNo int, bundle String, key String, args Object[], moduleId String, sourceClass Class<?>, customMessage String) in class com.puppycrawl.tools.checkstyle.api.LocalizedMessage |
From |
To |
|
Rename Parameter aLine : String to line : String in method public lengthMinusTrailingWhitespace(line String) : int in class com.puppycrawl.tools.checkstyle.api.Utils |
From |
To |
|
Rename Parameter aEvt : AuditEvent to evt : AuditEvent in method public auditFinished(evt AuditEvent) : void in class com.puppycrawl.tools.checkstyle.api.AuditListener |
From |
To |
|
Rename Parameter aConfiguration : Configuration to configuration : Configuration in method public configure(configuration Configuration) : void in class com.puppycrawl.tools.checkstyle.api.AutomaticBean |
From |
To |
|
Rename Parameter aAST : DetailAST to ast : DetailAST in method public leaveToken(ast DetailAST) : void in class com.puppycrawl.tools.checkstyle.api.Check |
From |
To |
|
Rename Parameter aAST : DetailAST to ast : DetailAST in method public createFullIdent(ast DetailAST) : FullIdent in class com.puppycrawl.tools.checkstyle.api.FullIdent |
From |
To |
|
Rename Parameter aContents : FileContents to contents : FileContents in method public setFileContents(contents FileContents) : void in class com.puppycrawl.tools.checkstyle.api.Check |
From |
To |
|
Rename Parameter aFileName : String to fileName : String in method public AuditEvent(src Object, fileName String) in class com.puppycrawl.tools.checkstyle.api.AuditEvent |
From |
To |
|
Rename Parameter aAST : DetailAST to ast : DetailAST in method package setPreviousSibling(ast DetailAST) : void in class com.puppycrawl.tools.checkstyle.api.DetailAST |
From |
To |
|
Rename Parameter aLines : List<String> to lines : List<String> in method protected abstract processFiltered(file File, lines List<String>) : void in class com.puppycrawl.tools.checkstyle.api.AbstractFileSetCheck |
From |
To |
|
Rename Parameter aFileName : String to fileName : String in method protected fireErrors(fileName String) : void in class com.puppycrawl.tools.checkstyle.api.AbstractFileSetCheck |
From |
To |
|
Rename Parameter aFilename : String to filename : String in method public FileContents(filename String, lines String[]) in class com.puppycrawl.tools.checkstyle.api.FileContents |
From |
To |
|
Rename Parameter aAST : DetailAST to ast : DetailAST in method public annotatingWhat(ast DetailAST) : DetailAST in class com.puppycrawl.tools.checkstyle.api.AnnotationUtility |
From |
To |
|
Rename Parameter aAST : DetailAST to ast : DetailAST in method public isAnnotatingType(ast DetailAST, tokenType int) : boolean in class com.puppycrawl.tools.checkstyle.api.AnnotationUtility |
From |
To |
|
Rename Parameter aArgs : Object[] to args : Object[] in method public LocalizedMessage(lineNo int, colNo int, bundle String, key String, args Object[], moduleId String, sourceClass Class<?>, customMessage String) in class com.puppycrawl.tools.checkstyle.api.LocalizedMessage |
From |
To |
|
Rename Parameter aLines : List<String> to lines : List<String> in method private FileText(file File, lines List<String>) in class com.puppycrawl.tools.checkstyle.api.FileText |
From |
To |
|
Rename Parameter aValidInPackageHtml : boolean to validInPackageHtml : boolean in method private JavadocTagInfo(text String, name String, type Type, validInPackageHtml boolean, validInOverviewHtml boolean) in class com.puppycrawl.tools.checkstyle.api.JavadocTagInfo |
From |
To |
|
Rename Parameter aKey : String to key : String in method public LocalizedMessage(lineNo int, colNo int, bundle String, key String, args Object[], severityLevel SeverityLevel, moduleId String, sourceClass Class<?>, customMessage String) in class com.puppycrawl.tools.checkstyle.api.LocalizedMessage |
From |
To |
|
Rename Parameter aLines : List<String> to lines : List<String> in method public process(file File, lines List<String>) : TreeSet<LocalizedMessage> in class com.puppycrawl.tools.checkstyle.api.FileSetCheck |
From |
To |
|
Rename Parameter aEvt : AuditEvent to evt : AuditEvent in method public auditStarted(evt AuditEvent) : void in class com.puppycrawl.tools.checkstyle.api.SeverityLevelCounter |
From |
To |
|
Rename Parameter aMessage : String to message : String in method public CheckstyleException(message String) in class com.puppycrawl.tools.checkstyle.api.CheckstyleException |
From |
To |
|
Rename Parameter aAST : DetailAST to ast : DetailAST in method public abstract isValidOn(ast DetailAST) : boolean in class com.puppycrawl.tools.checkstyle.api.JavadocTagInfo |
From |
To |
|
Rename Parameter aName : String to name : String in method private JavadocTagInfo(text String, name String, type Type, validInPackageHtml boolean, validInOverviewHtml boolean) in class com.puppycrawl.tools.checkstyle.api.JavadocTagInfo |
From |
To |
|
Rename Parameter aThrowable : Throwable to throwable : Throwable in method public addException(evt AuditEvent, throwable Throwable) : void in class com.puppycrawl.tools.checkstyle.api.AuditListener |
From |
To |
|
Rename Parameter aAST : AST to ast : AST in method public setNextSibling(ast AST) : void in class com.puppycrawl.tools.checkstyle.api.DetailAST |
From |
To |
|
Rename Parameter aLine : int to line : int in method public LineColumn(line int, col int) in class com.puppycrawl.tools.checkstyle.api.LineColumn |
From |
To |
|
Rename Parameter aModuleId : String to moduleId : String in method public LocalizedMessage(lineNo int, colNo int, bundle String, key String, args Object[], moduleId String, sourceClass Class<?>, customMessage String) in class com.puppycrawl.tools.checkstyle.api.LocalizedMessage |
From |
To |
|
Rename Parameter aStartLineNo : int to startLineNo : int in method public hasIntersectionWithComment(startLineNo int, startColNo int, endLineNo int, endColNo int) : boolean in class com.puppycrawl.tools.checkstyle.api.FileContents |
From |
To |
|
Rename Parameter aSourceClass : Class<?> to sourceClass : Class<?> in method public LocalizedMessage(lineNo int, colNo int, bundle String, key String, args Object[], severityLevel SeverityLevel, moduleId String, sourceClass Class<?>, customMessage String) in class com.puppycrawl.tools.checkstyle.api.LocalizedMessage |
From |
To |
|
Rename Parameter aFile : File to file : File in method private FileText(file File, lines List<String>) in class com.puppycrawl.tools.checkstyle.api.FileText |
From |
To |
|
Rename Parameter aArgs : Object... to args : Object... in method public log(lineNo int, colNo int, key String, args Object...) : void in class com.puppycrawl.tools.checkstyle.api.AbstractFileSetCheck |
From |
To |
|
Rename Parameter aKey : String to key : String in method public LocalizedMessage(lineNo int, colNo int, bundle String, key String, args Object[], moduleId String, sourceClass Class<?>, customMessage String) in class com.puppycrawl.tools.checkstyle.api.LocalizedMessage |
From |
To |
|
Rename Parameter aMessages : LocalizedMessages to messages : LocalizedMessages in method public setMessages(messages LocalizedMessages) : void in class com.puppycrawl.tools.checkstyle.api.Check |
From |
To |
|
Rename Parameter aEvent : AuditEvent to event : AuditEvent in method public accept(event AuditEvent) : boolean in class com.puppycrawl.tools.checkstyle.api.FilterSet |
From |
To |
|
Rename Parameter aFull : FullIdent to full : FullIdent in method private extractFullIdent(full FullIdent, ast DetailAST) : void in class com.puppycrawl.tools.checkstyle.api.FullIdent |
From |
To |
|
Rename Parameter aLine : int to line : int in method public log(line int, key String, args Object...) : void in class com.puppycrawl.tools.checkstyle.api.AbstractFileSetCheck |
From |
To |
|
Rename Parameter aSeverityLevel : SeverityLevel to severityLevel : SeverityLevel in method public LocalizedMessage(lineNo int, bundle String, key String, args Object[], severityLevel SeverityLevel, moduleId String, sourceClass Class<?>, customMessage String) in class com.puppycrawl.tools.checkstyle.api.LocalizedMessage |
From |
To |
|
Rename Parameter aCharset : String to charset : String in method public beginProcessing(charset String) : void in class com.puppycrawl.tools.checkstyle.api.AbstractFileSetCheck |
From |
To |
|
Rename Parameter aModuleId : String to moduleId : String in method public LocalizedMessage(lineNo int, bundle String, key String, args Object[], moduleId String, sourceClass Class<?>, customMessage String) in class com.puppycrawl.tools.checkstyle.api.LocalizedMessage |
From |
To |
|
Rename Parameter aEvt : AuditEvent to evt : AuditEvent in method public fileStarted(evt AuditEvent) : void in class com.puppycrawl.tools.checkstyle.api.AuditListener |
From |
To |
|
Rename Parameter aDispatcher : MessageDispatcher to dispatcher : MessageDispatcher in method public setMessageDispatcher(dispatcher MessageDispatcher) : void in class com.puppycrawl.tools.checkstyle.api.FileSetCheck |
From |
To |
|
Rename Parameter aAST : DetailAST to ast : DetailAST in method public addPreviousSibling(ast DetailAST) : void in class com.puppycrawl.tools.checkstyle.api.DetailAST |
From |
To |
|
Rename Parameter aLineNo : int to lineNo : int in method public LocalizedMessage(lineNo int, bundle String, key String, args Object[], severityLevel SeverityLevel, moduleId String, sourceClass Class<?>, customMessage String) in class com.puppycrawl.tools.checkstyle.api.LocalizedMessage |
From |
To |
|
Rename Parameter aEvt : AuditEvent to evt : AuditEvent in method public auditStarted(evt AuditEvent) : void in class com.puppycrawl.tools.checkstyle.api.AuditListener |
From |
To |
|
Rename Parameter aBundle : String to bundle : String in method public LocalizedMessage(lineNo int, colNo int, bundle String, key String, args Object[], moduleId String, sourceClass Class<?>, customMessage String) in class com.puppycrawl.tools.checkstyle.api.LocalizedMessage |
From |
To |
|
Rename Parameter aStartLineNo : int to startLineNo : int in method private extractCComment(startLineNo int, startColNo int, endLineNo int, endColNo int) : String[] in class com.puppycrawl.tools.checkstyle.api.FileContents |
From |
To |
|
Rename Parameter aType : int to type : int in method public isCommentType(type int) : boolean in class com.puppycrawl.tools.checkstyle.api.TokenTypes |
From |
To |
|
Rename Parameter aTabWidth : int to tabWidth : int in method public lengthExpandedTabs(string String, toIdx int, tabWidth int) : int in class com.puppycrawl.tools.checkstyle.api.Utils |
From |
To |
|
Rename Parameter aIndex : int to index : int in method public getLine(index int) : String in class com.puppycrawl.tools.checkstyle.api.FileContents |
From |
To |
|
Rename Parameter aLoader : ClassLoader to loader : ClassLoader in method public setClassLoader(loader ClassLoader) : void in class com.puppycrawl.tools.checkstyle.api.Check |
From |
To |
|
Rename Parameter aElement : E to element : E in method public push(element E) : void in class com.puppycrawl.tools.checkstyle.api.FastStack |
From |
To |
|
Rename Parameter aSecurityLevelName : String to securityLevelName : String in method public getInstance(securityLevelName String) : SeverityLevel in class com.puppycrawl.tools.checkstyle.api.SeverityLevel |
From |
To |
|
Rename Parameter aContext : Context to context : Context in method public contextualize(context Context) : void in class com.puppycrawl.tools.checkstyle.api.AutomaticBean |
From |
To |
|
Rename Parameter aStartLineNo : int to startLineNo : int in method public reportCppComment(startLineNo int, startColNo int) : void in class com.puppycrawl.tools.checkstyle.api.FileContents |
From |
To |
|
Rename Parameter aStartLineNo : int to startLineNo : int in method public intersects(startLineNo int, startColNo int, endLineNo int, endColNo int) : boolean in class com.puppycrawl.tools.checkstyle.api.Comment |
From |
To |
|
Rename Parameter aEvt : AuditEvent to evt : AuditEvent in method public addException(evt AuditEvent, throwable Throwable) : void in class com.puppycrawl.tools.checkstyle.api.AuditListener |
From |
To |
|
Rename Parameter aScope : Scope to scope : Scope in method public isIn(scope Scope) : boolean in class com.puppycrawl.tools.checkstyle.api.Scope |
From |
To |
|
Rename Parameter aAST : DetailAST to ast : DetailAST in method public getAnnotationHolder(ast DetailAST) : DetailAST in class com.puppycrawl.tools.checkstyle.api.AnnotationUtility |
From |
To |
|
Rename Parameter aBundleName : String to bundleName : String in method private getBundle(bundleName String) : ResourceBundle in class com.puppycrawl.tools.checkstyle.api.LocalizedMessage |
From |
To |
|
Rename Parameter aEvt : AuditEvent to evt : AuditEvent in method public addError(evt AuditEvent) : void in class com.puppycrawl.tools.checkstyle.api.AuditListener |
From |
To |
|
Rename Parameter aArgs : Object... to args : Object... in method public abstract log(line int, col int, key String, args Object...) : void in class com.puppycrawl.tools.checkstyle.api.AbstractViolationReporter |
From |
To |
|
Rename Parameter aCause : Throwable to cause : Throwable in method public CheckstyleException(message String, cause Throwable) in class com.puppycrawl.tools.checkstyle.api.CheckstyleException |
From |
To |
|
Rename Parameter aAST : AST to ast : AST in method public initialize(ast AST) : void in class com.puppycrawl.tools.checkstyle.api.DetailAST |
From |
To |
|
Rename Parameter aLines : List<String> to lines : List<String> in method public fromLines(file File, lines List<String>) : FileText in class com.puppycrawl.tools.checkstyle.api.FileText |
From |
To |
|
Rename Parameter aEndColNo : int to endColNo : int in method public reportCComment(startLineNo int, startColNo int, endLineNo int, endColNo int) : void in class com.puppycrawl.tools.checkstyle.api.FileContents |
From |
To |
|
Rename Parameter aThrowable : Throwable to throwable : Throwable in method public addException(evt AuditEvent, throwable Throwable) : void in class com.puppycrawl.tools.checkstyle.api.SeverityLevelCounter |
From |
To |
|
Rename Parameter aText : String[] to text : String[] in method public Comment(text String[], firstCol int, lastLine int, lastCol int) in class com.puppycrawl.tools.checkstyle.api.Comment |
From |
To |
|
Rename Parameter aFile : File to file : File in method private fileExtensionMatches(file File) : boolean in class com.puppycrawl.tools.checkstyle.api.AbstractFileSetCheck |
From |
To |
|
Rename Parameter aType : String to type : String in method public baseClassname(type String) : String in class com.puppycrawl.tools.checkstyle.api.Utils |
From |
To |
|
Rename Parameter aLineNo : int to lineNo : int in method private line(lineNo int) : String in class com.puppycrawl.tools.checkstyle.api.FileContents |
From |
To |
|
Rename Parameter aKey : String to key : String in method public log(lineNo int, colNo int, key String, args Object...) : void in class com.puppycrawl.tools.checkstyle.api.AbstractFileSetCheck |
From |
To |
|
Rename Parameter aIndex : int to index : int in method public peek(index int) : E in class com.puppycrawl.tools.checkstyle.api.FastStack |
From |
To |
|
Rename Parameter aBasedir : String to basedir : String in method public getStrippedFileName(basedir String, fileName String) : String in class com.puppycrawl.tools.checkstyle.api.Utils |
From |
To |
|
Rename Parameter aFirstCol : int to firstCol : int in method public Comment(text String[], firstCol int, lastLine int, lastCol int) in class com.puppycrawl.tools.checkstyle.api.Comment |
From |
To |
|
Rename Parameter aAST : DetailAST to ast : DetailAST in method private extractFullIdent(full FullIdent, ast DetailAST) : void in class com.puppycrawl.tools.checkstyle.api.FullIdent |
From |
To |
|
Rename Parameter aEvt : AuditEvent to evt : AuditEvent in method public auditFinished(evt AuditEvent) : void in class com.puppycrawl.tools.checkstyle.api.SeverityLevelCounter |
From |
To |
|
Rename Parameter aId : String to id : String in method public setId(id String) : void in class com.puppycrawl.tools.checkstyle.api.AbstractViolationReporter |
From |
To |
|
Rename Parameter aFileName : String to fileName : String in method public AuditEvent(src Object, fileName String, message LocalizedMessage) in class com.puppycrawl.tools.checkstyle.api.AuditEvent |
From |
To |
|
Rename Parameter aConfiguration : Configuration to configuration : Configuration in method public configure(configuration Configuration) : void in class com.puppycrawl.tools.checkstyle.api.Configurable |
From |
To |
|
Rename Parameter aEvent : AuditEvent to event : AuditEvent in method public accept(event AuditEvent) : boolean in class com.puppycrawl.tools.checkstyle.api.Filter |
From |
To |
|
Rename Parameter aText : String to text : String in method private JavadocTagInfo(text String, name String, type Type, validInPackageHtml boolean, validInOverviewHtml boolean) in class com.puppycrawl.tools.checkstyle.api.JavadocTagInfo |
From |
To |
|
Rename Parameter aLocale : Locale to locale : Locale in method public setLocale(locale Locale) : void in class com.puppycrawl.tools.checkstyle.api.LocalizedMessage |
From |
To |
|
Rename Parameter aSource : Object to source : Object in method public AuditEvent(source Object) in class com.puppycrawl.tools.checkstyle.api.AuditEvent |
From |
To |
|
Rename Parameter aAnnotation : String to annotation : String in method public getAnnotation(ast DetailAST, annotation String) : DetailAST in class com.puppycrawl.tools.checkstyle.api.AnnotationUtility |
From |
To |
|
Rename Parameter aObject : Object to object : Object in method public equals(object Object) : boolean in class com.puppycrawl.tools.checkstyle.api.FilterSet |
From |
To |
|
Rename Parameter aTok : Token to tok : Token in method public initialize(tok Token) : void in class com.puppycrawl.tools.checkstyle.api.DetailAST |
From |
To |
|
Rename Parameter aPattern : String to pattern : String in method public getPattern(pattern String, compileFlags int) : Pattern in class com.puppycrawl.tools.checkstyle.api.Utils |
From |
To |
|
Rename Parameter aFile : File to file : File in method public process(file File, lines List<String>) : TreeSet<LocalizedMessage> in class com.puppycrawl.tools.checkstyle.api.AbstractFileSetCheck |
From |
To |
|
Rename Parameter aName : String to name : String in method public setName(name String) : void in class com.puppycrawl.tools.checkstyle.api.AutomaticBeanTest.TestBean |
From |
To |
|
Rename Parameter aArgs : Object... to args : Object... in method protected log(ast DetailAST, key String, args Object...) : void in class com.puppycrawl.tools.checkstyle.api.AbstractViolationReporter |
From |
To |
|
Rename Parameter aModuleId : String to moduleId : String in method public LocalizedMessage(lineNo int, colNo int, bundle String, key String, args Object[], severityLevel SeverityLevel, moduleId String, sourceClass Class<?>, customMessage String) in class com.puppycrawl.tools.checkstyle.api.LocalizedMessage |
From |
To |
|
Rename Parameter aID : int to iD : int in method public getTokenName(iD int) : String in class com.puppycrawl.tools.checkstyle.api.TokenTypes |
From |
To |
|
Rename Parameter aType : int to type : int in method public findFirstToken(type int) : DetailAST in class com.puppycrawl.tools.checkstyle.api.DetailAST |
From |
To |
|
Rename Parameter aLine : int to line : int in method public log(line int, key String, args Object...) : void in class com.puppycrawl.tools.checkstyle.api.Check |
From |
To |
|
Rename Parameter aAST : DetailAST to ast : DetailAST in method public addNextSibling(ast DetailAST) : void in class com.puppycrawl.tools.checkstyle.api.DetailAST |
From |
To |
|
Rename Parameter aLines : String[] to lines : String[] in method public FileContents(filename String, lines String[]) in class com.puppycrawl.tools.checkstyle.api.FileContents |
From |
To |
|
Rename Parameter aArgs : Object... to args : Object... in method public log(lineNo int, colNo int, key String, args Object...) : void in class com.puppycrawl.tools.checkstyle.api.Check |
From |
To |
|
Rename Parameter aParent : DetailAST to parent : DetailAST in method package setParent(parent DetailAST) : void in class com.puppycrawl.tools.checkstyle.api.DetailAST |
From |
To |
|
Rename Parameter aCustomMessage : String to customMessage : String in method public LocalizedMessage(lineNo int, bundle String, key String, args Object[], severityLevel SeverityLevel, moduleId String, sourceClass Class<?>, customMessage String) in class com.puppycrawl.tools.checkstyle.api.LocalizedMessage |
From |
To |
|
Rename Parameter aOther : LocalizedMessage to other : LocalizedMessage in method public compareTo(other LocalizedMessage) : int in class com.puppycrawl.tools.checkstyle.api.LocalizedMessage |
From |
To |
|
Rename Parameter aLineNo : int to lineNo : int in method public LocalizedMessage(lineNo int, colNo int, bundle String, key String, args Object[], severityLevel SeverityLevel, moduleId String, sourceClass Class<?>, customMessage String) in class com.puppycrawl.tools.checkstyle.api.LocalizedMessage |
From |
To |
|
Rename Parameter aText : FileText to text : FileText in method public FileContents(text FileText) in class com.puppycrawl.tools.checkstyle.api.FileContents |
From |
To |
|
Rename Parameter aPublicId : String to publicId : String in method public resolveEntity(publicId String, systemId String) : InputSource in class com.puppycrawl.tools.checkstyle.api.AbstractLoader |
From |
To |
|
Rename Parameter aStartLineNo : int to startLineNo : int in method public reportCComment(startLineNo int, startColNo int, endLineNo int, endColNo int) : void in class com.puppycrawl.tools.checkstyle.api.FileContents |
From |
To |
|
Rename Parameter aEndLineNo : int to endLineNo : int in method public reportBlockComment(type String, startLineNo int, startColNo int, endLineNo int, endColNo int) : void in class com.puppycrawl.tools.checkstyle.api.FileContents |
From |
To |
|
Rename Parameter aEx : SAXParseException to ex : SAXParseException in method public fatalError(ex SAXParseException) : void in class com.puppycrawl.tools.checkstyle.api.AbstractLoader |
From |
To |
|
Rename Parameter aChildConf : Configuration to childConf : Configuration in method protected setupChild(childConf Configuration) : void in class com.puppycrawl.tools.checkstyle.api.AutomaticBean |
From |
To |
|
Rename Parameter aCompileFlags : int to compileFlags : int in method public getPattern(pattern String, compileFlags int) : Pattern in class com.puppycrawl.tools.checkstyle.api.Utils |
From |
To |
|
Rename Parameter aLineNo : int to lineNo : int in method public log(lineNo int, colNo int, key String, args Object...) : void in class com.puppycrawl.tools.checkstyle.api.Check |
From |
To |