f804efa4a1218632de5d25a373e1837ab98e2578
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute root : DetailAST to rootAst : DetailAST in method private getMatchingAstElements() : List<DetailAST> in class com.puppycrawl.tools.checkstyle.xpath.XpathQueryGenerator | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable curNode : DetailAST to ast : DetailAST in method private isMatchingByLineAndColumnAndNotIdent(ast DetailAST) : boolean in class com.puppycrawl.tools.checkstyle.xpath.XpathQueryGenerator | From | To | |
Extract Method | 1 | ||
Extract Method private isMatchingByLineAndColumnAndNotIdent(ast DetailAST) : boolean extracted from private getMatchingAstElements(root DetailAST, lineNumber int, columnNumber int) : List<DetailAST> in class com.puppycrawl.tools.checkstyle.xpath.XpathQueryGenerator | From | To |