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 - 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
Summary: IllegalStateException: Annotation not added: org-netbeans-spi-editor-hints-pa...
Status: RESOLVED DUPLICATE of bug 207563
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-14 08:50 UTC by Exceptions Reporter
Modified: 2013-02-14 11:10 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 198594


Attachments
stacktrace (4.29 KB, text/plain)
2013-02-14 08:50 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***