mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 13:02:30 +07:00
re-implement java global inspection graph using uast (add override)
This commit is contained in:
@@ -40,7 +40,7 @@ public class RefJavaUtilImpl extends RefJavaUtil {
|
||||
for (UElement element : findIn) {
|
||||
if (element == null) continue;
|
||||
element.accept(new AbstractUastVisitor() {
|
||||
|
||||
@Override
|
||||
public boolean visitAnnotation(@NotNull UAnnotation node) {
|
||||
PsiClass javaClass = node.resolve();
|
||||
if (javaClass != null) {
|
||||
|
||||
Reference in New Issue
Block a user