vitruv-tools / Vitruv

View-based Development and Model Consistency Framework
http://vitruv.tools
Eclipse Public License 1.0
14 stars 19 forks source link

Fix Error When Commonality Contains No Mappings for a Domain #374

Closed jGleitz closed 3 years ago

jGleitz commented 3 years ago

Currently, code generation fails if there is a participation for a domain, but no mappings for this domain. This is a valid Commonality (although not a meaningful one) and should not fail the code generation. Hence the fix.

In the future, it would be a nice-to-have to introduce a warning for unused participations.