2057a77c3a524b86dff382ac8abdca71dd03764a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private getPreviousStmt(comment DetailAST) : DetailAST renamed to private getPrevStatementFromSwitchBlock(comment DetailAST) : DetailAST in class com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck | From | To | |
Extract Method | 2 | ||
Extract Method private getPrevStatementWhenCommentIsUnderCase(parentStatement DetailAST) : DetailAST extracted from private getPreviousStmt(comment DetailAST) : DetailAST in class com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck | From | To | |
Extract Method private getPrevCaseToken(parentStatement DetailAST) : DetailAST extracted from private getPreviousStmt(comment DetailAST) : DetailAST in class com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck | From | To |