JOptionPane.YES_NO_OPTION) == JOptionPane.YES_OPTION)) {
AnalyzingDialog.show(p);
} else if (!Util.nullSafeEquals(newCloudId, oldCloudId)) {
BugCollection bugs = mainFrame.getBugCollection();
try {
bugs.reinitializeCloud();
mainFrame.getComments().updateCloud();
} catch (Exception e) {
JOptionPane.showMessageDialog(NewProjectWizard.this, "Error loading " + newCloudId + "\n\n"
+ e.getClass().getSimpleName() + ": " + e.getMessage(),
"FindBugs Cloud Error", JOptionPane.ERROR_MESSAGE);