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 174551 - java.lang.ArrayIndexOutOfBoundsException after Shift-F10 in "Run Monitor"
Summary: java.lang.ArrayIndexOutOfBoundsException after Shift-F10 in "Run Monitor"
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Profile (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Alexey Vladykin
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2009-10-14 14:23 UTC by soldatov
Modified: 2009-10-15 10:23 UTC (History)
1 user (show)

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 soldatov 2009-10-14 14:23:20 UTC
Scenario:
- Create Arguments project
- Create Welcome project
- Run Arguments project
- Run Welcome project
- Click into 'Run Monitor' tab
- Press Shift-F10
==>
java.lang.ArrayIndexOutOfBoundsException: 1
	at org.netbeans.modules.cnd.gizmo.ui.GizmoIndicatorDelegator.getActions(GizmoIndicatorDelegator.java:147)
[catch] at
org.netbeans.modules.cnd.gizmo.ui.GizmoIndicatorsTopComponent$PopupAction.run(GizmoIndicatorsTopComponent.java:432)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
	at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:117)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
Comment 1 Alexander Pepin 2009-10-14 14:40:01 UTC
Affects A11Y testing.
Comment 2 Alexey Vladykin 2009-10-14 15:13:35 UTC
Fixed in http://hg.netbeans.org/cnd-main/rev/d82256d740be
Comment 3 Quality Engineering 2009-10-15 10:23:39 UTC
Integrated into 'main-golden', will be available in build *200910150201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/d82256d740be
User: Alexey Vladykin <alexey_vladykin@netbeans.org>
Log: #174551 java.lang.ArrayIndexOutOfBoundsException after Shift-F10 in "Run Monitor"