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 177584 - [68cat] ClassCastException: org.netbeans.modules.form.RADConnectionPropertyEditor$RADConnectionDesignValue cannot be cast to java.lang.String
Summary: [68cat] ClassCastException: org.netbeans.modules.form.RADConnectionPropertyEd...
Status: RESOLVED DUPLICATE of bug 168089
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-25 06:31 UTC by stefan79
Modified: 2011-09-03 15:30 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 162885


Attachments
stacktrace (5.87 KB, text/plain)
2009-11-25 06:31 UTC, stefan79
Details
stacktrace (7.65 KB, text/plain)
2011-09-02 07:02 UTC, stefan79
Details

Note You need to log in before you can comment on or make changes to this bug.
Description stefan79 2009-11-25 06:31:12 UTC
Build: NetBeans IDE Dev (Build nbms-and-javadoc-4379-on-091125)
VM: Java HotSpot(TM) Client VM, 14.3-b01, Java(TM) SE Runtime Environment, 1.6.0_17-b04
OS: Windows XP, 5.1, x86

User Comments:
stefan79: Form-Designer:
-) Selected a JLabel and a JTextField
-) Clicked at Properties - Window on value Name (<Different values>)
-) Clicked at OK-Button



Stacktrace: 
java.lang.ClassCastException: org.netbeans.modules.form.RADConnectionPropertyEditor$RADConnectionDesignValue cannot be cast to java.lang.String
        at org.openide.explorer.propertysheet.ProxyNode$1.propertyChange(ProxyNode.java:84)
        at org.openide.util.WeakListenerImpl$PropertyChange.propertyChange(WeakListenerImpl.java:188)
        at org.openide.nodes.Node.firePropertyChange(Node.java:1006)
        at org.netbeans.modules.form.FormNode.firePropertyChangeHelper(FormNode.java:155)
        at org.netbeans.modules.form.RADComponent$PropertyListenerConvertor.propertyChange(RADComponent.java:1636)
        at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:339)
Comment 1 stefan79 2009-11-25 06:31:16 UTC
Created attachment 91665 [details]
stacktrace
Comment 2 stefan79 2011-09-02 07:02:14 UTC
Created attachment 110333 [details]
stacktrace
Comment 3 Jan Stola 2011-09-03 15:30:20 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 describe exact steps that lead to this exception. Thank you in advance.

*** This bug has been marked as a duplicate of bug 168089 ***