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 199345 - [70cat] ArrayIndexOutOfBoundsException: 1
Summary: [70cat] ArrayIndexOutOfBoundsException: 1
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Jesse Glick
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2011-06-10 18:36 UTC by mstarnacki
Modified: 2011-06-11 15:15 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 151652


Attachments
stacktrace (2.31 KB, text/plain)
2011-06-10 18:36 UTC, mstarnacki
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mstarnacki 2011-06-10 18:36:15 UTC
Build: NetBeans IDE 7.0 (Build 201104080000)
VM: Java HotSpot(TM) Client VM, 17.1-b03, Java(TM) SE Runtime Environment, 1.6.0_22-b04
OS: Linux

User Comments:
mstarnacki: Error after click in Navigator Vindow on tree row for pom.xml




Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: 1
   at org.netbeans.modules.maven.navigator.POMModelVisitor$SelectAction.getPopupPresenter(POMModelVisitor.java:1692)
   at org.openide.util.Utilities.actionsToPopup(Utilities.java:2744)
   at org.openide.util.Utilities.actionsToPopup(Utilities.java:2824)
   at org.openide.explorer.view.TreeView.createPopup(TreeView.java:1075)
   at org.openide.explorer.view.TreeView$PopupAdapter.showPopup(TreeView.java:1558)
   at org.openide.awt.MouseUtils$PopupMouseAdapter.maybePopup(MouseUtils.java:189)
Comment 1 mstarnacki 2011-06-10 18:36:21 UTC
Created attachment 108846 [details]
stacktrace
Comment 2 Jesse Glick 2011-06-10 18:40:47 UTC
I suppose you do not know how to reproduce this? (E.g. a particular POM which reliably triggers the exception.)
Comment 3 Jesse Glick 2011-06-10 18:51:09 UTC
core-main #8fb98c7732d5
Comment 4 Quality Engineering 2011-06-11 15:15:39 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/8fb98c7732d5
User: Jesse Glick <jglick@netbeans.org>
Log: #199345: [70cat] ArrayIndexOutOfBoundsException: 1