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
For some reason, in CodeLensHandle.resolve, IJavaElement element = JDTUtils.findElementAtSelection(unit, ((Double)position.get("line")).intValue(), ((Double)position.get("character")).intValue()) returns null. Which can be traced back to JDTUtils:
Have a class like
when a character is typed below the interface declaration, the implementor codelens shows
<<MISSING COMMAND>>
The text was updated successfully, but these errors were encountered: