pietermartin / umlg

Uml to java
5 stars 6 forks source link

Validate qualifiers on commit #45

Open pietermartin opened 8 years ago

pietermartin commented 8 years ago

Currently qualifiers are validated when the qualified collection is modified. When an object is created via its composite constructor the qualifiers value is not yet set and the validation passes. However later the value is set making the collection invalid but since it is not validated on commit the model is in a invalid state.