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 271855 - IllegalStateException: Annotation not added: org-netbeans-spi-editor-hints-parser_annotation_err_fixableUnable to resolve identifier data_on. error: ?data_on? was not declared in this scope ---- (Al
Summary: IllegalStateException: Annotation not added: org-netbeans-spi-editor-hints-pa...
Status: NEW
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-11-28 07:12 UTC by Exceptions Reporter
Modified: 2017-11-28 07:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 231032


Attachments
stacktrace (1.08 KB, text/plain)
2017-11-28 07:12 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2017-11-28 07:12:08 UTC
This bug was originally marked as duplicate of bug 235211, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) Client VM, 25.151-b12, Java(TM) SE Runtime Environment, 1.8.0_151-b12
OS: Linux

User Comments:
GUEST: frequent ide stops without any warnings while editing c++ source




Stacktrace: 
java.lang.IllegalStateException: Annotation not added: org-netbeans-spi-editor-hints-parser_annotation_err_fixableUnable to resolve identifier data_on.

 error: ?data_on? was not declared in this scope
----
(Alt-Enter shows hints)
   at org.netbeans.modules.editor.NbEditorDocument.removeAnnotation(NbEditorDocument.java:264)
   at org.openide.text.NbDocument.removeAnnotation(NbDocument.java:533)
   at org.netbeans.modules.editor.hints.ParseErrorAnnotation.detachAnnotation(ParseErrorAnnotation.java:185)
   at org.netbeans.modules.editor.hints.AnnotationHolder.attachDetach(AnnotationHolder.java:342)
   at org.netbeans.modules.editor.hints.AnnotationHolder.access$400(AnnotationHolder.java:125)
   at org.netbeans.modules.editor.hints.AnnotationHolder$3.run(AnnotationHolder.java:361)
Comment 1 Exceptions Reporter 2017-11-28 07:12:24 UTC
Created attachment 165506 [details]
stacktrace