Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 137044
Collapse All | Expand All

(-)Eclipse UI/org/eclipse/ui/internal/progress/ProgressManager.java (-3 lines)
Lines 1123-1131 Link Here
1123
	 * @return Collection of IJobBusyListener
1123
	 * @return Collection of IJobBusyListener
1124
	 */
1124
	 */
1125
	private Collection busyListenersForJob(Job job) {
1125
	private Collection busyListenersForJob(Job job) {
1126
		if (job.isSystem()) {
1127
			return Collections.EMPTY_LIST;
1128
		}
1129
		synchronized (familyKey) {
1126
		synchronized (familyKey) {
1130
1127
1131
			if (familyListeners.isEmpty()) {
1128
			if (familyListeners.isEmpty()) {

Return to bug 137044