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 243356

Summary: IllegalArgumentException: java.lang.ClassCastException@6ef910fe
Product: guibuilder Reporter: miguelr22
Component: CodeAssignee: issues@guibuilder <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 208773
Attachments: stacktrace

Description miguelr22 2014-03-28 14:13:17 UTC
This bug was originally marked as duplicate of bug 167225, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.4 (Build 201311011758)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.51-b03, Java(TM) SE Runtime Environment, 1.7.0_51-b13
OS: Windows 7

User Comments:
miguelr22: using Swingx




Stacktrace: 
java.lang.IllegalArgumentException: java.lang.ClassCastException@6ef910fe
   at sun.reflect.GeneratedMethodAccessor122.invoke(GeneratedMethodAccessor122.java:0)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:606)
   at org.netbeans.modules.form.RADProperty.getTargetValue(RADProperty.java:122)
   at org.netbeans.modules.form.FormProperty.checkCurrentValue(FormProperty.java:1006)
   at org.netbeans.modules.form.FormProperty.getValue(FormProperty.java:271)
Comment 1 miguelr22 2014-03-28 14:13:22 UTC
Created attachment 146386 [details]
stacktrace
Comment 2 Tomas Pavek 2015-09-11 16:42:34 UTC
See also bug 253940.