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 224741 - ClassCastException: com.sun.java.swing.plaf.windows.WindowsEditorPaneUI cannot be cast to org.netbeans.editor.BaseTextUI
Summary: ClassCastException: com.sun.java.swing.plaf.windows.WindowsEditorPaneUI canno...
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: issues@contrib
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-11 08:09 UTC by maks_t34
Modified: 2018-01-28 17:32 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 191458


Attachments
stacktrace (2.97 KB, text/plain)
2013-01-11 08:09 UTC, maks_t34
Details

Note You need to log in before you can comment on or make changes to this bug.
Description maks_t34 2013-01-11 08:09:01 UTC
Build: NetBeans IDE 7.3 Beta 2 (Build 201211062253)
VM: Java HotSpot(TM) 64-Bit Server VM, 22.1-b02, Java(TM) SE Runtime Environment, 1.7.0_03-b05
OS: Windows 7

User Comments:
452: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

GUEST: Editing XML in iReport

452: aaaaaaaaaaaaaaaaaaaaaa
maybe 7 or more times I have this exception in this day
maybe it's jasper reports... plugin
(I try edit source .jrxml, before work good)




Stacktrace: 
java.lang.ClassCastException: com.sun.java.swing.plaf.windows.WindowsEditorPaneUI cannot be cast to org.netbeans.editor.BaseTextUI
   at org.netbeans.editor.BaseAction.updateComponent(BaseAction.java:483)
   at org.netbeans.editor.BaseAction.updateComponent(BaseAction.java:436)
   at org.netbeans.editor.BaseAction.actionPerformed(BaseAction.java:305)
   at javax.swing.SwingUtilities.notifyAction(SwingUtilities.java:1661)
   at javax.swing.JComponent.processKeyBinding(JComponent.java:2879)
   at javax.swing.JComponent.processKeyBindings(JComponent.java:2926)
Comment 1 maks_t34 2013-01-11 08:09:04 UTC
Created attachment 130099 [details]
stacktrace
Comment 2 David Strupl 2013-01-16 15:38:32 UTC
I think this problem is caused by jasper report plugin - changed category to contrib ...