Community
Participate
Working Groups
Build Identifier: I created a class diagram with two Interfaces in it (with class notation). Then I created a navigable association between these interfaces. The association is created well, but the owningAttribute is also shown in the properties compartment of the interface figure. Using a navigable with normal classes this attribute doesn't appear in the diagram. (see attached picture) The error comes due to an incomplete ocl (see attached picture) Attached you'll find an patch for the classDiagram.gmfmap to solve the problem. Reproducible: Always
Created attachment 174495 [details] Incorrect rendered class diagram
Created attachment 174496 [details] incomplete ocl in gmfmap This picture shows where the error is in the classDiagram.gmfmap file
Created attachment 174497 [details] patch to solve the bug This Patch for the classDiagram.gmfmap file solves this bug
Comment on attachment 174497 [details] patch to solve the bug Reviewed
patch committed to head, with mninor changes (oclIsUnderined instead of = null)