[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[ice-build] [eclipse/ice] 617778: Committing fix for issues in EMFComponent. Got rid...
|
Branch: refs/heads/mccaskey/emfxml
Home: https://github.com/eclipse/ice
Commit: 6177782263fc1749f99b80bdc68d2a3115e5223d
https://github.com/eclipse/ice/commit/6177782263fc1749f99b80bdc68d2a3115e5223d
Author: Alex McCaskey <mccaskeyaj@xxxxxxxx>
Date: 2015-02-02 (Mon, 02 Feb 2015)
Changed paths:
M src/org.eclipse.ice.datastructures/src/org/eclipse/ice/datastructures/form/emf/EMFComponent.java
M src/org.eclipse.ice.datastructures/src/org/eclipse/ice/datastructures/form/emf/EMFTreeComposite.java
M tests/org.eclipse.ice.datastructures.test/src/org/eclipse/ice/datastructures/test/EMFComponentTester.java
Log Message:
-----------
Committing fix for issues in EMFComponent. Got rid of recursive
EMFTreeComposite creation upon XML file load. Fixed a bug in
EMFTreeComposite.getChildExemplars that was looping over
EClass.getEReferences instead of EClass.getEAllReferences.
Signed-off-by: Alex McCaskey <mccaskeyaj@xxxxxxxx>