Merge branch 'master' of github.com:spring-projects/sts4

This commit is contained in:
Kris De Volder
2018-04-30 11:24:26 -07:00
16 changed files with 446 additions and 621 deletions

View File

@@ -11,6 +11,7 @@
package org.springframework.ide.vscode.commons.java;
import java.io.File;
import java.net.URI;
import java.net.URL;
import java.util.List;
import java.util.Optional;
@@ -27,6 +28,7 @@ public interface IJavaProject extends IJavaElement {
IClasspath getClasspath();
ClasspathIndex getIndex();
URI getLocationUri();
@Override
default String getElementName() {