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

Summary: IndexOutOfBoundsException: Invalid index
Product: platform Reporter: Alexander Simon <alexvsimon>
Component: Plugin ManagerAssignee: Libor Fischmeistr <lfischmeistr>
Status: NEW ---    
Severity: normal CC: fvogler
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 205194
Attachments: stacktrace

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