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 167225 - IllegalArgumentException: java.lang.ClassCastException@801f40
Summary: IllegalArgumentException: java.lang.ClassCastException@801f40
Status: RESOLVED INCOMPLETE
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@guibuilder
URL: http://statistics.netbeans.org/except...
Keywords:
: 218333 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-06-17 11:56 UTC by bartvdc
Modified: 2012-09-14 12:42 UTC (History)
5 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 145648


Attachments
stacktrace (2.47 KB, text/plain)
2009-06-17 11:56 UTC, bartvdc
Details
stacktrace (2.38 KB, text/plain)
2009-10-11 20:09 UTC, haja
Details

Note You need to log in before you can comment on or make changes to this bug.
Description bartvdc 2009-06-17 11:56:44 UTC
Build: NetBeans IDE 6.7 Beta (Build 200904242137)
VM: Java HotSpot(TM) Client VM, 14.0-b16, Java(TM) SE Runtime Environment, 1.6.0_14-b08
OS: Windows XP, 5.1, x86

User Comments:
bartvdc: use swingx jxtitledseparator in form

GUEST: Upgraded SwingX, now most gui elements are having issues.



Stacktrace: 
java.lang.IllegalArgumentException: java.lang.ClassCastException@801f40
        at sun.reflect.GeneratedMethodAccessor414.invoke(GeneratedMethodAccessor414.java:0)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.netbeans.modules.form.RADProperty.getTargetValue(RADProperty.java:111)
        at org.netbeans.modules.form.FormProperty.checkCurrentValue(FormProperty.java:995)
        at org.netbeans.modules.form.FormProperty.getValue(FormProperty.java:264)
Comment 1 bartvdc 2009-06-17 11:56:48 UTC
Created attachment 83688 [details]
stacktrace
Comment 2 haja 2009-10-11 20:09:51 UTC
Build: NetBeans IDE 6.7.1 (Build 200907230233)
VM: Java HotSpot(TM) Client VM, 14.2-b01, Java(TM) SE Runtime Environment, 1.6.0_16-b01
OS: Windows XP, 5.1, x86

User Comments: 
Have installed swingX components v0.9.4 in NB 6.7.1.

When I put a JXTable component on JFrame, it is somehow corrupted - property panel show couple of red errors: java.lang.ClassCastException

Affected properties: autoStartEditOnKeyStroke, columnControl, columnControlCisible, columnFactory, columnMargin, editable and some other.

Stacktrace: 
java.lang.IllegalArgumentException: java.lang.ClassCastException@1314d40
        at sun.reflect.GeneratedMethodAccessor514.invoke(GeneratedMethodAccessor514.java:0)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.netbeans.modules.form.RADProperty.getTargetValue(RADProperty.java:111)
        at org.netbeans.modules.form.FormProperty.checkCurrentValue(FormProperty.java:995)
        at org.netbeans.modules.form.FormProperty.getValue(FormProperty.java:264)
Comment 3 haja 2009-10-11 20:09:55 UTC
Created attachment 89285 [details]
stacktrace
Comment 4 Exceptions Reporter 2009-10-11 20:10:00 UTC
This issue already has 6 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=145648
Comment 5 Exceptions Reporter 2009-10-29 23:42:00 UTC
This issue already has 8 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=145648
Comment 6 Exceptions Reporter 2010-01-13 16:47:17 UTC
This bug already has 10 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=145648
Comment 7 Jan Stola 2011-10-20 09:44:24 UTC
I am sorry, I am not able to reproduce this issue and the attached stack-trace is not sufficient to track the problem down. Are you still able to reproduce this issue? If so, could you, please, provide more details? It would be ideal to described exact steps that lead to this exception. Thank you in advance.
Comment 8 Tomas Pavek 2012-09-14 12:42:33 UTC
*** Bug 218333 has been marked as a duplicate of this bug. ***