|
Change Parameter Type previewUrl : PreviewUrl to previewUrlItem : PreviewUrlItem in method public removeUrl(previewUrlItem PreviewUrlItem) : void in class org.eclipse.che.ide.command.toolbar.previews.PreviewsViewImpl |
From |
To |
|
Change Parameter Type previewUrl : PreviewUrl to previewUrlItem : PreviewUrlItem in method public onUrlChosen(previewUrlItem PreviewUrlItem) : void in class org.eclipse.che.ide.command.toolbar.previews.PreviewsView.ActionDelegate |
From |
To |
|
Change Parameter Type previewUrl : PreviewUrl to previewUrlItem : PreviewUrlItem in method public addUrl(previewUrlItem PreviewUrlItem) : void in class org.eclipse.che.ide.command.toolbar.previews.PreviewsView |
From |
To |
|
Change Parameter Type buttonFactory : GoalButtonFactory to buttonFactory : ExecuteCommandButtonFactory in method public ExecuteCommandViewImpl(buttonFactory ExecuteCommandButtonFactory, runGoal RunGoal, debugGoal DebugGoal) in class org.eclipse.che.ide.command.toolbar.commands.ExecuteCommandViewImpl |
From |
To |
|
Change Parameter Type previewUrl : PreviewUrl to previewUrlItem : PreviewUrlItem in method public onUrlChosen(previewUrlItem PreviewUrlItem) : void in class org.eclipse.che.ide.command.toolbar.previews.PreviewsPresenter |
From |
To |
|
Change Parameter Type previewUrl : PreviewUrl to previewUrlItem : PreviewUrlItem in method public addUrl(previewUrlItem PreviewUrlItem) : void in class org.eclipse.che.ide.command.toolbar.previews.PreviewsViewImpl |
From |
To |
|
Change Parameter Type itemsProvider : ItemsProvider to itemsProvider : ExecuteCommandButtonItemsProvider in method package ExecuteCommandButton(goal CommandGoal, icon SafeHtml, itemsProvider ExecuteCommandButtonItemsProvider, messages ToolbarMessages, actionManager ActionManager, keyBindingAgent KeyBindingAgent, keyBinding CharCodeWithModifiers) in class org.eclipse.che.ide.command.toolbar.commands.button.ExecuteCommandButton |
From |
To |
|
Change Parameter Type previewUrl : PreviewUrl to previewUrlItem : PreviewUrlItem in method public removeUrl(previewUrlItem PreviewUrlItem) : void in class org.eclipse.che.ide.command.toolbar.previews.PreviewsView |
From |
To |
|
Change Parameter Type command : CommandImpl to event : CommandRemovedEvent in method public onCommandRemoved(event CommandRemovedEvent) : void in class org.eclipse.che.ide.command.editor.CommandEditor |
From |
To |
|
Change Parameter Type item : BaseListItem<PreviewUrl> to item : BaseListItem<PreviewUrlItem> in method package PreviewUrlItemRenderer(item BaseListItem<PreviewUrlItem>) in class org.eclipse.che.ide.command.toolbar.previews.PreviewUrlItemRenderer |
From |
To |
|
Change Variable Type commandType : CommandType to commandType : Optional<CommandType> in method private doCreateCommand(command CommandImpl) : Promise<CommandImpl> in class org.eclipse.che.ide.command.manager.CommandManagerImpl |
From |
To |
|
Change Variable Type commandType : CommandType to commandType : Optional<CommandType> in method public createCommand(goalId String, typeId String, name String, commandLine String, attributes Map<String,String>, context ApplicableContext) : Promise<CommandImpl> in class org.eclipse.che.ide.command.manager.CommandManagerImpl |
From |
To |
|
Change Variable Type itemsProvider : GoalButtonItemsProvider to itemsProvider : ExecuteCommandButtonItemsProvider in method public newButton(goal CommandGoal, delegate ActionDelegate, keyBinding CharCodeWithModifiers) : ExecuteCommandButton in class org.eclipse.che.ide.command.toolbar.commands.button.ExecuteCommandButtonFactory |
From |
To |
|
Change Variable Type listItem : BaseListItem<PreviewUrl> to listItem : BaseListItem<PreviewUrlItem> in method public addUrl(previewUrlItem PreviewUrlItem) : void in class org.eclipse.che.ide.command.toolbar.previews.PreviewsViewImpl |
From |
To |
|
Change Variable Type that : PreviewUrl to that : PreviewUrlItem in method public equals(o Object) : boolean in class org.eclipse.che.ide.command.toolbar.previews.PreviewUrlItem |
From |
To |
|
Change Variable Type listItem : BaseListItem<PreviewUrl> to listItem : BaseListItem<PreviewUrlItem> in method public removeUrl(previewUrlItem PreviewUrlItem) : void in class org.eclipse.che.ide.command.toolbar.previews.PreviewsViewImpl |
From |
To |
|
Change Variable Type entry : Entry<PreviewUrl,BaseListItem<PreviewUrl>> to entry : Entry<PreviewUrlItem,BaseListItem<PreviewUrlItem>> in method public PreviewsViewImpl() in class org.eclipse.che.ide.command.toolbar.previews.PreviewsViewImpl |
From |
To |
|
Change Variable Type button : GoalButton to button : ExecuteCommandButton in method public newButton(goal CommandGoal, delegate ActionDelegate, keyBinding CharCodeWithModifiers) : ExecuteCommandButton in class org.eclipse.che.ide.command.toolbar.commands.button.ExecuteCommandButtonFactory |
From |
To |
|
Change Variable Type commandType : CommandType to commandType : Optional<CommandType> in method public getCommandTypeIcon(typeId String) : SVGResource in class org.eclipse.che.ide.command.CommandUtils |
From |
To |
|
Change Return Type List<CommandType> to Set<CommandType> in method public getCommandTypes() : Set<CommandType> in class org.eclipse.che.ide.command.type.CommandTypeRegistryImpl |
From |
To |
|
Change Return Type List<CommandType> to Set<CommandType> in method public getCommandTypes() : Set<CommandType> in class org.eclipse.che.ide.api.command.CommandTypeRegistry |
From |
To |
|
Change Return Type CommandType to Optional<CommandType> in method public getCommandTypeById(id String) : Optional<CommandType> in class org.eclipse.che.ide.command.type.CommandTypeRegistryImpl |
From |
To |
|
Change Return Type GoalButtonItemsProvider to ExecuteCommandButtonItemsProvider in method public getItemsProvider() : ExecuteCommandButtonItemsProvider in class org.eclipse.che.ide.command.toolbar.commands.button.ExecuteCommandButton |
From |
To |
|
Change Return Type Promise<PreviewUrl> to Promise<PreviewUrlItem> in method private getPreviewUrl(pid int, machine Machine) : Promise<PreviewUrlItem> in class org.eclipse.che.ide.command.toolbar.previews.PreviewsPresenter |
From |
To |
|
Change Return Type CommandType to Optional<CommandType> in method public getCommandTypeById(id String) : Optional<CommandType> in class org.eclipse.che.ide.api.command.CommandTypeRegistry |
From |
To |
|
Change Return Type GoalButton to ExecuteCommandButton in method public newButton(goal CommandGoal, delegate ActionDelegate, keyBinding CharCodeWithModifiers) : ExecuteCommandButton in class org.eclipse.che.ide.command.toolbar.commands.button.ExecuteCommandButtonFactory |
From |
To |
|
Change Attribute Type buttonsCache : Map<CommandGoal,GoalButton> to goalButtons : Map<String,ExecuteCommandButton> in class org.eclipse.che.ide.command.toolbar.commands.ExecuteCommandViewImpl |
From |
To |
|
Change Attribute Type commands : List<CommandImpl> to commands : Set<CommandImpl> in class org.eclipse.che.ide.command.toolbar.commands.button.ExecuteCommandButtonItemsProvider |
From |
To |
|
Change Attribute Type buttonFactory : GoalButtonFactory to buttonFactory : ExecuteCommandButtonFactory in class org.eclipse.che.ide.command.toolbar.commands.ExecuteCommandViewImpl |
From |
To |
|
Change Attribute Type previewUrl : PreviewUrl to previewUrlItem : PreviewUrlItem in class org.eclipse.che.ide.command.toolbar.previews.PreviewUrlItemTest |
From |
To |
|
Change Attribute Type listItems : Map<PreviewUrl,BaseListItem<PreviewUrl>> to listItems : Map<PreviewUrlItem,BaseListItem<PreviewUrlItem>> in class org.eclipse.che.ide.command.toolbar.previews.PreviewsViewImpl |
From |
To |
|
Change Attribute Type item : BaseListItem<PreviewUrl> to item : BaseListItem<PreviewUrlItem> in class org.eclipse.che.ide.command.toolbar.previews.PreviewUrlItemRenderer |
From |
To |
|
Rename Parameter previewUrl : PreviewUrl to previewUrlItem : PreviewUrlItem in method public addUrl(previewUrlItem PreviewUrlItem) : void in class org.eclipse.che.ide.command.toolbar.previews.PreviewsViewImpl |
From |
To |
|
Rename Parameter command : CommandImpl to event : CommandRemovedEvent in method public onCommandRemoved(event CommandRemovedEvent) : void in class org.eclipse.che.ide.command.editor.CommandEditor |
From |
To |
|
Rename Parameter previewUrl : PreviewUrl to previewUrlItem : PreviewUrlItem in method public removeUrl(previewUrlItem PreviewUrlItem) : void in class org.eclipse.che.ide.command.toolbar.previews.PreviewsView |
From |
To |
|
Rename Parameter previewUrl : PreviewUrl to previewUrlItem : PreviewUrlItem in method public removeUrl(previewUrlItem PreviewUrlItem) : void in class org.eclipse.che.ide.command.toolbar.previews.PreviewsViewImpl |
From |
To |
|
Rename Parameter previewUrl : PreviewUrl to previewUrlItem : PreviewUrlItem in method public onUrlChosen(previewUrlItem PreviewUrlItem) : void in class org.eclipse.che.ide.command.toolbar.previews.PreviewsView.ActionDelegate |
From |
To |
|
Rename Parameter previewUrl : PreviewUrl to previewUrlItem : PreviewUrlItem in method public addUrl(previewUrlItem PreviewUrlItem) : void in class org.eclipse.che.ide.command.toolbar.previews.PreviewsView |
From |
To |
|
Rename Parameter previewUrl : PreviewUrl to previewUrlItem : PreviewUrlItem in method public onUrlChosen(previewUrlItem PreviewUrlItem) : void in class org.eclipse.che.ide.command.toolbar.previews.PreviewsPresenter |
From |
To |