super();
this.iproject = iproject;
}
public void registerCloud(Project project, BugCollection collection, final Cloud cloud) {
cloudListener = new CloudListener() {
public void statusUpdated() {
final String statusMsg = cloud.getStatusMsg();
final IWorkbenchWindow win = FindbugsPlugin.getActiveWorkbenchWindow();
win.getShell().getDisplay().asyncExec(new Runnable() {