cc7aeaec906dc3c864477e3050510009b2a946ee
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method private isStaticOrOnstanceField(ast DetailAST, name String) : boolean renamed to private isStaticOrInstanceField(ast DetailAST, name String) : boolean in class com.puppycrawl.tools.checkstyle.checks.coding.HiddenFieldCheck | From | To | |
Rename Method private postprocessLiteralNew(newTokenAst DetailAST) : void renamed to private postProcessLiteralNew(newTokenAst DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalInstantiationCheck | From | To | |
Rename Variable | 2 | ||
Rename Variable linepart : String to linePart : String in method private hasFallTruComment(currentCase DetailAST, nextCase DetailAST) : boolean in class com.puppycrawl.tools.checkstyle.checks.coding.FallThroughCheck | From | To | |
Rename Variable paradef : DetailAST to parameterDef : DetailAST in method public visitToken(detailAST DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalCatchCheck | From | To | |
Rename Parameter | 1 | ||
Rename Parameter paradef : DetailAST to parameterDef : DetailAST in method private visitParameterDef(parameterDef DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.coding.IllegalTypeCheck | From | To |