3defd234041f34854f50f1a77ae94d18fb730036
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private handleSIngleLineCommentAtTheEndOfTheCodeBlock(prevStmt DetailAST, comment DetailAST, nextStmt DetailAST) : void renamed to private handleSingleLineCommentAtTheEndOfTheCodeBlock(prevStmt DetailAST, comment DetailAST, nextStmt DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck | From | To | |
Rename Variable | 3 | ||
Rename Variable destributed : boolean to isDistributed : boolean in method private isDistributedMethodChainOrConcatenationStatement(comment DetailAST, commentPreviousSibling DetailAST) : boolean in class com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck | From | To | |
Rename Variable destributed : boolean to isDistributed : boolean in method private isDistributedThrowStatement(commentPreviousSibling DetailAST) : boolean in class com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck | From | To | |
Rename Variable destributed : boolean to isDistributed : boolean in method private isDistributedReturnStatement(commentPreviousSibling DetailAST) : boolean in class com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck | From | To | |
Extract Variable | 1 | ||
Extract Variable prevStmtLineNo : int in method private handleSingleLineCommentAtTheEndOfTheCodeBlock(prevStmt DetailAST, comment DetailAST, nextStmt DetailAST) : void from class com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck | From | To |