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

Summary: IndexOutOfBoundsException: Invalid index
Product: platform Reporter: Michel Graciano <hmichel>
Component: Plugin ManagerAssignee: Libor Fischmeistr <lfischmeistr>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 208512
Attachments: stacktrace

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