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 2391 - Synchronize action from Tools popup menu of component in Form throws exception.
Summary: Synchronize action from Tools popup menu of component in Form throws exception.
Status: CLOSED FIXED
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: L Martinek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-07-03 01:48 UTC by L Martinek
Modified: 2002-07-19 15:19 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 L Martinek 1999-07-03 01:48:34 UTC
Exception occurred during event dispatching:
java.lang.IllegalArgumentException
        at com.netbeans.developer.modules.loaders.java.JavaDataObject$2.notify(JavaDataObject.java:174)
        at com.netbeans.developer.modules.loaders.java.SynchronizeAction.performAction(SynchronizeAction.java:48)
        at org.openide.util.actions.NodeAction.performAction(NodeAction.java:90)
        at org.openide.util.actions.NodeAction.actionPerformed(NodeAction.java:81)
        at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1066)
        at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1101)
        at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:378)
        at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:250)
        at javax.swing.AbstractButton.doClick(AbstractButton.java:226)
        at javax.swing.plaf.basic.BasicMenuItemUI$MouseInputHandler.mouseReleased(BasicMenuItemUI.java:674)
        at java.awt.Component.processMouseEvent(Component.java:3126)
        at java.awt.Component.processEvent(Component.java:2965)
        at java.awt.Container.processEvent(Container.java:987)

        at java.awt.Component.dispatchEventImpl(Component.java:2376)
        at java.awt.Container.dispatchEventImpl(Container.java:1032)
        at java.awt.Component.dispatchEvent(Component.java:2289)
        at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:1944)
        at java.awt.LightweightDispatcher.processMouseEvent(Container.java:1732)
        at java.awt.LightweightDispatcher.dispatchEvent(Container.java:1645)
        at java.awt.Container.dispatchEventImpl(Container.java:1019)
        at java.awt.Window.dispatchEventImpl(Window.java:714)
        at java.awt.Component.dispatchEvent(Component.java:2289)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:258)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:68)
Comment 1 Marek Grummich 2000-07-25 09:40:59 UTC
Priority is changed to P4 (normal).