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

Summary: Trying to set Name property of Default node under Thread Executor issues an exception
Product: platform Reporter: Jan Palka <janpalka>
Component: -- Other --Assignee: support <support>
Status: CLOSED WONTFIX    
Severity: normal    
Priority: P4    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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).