[#3386] - ClassCastException - WindowsEditorPaneUI to BaseTextUI

Category:
Bug report
Priority:
High
Status:
New
Project: Severity:
Critical
Resolution:
Open
Component: Reproducibility:
Always
Assigned to:

Hello,

I have this problem with combination of JasperReports 5.5.0, iReport plugin for NetBeans 5.5.0 and NetBeans 7.4.
When I open report and want to change something in XML view, after a while I cannot write anything but getting this error:

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 org.openide.util.actions.ActionInvoker$1.run(ActionInvoker.java:93)
at org.openide.util.actions.ActionInvoker$ActionRunnable.actionPerformed(ActionInvoker.java:162)
at org.netbeans.core.ModuleActions.invokeAction(ModuleActions.java:109)
at org.netbeans.modules.openide.actions.ActionsBridgeImpl.invokeAction(ActionsBridgeImpl.java:60)
at org.openide.util.actions.ActionInvoker$ActionRunnable.doRun(ActionInvoker.java:153)
at org.openide.util.actions.ActionInvoker$2.run(ActionInvoker.java:110)
at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1432)
[catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2042)

I also attached IDE log that may help you.

AttachmentSize
Plain text icon ide_log.txt332.89 KB
v5.5.0
kiwi.dela.divy's picture
Joined: Jan 13 2014 - 4:54am
Last seen: 9 years 7 months ago
Feedback