b9f232ffe08853fbfd0239d53d683d4fe5c6b817
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 4 | ||
Extract Method private hasNotAllowedTwoEmptyLinesBefore(token DetailAST) : boolean extracted from public visitToken(ast DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck | From | To | |
Rename Parameter | 1 | ||
Rename Parameter ast : DetailAST to token : DetailAST in method private hasNotAllowedTwoEmptyLinesBefore(token DetailAST) : boolean in class com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck | From | To |