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 262153 - ClassCastException: org.openide.text.FilterDocument cannot be cast to org.netbeans.editor.BaseDocument
Summary: ClassCastException: org.openide.text.FilterDocument cannot be cast to org.net...
Status: RESOLVED DUPLICATE of bug 258753
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Completion (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-19 20:39 UTC by Exceptions Reporter
Modified: 2016-07-11 10:43 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 224126


Attachments
stacktrace (1.28 KB, text/plain)
2016-05-19 20:39 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2016-05-19 20:39:52 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Windows 10

User Comments:
GUEST: ,,,




Stacktrace: 
java.lang.ClassCastException: org.openide.text.FilterDocument cannot be cast to org.netbeans.editor.BaseDocument
   at org.netbeans.modules.cnd.source.CppEditorSupport$2.run(CppEditorSupport.java:286)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:756)
   at java.awt.EventQueue.access$500(EventQueue.java:97)
   at java.awt.EventQueue$3.run(EventQueue.java:709)
   at java.awt.EventQueue$3.run(EventQueue.java:703)
Comment 1 Exceptions Reporter 2016-05-19 20:39:54 UTC
Created attachment 159815 [details]
stacktrace
Comment 2 Alexander Simon 2016-07-11 10:43:55 UTC

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