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 209007 - ArrayIndexOutOfBoundsException in Edit Projects
Summary: ArrayIndexOutOfBoundsException in Edit Projects
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Jiri Sedlacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-29 15:13 UTC by Jiri Sedlacek
Modified: 2012-03-03 11:32 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-02-29 15:13:33 UTC
See bugdb.

java.lang.ArrayIndexOutOfBoundsException: 1521
  at org.netbeans.modules.profiler.ui.panels.ProjectSelectorPanel.loadPool(ProjectSelectorPanel.java:257)
  at org.netbeans.modules.profiler.ui.panels.ProjectSelectorPanel.<init>(ProjectSelectorPanel.java:118)
  at org.netbeans.modules.profiler.ui.panels.ProjectSelectRootMethodsPanel$6$1.<init>(ProjectSelectRootMethodsPanel.java:283)
  at org.netbeans.modules.profiler.ui.panels.ProjectSelectRootMethodsPanel$6.actionPerformed(ProjectSelectRootMethodsPanel.java:283)
  at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
  ...
Comment 1 Jiri Sedlacek 2012-02-29 15:43:38 UTC
Fixed by http://hg.netbeans.org/profiler-main/rev/e804ee7669aa.
Comment 2 Quality Engineering 2012-03-03 11:32:47 UTC
Integrated into 'main-golden', will be available in build *201203030400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/e804ee7669aa
User: Jiri Sedlacek <jis@netbeans.org>
Log: Bugfix #209007 - use equals for comparing projects