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 215740 - IndexOutOfBoundsException: Index: 0, Size: 0
Summary: IndexOutOfBoundsException: Index: 0, Size: 0
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Jiri Sedlacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-20 01:44 UTC by misterm
Modified: 2012-10-01 12:02 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 190876


Attachments
stacktrace (6.27 KB, text/plain)
2012-07-20 01:44 UTC, misterm
Details

Note You need to log in before you can comment on or make changes to this bug.
Description misterm 2012-07-20 01:44:39 UTC
Build: NetBeans IDE Dev (Build 20120702-588b678dd4f2)
VM: Java HotSpot(TM) 64-Bit Server VM, 21.1-b02, Java(TM) SE Runtime Environment, 1.7.0_01-b08
OS: Windows 7

Stacktrace: 
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
   at java.util.ArrayList.RangeCheck(ArrayList.java:0)
   at java.util.ArrayList.get(ArrayList.java:0)
   at org.netbeans.modules.profiler.ui.panels.RootMethodsPanel.actionPerformed(RootMethodsPanel.java:197)
   at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:0)
   at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:0)
   at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:0)
Comment 1 misterm 2012-07-20 01:44:42 UTC
Created attachment 122201 [details]
stacktrace
Comment 2 Jiri Sedlacek 2012-09-21 15:53:18 UTC
Fixed by http://hg.netbeans.org/profiler-main/rev/bcd59cb21028.
Comment 3 Quality Engineering 2012-10-01 12:02:41 UTC
Integrated into 'main-golden', will be available in build *201210010929* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/bcd59cb21028
User: Jiri Sedlacek <jis@netbeans.org>
Log: Bugfix #215740 - make sure list of roots and JList model are both up to date