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 4864 - After first click on name of class in Objects pane name is not selected and exception is thrown. After second click name is selected.
Summary: After first click on name of class in Objects pane name is not selected and e...
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: Petr Slegr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-12-03 19:41 UTC by Petr Slegr
Modified: 2003-07-02 16:03 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 1999-12-03 19:41:25 UTC
Exception occurred during event dispatching:
java.lang.IndexOutOfBoundsException: Index: 28, Size: 21
        at java.util.LinkedList.entry(LinkedList.java:348)
        at java.util.LinkedList.get(LinkedList.java:291)
        at org.openide.explorer.view.VisualizerNode.getChildAt(VisualizerNode.java:158)
        at org.openide.explorer.view.NodeListModel.findElementAt(NodeListModel.java:233)
        at org.openide.explorer.view.NodeListModel.getElementAt(NodeListModel.java:147)
        at javax.swing.JList.getSelectedValues(JList.java:1282)
        at org.openide.explorer.view.ListView$Listener.valueChanged(ListView.java:568)
        at javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:149)
        at javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:121)

        at javax.swing.DefaultListSelectionModel.setValueIsAdjusting(DefaultListSelectionModel.java:466)
        at javax.swing.JList.setValueIsAdjusting(JList.java:1179)
        at javax.swing.plaf.basic.BasicListUI$MouseInputHandler.mouseReleased(BasicListUI.java:882)
        at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:231)
        at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:230)
        at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:230)
        at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:230)
        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.process
Comment 1 Marek Grummich 2000-07-25 09:33:59 UTC
Priority is changed to P4 (normal).
Comment 2 Quality Engineering 2003-07-02 16:03:51 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.