Unique assocation end constraint should not consider non-navigable ends

Issue #363 resolved
Matthias Schoettle created an issue

When checking for unique association end role names, only navigable ones should be considered.

A (myA) <--- (myB) B and A (myA) ---> (myB) SomeOtherClass will fail, even though only one is visible/navigable.

Comments (1)

  1. Log in to comment