]
Martin Malina commented on JBIDE-21470:
---------------------------------------
[~rhopp], can you verify that this is indeed fixed now?
Use MessageDialog instead of MessageBox in ZombieProcessPrompter
----------------------------------------------------------------
Key: JBIDE-21470
URL:
https://issues.jboss.org/browse/JBIDE-21470
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: server
Affects Versions: 4.3.1.Beta1
Reporter: Radim Hopp
Assignee: Rob Stryker
Priority: Minor
Fix For: 4.3.1.Beta2
Our integration tests sometimes get stuck on this MessageBox as it creates native window
which RedDeer nor SWTBot can access. Using MessageDialog enable us to handle it within our
integration tests and as a bonus it matches eclipse look&feel better (imo).