d6f3a17328226debcddb53ed25c39501f2781764
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable r : AbstractImportRule to importRule : AbstractImportRule in method private localCheckAccess(inPkg String, forImport String) : AccessResult in class com.puppycrawl.tools.checkstyle.checks.imports.ImportControl | From | To | |
Extract Variable | 6 | ||
Extract Variable isIllegal : boolean in method private isIllegalImport(importText String) : boolean from class com.puppycrawl.tools.checkstyle.checks.imports.IllegalImportCheck | From | To | |
Extract Variable localCheckAccessResult : AccessResult in method private localCheckAccess(inPkg String, forImport String) : AccessResult from class com.puppycrawl.tools.checkstyle.checks.imports.ImportControl | From | To | |
Extract Variable ident : String in method private getFullImportIdent(token DetailAST) : String from class com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck | From | To | |
Extract Variable result : boolean in method protected mustCheckName(ast DetailAST) : boolean from class com.puppycrawl.tools.checkstyle.checks.naming.LocalVariableNameCheck | From | To | |
Extract Variable result : boolean in method private isExtendedClassNamedAsException(ast DetailAST) : boolean from class com.puppycrawl.tools.checkstyle.checks.design.MutableExceptionCheck | From | To | |
Extract Variable result : boolean in method private hasAnyImportInCurrentGroup(currentGroup String) : boolean from class com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck | From | To |