|
Rename Method protected getLCurly() : DetailAST renamed to protected getLeftCurly() : DetailAST in class com.puppycrawl.tools.checkstyle.checks.indentation.SwitchHandler |
From |
To |
|
Rename Method protected checkRCurly() : void renamed to protected checkRightCurly() : void in class com.puppycrawl.tools.checkstyle.checks.indentation.BlockParentHandler |
From |
To |
|
Rename Method protected getLCurly() : DetailAST renamed to protected getLeftCurly() : DetailAST in class com.puppycrawl.tools.checkstyle.checks.indentation.BlockParentHandler |
From |
To |
|
Rename Method public testNL3() : void renamed to public testNewline3() : void in class com.puppycrawl.tools.checkstyle.checks.blocks.LeftCurlyCheckTest |
From |
To |
|
Rename Method public testUsingAVariableCheckOnNextLine() : void renamed to public testUsingVariableCheckOnNextLine() : void in class com.puppycrawl.tools.checkstyle.filters.SuppressWithNearbyCommentFilterTest |
From |
To |
|
Rename Method protected getRCurly() : DetailAST renamed to protected getRightCurly() : DetailAST in class com.puppycrawl.tools.checkstyle.checks.indentation.BlockParentHandler |
From |
To |
|
Rename Method private isTrailingCComent(comment TextBlock, line String) : boolean renamed to private isTrailingBlockComment(comment TextBlock, line String) : boolean in class com.puppycrawl.tools.checkstyle.checks.AvoidEscapedUnicodeCharactersCheck |
From |
To |
|
Rename Method public testIgnoreCommentsMultipleCStyle() : void renamed to public testIgnoreCommentsMultipleBlockStyle() : void in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpCheckTest |
From |
To |
|
Rename Method public forbidCStyle() : void renamed to public forbidOldStyle() : void in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheckTest |
From |
To |
|
Rename Method public testCStyle() : void renamed to public testJavaStyleOff() : void in class com.puppycrawl.tools.checkstyle.checks.ArrayTypeStyleCheckTest |
From |
To |
|
Rename Method protected getLCurly() : DetailAST renamed to protected getLeftCurly() : DetailAST in class com.puppycrawl.tools.checkstyle.checks.indentation.ClassDefHandler |
From |
To |
|
Rename Method protected checkRParen(lparen DetailAST, rparen DetailAST) : void renamed to protected checkRightParen(lparen DetailAST, rparen DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.indentation.AbstractExpressionHandler |
From |
To |
|
Rename Method protected checkLParen(lparen DetailAST) : void renamed to protected checkLeftParen(lparen DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.indentation.AbstractExpressionHandler |
From |
To |
|
Rename Method public testUsingAVariableCheckOnPreviousLine() : void renamed to public testUsingVariableCheckOnPreviousLine() : void in class com.puppycrawl.tools.checkstyle.filters.SuppressWithNearbyCommentFilterTest |
From |
To |
|
Rename Method protected getLCurly() : DetailAST renamed to protected getLeftCurly() : DetailAST in class com.puppycrawl.tools.checkstyle.checks.indentation.SlistHandler |
From |
To |
|
Rename Method protected checkLCurly() : void renamed to protected checkLeftCurly() : void in class com.puppycrawl.tools.checkstyle.checks.indentation.BlockParentHandler |
From |
To |
|
Rename Method public testIgnoreCommentsFalseCStyle() : void renamed to public testIgnoreCommentsFalseBlockStyle() : void in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpCheckTest |
From |
To |
|
Rename Method protected getRCurly() : DetailAST renamed to protected getRightCurly() : DetailAST in class com.puppycrawl.tools.checkstyle.checks.indentation.SwitchHandler |
From |
To |
|
Rename Method private hasIntersectionWithCComment(startLineNo int, startColNo int, endLineNo int, endColNo int) : boolean renamed to private hasIntersectionWithBlockComment(startLineNo int, startColNo int, endLineNo int, endColNo int) : boolean in class com.puppycrawl.tools.checkstyle.api.FileContents |
From |
To |
|
Rename Method protected getLParen() : DetailAST renamed to protected getLeftParen() : DetailAST in class com.puppycrawl.tools.checkstyle.checks.indentation.BlockParentHandler |
From |
To |
|
Rename Method public testIgnoreCommentsCStyle() : void renamed to public testIgnoreCommentsBlockStyle() : void in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpCheckTest |
From |
To |
|
Rename Method public testUsingAVariableMessage() : void renamed to public testUsingVariableMessage() : void in class com.puppycrawl.tools.checkstyle.filters.SuppressWithNearbyCommentFilterTest |
From |
To |
|
Rename Method public testCppCommentIntersect() : void renamed to public testSinglelineCommentIntersect() : void in class com.puppycrawl.tools.checkstyle.api.FileContentsTest |
From |
To |
|
Rename Method public testIgnoreCommentsFalseCStyle() : void renamed to public testIgnoreCommentsFalseBlockStyle() : void in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineJavaCheckTest |
From |
To |
|
Rename Method public testCppCommentNotIntersect() : void renamed to public testSinglelineCommentNotIntersect() : void in class com.puppycrawl.tools.checkstyle.api.FileContentsTest |
From |
To |
|
Rename Method private hasIntersectionWithCppComment(startLineNo int, startColNo int, endLineNo int, endColNo int) : boolean renamed to private hasIntersectionWithSingleLineComment(startLineNo int, startColNo int, endLineNo int, endColNo int) : boolean in class com.puppycrawl.tools.checkstyle.api.FileContents |
From |
To |
|
Rename Method protected checkRCurly() : void renamed to protected checkRightCurly() : void in class com.puppycrawl.tools.checkstyle.checks.indentation.ObjectBlockHandler |
From |
To |
|
Rename Method private extractCComment(startLineNo int, startColNo int, endLineNo int, endColNo int) : String[] renamed to private extractBlockComment(startLineNo int, startColNo int, endLineNo int, endColNo int) : String[] in class com.puppycrawl.tools.checkstyle.api.FileContents |
From |
To |
|
Rename Method protected getLCurly() : DetailAST renamed to protected getLeftCurly() : DetailAST in class com.puppycrawl.tools.checkstyle.checks.indentation.ObjectBlockHandler |
From |
To |
|
Rename Method public testIgnoreCommentsMultipleCStyle() : void renamed to public testIgnoreCommentsMultipleBlockStyle() : void in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineJavaCheckTest |
From |
To |
|
Rename Method public testJavaStyle() : void renamed to public testJavaStyleOn() : void in class com.puppycrawl.tools.checkstyle.checks.ArrayTypeStyleCheckTest |
From |
To |
|
Rename Method protected getRCurly() : DetailAST renamed to protected getRightCurly() : DetailAST in class com.puppycrawl.tools.checkstyle.checks.indentation.ObjectBlockHandler |
From |
To |
|
Rename Method public testWithFewArgWIthTypeOneLine() : void renamed to public testWithFewArgWithTypeOneLine() : void in class com.puppycrawl.tools.checkstyle.grammars.java8.LambdaTest |
From |
To |
|
Rename Method protected getLCurly() : DetailAST renamed to protected getLeftCurly() : DetailAST in class com.puppycrawl.tools.checkstyle.checks.indentation.ArrayInitHandler |
From |
To |
|
Rename Method public testIgnoreCommentsCStyle() : void renamed to public testIgnoreCommentsBlockStyle() : void in class com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineJavaCheckTest |
From |
To |
|
Rename Method protected getRCurly() : DetailAST renamed to protected getRightCurly() : DetailAST in class com.puppycrawl.tools.checkstyle.checks.indentation.SlistHandler |
From |
To |
|
Rename Method public testWIthMultilineBody() : void renamed to public testWithMultilineBody() : void in class com.puppycrawl.tools.checkstyle.grammars.java8.LambdaTest |
From |
To |
|
Rename Method public testNL2() : void renamed to public testNewline2() : void in class com.puppycrawl.tools.checkstyle.checks.blocks.LeftCurlyCheckTest |
From |
To |
|
Rename Method private getFirstNDomainsFromIdent(firstPackageDomainsCount int, packageFullPath String) : String renamed to private getFirstDomainsFromIdent(firstPackageDomainsCount int, packageFullPath String) : String in class com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck |
From |
To |
|
Rename Method protected getRParen() : DetailAST renamed to protected getRightParen() : DetailAST in class com.puppycrawl.tools.checkstyle.checks.indentation.BlockParentHandler |
From |
To |
|
Rename Method protected getRCurly() : DetailAST renamed to protected getRightCurly() : DetailAST in class com.puppycrawl.tools.checkstyle.checks.indentation.ClassDefHandler |
From |
To |
|
Rename Method protected getRCurly() : DetailAST renamed to protected getRightCurly() : DetailAST in class com.puppycrawl.tools.checkstyle.checks.indentation.ArrayInitHandler |
From |
To |
|
Change Variable Type parseTree : ParseTreeTablePModel to parseTree : ParseTreeTablePresentation in method public testGetValueAt() : void in class com.puppycrawl.tools.checkstyle.gui.ParseTreeTablePresentationTest |
From |
To |
|
Change Variable Type selector : CodeSelectorPModel to selector : CodeSelectorPresentation in method public testDetailNodeLeafSelection() : void in class com.puppycrawl.tools.checkstyle.gui.CodeSelectorPresentationTest |
From |
To |
|
Change Variable Type selector : CodeSelectorPModel to selector : CodeSelectorPresentation in method public testDetailASTNoSelection() : void in class com.puppycrawl.tools.checkstyle.gui.CodeSelectorPresentationTest |
From |
To |
|
Change Variable Type parseTree : ParseTreeTablePModel to parseTree : ParseTreeTablePresentation in method public testJavadocCommentChildCount() : void in class com.puppycrawl.tools.checkstyle.gui.ParseTreeTablePresentationTest |
From |
To |
|
Change Variable Type parseTree : ParseTreeTablePModel to parseTree : ParseTreeTablePresentation in method public testCommentChildInJavaAndJavadocMode() : void in class com.puppycrawl.tools.checkstyle.gui.ParseTreeTablePresentationTest |
From |
To |
|
Change Variable Type selector : CodeSelectorPModel to selector : CodeSelectorPresentation in method public testDetailASTLeafSelection() : void in class com.puppycrawl.tools.checkstyle.gui.CodeSelectorPresentationTest |
From |
To |
|
Change Variable Type selector : CodeSelectorPModel to selector : CodeSelectorPresentation in method public testDetailNodeSelection() : void in class com.puppycrawl.tools.checkstyle.gui.CodeSelectorPresentationTest |
From |
To |
|
Change Variable Type parseTree : ParseTreeTablePModel to parseTree : ParseTreeTablePresentation in method public testChildCountInJavaAndJavadocMode() : void in class com.puppycrawl.tools.checkstyle.gui.ParseTreeTablePresentationTest |
From |
To |
|
Change Variable Type parseTree : ParseTreeTablePModel to parseTree : ParseTreeTablePresentation in method public testJavadocCommentChild() : void in class com.puppycrawl.tools.checkstyle.gui.ParseTreeTablePresentationTest |
From |
To |
|
Change Variable Type parseTree : ParseTreeTablePModel to parseTree : ParseTreeTablePresentation in method public testColumnMethods() : void in class com.puppycrawl.tools.checkstyle.gui.ParseTreeTablePresentationTest |
From |
To |
|
Change Variable Type selector : CodeSelectorPModel to selector : CodeSelectorPresentation in method public testDetailASTSelection() : void in class com.puppycrawl.tools.checkstyle.gui.CodeSelectorPresentationTest |
From |
To |
|
Change Variable Type parseTree : ParseTreeTablePModel to parseTree : ParseTreeTablePresentation in method public testJavadocChildCount() : void in class com.puppycrawl.tools.checkstyle.gui.ParseTreeTablePresentationTest |
From |
To |
|
Change Variable Type parseTree : ParseTreeTablePModel to parseTree : ParseTreeTablePresentation in method public testChildInJavaAndJavadocMode() : void in class com.puppycrawl.tools.checkstyle.gui.ParseTreeTablePresentationTest |
From |
To |
|
Change Variable Type parseTree : ParseTreeTablePModel to parseTree : ParseTreeTablePresentation in method public testGetValueAtDetailNode() : void in class com.puppycrawl.tools.checkstyle.gui.ParseTreeTablePresentationTest |
From |
To |
|
Change Variable Type parseTree : ParseTreeTablePModel to parseTree : ParseTreeTablePresentation in method public testCommentChildCount() : void in class com.puppycrawl.tools.checkstyle.gui.ParseTreeTablePresentationTest |
From |
To |
|
Change Variable Type parseTree : ParseTreeTablePModel to parseTree : ParseTreeTablePresentation in method public testGetIndexOfChild() : void in class com.puppycrawl.tools.checkstyle.gui.ParseTreeTablePresentationTest |
From |
To |
|
Change Variable Type parseTree : ParseTreeTablePModel to parseTree : ParseTreeTablePresentation in method public testJavadocChild() : void in class com.puppycrawl.tools.checkstyle.gui.ParseTreeTablePresentationTest |
From |
To |
|
Change Variable Type parseTree : ParseTreeTablePModel to parseTree : ParseTreeTablePresentation in method public testCommentChildCountInJavaAndJavadocMode() : void in class com.puppycrawl.tools.checkstyle.gui.ParseTreeTablePresentationTest |
From |
To |