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 212239 - IOOBE in TaskPresenter$LargeTaskPresenter.createCustomSettings
Summary: IOOBE in TaskPresenter$LargeTaskPresenter.createCustomSettings
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-05-09 13:52 UTC by Jiri Sedlacek
Modified: 2012-05-12 09:58 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Sedlacek 2012-05-09 13:52:30 UTC
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 
  java.util.ArrayList.rangeCheck(ArrayList.java:604) 
  java.util.ArrayList.get(ArrayList.java:382) 
  org.netbeans.modules.profiler.stp.TaskPresenter$LargeTaskPresenter.createCust 
omSettings(TaskPresenter.java:216) 
  org.netbeans.modules.profiler.stp.TaskPresenter$LargeTaskPresenter.access$600 
(TaskPresenter.java:146) 
  org.netbeans.modules.profiler.stp.TaskPresenter$LargeTaskPresenter$3.mouseCli 
cked(TaskPresenter.java:314)
...
Comment 1 Jiri Sedlacek 2012-05-09 14:29:02 UTC
Fixed by http://hg.netbeans.org/profiler-main/rev/f4d12bb472d8.
Comment 2 Quality Engineering 2012-05-12 09:58:16 UTC
Integrated into 'main-golden', will be available in build *201205120400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/f4d12bb472d8
User: Jiri Sedlacek <jis@netbeans.org>
Log: Bugfix #212239 - prevent empty settings for a profiling configuration