3bb6fb8d12e10069392e9c4342fef1c363b3ebfb
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method private getFolders(allPaths List<String>, comparedPath String) : String renamed to private getTransitFolderName(allPaths List<String>, comparedPath String) : String in class org.eclipse.che.ide.ext.git.client.compare.changedList.ChangedListViewImpl | From | To | |
| Rename Method private getCommonPath(paths List<String>) : String renamed to private getCommonPaths(allPaths List<String>) : List<String> in class org.eclipse.che.ide.ext.git.client.compare.changedList.ChangedListViewImpl | From | To | |
| Rename Variable | 1 | ||
| Rename Variable commonPath : String to commonPaths : List<String> in method private getGroupedNodes(items Map<String,Status>) : List<Node> in class org.eclipse.che.ide.ext.git.client.compare.changedList.ChangedListViewImpl | From | To | |
| Change Return Type | 1 | ||
| Change Return Type String to List<String> in method private getCommonPaths(allPaths List<String>) : List<String> in class org.eclipse.che.ide.ext.git.client.compare.changedList.ChangedListViewImpl | From | To | |
| Parameterize Variable | 1 | ||
| Parameterize Variable currentPath : String to secondPath : String in method private getCommonPath(firstPath String, secondPath String) : String in class org.eclipse.che.ide.ext.git.client.compare.changedList.ChangedListViewImpl | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type commonPath : String to commonPaths : List<String> in method private getGroupedNodes(items Map<String,Status>) : List<Node> in class org.eclipse.che.ide.ext.git.client.compare.changedList.ChangedListViewImpl | From | To | |
| Extract Method | 1 | ||
| Extract Method private getCommonPath(firstPath String, secondPath String) : String extracted from private getCommonPath(paths List<String>) : String in class org.eclipse.che.ide.ext.git.client.compare.changedList.ChangedListViewImpl | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter paths : List<String> to allPaths : List<String> in method private getCommonPaths(allPaths List<String>) : List<String> in class org.eclipse.che.ide.ext.git.client.compare.changedList.ChangedListViewImpl | From | To |