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

See Also:
Issue Type: DEFECT
Exception Reporter: 214421


Attachments
stacktrace (2.71 KB, text/plain)
2015-02-04 16:48 UTC, kosmonaffft
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kosmonaffft 2015-02-04 16:48:34 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.25-b02, Java(TM) SE Runtime Environment, 1.8.0_25-b18
OS: Windows 8

User Comments:
kosmonaFFFt: Install gradle plugin...

petrk: Searched manually installed plugin in the list of installed plugins




Stacktrace: 
java.lang.IndexOutOfBoundsException: Invalid index
   at javax.swing.DefaultRowSorter.convertRowIndexToModel(DefaultRowSorter.java:514)
   at javax.swing.JTable.convertRowIndexToModel(JTable.java:2642)
   at org.netbeans.modules.autoupdate.ui.UnitTable.getToolTipText(UnitTable.java:117)
   at javax.swing.ToolTipManager.checkForTipChange(ToolTipManager.java:623)
   at javax.swing.ToolTipManager.mouseMoved(ToolTipManager.java:595)
   at java.awt.AWTEventMulticaster.mouseMoved(AWTEventMulticaster.java:330)
Comment 1 kosmonaffft 2015-02-04 16:48:36 UTC
Created attachment 151820 [details]
stacktrace