d35dc970390f16309861f1438038c08dc59ac290
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Parameterize Variable | 1 | ||
Parameterize Variable errs : int to errorCount : int in method private getActualViolations(errorCount int) : Map<String,List<String>> in class com.puppycrawl.tools.checkstyle.BaseCheckTestSupport | From | To | |
Extract Method | 2 | ||
Extract Method private getActualViolations(errorCount int) : Map<String,List<String>> extracted from protected verify(checker Checker, processedFiles File[], expectedViolations Map<String,List<String>>) : void in class com.puppycrawl.tools.checkstyle.BaseCheckTestSupport | From | To | |
Extract Method private isAstEqualsSafe(expected DetailAST, actual DetailAST) : boolean extracted from private isAstEquals(expected DetailAST, actual DetailAST) : boolean in class com.puppycrawl.tools.checkstyle.grammars.comments.CompareTreesWithComments | From | To | |
Extract And Move Method | 2 | ||
Extract And Move Method public setExpectedTree(expectedTree DetailAST) : void extracted from public testCompareExpectedTreeWithInput2() : void in class com.puppycrawl.tools.checkstyle.grammars.comments.CommentsTest & moved to class com.puppycrawl.tools.checkstyle.grammars.comments.CompareTreesWithComments | From | To | |
Extract And Move Method public setExpectedTree(expectedTree DetailAST) : void extracted from public testCompareExpectedTreeWithInput1() : void in class com.puppycrawl.tools.checkstyle.grammars.comments.CommentsTest & moved to class com.puppycrawl.tools.checkstyle.grammars.comments.CompareTreesWithComments | From | To |