1edc81225c9d700685f5ed980a55b5a23d914d9e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Variable Type | 1 | ||
| Change Variable Type arrayDecl : DetailAST to arrayDecl : Optional<DetailAST> in method private checkParams(method DetailAST) : boolean in class com.puppycrawl.tools.checkstyle.checks.UncommentedMainCheck | From | To | |
| Inline Variable | 1 | ||
| Inline Variable arrayType : DetailAST in method private checkParams(method DetailAST) : boolean from class com.puppycrawl.tools.checkstyle.checks.UncommentedMainCheck | From | To | |
| Extract Method | 1 | ||
| Extract Method private isStringType(typeAst DetailAST) : boolean extracted from private checkParams(method DetailAST) : boolean in class com.puppycrawl.tools.checkstyle.checks.UncommentedMainCheck | From | To |