39dc621da5f2899120de8c8f6496e25442d62375
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private doLoad(parent Node) : boolean renamed to private _load(parent Node) : boolean in class org.eclipse.che.ide.ui.smartTree.NodeLoader | From | To | |
Rename Variable | 4 | ||
Rename Variable resources : Resource[] to resource : Resource in method public updateInPerspective(event ActionEvent) : void in class org.eclipse.che.plugin.maven.client.actions.GetEffectivePomAction | From | To | |
Rename Variable projectNode : Node to node : Node in method private onResourceRemoved(delta ResourceDelta) : void in class org.eclipse.che.ide.part.explorer.project.ProjectExplorerPresenter | From | To | |
Rename Variable resources : Resource[] to resource : Resource in method public updateInPerspective(e ActionEvent) : void in class org.eclipse.che.ide.ext.java.client.action.NewPackageAction | From | To | |
Rename Variable resources : Resource[] to resource : Resource in method public updateInPerspective(event ActionEvent) : void in class org.eclipse.che.ide.ext.java.client.action.ProjectClasspathAction | From | To | |
Change Variable Type | 3 | ||
Change Variable Type resources : Resource[] to resource : Resource in method public updateInPerspective(event ActionEvent) : void in class org.eclipse.che.plugin.maven.client.actions.GetEffectivePomAction | From | To | |
Change Variable Type resources : Resource[] to resource : Resource in method public updateInPerspective(e ActionEvent) : void in class org.eclipse.che.ide.ext.java.client.action.NewPackageAction | From | To | |
Change Variable Type resources : Resource[] to resource : Resource in method public updateInPerspective(event ActionEvent) : void in class org.eclipse.che.ide.ext.java.client.action.ProjectClasspathAction | From | To | |
Inline Variable | 1 | ||
Inline Variable inJavaProject : boolean in method public updateInPerspective(e ActionEvent) : void from class org.eclipse.che.ide.ext.java.client.action.NewPackageAction | From | To | |
Extract Method | 1 | ||
Extract Method public reveal(path Path, select boolean) : Promise<Node> extracted from public reveal(path Path) : Promise<Node> in class org.eclipse.che.ide.part.explorer.project.TreeResourceRevealer | From | To |