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 210083 - IllegalArgumentException: Row index out of range
Summary: IllegalArgumentException: Row index out of range
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: J Bachorik
URL:
Keywords:
: 210086 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-03-26 09:59 UTC by Petr Cyhelsky
Modified: 2012-04-02 15:58 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 186274


Attachments
stacktrace (3.60 KB, text/plain)
2012-03-26 09:59 UTC, Petr Cyhelsky
Details
stacktrace (3.24 KB, text/plain)
2012-03-27 08:43 UTC, aldobrucale
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Cyhelsky 2012-03-26 09:59:36 UTC
Build: NetBeans IDE Dev (Build 201203250401)
VM: Java HotSpot(TM) 64-Bit Server VM, 22.1-b02, Java(TM) SE Runtime Environment, 1.7.0_03-b05
OS: Linux

Stacktrace: 
java.lang.IllegalArgumentException: Row index out of range
   at javax.swing.JTable.boundRow(JTable.java:2146)
   at javax.swing.JTable.setRowSelectionInterval(JTable.java:2169)
   at org.netbeans.modules.profiler.heapwalk.ui.ClassesListControllerUI$1.propertyChange(ClassesListControllerUI.java:483)
   at java.beans.PropertyChangeSupport.fire(PropertyChangeSupport.java:335)
   at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:328)
   at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:263)
Comment 1 Petr Cyhelsky 2012-03-26 09:59:38 UTC
Created attachment 117236 [details]
stacktrace
Comment 2 J Bachorik 2012-03-26 11:31:23 UTC
*** Bug 210086 has been marked as a duplicate of this bug. ***
Comment 3 aldobrucale 2012-03-27 08:43:37 UTC
Created attachment 117302 [details]
stacktrace

Entered a string in "Loaded Classes" view
Comment 4 J Bachorik 2012-03-27 10:12:02 UTC
fixed http://hg.netbeans.org/profiler-main/rev/eb9675983bbe
Comment 5 Quality Engineering 2012-04-02 15:58:12 UTC
Integrated into 'main-golden', will be available in build *201204021038* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/eb9675983bbe
User: Jaroslav Bachorik <yardus@netbeans.org>
Log: #210083: Preventing IAE when the selected class index does not match the length of the filtered classes list