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
I originally encountered this with Quarkus and CDI BCE extensions observing Object type, not sure how common it would be otherwise.
The code in AnnotationOverlayImpl#annotation attempts to search for inherited annotations in super classes of given Declaration even if it is already Object type. This can lead to unexpected calls to IndexView#getClassByName() with null as parameter.