4a6e1a3541fc31dc7450de00943fd94a20d9223e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method protected startsLine(ast DetailAST) : boolean renamed to protected isOnStartOfLine(ast DetailAST) : boolean in class com.puppycrawl.tools.checkstyle.checks.indentation.AbstractExpressionHandler | From | To | |
Rename Method private startsLine(details Details, targetSourceLine String) : boolean renamed to private isOnStartOfLine(details Details, targetSourceLine String) : boolean in class com.puppycrawl.tools.checkstyle.checks.blocks.RightCurlyCheck | From | To |