ed2433e415bd4a47cbfcc2b774ebf73a6f030000
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 143
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Push Down Method | 7 | ||
Push Down Method public toString() : String from class org.eclipse.che.ide.api.action.Action to public toString() : String from class org.eclipse.che.ide.api.action.BaseAction | From | To | |
Push Down Method public Action(text String, description String) from class org.eclipse.che.ide.api.action.Action to public BaseAction(text String, description String) from class org.eclipse.che.ide.api.action.BaseAction | From | To | |
Push Down Method public Action() from class org.eclipse.che.ide.api.action.Action to public BaseAction() from class org.eclipse.che.ide.api.action.BaseAction | From | To | |
Push Down Method public Action(text String, description String, imageResource ImageResource, svgResource SVGResource) from class org.eclipse.che.ide.api.action.Action to public BaseAction(text String, description String, svgResource SVGResource, htmlResource String) from class org.eclipse.che.ide.api.action.BaseAction | From | To | |
Push Down Method public Action(text String) from class org.eclipse.che.ide.api.action.Action to public BaseAction(text String) from class org.eclipse.che.ide.api.action.BaseAction | From | To | |
Push Down Method public getTemplatePresentation() : Presentation from class org.eclipse.che.ide.api.action.Action to public getTemplatePresentation() : Presentation from class org.eclipse.che.ide.api.action.BaseAction | From | To | |
Push Down Method public Action(text String, description String, imageResource ImageResource, svgResource SVGResource, htmlResource String) from class org.eclipse.che.ide.api.action.Action to public BaseAction(text String, description String, svgResource SVGResource, htmlResource String) from class org.eclipse.che.ide.api.action.BaseAction | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type perspectiveManager : PerspectiveManager to parameters : Map<String,String> in method public AppCloseActionEvent(presentation Presentation, actionManager ActionManager, parameters Map<String,String>) in class org.eclipse.che.ide.api.action.AppCloseActionEvent | From | To | |
Change Parameter Type icon : Object to icon : SVGResource in method public GitAction(title String, description String, icon SVGResource, appContext AppContext) in class org.eclipse.che.ide.ext.git.client.action.GitAction | From | To | |
Rename Variable | 1 | ||
Rename Variable oldHTMLRersource : String to oldHTMLResource : String in method public setHTMLResource(htmlResource String) : void in class org.eclipse.che.ide.api.action.Presentation | From | To | |
Change Return Type | 1 | ||
Change Return Type Action to BaseAction in method public createAction(configuration DebugConfiguration) : BaseAction in class org.eclipse.che.plugin.debugger.ide.configuration.DebugConfigurationActionFactory | From | To | |
Push Down Attribute | 1 | ||
Push Down Attribute private presentation : Presentation from class org.eclipse.che.ide.api.action.Action to private presentation : Presentation from class org.eclipse.che.ide.api.action.BaseAction | From | To | |
Extract Superclass | 1 | ||
Extract Superclass org.eclipse.che.ide.api.action.BaseAction from classes [org.eclipse.che.ide.api.action.AbstractPerspectiveAction, org.eclipse.che.ide.api.action.ActionGroup, org.eclipse.che.ide.api.action.ProjectAction, org.eclipse.che.ide.api.action.Separator, org.eclipse.che.ide.api.action.ToggleAction, org.eclipse.che.ide.actions.CollapseAllAction, org.eclipse.che.ide.actions.ExpandEditorAction, org.eclipse.che.ide.actions.OpenFileAction, org.eclipse.che.ide.actions.RunCommandAction, org.eclipse.che.ide.actions.ShowReferenceAction, org.eclipse.che.ide.actions.common.CollapseTreeAction, org.eclipse.che.ide.actions.common.ExpandTreeAction, org.eclipse.che.ide.actions.common.HidePartAction, org.eclipse.che.ide.actions.common.MaximizePartAction, org.eclipse.che.ide.actions.common.RestorePartAction, org.eclipse.che.ide.command.execute.ExecuteCommandAction, org.eclipse.che.ide.command.palette.ShowCommandsPaletteAction, org.eclipse.che.ide.command.producer.CommandProducerAction, org.eclipse.che.ide.command.toolbar.commands.button.ExecuteCommandButton.ExecuteDefaultCommandAction, org.eclipse.che.ide.factory.json.ImportFromConfigAction, org.eclipse.che.ide.factory.welcome.OpenWelcomePageAction, org.eclipse.che.ide.processes.actions.AddTabMenu.NewTerminalMenuAction, org.eclipse.che.ide.processes.actions.AddTabMenu.AddSSHMenuAction, org.eclipse.che.ide.processes.actions.AddTabMenu.ShowServersAction, org.eclipse.che.ide.ui.multisplitpanel.actions.ClosePaneAction, org.eclipse.che.ide.ui.multisplitpanel.actions.RemoveAllWidgetsInPaneAction, org.eclipse.che.ide.ui.multisplitpanel.actions.SplitHorizontallyAction, org.eclipse.che.ide.ui.multisplitpanel.actions.SplitVerticallyAction, org.eclipse.che.ide.ext.dashboard.client.RedirectToDashboardAction, org.eclipse.che.plugin.debugger.ide.actions.ShowHideDebuggerPanelAction, org.eclipse.che.ide.ext.git.client.action.NextDiffAction, org.eclipse.che.ide.ext.git.client.action.PreviousDiffAction, org.eclipse.che.ide.ext.help.client.RedirectToSupportAction, org.eclipse.che.ide.ext.help.client.about.ShowAboutAction, org.eclipse.che.ide.ext.java.client.refactoring.move.CutJavaSourceAction, org.eclipse.che.plugin.languageserver.ide.editor.quickassist.ApplyTextEditAction, org.eclipse.che.plugin.languageserver.ide.editor.quickassist.ApplyWorkspaceEditAction, org.eclipse.che.plugin.maven.client.comunnication.progressor.background.DependencyResolverAction] | From | To | |
Rename Attribute | 1 | ||
Rename Attribute imageResource : ImageResource to imageElement : Element in class org.eclipse.che.ide.api.action.Presentation | From | To | |
Change Variable Type | 6 | ||
Change Variable Type action : Action to action : BaseAction in method private createActionsForProducer(producer CommandProducer) : void in class org.eclipse.che.ide.command.producer.CommandProducerActionManager | From | To | |
Change Variable Type image : SVGImage to image : ElementWidget in method private renderImage() : void in class org.eclipse.che.ide.ui.toolbar.ActionPopupButton | From | To | |
Change Variable Type action : Action to action : BaseAction in method public shouldNotAddSameActionTwice() : void in class org.eclipse.che.ide.api.action.DefaultActionGroupTest | From | To | |
Change Variable Type action : Action to action : BaseAction in method public initialize() : void in class org.eclipse.che.ide.core.StandardComponentInitializer | From | To | |
Change Variable Type actionIcon : SVGResource to actionIcon : Element in method public MenuItemActionWidget(action Action) in class org.eclipse.che.ide.ui.multisplitpanel.menu.MenuItemActionWidget | From | To | |
Change Variable Type image : SVGImage to image : ElementWidget in method private renderImage() : void in class org.eclipse.che.ide.ui.toolbar.ActionButton | From | To | |
Change Attribute Type | 11 | ||
Change Attribute Type sixthAction : Action to sixthAction : BaseAction in class org.eclipse.che.ide.api.action.DefaultActionGroupTest | From | To | |
Change Attribute Type runTestAction : Action to runTestAction : BaseAction in class org.eclipse.che.plugin.testing.testng.ide.TestNgTestAction | From | To | |
Change Attribute Type imageResource : ImageResource to imageElement : Element in class org.eclipse.che.ide.api.action.Presentation | From | To | |
Change Attribute Type fifthAction : Action to fifthAction : BaseAction in class org.eclipse.che.ide.api.action.DefaultActionGroupTest | From | To | |
Change Attribute Type appContext : AppContext to appContext : Provider<AppContext> in class org.eclipse.che.ide.api.action.AbstractPerspectiveAction | From | To | |
Change Attribute Type firstAction : Action to firstAction : BaseAction in class org.eclipse.che.ide.api.action.DefaultActionGroupTest | From | To | |
Change Attribute Type runScriptTestAction : Action to runScriptTestAction : BaseAction in class org.eclipse.che.plugin.testing.phpunit.ide.action.PHPUnitTestActionGroup | From | To | |
Change Attribute Type secondAction : Action to secondAction : BaseAction in class org.eclipse.che.ide.api.action.DefaultActionGroupTest | From | To | |
Change Attribute Type fourthAction : Action to fourthAction : BaseAction in class org.eclipse.che.ide.api.action.DefaultActionGroupTest | From | To | |
Change Attribute Type debugTestAction : Action to debugTestAction : BaseAction in class org.eclipse.che.plugin.testing.testng.ide.TestNgTestAction | From | To | |
Change Attribute Type thirdAction : Action to thirdAction : BaseAction in class org.eclipse.che.ide.api.action.DefaultActionGroupTest | From | To | |
Rename Parameter | 1 | ||
Rename Parameter perspectiveManager : PerspectiveManager to parameters : Map<String,String> in method public AppCloseActionEvent(presentation Presentation, actionManager ActionManager, parameters Map<String,String>) in class org.eclipse.che.ide.api.action.AppCloseActionEvent | From | To |