You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: headless-services/spring-boot-language-server/src/main/java/org/springframework/ide/vscode/boot/java/data/DataRepositorySymbolProvider.java
Copy file name to clipboardExpand all lines: headless-services/spring-boot-language-server/src/main/java/org/springframework/ide/vscode/boot/java/utils/SpringIndexerJava.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,7 @@ public class SpringIndexerJava implements SpringIndexer {
92
92
93
93
// whenever the implementation of the indexer changes in a way that the stored data in the cache is no longer valid,
94
94
// we need to change the generation - this will result in a re-indexing due to no up-to-date cache data being found
Copy file name to clipboardExpand all lines: headless-services/spring-boot-language-server/src/test/java/org/springframework/ide/vscode/boot/java/data/test/DataRepositoryIndexElementsTest.java
Copy file name to clipboardExpand all lines: headless-services/spring-boot-language-server/src/test/java/org/springframework/ide/vscode/boot/java/data/test/DataRepositorySymbolProviderTest.java
0 commit comments