);
MultiStatus status = new MultiStatus(Plugin.PLUGIN_ID, IJavaDebugUIConstants.INTERNAL_ERROR,
"One or more exceptions occurred while adding projects.", null); //$NON-NLS-1$
if (dialog.open() == Window.OK) {
Object[] selections = dialog.getResult();
List<IFolder> additions = new ArrayList<IFolder>(selections.length);
for (int i = 0; i < selections.length; i++) {
IFolder jp = (IFolder)selections[i];