View | Details | Raw Unified | Return to bug 279748 | Differences between
and this patch

Collapse All | Expand All

(-)Eclipse UI/org/eclipse/ui/internal/progress/ProgressManager.java (-2 lines)
Lines 27-33 Link Here
27
import java.util.Hashtable;
27
import java.util.Hashtable;
28
import java.util.Iterator;
28
import java.util.Iterator;
29
import java.util.Map;
29
import java.util.Map;
30
31
import org.eclipse.core.runtime.IProgressMonitor;
30
import org.eclipse.core.runtime.IProgressMonitor;
32
import org.eclipse.core.runtime.IProgressMonitorWithBlocking;
31
import org.eclipse.core.runtime.IProgressMonitorWithBlocking;
33
import org.eclipse.core.runtime.IStatus;
32
import org.eclipse.core.runtime.IStatus;
Lines 383-389 Link Here
383
382
384
			public void statusManagerNotified(int type, StatusAdapter[] adapters) {
383
			public void statusManagerNotified(int type, StatusAdapter[] adapters) {
385
				if(type == INotificationTypes.HANDLED){
384
				if(type == INotificationTypes.HANDLED){
386
					FinishedJobs.getInstance().removeErrorJobs();
387
					StatusAdapterHelper.getInstance().clear();
385
					StatusAdapterHelper.getInstance().clear();
388
				}
386
				}
389
			}
387
			}

Return to bug 279748