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 225199 - 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-01-22 17:59 UTC by phpguru
Modified: 2013-01-23 13:49 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 197868


Attachments
stacktrace (3.12 KB, text/plain)
2013-01-22 17:59 UTC, phpguru
Details

Note You need to log in before you can comment on or make changes to this bug.
Description phpguru 2013-01-22 17:59:18 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

User Comments:
phpguru: I typed public function __call and let the IDE code complete the magic method.




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 phpguru 2013-01-22 17:59:20 UTC
Created attachment 130498 [details]
stacktrace
Comment 2 Milutin Kristofic 2013-01-23 13:49:55 UTC

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