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 252752 - IndexOutOfBoundsException: Invalid index
Summary: IndexOutOfBoundsException: Invalid index
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Plugin Manager (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Libor Fischmeistr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-02 13:50 UTC by Alexander Simon
Modified: 2015-06-02 13:50 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 205194


Attachments
stacktrace (2.87 KB, text/plain)
2015-06-02 13:50 UTC, Alexander Simon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Simon 2015-06-02 13:50:26 UTC
Build: NetBeans IDE Dev (Build 20150601-e828405118fe)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b17
OS: Windows 7

User Comments:
alexvsimon: install NBM

fvogler: Install module




Stacktrace: 
java.lang.IndexOutOfBoundsException: Invalid index
   at javax.swing.DefaultRowSorter.convertRowIndexToModel(DefaultRowSorter.java:514)
   at javax.swing.JTable.convertRowIndexToModel(JTable.java:2641)
   at javax.swing.JTable.getValueAt(JTable.java:2716)
   at javax.swing.JTable.prepareRenderer(JTable.java:5714)
   at org.netbeans.modules.autoupdate.ui.UnitTable.prepareRenderer(UnitTable.java:153)
   at javax.swing.plaf.basic.BasicTableUI.paintCell(BasicTableUI.java:2114)
Comment 1 Alexander Simon 2015-06-02 13:50:27 UTC
Created attachment 154018 [details]
stacktrace