This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 196880 - IllegalStateException: Annotation not added: null
Summary: IllegalStateException: Annotation not added: null
Status: RESOLVED DUPLICATE of bug 197717
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: David Strupl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-19 20:45 UTC by michbarsinai
Modified: 2011-05-19 12:15 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 177719


Attachments
stacktrace (2.63 KB, text/plain)
2011-03-19 20:45 UTC, michbarsinai
Details

Note You need to log in before you can comment on or make changes to this bug.
Description michbarsinai 2011-03-19 20:45:25 UTC
Build: NetBeans Platform Dev (Build nbms-and-javadoc-6746-on-110227)
VM: Java HotSpot(TM) Client VM, 19.0-b09, Java(TM) SE Runtime Environment, 1.6.0_23-b05
OS: Linux

User Comments:
michbarsinai: Clicked a tab of a java editor




Stacktrace: 
java.lang.IllegalStateException: Annotation not added: null
   at org.netbeans.modules.editor.NbEditorDocument.removeAnnotation(NbEditorDocument.java:252)
   at org.openide.text.NbDocument.removeAnnotation(NbDocument.java:519)
   at org.netbeans.modules.editor.hints.ParseErrorAnnotation.detachAnnotation(ParseErrorAnnotation.java:156)
   at org.netbeans.modules.editor.hints.AnnotationHolder$NbDocumentAttacher.detachAnnotation(AnnotationHolder.java:247)
   at org.netbeans.modules.editor.hints.AnnotationHolder.detachAnnotation(AnnotationHolder.java:226)
   at org.netbeans.modules.editor.hints.AnnotationHolder.updateAnnotationOnLine(AnnotationHolder.java:691)
Comment 1 michbarsinai 2011-03-19 20:45:30 UTC
Created attachment 107124 [details]
stacktrace
Comment 2 Miloslav Metelka 2011-05-19 12:15:08 UTC

*** This bug has been marked as a duplicate of bug 197717 ***