|
Rename Method private getDistributedPreviousStatementOfSingleLineComment(comment DetailAST) : DetailAST renamed to private getDistributedPreviousStatement(comment DetailAST) : DetailAST in class com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck |
From |
To |
|
Rename Method private getOneLinePreviousStatementOfSingleLineComment(comment DetailAST) : DetailAST renamed to private getOneLinePreviousStatement(comment DetailAST) : DetailAST in class com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck |
From |
To |
|
Rename Method private isSingleLineCommentAtTheEndOfTheCodeBlock(nextStmt DetailAST) : boolean renamed to private isCommentAtTheEndOfTheCodeBlock(nextStmt DetailAST) : boolean in class com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck |
From |
To |
|
Rename Method private handleSingleLineCommentAtTheEndOfTheCodeBlock(prevStmt DetailAST, comment DetailAST, nextStmt DetailAST) : void renamed to private handleCommentAtTheEndOfTheCodeBlock(prevStmt DetailAST, comment DetailAST, nextStmt DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck |
From |
To |
|
Rename Method private isFallThroughSingleLineComment(prevStmt DetailAST, nextStmt DetailAST) : boolean renamed to private isFallThroughComment(prevStmt DetailAST, nextStmt DetailAST) : boolean in class com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck |
From |
To |
|
Rename Method private getPreviousStatementOfSingleLineComment(comment DetailAST) : DetailAST renamed to private getPreviousStatement(comment DetailAST) : DetailAST in class com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck |
From |
To |
|
Rename Method private isDistributedMethodChainOrConcatenationStatement(comment DetailAST, commentPreviousSibling DetailAST) : boolean renamed to private isDistributedExpression(comment DetailAST) : boolean in class com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck |
From |
To |
|
Rename Method private findPreviousStatementOfSingleLineComment(comment DetailAST, root DetailAST) : DetailAST renamed to private findPreviousStatement(comment DetailAST, root DetailAST) : DetailAST in class com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck |
From |
To |
|
Rename Method private handleSingleLineCommentInEmptyCaseBlock(prevStmt DetailAST, comment DetailAST, nextStmt DetailAST) : void renamed to private handleCommentInEmptyCaseBlock(prevStmt DetailAST, comment DetailAST, nextStmt DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck |
From |
To |
|
Rename Method private handleFallThroughtSingleLineComment(prevStmt DetailAST, comment DetailAST, nextStmt DetailAST) : void renamed to private handleFallThroughtComment(prevStmt DetailAST, comment DetailAST, nextStmt DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck |
From |
To |
|
Rename Method private handleSingleLineCommentInEmptyCodeBlock(comment DetailAST, nextStmt DetailAST) : void renamed to private handleCommentInEmptyCodeBlock(comment DetailAST, nextStmt DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck |
From |
To |