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 211256 - IllegalStateException: Annotation not added: org-netbeans-modules-editor-annotations-overrides?????????????? std::exception::what
Summary: IllegalStateException: Annotation not added: org-netbeans-modules-editor-anno...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
: 211094 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-04-16 14:06 UTC by y575
Modified: 2012-06-06 08:23 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 187050


Attachments
stacktrace (1.51 KB, text/plain)
2012-04-16 14:06 UTC, y575
Details

Note You need to log in before you can comment on or make changes to this bug.
Description y575 2012-04-16 14:06:04 UTC
This bug was originally marked as duplicate of bug 201100, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201204100400)
VM: OpenJDK 64-Bit Server VM, 20.0-b12, OpenJDK Runtime Environment, 1.6.0_24-b24
OS: Linux

User Comments:
GUEST: pasting data in to a C++ header from another class

y575: Just type in editor

GUEST: Changing the name of the class for the method after a copy and paste




Stacktrace: 
java.lang.IllegalStateException: Annotation not added: org-netbeans-modules-editor-annotations-overrides?????????????? std::exception::what
   at org.netbeans.modules.editor.NbEditorDocument.removeAnnotation(NbEditorDocument.java:256)
   at org.openide.text.NbDocument.removeAnnotation(NbDocument.java:533)
   at org.netbeans.modules.cnd.navigation.overrides.BaseAnnotation.detachImpl(BaseAnnotation.java:221)
   at org.netbeans.modules.cnd.navigation.overrides.AnnotationsHolder.run(AnnotationsHolder.java:160)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1452)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2032)
Comment 1 y575 2012-04-16 14:06:10 UTC
Created attachment 118337 [details]
stacktrace
Comment 2 Milutin Kristofic 2012-05-03 13:43:11 UTC
cnd team, please have a look at this one, it was fixed in Bug #201100, unfortunately it happens once in current dev build.
Comment 3 Alexander Simon 2012-05-04 11:35:03 UTC
I hope that change set:
http://hg.netbeans.org/cnd-main/rev/f4ce9a4b3ebc
fixes problem.
Comment 4 Quality Engineering 2012-05-05 10:22:38 UTC
Integrated into 'main-golden', will be available in build *201205050400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/f4ce9a4b3ebc
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #211256 IllegalStateException: Annotation not added: org-netbeans-modules-editor-annotations-overrides
Comment 5 Miloslav Metelka 2012-06-06 08:23:50 UTC
*** Bug 211094 has been marked as a duplicate of this bug. ***