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 224900

Summary: IllegalStateException: Annotation not added: org-netbeans-spi-editor-hints-parser_annotation_hint_fixableIntroduce Hint ---- (Alt-Enter shows hints)
Product: editor Reporter: Exceptions Reporter <exceptions_reporter>
Component: -- Other --Assignee: Milutin Kristofic <mkristofic>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 197572
Attachments: stacktrace

Description Exceptions Reporter 2013-01-15 11:14:05 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.3 Beta 2 (Build 201211062253)
VM: OpenJDK 64-Bit Server VM, 20.0-b12, OpenJDK Runtime Environment, 1.6.0_24-b24
OS: Linux

Stacktrace: 
java.lang.IllegalStateException: Annotation not added: org-netbeans-spi-editor-hints-parser_annotation_hint_fixableIntroduce Hint
----
(Alt-Enter shows hints)
   at org.netbeans.modules.editor.NbEditorDocument.removeAnnotation(NbEditorDocument.java:256)
   at org.openide.text.NbDocument.removeAnnotation(NbDocument.java:533)
   at org.netbeans.modules.editor.hints.ParseErrorAnnotation.detachAnnotation(ParseErrorAnnotation.java:161)
   at org.netbeans.modules.editor.hints.AnnotationHolder$NbDocumentAttacher.detachAnnotation(AnnotationHolder.java:301)
   at org.netbeans.modules.editor.hints.AnnotationHolder.detachAnnotation(AnnotationHolder.java:280)
   at org.netbeans.modules.editor.hints.AnnotationHolder.updateAnnotationOnLine(AnnotationHolder.java:707)
Comment 1 Exceptions Reporter 2013-01-15 11:14:07 UTC
Created attachment 130228 [details]
stacktrace
Comment 2 Milutin Kristofic 2013-01-21 15:32:15 UTC

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