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 276133 | Differences between
and this patch

Collapse All | Expand All

(-)src/org/eclipse/equinox/internal/p2/director/Projector.java (+1 lines)
Lines 203-208 Link Here
203
			Map.Entry entry = (Map.Entry) iterator.next();
203
			Map.Entry entry = (Map.Entry) iterator.next();
204
			HashMap conflictingEntries = (HashMap) entry.getValue();
204
			HashMap conflictingEntries = (HashMap) entry.getValue();
205
			if (conflictingEntries.size() == 1) {
205
			if (conflictingEntries.size() == 1) {
206
				weightedObjects.add(WeightedObject.newWO(conflictingEntries.values().iterator().next(), BigInteger.ONE));
206
				continue;
207
				continue;
207
			}
208
			}
208
			List toSort = new ArrayList(conflictingEntries.values());
209
			List toSort = new ArrayList(conflictingEntries.values());

Return to bug 276133