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 210086 - IllegalArgumentException: Row index out of range
Summary: IllegalArgumentException: Row index out of range
Status: RESOLVED DUPLICATE of bug 210083
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-26 10:32 UTC by J Bachorik
Modified: 2012-03-26 11:31 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 186276


Attachments
stacktrace (3.46 KB, text/plain)
2012-03-26 10:32 UTC, J Bachorik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description J Bachorik 2012-03-26 10:32:39 UTC
Build: NetBeans IDE Dev (Build 20120326-d9ac4fdee41d)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.6-b01, Java(TM) SE Runtime Environment, 1.6.0_31-b04
OS: Linux

Stacktrace: 
java.lang.IllegalArgumentException: Row index out of range
   at javax.swing.JTable.boundRow(JTable.java:2106)
   at javax.swing.JTable.setRowSelectionInterval(JTable.java:2129)
   at org.netbeans.modules.profiler.heapwalk.ui.ClassesListControllerUI$1.propertyChange(ClassesListControllerUI.java:483)
   at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:339)
   at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:347)
   at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:276)
Comment 1 J Bachorik 2012-03-26 10:32:41 UTC
Created attachment 117239 [details]
stacktrace
Comment 2 J Bachorik 2012-03-26 11:31:23 UTC

*** This bug has been marked as a duplicate of bug 210083 ***