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
After some investigation, it seems to be a bug of JDT. When removing the annotation@Test, IAnnotatable.getAnnotation("Test") would still exist while IAnnotatable.getAnnotations() is empty. will make a workaround for it first.
The code lenses for testing are not removed when the
@Test
annotation is removed from a test method.The text was updated successfully, but these errors were encountered: