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 6325 - Pressing of escape key on synchronization dialog throws java.lang.ClassCastException.
Summary: Pressing of escape key on synchronization dialog throws java.lang.ClassCastEx...
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: Petr Slegr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-04-18 02:52 UTC by Petr Slegr
Modified: 2008-12-23 11:41 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 Petr Slegr 2000-04-18 02:52:25 UTC
java.lang.ClassCastException: java.lang.Integer
        at com.netbeans.developer.modules.loaders.java.JavaConnections$1.actionPerformed(JavaConnections.java:268)
        at com.netbeans.developer.impl.NbPresenter$ButtonListener.actionPerformed(NbPresenter.java:586)
        at javax.swing.JComponent$ActionStandin.actionPerformed(JComponent.java:2446)
        at javax.swing.SwingUtilities.notifyAction(SwingUtilities.java:1702)
        at javax.swing.JComponent.processKeyBinding(JComponent.java:2156)
        at javax.swing.KeyboardManager.fireBinding(KeyboardManager.java:252)
        at javax.swing.KeyboardManager.fireKeyboardAction(KeyboardManager.java:205)
        at javax.swing.JComponent.processKeyBindingsForAllComponents(JComponent.java:2223)
        at javax.swing.JComponent.processKeyBindings(JComponent.java:2216)
        at javax.swing.JComponent.processKeyEvent(JComponent.java:2119)
        at java.awt.Component.processEvent(Component.java:3555)
        at java.awt.Container.processEvent(Container.java:1164)

        at java.awt.Component.dispatchEventImpl(Component.java:2595)
        at java.awt.Container.dispatchEventImpl(Container.java:1213)
        at java.awt.Component.dispatchEvent(Component.java:2499)
        at java.awt.LightweightDispatcher.processKeyEvent(Container.java:2155)
        at java.awt.LightweightDispatcher.dispatchEvent(Container.java:2135)
        at java.awt.Container.dispatchEventImpl(Container.java:1200)
        at java.awt.Window.dispatchEventImpl(Window.java:912)
        at java.awt.Component.dispatchEvent(Component.java:2499)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:319)
        at java.awt.EventDispatchThread.pumpOneEvent(EventDispatchThread.java:103)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:84)
Comment 1 Marek Grummich 2000-07-25 09:35:59 UTC
Priority is changed to P4 (normal).
Comment 2 Quality Engineering 2003-07-02 17:18:35 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.