d3a87162452d3f790c1848418ed4388bd27a4aa1
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 1 | ||
| Rename Variable ast : DetailAST to result : Object in method private getChildAtDetailAst(parent DetailAST, index int) : Object in class com.puppycrawl.tools.checkstyle.gui.ParseTreeTablePModel | From | To | |
| Change Return Type | 1 | ||
| Change Return Type TreePath to void in method private makeCodeSelection() : void in class com.puppycrawl.tools.checkstyle.gui.JTreeTable | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type ast : DetailAST to result : Object in method private getChildAtDetailAst(parent DetailAST, index int) : Object in class com.puppycrawl.tools.checkstyle.gui.ParseTreeTablePModel | From | To | |
| Change Variable Type child : AST to child : DetailAST in method private getChildAtDetailAst(parent DetailAST, index int) : Object in class com.puppycrawl.tools.checkstyle.gui.ParseTreeTablePModel | From | To | |
| Inline Variable | 1 | ||
| Inline Variable ast : DetailAST in method public getValueAt(node Object, column int) : Object from class com.puppycrawl.tools.checkstyle.gui.ParseTreeTablePModel | From | To | |
| Extract Method | 2 | ||
| Extract Method private getValueAtDetailNode(node DetailNode, column int) : Object extracted from public getValueAt(node Object, column int) : Object in class com.puppycrawl.tools.checkstyle.gui.ParseTreeTablePModel | From | To | |
| Extract Method private getChildAtDetailAst(parent DetailAST, index int) : Object extracted from public getChild(parent Object, index int) : Object in class com.puppycrawl.tools.checkstyle.gui.ParseTreeTablePModel | From | To |