Bug 563775 - CCE in Tracing preference page
Summary: CCE in Tracing preference page
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: IDE (show other bugs)
Version: 4.15   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-05-31 12:16 EDT by Andrey Loskutov CLA
Modified: 2020-05-31 12:16 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 Andrey Loskutov CLA 2020-05-31 12:16:08 EDT
I've tried to use "backspace" in the Tracing/"Trace file size" entry and every time got this CCE below:

java.lang.ClassCastException: class org.eclipse.swt.widgets.Spinner cannot be cast to class org.eclipse.swt.widgets.Text (org.eclipse.swt.widgets.Spinner and org.eclipse.swt.widgets.Text are in unnamed module of loader org.eclipse.osgi.internal.loader.EquinoxClassLoader @3e14d390)
	at org.eclipse.ui.trace.internal.TracingPreferencePage.getInput(TracingPreferencePage.java:454)
	at org.eclipse.ui.trace.internal.TracingPreferencePage.verifyIntInput(TracingPreferencePage.java:470)
	at org.eclipse.ui.trace.internal.TracingPreferencePage.lambda$2(TracingPreferencePage.java:379)
	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89)
	at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5687)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1423)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1449)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1432)
	at org.eclipse.swt.widgets.Spinner.verifyText(Spinner.java:1290)
	at org.eclipse.swt.widgets.Spinner.gtk_delete_text(Spinner.java:682)
	at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:2290)