4ee4d60e07a763be669173c3f45ed9b29eedca7c
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private hasFallTruComment(currentCase DetailAST, nextCase DetailAST) : boolean renamed to private hasFallThroughComment(currentCase DetailAST, nextCase DetailAST) : boolean in class com.puppycrawl.tools.checkstyle.checks.coding.FallThroughCheck | From | To | |
Extract Variable | 2 | ||
Extract Variable allThroughComment : boolean in method private hasFallThroughComment(currentCase DetailAST, nextCase DetailAST) : boolean from class com.puppycrawl.tools.checkstyle.checks.coding.FallThroughCheck | From | To | |
Extract Variable terminated : boolean in method private isTerminated(ast DetailAST, useBreak boolean, useContinue boolean) : boolean from class com.puppycrawl.tools.checkstyle.checks.coding.FallThroughCheck | From | To |