31f6765fdcf2233ca6c53730c2fc196576557f66
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 17
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 5 | ||
Rename Method public testAntoherInputFile() : void renamed to public testAnotherInputFile() : void in class com.puppycrawl.tools.checkstyle.checks.coding.SuperCloneCheckTest | From | To | |
Rename Method public testCustonestingDepth() : void renamed to public testCustomizedDepth() : void in class com.puppycrawl.tools.checkstyle.checks.coding.NestedIfDepthCheckTest | From | To | |
Rename Method public testCustonestingDepth() : void renamed to public testCustomizedDepth() : void in class com.puppycrawl.tools.checkstyle.checks.coding.NestedTryDepthCheckTest | From | To | |
Rename Method public testLambdexpression() : void renamed to public testLambdExpression() : void in class com.puppycrawl.tools.checkstyle.checks.coding.InnerAssignmentCheckTest | From | To | |
Rename Method public testwaiverParentToken() : void renamed to public testWaiverParentToken() : void in class com.puppycrawl.tools.checkstyle.checks.coding.MagicNumberCheckTest | From | To | |
Rename Variable | 5 | ||
Rename Variable priviousIndex : int to previousIndex : int in method private checkOverloadMethodsGrouping(objectBlock DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.coding.OverloadMethodsDeclarationOrderCheck | From | To | |
Rename Variable firstStmnt : AST to firstStatement : AST in method private canReturnOnlyBooleanLiteral(ast AST) : boolean in class com.puppycrawl.tools.checkstyle.checks.coding.SimplifyBooleanReturnCheck | From | To | |
Rename Variable annot : DetailAST to annotation : DetailAST in method private findLastAnnotation(modifiers DetailAST) : DetailAST in class com.puppycrawl.tools.checkstyle.checks.blocks.LeftCurlyCheck | From | To | |
Rename Variable iastrue : boolean to isTrue : boolean in method private isBooleanLiteralType(tokenType int) : boolean in class com.puppycrawl.tools.checkstyle.checks.coding.SimplifyBooleanReturnCheck | From | To | |
Rename Variable isVarInOperatorDeclr : boolean to isVarInOperatorDeclaration : boolean in method private isVariableInOperatorExpr(operator DetailAST, variable DetailAST) : boolean in class com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck | From | To | |
Rename Attribute | 2 | ||
Rename Attribute ALLOWED_ASSIGMENT_IN_COMPARISON_CONTEXT : int[][] to ALLOWED_ASSIGNMENT_IN_COMPARISON_CONTEXT : int[][] in class com.puppycrawl.tools.checkstyle.checks.coding.InnerAssignmentCheck | From | To | |
Rename Attribute ALLOWED_ASSIGMENT_CONTEXT : int[][] to ALLOWED_ASSIGNMENT_CONTEXT : int[][] in class com.puppycrawl.tools.checkstyle.checks.coding.InnerAssignmentCheck | From | To |