eclipse / eavp

Eclipse advanced visualization project
Eclipse Public License 1.0
9 stars 15 forks source link

EMF files should not instantiate lists in their constructors #81

Closed SmithRWORNL closed 8 years ago

SmithRWORNL commented 8 years ago

For EMF classes with with data structures such as lists or maps as class variables specified in the model, the class should not instantiate the list itself. In the jay/model branch, references to these data members in the code should be replaced by get() operations to allow for EMF's lazy loading to instantiate them.

SmithRWORNL commented 8 years ago

A fix for this has been merged into next as of commit 0b1bbd9317bfeddbd5373b6df195473e0c4525e0