Ondrej Dockal created JBIDE-25396:
-------------------------------------
Summary: Change message confirmation class of Openshift discovery of image
registry URL
Key: JBIDE-25396
URL:
https://issues.jboss.org/browse/JBIDE-25396
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: cdk, openshift
Affects Versions: 4.5.2.AM1
Reporter: Ondrej Dockal
Assignee: Ondrej Dockal
Fix For: 4.5.2.AM1
When handling confirmation dialog of discovery feature in openshift connection wizard,
MessageBox is used. This class is subclass of org.eclipse.swt.widgets.Dialog which is
mentioned to be using built-in platform dialogs that are not accessible via RedDeer
framework or any other way. I cannot handle this kind of dialog in integration tests.
Thus, I would like to change the MessageBox implementation to MessageDialog which is from
jface layer and is easily obtainable via RedDeer.
To advocate this patch, MessageDialog is commonly used in openshift plugin while
MessageBox is not (just this one occurrence).
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)