Filter out constructors from abstract classes

Issue #428 resolved
Matthias Schoettle created an issue

Consider an abstract class with a constructor. And a concrete sub-class with a constructor.

When creating a new lifeline with a message, it is possible to choose the metaclass lifeline of the abstract class and select the constructor.

However, this should not be possible. See example model attached.

I.e., the constructors of abstract classes should be filtered out.

Comments (2)

  1. Log in to comment