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 226103

Summary: IllegalStateException: Annotation not added: org-netbeans-spi-editor-hints-parser_annotation_hint_fixableThe HTML version of the code cannot be determined. You can set a default value for this project
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: 198594
Attachments: stacktrace

Description Exceptions Reporter 2013-02-14 08:50:26 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: Java HotSpot(TM) 64-Bit Server VM, 20.12-b01-434, Java(TM) SE Runtime Environment, 1.6.0_37-b06-434-11M3909
OS: Mac OS X

Stacktrace: 
java.lang.IllegalStateException: Annotation not added: org-netbeans-spi-editor-hints-parser_annotation_hint_fixableThe HTML version of the code cannot be determined. You can set a default value for this project.

HTML error checking for this file is disabled, you can enable it with this 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:754)
Comment 1 Exceptions Reporter 2013-02-14 08:50:27 UTC
Created attachment 131377 [details]
stacktrace
Comment 2 Milutin Kristofic 2013-02-14 11:10:17 UTC

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