c56dce9222a819b4741b4c0cd664d38c58b31050
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private getPreceded(ast DetailAST) : DetailAST renamed to private getWhitespaceFollowedNode(ast DetailAST) : DetailAST in class com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceAfterCheck | From | To | |
| Rename Variable | 3 | ||
| Rename Variable after : int to whitespaceColumnNo : int in method public visitToken(ast DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceAfterCheck | From | To | |
| Rename Variable astNode : DetailAST to whitespaceFollowedAst : DetailAST in method public visitToken(ast DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceAfterCheck | From | To | |
| Rename Variable preceded : DetailAST to whitespaceFollowedAst : DetailAST in method private getWhitespaceFollowedNode(ast DetailAST) : DetailAST in class com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceAfterCheck | From | To | |
| Extract Variable | 1 | ||
| Extract Variable whitespaceLineNo : int in method public visitToken(ast DetailAST) : void from class com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceAfterCheck | From | To |