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

Collapse All | Expand All

(-)src-hierarchy/org/eclipse/hyades/models/hierarchy/util/EObjectsTraverser.java (-1 / +5 lines)
Lines 1-5 Link Here
1
/**********************************************************************
1
/**********************************************************************
2
 * Copyright (c) 2003, 2007 IBM Corporation and others.
2
 * Copyright (c) 2003, 2008 IBM Corporation and others.
3
 * All rights reserved.   This program and the accompanying materials
3
 * All rights reserved.   This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
5
 * which accompanies this distribution, and is available at
Lines 99-104 Link Here
99
		while (iter.hasNext()) {
99
		while (iter.hasNext()) {
100
			EObject traversedElement = (EObject) iter.next();
100
			EObject traversedElement = (EObject) iter.next();
101
			EObject visitorElement = getElement(traversedElement);
101
			EObject visitorElement = getElement(traversedElement);
102
			
103
			if (traversedElement == null)
104
				break;
105
				
102
106
103
			if (!beforeChildren(visitorElement))
107
			if (!beforeChildren(visitorElement))
104
				return false;
108
				return false;

Return to bug 201896