0f9490c4ab86e6df2cfe90db1ffe04e906a5edad
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable nextStatement : DetailAST to nextStmt : DetailAST in method private visitSingleLineComment(singleLineComment DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck | From | To | |
Parameterize Variable | 2 | ||
Parameterize Variable nextStatement : DetailAST to prevStmt : DetailAST in method private isFallThroughSingleLineComment(prevStmt DetailAST, nextStmt DetailAST) : boolean in class com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck | From | To | |
Parameterize Variable nextStatement : DetailAST to nextStmt : DetailAST in method private handleSingleLineCommentInEmptyCodeBlock(comment DetailAST, nextStmt DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck | From | To | |
Extract Method | 2 | ||
Extract Method private isFallThroughSingleLineComment(prevStmt DetailAST, nextStmt DetailAST) : boolean extracted from private visitSingleLineComment(singleLineComment DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck | From | To | |
Extract Method private handleSingleLineCommentInEmptyCodeBlock(comment DetailAST, nextStmt DetailAST) : void extracted from private visitSingleLineComment(singleLineComment DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck | From | To | |
Rename Parameter | 2 | ||
Rename Parameter singleLineComment : DetailAST to comment : DetailAST in method private handleSingleLineCommentInEmptyCodeBlock(comment DetailAST, nextStmt DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck | From | To | |
Rename Parameter singleLineComment : DetailAST to comment : DetailAST in method private areSameLevelIndented(comment DetailAST, prevStmt DetailAST, nextStmt DetailAST) : boolean in class com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck | From | To |