18271f63a63d933b919d8dc513b8762ff2b9e42d
Files Diff
- Added: 18
- Removed: 1
- Renamed: 0
- Modified: 82
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 9 | ||
Rename Method private updateMenuPosition(popupMenu PopupMenu, x int, y int) : void renamed to private setPosition(x int, y int) : void in class org.eclipse.che.ide.menu.ContextMenu | From | To | |
Rename Method public showPartMenu(mouseX int, mouseY int) : void renamed to public onPartStackMenu(mouseX int, mouseY int) : void in class org.eclipse.che.ide.part.PartStackPresenter | From | To | |
Rename Method public collapse() : void renamed to public hide() : void in class org.eclipse.che.ide.api.parts.PartStack | From | To | |
Rename Method public collapse() : void renamed to public show() : void in class org.eclipse.che.ide.part.editor.multipart.EditorMultiPartStackPresenter | From | To | |
Rename Method public partShouldBeCollapsed() : void renamed to public partShouldBeMinimized() : void in class org.eclipse.che.ide.part.perspectives.general.AbstractPerspectiveTest | From | To | |
Rename Method public actionPerformed(e ActionEvent) : void renamed to public setSelected(e ActionEvent, state boolean) : void in class org.eclipse.che.ide.actions.LinkWithEditorAction | From | To | |
Rename Method public collapse() : void renamed to public show() : void in class org.eclipse.che.ide.api.parts.PartStack | From | To | |
Rename Method public collapse() : void renamed to public hide() : void in class org.eclipse.che.ide.part.PartStackPresenter | From | To | |
Rename Method public tabShouldBeSelectedWhenContentExist() : void renamed to public tabShouldBeSelected() : void in class org.eclipse.che.ide.part.PartStackViewImplTest | From | To | |
Change Return Type | 1 | ||
Change Return Type void to boolean in method public goInto(node Node) : boolean in class org.eclipse.che.ide.part.explorer.project.ProjectExplorerPresenter | From | To | |
Rename Class | 1 | ||
Rename Class org.eclipse.che.ide.actions.common.MinimizePartAction renamed to org.eclipse.che.ide.actions.common.HidePartAction | From | To | |
Move And Rename Class | 1 | ||
Move And Rename Class org.eclipse.che.ide.api.parts.PartStackView.TabPosition moved and renamed to org.eclipse.che.ide.command.toolbar.selector.PanelSelectorView.State | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable value : boolean to state : boolean in method public setSelected(e ActionEvent, state boolean) : void in class org.eclipse.che.ide.actions.LinkWithEditorAction | From | To | |
Rename Attribute | 4 | ||
Rename Attribute tabPosition : TabPosition to localizationConstant : CoreLocalizationConstant in class org.eclipse.che.ide.part.PartStackViewImpl | From | To | |
Rename Attribute minimizePartAction : MinimizePartAction to hidePartAction : HidePartAction in class org.eclipse.che.ide.core.StandardComponentInitializer | From | To | |
Rename Attribute contentPanel : DeckLayoutPanel to partStackContent : DeckLayoutPanel in class org.eclipse.che.ide.part.PartStackViewImpl | From | To | |
Rename Attribute editorPartStackFactory : Provider<EditorPartStack> to editorPartStackProvider : Provider<EditorPartStack> in class org.eclipse.che.ide.part.editor.multipart.EditorMultiPartStackPresenterTest | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type tabPosition : TabPosition to localizationConstant : CoreLocalizationConstant in class org.eclipse.che.ide.part.PartStackViewImpl | From | To | |
Change Attribute Type minimizePartAction : MinimizePartAction to hidePartAction : HidePartAction in class org.eclipse.che.ide.core.StandardComponentInitializer | From | To |