c3674faad8a38656e910750fb22a7eef714fb8a7
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public testGetAcceptableTockens() : void renamed to public testGetAcceptableTokens() : void in class com.puppycrawl.tools.checkstyle.checks.ArrayTypeStyleCheckTest | From | To | |
Rename Method public testAllowEscapesForControlCharacterst() : void renamed to public testAllowEscapesForControlCharacterSet() : void in class com.puppycrawl.tools.checkstyle.checks.AvoidEscapedUnicodeCharactersCheckTest | From | To | |
Rename Method public testWithSumLessThenMinCustMsg() : void renamed to public testWithSumLessThenMinCustomMsg() : void in class com.puppycrawl.tools.checkstyle.checks.DescendantTokenCheckTest | From | To | |
Rename Variable | 3 | ||
Rename Variable declAST : DetailAST to parentAst : DetailAST in method public visitToken(ast DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.ArrayTypeStyleCheck | From | To | |
Rename Variable fname : String to name : String in method private getFileName() : String in class com.puppycrawl.tools.checkstyle.checks.OuterTypeFilenameCheck | From | To | |
Rename Variable unicodeValidMatchesCouter : int to unicodeValidMatchesCounter : int in method private isOnlyUnicodeValidChars(literal String, pattern Pattern) : boolean in class com.puppycrawl.tools.checkstyle.checks.AvoidEscapedUnicodeCharactersCheck | From | To |