99f8726600ebd9f73b86eacf5e44d0335266d8fc
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable targetAST : DetailAST to result : DetailAST in method private getAcceptableParent(child DetailAST) : DetailAST in class com.puppycrawl.tools.checkstyle.checks.SuppressWarningsHolder | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable i : int to ampPosition : int in method private encodeAmpersend(value String, ampPosition int) : String in class com.puppycrawl.tools.checkstyle.XMLLogger | From | To | |
Extract Variable | 1 | ||
Extract Variable parent : DetailAST in method private getAcceptableParent(child DetailAST) : DetailAST from class com.puppycrawl.tools.checkstyle.checks.SuppressWarningsHolder | From | To | |
Extract Method | 3 | ||
Extract Method private findAllExpressionsInChildren(parent DetailAST) : List<String> extracted from private getAnnotationValues(ast DetailAST) : List<String> in class com.puppycrawl.tools.checkstyle.checks.SuppressWarningsHolder | From | To | |
Extract Method private getAcceptableParent(child DetailAST) : DetailAST extracted from private getAnnotationTarget(ast DetailAST) : DetailAST in class com.puppycrawl.tools.checkstyle.checks.SuppressWarningsHolder | From | To | |
Extract Method private encodeAmpersend(value String, ampPosition int) : String extracted from public encode(value String) : String in class com.puppycrawl.tools.checkstyle.XMLLogger | From | To | |
Rename Parameter | 1 | ||
Rename Parameter ast : DetailAST to parent : DetailAST in method private findAllExpressionsInChildren(parent DetailAST) : List<String> in class com.puppycrawl.tools.checkstyle.checks.SuppressWarningsHolder | From | To |