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
🐛 Fixing annotation searching by getting the FQDN from the compliation. (#163)
* Fixing annotation searching by getting the FQDN from the compliation.
* Falls back to trying to use the code actions to get the FQDN
Signed-off-by: Shawn Hurley <[email protected]>
* Couple of fixes
Signed-off-by: Juan Manuel Leflet Estrada <[email protected]>
* Respect annotated feature
Signed-off-by: Juan Manuel Leflet Estrada <[email protected]>
---------
Signed-off-by: Shawn Hurley <[email protected]>
Signed-off-by: Juan Manuel Leflet Estrada <[email protected]>
Co-authored-by: Juan Manuel Leflet Estrada <[email protected]>
Copy file name to clipboardExpand all lines: java-analyzer-bundle.core/src/main/java/io/konveyor/tackle/core/internal/symbol/AnnotationSymbolProvider.java
if (matchesAnnotationQuery(match, ACCEPTED_CLASSES)) {
91
+
symbols.add(symbol);
92
+
}
93
+
returnsymbols;
94
+
}
95
+
}
96
+
97
+
logInfo("falling back to resolving via AST");
98
+
57
99
if (this.queryQualificationMatches(this.query.replaceAll("\\(([A-Za-z_][A-Za-z0-9_]*(\\|[A-Za-z_][A-Za-z0-9_]*)*)\\)", ".*"), annotationElement, unit, location)) {
0 commit comments