java.lang.IllegalStateException: Annotation not added: CallSiteCall Stack Line at org.netbeans.modules.editor.NbEditorDocument.removeAnnotation(NbEditorDocument.java:257) at org.openide.text.NbDocument.removeAnnotation(NbDocument.java:533) at org.openide.text.DocumentLine$2.run(DocumentLine.java:378) at org.netbeans.editor.BaseDocument.render(BaseDocument.java:1390) at org.openide.text.DocumentLine.removeAnnotation(DocumentLine.java:373) at org.openide.text.Annotation.detach(Annotation.java:136) at org.netbeans.modules.debugger.jpda.projects.EditorContextImpl.removeAnnotation(EditorContextImpl.java:405) at org.netbeans.modules.debugger.jpda.projects.EditorContextImpl.removeAnnotation(EditorContextImpl.java:400) at org.netbeans.modules.debugger.jpda.ui.CurrentThreadAnnotationListener$AnnotateCallStackTask.run(CurrentThreadAnnotationListener.java:509) Caused: org.openide.util.RequestProcessor$SlowItem: task failed due to: java.lang.IllegalStateException: Annotation not added: CallSiteCall Stack Line at org.openide.util.RequestProcessor$Task.schedule(RequestProcessor.java:1473) at org.netbeans.modules.debugger.jpda.ui.CurrentThreadAnnotationListener.annotateCallStack(CurrentThreadAnnotationListener.java:428) at org.netbeans.modules.debugger.jpda.ui.CurrentThreadAnnotationListener.annotate(CurrentThreadAnnotationListener.java:303) at org.netbeans.modules.debugger.jpda.ui.CurrentThreadAnnotationListener.access$400(CurrentThreadAnnotationListener.java:77) at org.netbeans.modules.debugger.jpda.ui.CurrentThreadAnnotationListener$1.run(CurrentThreadAnnotationListener.java:247) at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1432) at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2042)