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 143769 - ArrayIndexOutOfBoundsException: 9
Summary: ArrayIndexOutOfBoundsException: 9
Status: RESOLVED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: Quick Search (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: David Simonek
URL: http://statistics.netbeans.org/except...
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2008-08-13 14:33 UTC by Jiri Prox
Modified: 2008-12-22 13:44 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 90385


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Prox 2008-08-13 14:33:07 UTC
Build: NetBeans IDE Dev (Build 20080812180351)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-rc-b28
OS: SunOS, 5.10, sparc
User comments: AIOOBE when editing text in quick search
STACKTRACE: (first 10 lines)
java.lang.ArrayIndexOutOfBoundsException: 9
        at javax.swing.plaf.basic.BasicListUI.updateLayoutState(BasicListUI.java:1356)
        at javax.swing.plaf.basic.BasicListUI.maybeUpdateLayoutState(BasicListUI.java:1299)
        at javax.swing.plaf.basic.BasicListUI.getPreferredSize(BasicListUI.java:566)
        at javax.swing.JComponent.getPreferredSize(JComponent.java:1632)
        at org.netbeans.modules.quicksearch.QuickSearchPopup.computePopupBounds(QuickSearchPopup.java:388)
        at org.netbeans.modules.quicksearch.QuickSearchPopup.updatePopup(QuickSearchPopup.java:321)
        at org.netbeans.modules.quicksearch.QuickSearchPopup.run(QuickSearchPopup.java:370)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
        at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:104)
Comment 1 David Simonek 2008-08-26 14:45:16 UTC
I saw it once too, but I'm not able to reproduce, it's too random and ends in Swing code, so I am not able to do
anything with this issue. Please reopen if you find some reproducible steps, thanks.