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 244171
Collapse All | Expand All

(-)Eclipse UI/org/eclipse/ui/internal/activities/Identifier.java (-4 / +3 lines)
Lines 146-155 Link Here
146
146
147
        if (identifierListeners != null) {
147
        if (identifierListeners != null) {
148
			identifierListeners.remove(identifierListener);
148
			identifierListeners.remove(identifierListener);
149
		}
149
			if (identifierListeners.isEmpty()) {
150
150
				strongReferences.remove(this);
151
        if (identifierListeners.isEmpty()) {
151
			}
152
			strongReferences.remove(this);
153
		}
152
		}
154
    }
153
    }
155
154

Return to bug 244171