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 196792 - java.lang.IllegalStateException: Annotation not added: null
Summary: java.lang.IllegalStateException: Annotation not added: null
Status: RESOLVED DUPLICATE of bug 197717
Alias: None
Product: editor
Classification: Unclassified
Component: Painting & Printing (show other bugs)
Version: 7.0
Hardware: PC Linux
: P3 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-16 23:37 UTC by yuriy_lalym
Modified: 2011-05-19 12:15 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description yuriy_lalym 2011-03-16 23:37:13 UTC
Product Version: NetBeans IDE Dev (Build 201103160400)
Java: 1.7.0-ea; Java HotSpot(TM) 64-Bit Server VM 21.0-b03
System: Linux version 2.6.37.1-1.2-desktop running on amd64; UTF-8; en_US (nb)

Ection: Select text and CTRL+V

java.lang.IllegalStateException: Annotation not added: null
	at org.netbeans.modules.editor.NbEditorDocument.removeAnnotation(NbEditorDocument.java:252)
	at org.openide.text.NbDocument.removeAnnotation(NbDocument.java:519)
	at org.netbeans.modules.cnd.navigation.overrides.BaseAnnotation.detachImpl(BaseAnnotation.java:218)
	at org.netbeans.modules.cnd.navigation.overrides.AnnotationsHolder$2.run(AnnotationsHolder.java:167)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:660)
	at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:148)
[catch] at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:211)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:128)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:117)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:113)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:105)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
Comment 1 Miloslav Metelka 2011-05-19 12:15:03 UTC

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