String _name = bundleProject.getName();
String _plus_1 = (_name + ".jemmy");
launchDef.setProjectName(_plus_1);
String _plus_2 = (symbolicName + ".product");
launchDef.setTestProductId(_plus_2);
FeatureFile _feature = plugin.getFeature();
EList<FeaturePlugin> _plugins = _feature.getPlugins();
for (final FeaturePlugin fp : _plugins) {
String _id = fp.getId();
boolean _equals = symbolicName.equals(_id);
if (_equals) {
} else {