Skip to content

Commit

Permalink
Use jdt.ls to support Move refactoring (#9953)
Browse files Browse the repository at this point in the history
Signed-off-by: Valeriy Svydenko <vsvydenk@redhat.com>
  • Loading branch information
Valeriy Svydenko authored and tsmaeder committed Oct 17, 2018
1 parent bb0eb84 commit afccbaf
Show file tree
Hide file tree
Showing 69 changed files with 357 additions and 4,957 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@
import org.eclipse.che.ide.ext.java.client.documentation.QuickDocumentation;
import org.eclipse.che.ide.ext.java.client.inject.factories.ProgressWidgetFactory;
import org.eclipse.che.ide.ext.java.client.inject.factories.PropertyWidgetFactory;
import org.eclipse.che.ide.ext.java.client.navigation.service.JavaNavigationService;
import org.eclipse.che.ide.ext.java.client.navigation.service.JavaNavigationServiceImpl;
import org.eclipse.che.ide.ext.java.client.newsourcefile.NewJavaSourceFileView;
import org.eclipse.che.ide.ext.java.client.newsourcefile.NewJavaSourceFileViewImpl;
import org.eclipse.che.ide.ext.java.client.progressor.ProgressView;
Expand Down Expand Up @@ -95,7 +93,6 @@ protected void configure() {

bind(NewJavaSourceFileView.class).to(NewJavaSourceFileViewImpl.class).in(Singleton.class);
bind(QuickDocumentation.class).to(QuickDocPresenter.class).in(Singleton.class);
bind(JavaNavigationService.class).to(JavaNavigationServiceImpl.class);

bind(PomDiagnosticsRequestor.class).asEagerSingleton();

Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit afccbaf

Please sign in to comment.