Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 326229

Summary: ArrayIndexOutOfBoundsException when resizing scope to 0
Product: z_Archived Reporter: Wim Jongman <wim.jongman>
Component: NebulaAssignee: Wim Jongman <wim.jongman>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:

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