Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 326229 - ArrayIndexOutOfBoundsException when resizing scope to 0
Summary: ArrayIndexOutOfBoundsException when resizing scope to 0
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Nebula (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Wim Jongman CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-25 11:14 EDT by Wim Jongman CLA
Modified: 2021-07-05 11:41 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Wim Jongman CLA 2010-09-25 11:14:16 EDT
When the scope is resized to 0 then an exception is thrown.


java.lang.ArrayIndexOutOfBoundsException: 0
	at org.eclipse.nebula.widgets.oscilloscope.Oscilloscope$IntegerFiFoCircularStack.push(Oscilloscope.java:178)
	at org.eclipse.nebula.widgets.oscilloscope.Oscilloscope$IntegerFiFoCircularStack.<init>(Oscilloscope.java:154)
	at org.eclipse.nebula.widgets.oscilloscope.Oscilloscope.setSizeInternal(Oscilloscope.java:284)
	at org.eclipse.nebula.widgets.oscilloscope.Oscilloscope.controlResized(Oscilloscope.java:252)
	at org.eclipse.nebula.widgets.oscilloscope.Oscilloscope$3.controlResized(Oscilloscope.java:236)
	at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:228)
	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
	at org.eclipse.sw
Comment 1 Wim Jongman CLA 2011-12-20 08:37:37 EST
Fixed a while ago