refactored the spring symbol indexing mechanics, extracted the overall mechanism from the java specific parts to open it up for other file types

This commit is contained in:
Martin Lippert
2019-01-15 09:19:11 +01:00
parent 5b2b5e89af
commit 9ab5cd6c8d
32 changed files with 1672 additions and 775 deletions

View File

@@ -78,13 +78,18 @@
<artifactId>commons-io</artifactId>
<version>${commons-io-version}</version>
</dependency>
<!-- <dependency>
<groupId>com.fasterxml</groupId>
<artifactId>aalto-xml</artifactId>
<version>1.1.1</version>
</dependency> -->
<!-- Test harness -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.ide.vscode</groupId>
<artifactId>language-server-test-harness</artifactId>