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 - IllegalArgumentException: java.lang.ClassCastException@6ef910fe
Summary: IllegalArgumentException: java.lang.ClassCastException@6ef910fe
Status: NEW
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-28 14:13 UTC by miguelr22
Modified: 2015-09-11 16:42 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 208773


Attachments
stacktrace (2.97 KB, text/plain)
2014-03-28 14:13 UTC, miguelr22
Details

Note You need to log in before you can comment on or make changes to this bug.
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.