1d9b547ac98d69166db532a7cb275080206ff097
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 2 | ||
Extract Method private isInBlockOf(node DetailAST, tokenType int) : boolean extracted from public isInAnnotationBlock(node DetailAST) : boolean in class com.puppycrawl.tools.checkstyle.utils.ScopeUtils | From | To | |
Extract Method private isInBlockOf(node DetailAST, tokenType int) : boolean extracted from public isInInterfaceBlock(node DetailAST) : boolean in class com.puppycrawl.tools.checkstyle.utils.ScopeUtils | From | To | |
Extract And Move Method | 2 | ||
Extract And Move Method public parseClassNames(classNames String...) : Set<String> extracted from public setIllegalClassNames(classNames String...) : void in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalCatchCheck & moved to class com.puppycrawl.tools.checkstyle.utils.CheckUtils | From | To | |
Extract And Move Method public parseClassNames(classNames String...) : Set<String> extracted from public setIllegalClassNames(classNames String...) : void in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalThrowsCheck & moved to class com.puppycrawl.tools.checkstyle.utils.CheckUtils | From | To |