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 148234 - IndexOutOfBoundsException: Index: 109, Size: 13
Summary: IndexOutOfBoundsException: Index: 109, Size: 13
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Plugin Manager (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: dlipin
URL: http://statistics.netbeans.org/except...
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2008-09-24 14:28 UTC by Jaromir Uhrik
Modified: 2009-02-26 09:01 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 117656


Attachments
stacktrace (2.00 KB, text/plain)
2008-09-24 14:29 UTC, Jaromir Uhrik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jaromir Uhrik 2008-09-24 14:28:52 UTC
Build: NetBeans IDE Dev (Build 200809240201)
VM: Java HotSpot(TM) Client VM, 1.5.0_13-119, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_13-b05-237
OS: Mac OS X, 10.5.4, i386

User Comments:
juhrik: Switched in Plugin Manager from Installed tab to Available Plugins and the exception appeared in Exception dialog.



Stacktrace: 
java.lang.IndexOutOfBoundsException: Index: 109, Size: 13
        at java.util.ArrayList.RangeCheck(ArrayList.java:546)
        at java.util.ArrayList.get(ArrayList.java:321)
        at org.netbeans.modules.autoupdate.ui.UnitCategoryTableModel.getUnitAtRow(UnitCategoryTableModel.java:341)
        at org.netbeans.modules.autoupdate.ui.AvailableTableModel.getValueAt(AvailableTableModel.java:102)
        at javax.swing.JTable.getValueAt(JTable.java:1903)
        at javax.swing.JTable.prepareRenderer(JTable.java:3911)
Comment 1 Jaromir Uhrik 2008-09-24 14:29:05 UTC
Created attachment 70472 [details]
stacktrace
Comment 2 Jaromir Uhrik 2008-09-24 14:31:59 UTC
Sorry for mistake in the report - the switch of tabs I made was from Settings tab to Available Plugins.
Comment 3 Jaromir Uhrik 2008-09-25 10:01:59 UTC
I cannot reproduce it so that adding the RANDOM kw. 
One more additional information which may help: I was switching off and on update centers before the exception appeared.
Comment 4 Antonin Nebuzelsky 2008-11-14 15:31:42 UTC
Reassigning to the new "autoupdate/*" owner dlipin.
Comment 5 dlipin 2009-02-25 11:53:45 UTC
fixed, core-main #77be532ac106
Comment 6 Quality Engineering 2009-02-26 09:01:48 UTC
Integrated into 'main-golden', will be available in build *200902260201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/77be532ac106
User: Dmitry Lipin <dlipin@netbeans.org>
Log: Issue #148234 IndexOutOfBoundsException: Index: 109, Size: 13