d1a6a437100b26d4f3932472ca3241b3f4b05da2
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 3 | ||
Extract Method private isSingleLevelCommentConsistent(comment String, indentInComment int, isWarnComment boolean) : boolean extracted from private isCommentConsistent(comment String) : boolean in class com.google.checkstyle.test.base.IndentationConfigurationBuilder | From | To | |
Extract Method private isMultiLevelCommentConsistent(comment String, indentInComment int, isWarnComment boolean) : boolean extracted from private isCommentConsistent(comment String) : boolean in class com.google.checkstyle.test.base.IndentationConfigurationBuilder | From | To | |
Extract Method private isNonStrictCommentConsistent(comment String, indentInComment int, isWarnComment boolean) : boolean extracted from private isCommentConsistent(comment String) : boolean in class com.google.checkstyle.test.base.IndentationConfigurationBuilder | From | To |