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

Collapse All | Expand All

(-)src/org/eclipse/hyades/test/ui/internal/editor/form/ArtifactLocationMapForm.java (+3 lines)
Lines 229-234 Link Here
229
						if(elements[i] instanceof CFGArtifactLocationPair)
229
						if(elements[i] instanceof CFGArtifactLocationPair)
230
						{
230
						{
231
							CFGArtifactLocationPair pair = (CFGArtifactLocationPair)elements[i];
231
							CFGArtifactLocationPair pair = (CFGArtifactLocationPair)elements[i];
232
							if((pair.getArtifact() == null) || (pair.getLocation() == null)) {
233
								continue;
234
							}
232
							if(pair.getArtifact().eIsProxy() || pair.getLocation().eIsProxy())
235
							if(pair.getArtifact().eIsProxy() || pair.getLocation().eIsProxy())
233
								continue;
236
								continue;
234
							resolvedEls.add(pair);
237
							resolvedEls.add(pair);

Return to bug 166025