528dec54583090b2c716e882f1718c381a215c3d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 2 | ||
Extract Method public scrollIntoView(node Node, isFocusRequired boolean) : void extracted from public scrollIntoView(node Node) : void in class org.eclipse.che.ide.ui.smartTree.Tree | From | To | |
Extract Method public reveal(path Path, select boolean, isFocusRequired boolean) : Promise<Node> extracted from public reveal(path Path, select boolean) : Promise<Node> in class org.eclipse.che.ide.part.explorer.project.TreeResourceRevealer | From | To | |
Rename Parameter | 1 | ||
Rename Parameter select : boolean to isFocusRequired : boolean in method public reveal(path Path, select boolean, isFocusRequired boolean) : Promise<Node> in class org.eclipse.che.ide.part.explorer.project.TreeResourceRevealer | From | To |