Community
Participate
Working Groups
In the context of a sequence diagram, there is a class cast exception when a sub-class of message is drawn between 2 lifelines. This is due to a uncheck cast in the aspect connection tool (Connector => should be at least Edge). A check for the cast and a cast to Edge instead of connector should be better.
Assigned to Remi. No need to cast to Edge, an Object was waited in the single usage of the casted element.
fixed in r9438 in branch 0.9.X
fixed in r9439 in the trunk.