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 156789 - ArrayIndexOutOfBoundsException: 0
Summary: ArrayIndexOutOfBoundsException: 0
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: Codecoverage (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Mikhail Kondratyev
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-14 13:16 UTC by Marian Mirilovic
Modified: 2009-01-14 13:16 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 26248


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Mirilovic 2009-01-14 13:16:39 UTC
30 duplicates so far ...

Build: NetBeans IDE 6.0 (Build 200711261600)
VM: Java HotSpot(TM) Client VM, 1.6.0_03-b05
OS: Windows XP, 5.1, x86
User comments: closed one of the two open projects.
STACKTRACE: (first 10 lines)
java.lang.ArrayIndexOutOfBoundsException: 0
        at
org.netbeans.modules.coverage.ProjectMenuAction$ProjectContextAwareMenuAction$ProjectMenuItems.<init>(ProjectMenuAction.java:145)
        at
org.netbeans.modules.coverage.ProjectMenuAction$ProjectContextAwareMenuAction.getPopupPresenter(ProjectMenuAction.java:126)
        at org.openide.util.Utilities.actionsToPopup(Utilities.java:2674)
        at org.openide.util.Utilities.actionsToPopup(Utilities.java:2754)
        at org.openide.explorer.view.TreeView.createPopup(TreeView.java:918)
        at org.openide.explorer.view.TreeView$PopupAdapter.showPopup(TreeView.java:1376)
        at org.openide.awt.MouseUtils$PopupMouseAdapter.maybePopup(MouseUtils.java:182)
        at org.openide.awt.MouseUtils$PopupMouseAdapter.mouseReleased(MouseUtils.java:177)
        at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:273)
        at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:272)