|
Change Parameter Type activeEditor : TextEditorPresenter to activeEditor : TextEditor in method public show(activeEditor TextEditor) : void in class org.eclipse.che.ide.ext.java.client.navigation.paraminfo.ParametersHintsPresenter |
From |
To |
|
Change Parameter Type callback : InitializerCallback to callback : AsyncCallback<Void> in method private endConfiguration(callback AsyncCallback<Void>) : void in class org.eclipse.che.ide.editor.orion.client.OrionEditorExtension |
From |
To |
|
Change Parameter Type editor : TextEditorPresenter<?> to editor : OrionEditorPresenter in method public PomEditorConfiguration(docPositionMapProvider Provider<DocumentPositionMap>, javaAnnotationModelFactory JavaAnnotationModelFactory, reconcilingStrategyFactory PomReconcilingStrategyFactory, editor OrionEditorPresenter) in class org.eclipse.che.plugin.maven.client.editor.PomEditorConfiguration |
From |
To |
|
Change Parameter Type callback : InitializerCallback to callback : AsyncCallback<Void> in method private requireOrion(callback AsyncCallback<Void>) : void in class org.eclipse.che.ide.editor.orion.client.OrionEditorExtension |
From |
To |
|
Change Parameter Type editorModule : OrionEditorModule to editorModule : EditorInitializePromiseHolder in method public OrionContentTypeRegistrant(fileTypeIdentifier MultipleMethodFileIdentifier, codeEditWidgetProvider Provider<OrionCodeEditWidgetOverlay>, editorModule EditorInitializePromiseHolder) in class org.eclipse.che.ide.editor.orion.client.OrionContentTypeRegistrant |
From |
To |
|
Change Parameter Type callback : InitializerCallback to callback : AsyncCallback<Void> in method private initializationFailed(callback AsyncCallback<Void>, errorMessage String, e Throwable) : void in class org.eclipse.che.ide.editor.orion.client.OrionEditorExtension |
From |
To |
|
Change Parameter Type editorPartPresenter : TextEditorPresenter to editorPartPresenter : TextEditor in method private openOneImplementation(implementationsDescriptor ImplementationsDescriptorDTO, implementationWidget NoImplementationWidget, editorPartPresenter TextEditor) : void in class org.eclipse.che.ide.ext.java.client.navigation.openimplementation.OpenImplementationPresenter |
From |
To |
|
Change Parameter Type activeEditor : TextEditorPresenter to activeEditor : TextEditor in method private isCursorInRightPlace(activeEditor TextEditor, offset int) : boolean in class org.eclipse.che.ide.ext.java.client.navigation.paraminfo.ParametersHintsPresenter |
From |
To |
|
Change Parameter Type editor : TextEditorPresenter<?> to editor : TextEditor in method private reParseEditor(editor TextEditor) : void in class org.eclipse.che.ide.ext.java.client.editor.FileWatcher |
From |
To |
|
Change Parameter Type orionTextEditorFactory : OrionTextEditorFactory to orionTextEditorFactory : Provider<OrionEditorPresenter> in method public RecipeEditorPanel(recipeFileFactory RecipeFileFactory, fileTypeRegistry FileTypeRegistry, orionTextEditorFactory Provider<OrionEditorPresenter>, view RecipeEditorView, recipeDescriptor RecipeDescriptor) in class org.eclipse.che.ide.extension.machine.client.perspective.widgets.recipe.editor.RecipeEditorPanel |
From |
To |
|
Change Parameter Type editorPartPresenter : TextEditorPresenter to editorPartPresenter : TextEditor in method private showNoImplementations(noImplementationWidget NoImplementationWidget, editorPartPresenter TextEditor) : void in class org.eclipse.che.ide.ext.java.client.navigation.openimplementation.OpenImplementationPresenter |
From |
To |
|
Change Parameter Type orionTextEditorFactory : OrionTextEditorFactory to orionTextEditorProvider : Provider<OrionEditorPresenter> in method public OrionEditorBuilder(orionTextEditorProvider Provider<OrionEditorPresenter>) in class org.eclipse.che.ide.editor.orion.client.OrionEditorBuilder |
From |
To |
|
Change Parameter Type editorModule : EditorModule<T> to editorModule : EditorModule in method public TextEditorPresenter(codeAssistantFactory CodeAssistantFactory, breakpointManager BreakpointManager, breakpointRendererFactory BreakpointRendererFactory, dialogFactory DialogFactory, documentStorage DocumentStorage, constant EditorLocalizationConstants, editorWidgetFactory EditorWidgetFactory<T>, editorModule EditorModule, editorView TextEditorPartView, eventBus EventBus, fileTypeIdentifier FileTypeIdentifier, quickAssistantFactory QuickAssistantFactory, workspaceAgent WorkspaceAgent, notificationManager NotificationManager, appContext AppContext) in class org.eclipse.che.ide.api.editor.texteditor.TextEditorPresenter |
From |
To |
|
Change Parameter Type activeEditor : TextEditorPresenter to activeEditor : TextEditor in method private getLineStartOffset(activeEditor TextEditor, offset int) : int in class org.eclipse.che.ide.ext.java.client.navigation.paraminfo.ParametersHintsPresenter |
From |
To |
|
Change Parameter Type editor : TextEditorPresenter<?> to editor : TextEditor in method public JavaReconcilerStrategy(editor TextEditor, codeAssistProcessor JavaCodeAssistProcessor, annotationModel AnnotationModel, client JavaReconcileClient, highlighter SemanticHighlightRenderer, resolvingProjectStateHolderRegistry ResolvingProjectStateHolderRegistry, localizationConstant JavaLocalizationConstant) in class org.eclipse.che.ide.ext.java.client.editor.JavaReconcilerStrategy |
From |
To |
|
Change Parameter Type editor : TextEditorPresenter<?> to editor : TextEditor in method public JsJavaEditorConfiguration(editor TextEditor, codeAssistProcessorFactory JavaCodeAssistProcessorFactory, quickAssistProcessorFactory JavaQuickAssistProcessorFactory, reconcilerFactory ReconcilerFactory, partitionerFactory JavaPartitionerFactory, strategyFactory JavaReconcilerStrategyFactory, docPositionMapProvider Provider<DocumentPositionMap>, javaAnnotationModelFactory JavaAnnotationModelFactory, contentFormatter ContentFormatter) in class org.eclipse.che.ide.ext.java.client.editor.JsJavaEditorConfiguration |
From |
To |
|
Change Parameter Type editor : TextEditorPresenter<?> to editor : EditorWithErrors in method public PomReconcilingStrategy(annotationModel AnnotationModel, editor EditorWithErrors, client MavenServerServiceClient) in class org.eclipse.che.plugin.maven.client.editor.PomReconcilingStrategy |
From |
To |
|
Change Parameter Type callback : InitializerCallback to callback : AsyncCallback<Void> in method private injectOrion(callback AsyncCallback<Void>) : void in class org.eclipse.che.ide.editor.orion.client.OrionEditorExtension |
From |
To |
|
Change Variable Type editor : TextEditorPresenter to editor : TextEditor in method public openDeclaration() : void in class org.eclipse.che.ide.ext.java.client.editor.OpenDeclarationFinder |
From |
To |
|
Change Variable Type reconciler : Reconciler to editorInit : TextEditorInit<T> in method public close(save boolean) : void in class org.eclipse.che.ide.api.editor.texteditor.TextEditorPresenter |
From |
To |
|
Change Variable Type presenter : TextEditorPresenter to presenter : TextEditor in method public respond(annotations Map<Annotation,Position>) : void in class org.eclipse.che.ide.ext.java.client.editor.JavaQuickAssistProcessor.computeQuickAssistProposals.queryCallback |
From |
To |
|
Change Variable Type presenter : TextEditorPresenter to presenter : TextEditor in method public onEditorOpened(event EditorOpenedEvent) : void in class org.eclipse.che.plugin.maven.client.editor.ClassFileSourcesDownloader |
From |
To |
|
Change Variable Type editor : TextEditorPresenter<?> to editor : TextEditor in method private reparseAllOpenedFiles() : void in class org.eclipse.che.ide.ext.java.client.editor.FileWatcher |
From |
To |
|
Change Variable Type editor : TextEditorPresenter<OrionEditorWidget> to editor : OrionEditorPresenter in method private getEditor() : TextEditor in class org.eclipse.che.ide.extension.machine.client.perspective.widgets.recipe.editor.RecipeEditorPanel |
From |
To |
|
Change Variable Type editor : TextEditorPresenter to editor : TextEditor in method public showDocumentation() : void in class org.eclipse.che.ide.ext.java.client.documentation.QuickDocPresenter |
From |
To |
|
Change Variable Type editor : TextEditorPresenter to editor : TextEditor in method public execute() : void in class org.eclipse.che.ide.ext.java.client.navigation.openimplementation.OpenImplementationPresenter.setCursor.scheduleDeferred |
From |
To |
|
Change Variable Type editor : TextEditorPresenter<?> to editor : OrionEditorPresenter in method public getEditor() : TextEditor in class org.eclipse.che.ide.ext.java.client.editor.JsJavaEditorProvider |
From |
To |
|
Change Attribute Type orionTextEditorFactory : OrionTextEditorFactory to orionTextEditorFactory : Provider<OrionEditorPresenter> in class org.eclipse.che.ide.extension.machine.client.perspective.widgets.recipe.editor.RecipeEditorPanelTest |
From |
To |
|
Change Attribute Type editor : TextEditorPresenter<?> to editor : TextEditor in class org.eclipse.che.ide.ext.java.client.editor.JavaReconcilerStrategy |
From |
To |
|
Change Attribute Type editorModule : EditorModule<EditorWidget> to editorModule : EditorModule in class org.eclipse.che.ide.api.editor.texteditor.TextEditorPresenterTest |
From |
To |
|
Change Attribute Type activeEditor : TextEditorPresenter to activeEditor : TextEditor in class org.eclipse.che.ide.ext.java.client.navigation.openimplementation.OpenImplementationPresenter |
From |
To |
|
Change Attribute Type editorModule : OrionEditorModule to editorModule : EditorInitializePromiseHolder in class org.eclipse.che.ide.editor.orion.client.OrionContentTypeRegistrant |
From |
To |
|
Change Attribute Type editorModule : EditorModule<T> to editorModule : EditorModule in class org.eclipse.che.ide.api.editor.texteditor.TextEditorPresenter |
From |
To |
|
Change Attribute Type orionTextEditorFactory : OrionTextEditorFactory to orionTextEditorFactory : Provider<OrionEditorPresenter> in class org.eclipse.che.ide.extension.machine.client.perspective.widgets.recipe.editor.RecipeEditorPanel |
From |
To |
|
Change Attribute Type editor : TextEditorPresenter<?> to editor : EditorWithErrors in class org.eclipse.che.plugin.maven.client.editor.PomReconcilingStrategy |
From |
To |
|
Change Attribute Type editor2reconcile : Set<TextEditorPresenter> to editor2reconcile : Set<EditorPartPresenter> in class org.eclipse.che.ide.ext.java.client.editor.FileWatcher |
From |
To |
|
Change Attribute Type orionTextEditorFactory : OrionTextEditorFactory to orionTextEditorProvider : Provider<OrionEditorPresenter> in class org.eclipse.che.ide.editor.orion.client.OrionEditorBuilder |
From |
To |
|
Change Attribute Type activeEditor : TextEditorPresenter to activeEditor : TextEditor in class org.eclipse.che.ide.ext.java.client.navigation.filestructure.FileStructurePresenter |
From |
To |
|
Change Attribute Type editor : TextEditorPresenter<OrionEditorWidget> to editor : OrionEditorPresenter in class org.eclipse.che.ide.extension.machine.client.perspective.widgets.recipe.editor.RecipeEditorPanelTest |
From |
To |