d64bdf0caa867be3913f2665ef4fcc654524937e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 3 | ||
Extract Method private checkImportStatements(className String) : String extracted from private getIllegalInstantiation(className String) : String in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalInstantiationCheck | From | To | |
Extract Method private isStandardClass(className String, clsNameLen int, illegal String, illegalLen int) : boolean extracted from private getIllegalInstantiation(className String) : String in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalInstantiationCheck | From | To | |
Extract Method private isSamePackage(className String) : boolean extracted from private getIllegalInstantiation(className String) : String in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalInstantiationCheck | From | To |