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 205465 - 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: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-23 11:06 UTC by vinaykrsharma1986
Modified: 2011-11-24 10:45 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 178200


Attachments
stacktrace (1.54 KB, text/plain)
2011-11-23 11:06 UTC, vinaykrsharma1986
Details

Note You need to log in before you can comment on or make changes to this bug.
Description vinaykrsharma1986 2011-11-23 11:06:54 UTC
This bug was originally marked as duplicate of bug 197717, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.0.1 (Build 201107282000)
VM: OpenJDK 64-Bit Server VM, 20.0-b11, OpenJDK Runtime Environment, 1.6.0_23-b23
OS: Linux

User Comments:
jocke: ...




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:685)
Comment 1 vinaykrsharma1986 2011-11-23 11:06:57 UTC
Created attachment 113455 [details]
stacktrace
Comment 2 Milutin Kristofic 2011-11-24 10:45:59 UTC
Reports are only from 7.0.1

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