Community
Participate
Working Groups
Build Identifier: Steps to reproduce: 1. Create Tigerstripe project with 2 datatype artifacts 2. Add extend from one artifact to another 3. Create class diagram and add artifacts on diagram - extends link is displayed. 4. Create another package in Explorer 5. Move datatype artifacts to another package Result: Check diagram - there are no extends link. The issue happens not always, but it always happens when I run 'MultipleMove' test from Tigerstripe repository. See result of diagram audit: Diagram audit result (model-refactoring: 1/4 diagrams have errors) \model-refactoring\src\simple\default.wvd Artifacts simple.moved.DataMiddle In model extends simple.moved.DataTop but not in diagram (null). Reproducible: Sometimes
Maria, does the diagram with the missing extends pass validation ? Are there any errors in the error log if you open it or modify it ?
Chris, The diagram does not pass validation - when I run 'Diagram audit', it has incountered a problem Diagram audit result (model-refactoring: 1/4 diagrams have errors) \model-refactoring\src\simple\default.wvd Artifacts simple.moved.DataMiddle In model extends simple.moved.DataTop but not in diagram (null). When I open diagram or modify it, no other errors in error log displays. And when I modified the extended artifact (i've added an attribute), extends link is appeared on the diagram.
thanks Maria, so it seems to be different from the "Semantic Refresh Errors" I am getting that had some similarity to the initial BZ description.
Created attachment 195729 [details] TS-344073.patch.txt Fixed.
Valentin's patch applied.
Verified. Closing issue