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

(-)Eclipse UI/org/eclipse/ui/internal/actions/ModifyWorkingSetDelegate.java (-2 / +3 lines)
Lines 271-280 Link Here
271
				}
271
				}
272
				else if (adaptables.length > 0) {
272
				else if (adaptables.length > 0) {
273
					for (int k = 0; k < adaptables.length; k++) {
273
					for (int k = 0; k < adaptables.length; k++) {
274
						if (existingElements.contains(adaptables[k]))
274
						if (existingElements.contains(adaptables[k])) {
275
							visible = true; // show if any element
275
							visible = true; // show if any element
276
											// is present in removal
276
											// is present in removal
277
						break;
277
							break;
278
						}
278
					}
279
					}
279
				}
280
				}
280
				
281
				

Return to bug 260747