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 4117 - Trying to set Name property of Default node under Thread Executor issues an exception
Summary: Trying to set Name property of Default node under Thread Executor issues an e...
Status: CLOSED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: support
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-09-30 18:12 UTC by Jan Palka
Modified: 2008-12-23 11:49 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Palka 1999-09-30 18:12:20 UTC
java.lang.IllegalArgumentException: object is not an instance of declaring class
        at java.lang.reflect.Method.invoke(Native Method)
        at org.openide.nodes.PropertySupport$Reflection.setValue(PropertySupport.java:208)
        at org.openide.explorer.propertysheet.PropertyDetails.setPropertyValue(PropertyDetails.java:187)
        at org.openide.explorer.propertysheet.PropertyDisplayer.setPropertyValue(PropertyDisplayer.java:357)
        at org.openide.explorer.propertysheet.PropertyDisplayer.setAsText(PropertyDisplayer.java:777)
        at org.openide.explorer.propertysheet.PropertyDisplayer$6.actionPerformed(PropertyDisplayer.java:638)
        at javax.swing.JTextField.fireActionPerformed(JTextField.java:409)
        at javax.swing.JTextField.postActionEvent(JTextField.java:443)
        at javax.swing.JTextField$NotifyAction.actionPerformed(JTextField.java:537)
        at javax.swing.text.JTextComponent.mapEventToAction(JTextComponent.java:966)
        at javax.swing.text.JTextComponent.processComponentKeyEvent(JTextComponent.java:1431)
        at javax.swing.JComponent.processKeyEvent(JComponent.java:1538)
        at java.awt.Component.processEvent(Component.java:3008)
        at java.awt.Container.processEvent(Container.java:990)
        at java.awt.Component.dispatchEventImpl(Component.java:2394)

        at java.awt.Container.dispatchEventImpl(Container.java:1035)
        at java.awt.Component.dispatchEvent(Component.java:2307)
        at java.awt.LightweightDispatcher.processKeyEvent(Container.java:1766)
        at java.awt.LightweightDispatcher.dispatchEvent(Container.java:1740)
        at java.awt.Container.dispatchEventImpl(Container.java:1022)
        at java.awt.Window.dispatchEventImpl(Window.java:749)
        at java.awt.Component.dispatchEvent(Component.java:2307)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:287)
        at java.awt.EventDispatchThread.pumpOneEvent(EventDispatchThread.java:101)
Comment 1 Marek Grummich 2000-07-25 09:37:59 UTC
Priority is changed to P4 (normal).