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/utils/SpringIndexerJava.java
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -786,7 +786,9 @@ private WorkspaceSymbol provideDefaultSymbol(Annotation node, final SpringIndexe
786
786
ITypeBindingtype = node.resolveTypeBinding();
787
787
if (type != null) {
788
788
StringqualifiedName = type.getQualifiedName();
789
-
if (qualifiedName != null && qualifiedName.startsWith("org.springframework") || isJakartaAnnotationWithDefaultSymbol(qualifiedName)) {
Copy file name to clipboardExpand all lines: headless-services/spring-boot-language-server/src/test/java/org/springframework/ide/vscode/boot/java/utils/test/SpringIndexerTest.java
0 commit comments