b576ccf8793690e8459a6620cc1611531f3f9890
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Merge Variable | 1 | ||
Merge Variable [rcurly : DetailAST, nextToken : DetailAST] to details : Details in method private shouldBeOnSameLine(bracePolicy RightCurlyOption, details Details) : boolean in class com.puppycrawl.tools.checkstyle.checks.blocks.RightCurlyCheck | From | To | |
Extract Method | 3 | ||
Extract Method private startsLine(details Details, targetSourceLine String) : boolean extracted from private validate(details Details, bracePolicy RightCurlyOption, shouldStartLine boolean, targetSourceLine String) : String in class com.puppycrawl.tools.checkstyle.checks.blocks.RightCurlyCheck | From | To | |
Extract Method private shouldBeOnSameLine(bracePolicy RightCurlyOption, details Details) : boolean extracted from private validate(details Details, bracePolicy RightCurlyOption, shouldStartLine boolean, targetSourceLine String) : String in class com.puppycrawl.tools.checkstyle.checks.blocks.RightCurlyCheck | From | To | |
Extract Method private shouldBeAloneOnLine(bracePolicy RightCurlyOption, details Details) : boolean extracted from private validate(details Details, bracePolicy RightCurlyOption, shouldStartLine boolean, targetSourceLine String) : String in class com.puppycrawl.tools.checkstyle.checks.blocks.RightCurlyCheck | From | To |