|
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 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 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 |