From: SourceForge.net <no...@so...> - 2008-03-05 17:16:38
|
Bugs item #1908162, was opened at 2008-03-05 11:16 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1908162&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: User interface Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Dan Smith (dlsmith) Assigned to: Nobody/Anonymous (nobody) Summary: ArrayIndexOutOfBounds in Find All Initial Comment: I'm getting this error in a recent build when I switch to a "Find All" tab. I only have 5 tabs open, so I would expect the correct index to be 4 here, not 5. java.lang.ArrayIndexOutOfBoundsException: 5 at apple.laf.CUIAquaTabbedPaneTabState.getIndex(CUIAquaTabbedPaneTabState.java:27) at apple.laf.CUIAquaTabbedPane.isTabVisible(CUIAquaTabbedPane.java:640) at apple.laf.CUIAquaTabbedPane$1.stateChanged(CUIAquaTabbedPane.java:767) at javax.swing.JTabbedPane.fireStateChanged(JTabbedPane.java:290) at javax.swing.JTabbedPane$ModelListener.stateChanged(JTabbedPane.java:222) at javax.swing.DefaultSingleSelectionModel.fireStateChanged(DefaultSingleSelectionModel.java:116) at javax.swing.DefaultSingleSelectionModel.setSelectedIndex(DefaultSingleSelectionModel.java:50) at javax.swing.JTabbedPane.setSelectedIndexImpl(JTabbedPane.java:478) at javax.swing.JTabbedPane.setSelectedIndex(JTabbedPane.java:464) at apple.laf.CUIAquaTabbedPane$MouseHandler.mouseReleased(CUIAquaTabbedPane.java:865) at java.awt.Component.processMouseEvent(Component.java:5602) at javax.swing.JComponent.processMouseEvent(JComponent.java:3135) at java.awt.Component.processEvent(Component.java:5367) at java.awt.Container.processEvent(Container.java:2010) at java.awt.Component.dispatchEventImpl(Component.java:4068) at java.awt.Container.dispatchEventImpl(Container.java:2068) at java.awt.Component.dispatchEvent(Component.java:3903) at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4256) at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3936) at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3866) at java.awt.Container.dispatchEventImpl(Container.java:2054) at java.awt.Window.dispatchEventImpl(Window.java:1791) at java.awt.Component.dispatchEvent(Component.java:3903) at java.awt.EventQueue.dispatchEvent(EventQueue.java:463) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:269) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:184) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:176) at java.awt.EventDispatchThread.run(EventDispatchThread.java:110) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1908162&group_id=44253 |