7883904ff88b70016de720aedc169433d6cb33ed
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 4 | ||
Change Parameter Type view : IsWidget to view : SubPanelView in method public splitHorizontally(view SubPanelView) : void in class org.eclipse.che.ide.ui.multisplitpanel.panel.SubPanelView | From | To | |
Change Parameter Type subPanelView : IsWidget to subPanelView : SubPanelView in method public splitHorizontally(subPanelView SubPanelView) : void in class org.eclipse.che.ide.ui.multisplitpanel.panel.SubPanelViewImpl | From | To | |
Change Parameter Type subPanelView : IsWidget to subPanelView : SubPanelView in method public splitVertically(subPanelView SubPanelView) : void in class org.eclipse.che.ide.ui.multisplitpanel.panel.SubPanelViewImpl | From | To | |
Change Parameter Type view : IsWidget to view : SubPanelView in method public splitVertically(view SubPanelView) : void in class org.eclipse.che.ide.ui.multisplitpanel.panel.SubPanelView | From | To | |
Change Return Type | 2 | ||
Change Return Type IsWidget to SubPanelView in method public getView() : SubPanelView in class org.eclipse.che.ide.ui.multisplitpanel.SubPanel | From | To | |
Change Return Type IsWidget to SubPanelView in method public getView() : SubPanelView in class org.eclipse.che.ide.ui.multisplitpanel.panel.SubPanelPresenter | From | To | |
Extract Method | 3 | ||
Extract Method private removeWidgetFromSplitPanel(widget Widget) : void extracted from public closePanel() : void in class org.eclipse.che.ide.ui.multisplitpanel.panel.SubPanelViewImpl | From | To | |
Extract Method private isInTheCenterOfTheParent() : boolean extracted from public closePanel() : void in class org.eclipse.che.ide.ui.multisplitpanel.panel.SubPanelViewImpl | From | To | |
Extract Method private removeWidgetFromSplitPanel(widget Widget) : void extracted from public removeChildSubPanel(widget Widget) : void in class org.eclipse.che.ide.ui.multisplitpanel.panel.SubPanelViewImpl | From | To |