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 254374 - 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-08-14 14:13 UTC by Michel Graciano
Modified: 2015-08-14 14:13 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 208512


Attachments
stacktrace (1.55 KB, text/plain)
2015-08-14 14:13 UTC, Michel Graciano
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michel Graciano 2015-08-14 14:13:06 UTC
Build: NetBeans IDE Dev (Build 20150811-1eb09322782a)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.51-b03, Java(TM) SE Runtime Environment, 1.8.0_51-b16
OS: Linux

User Comments:
hmichel: At the Plugins | Available Plugins, search for a plugin with a string that return no plugins

GUEST: ns

GUEST: exception occured when I installed plugin "Change Line Endings on Save"

GUEST: Fuck this....

GUEST: <Please provide a description of the problem or the steps to reproduce>

Always showing in my desk..

GUEST: I have just downloaded Netbeans 8.0 and opened an existing Html5 project which runs on Grunt. Upon opening Netbeans started scanning for Grunt tasks like I hoped it would. This ran for a long time (15 mins+, I thought it the task was stuck), I got this error.




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$insideTimerAction.actionPerformed(ToolTipManager.java:663)
   at javax.swing.Timer.fireActionPerformed(Timer.java:313)
   at javax.swing.Timer$DoPostEvent.run(Timer.java:245)
Comment 1 Michel Graciano 2015-08-14 14:13:08 UTC
Created attachment 155352 [details]
stacktrace