refactored boot java handlers to be more dynamic and structured around spring types

This commit is contained in:
Martin Lippert
2017-08-28 14:51:44 +02:00
parent 698cc8ef97
commit 51ad3f58fd
16 changed files with 333 additions and 115 deletions

View File

@@ -14,7 +14,7 @@ import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNull;
import org.junit.Test;
import org.springframework.ide.vscode.boot.java.hover.ValueHoverProvider;
import org.springframework.ide.vscode.boot.java.value.ValueHoverProvider;
/**
* @author Martin Lippert

View File

@@ -21,7 +21,7 @@ import java.util.concurrent.CompletableFuture;
import org.eclipse.lsp4j.Location;
import org.junit.Test;
import org.springframework.ide.vscode.boot.java.references.ValuePropertyReferencesProvider;
import org.springframework.ide.vscode.boot.java.handlers.ValuePropertyReferencesProvider;
import org.springframework.ide.vscode.project.harness.ProjectsHarness;
/**