1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00
cdt/launchbar/org.eclipse.launchbar.ui.tests
Mat Booth 6e95a40a57 Bug 560287 - java.lang.CCE: o.e.swt.layout.GridData cannot be cast
Previously custom launch config tabs could cause a Class Cast Exception
in the Launchbar's edit launch config dialog if they did not use the
GridLayout. Since ed1e058 the launchbar dialog no longer tries to give
the tab control GridLayoutData, avoiding the problem and allowing custom
tabs to use whatever layout they wish.

This change updates the launchbar UI tests to Junit 5 and adds a new
SWTbot test to verify the dialog no longer throws a CCE in this case.

Signed-off-by: Mat Booth <mat.booth@gmail.com>
Change-Id: I05c85cd5f0f5996e46601990b72602383b3fac06
2021-11-05 13:51:07 +00:00
..
.settings Bug 566511: [releng] Add missing UTF-8 encoding for all CDT projects 2020-08-30 20:02:41 -04:00
META-INF Bug 560287 - java.lang.CCE: o.e.swt.layout.GridData cannot be cast 2021-11-05 13:51:07 +00:00
src/org/eclipse/launchbar/ui/tests Bug 560287 - java.lang.CCE: o.e.swt.layout.GridData cannot be cast 2021-11-05 13:51:07 +00:00
.classpath Bug 562494: Update BREE to Java 11 2020-08-24 17:50:56 -04:00
.project Bug 558439: Move launchbar plug-ins into its own folder 2019-12-18 13:41:51 -05:00
about.html Bug 558827: Add feature info for launchbar and tools.templates 2020-01-13 13:36:03 -05:00
build.properties Bug 560287 - java.lang.CCE: o.e.swt.layout.GridData cannot be cast 2021-11-05 13:51:07 +00:00
plugin.properties Fixed "The value for X attribute is not externalized" warning 2020-08-28 21:32:18 +02:00
plugin.xml Bug 560287 - java.lang.CCE: o.e.swt.layout.GridData cannot be cast 2021-11-05 13:51:07 +00:00
pom.xml Bug 560287 - java.lang.CCE: o.e.swt.layout.GridData cannot be cast 2021-11-05 13:51:07 +00:00
swtbot-test-plugin.properties Bug 560287 - java.lang.CCE: o.e.swt.layout.GridData cannot be cast 2021-11-05 13:51:07 +00:00