Message View: cannot create a self-message of an operation defined in the superclass

Issue #191 resolved
Omar Alam created an issue

I was trying to create a self-message for an operation defined in an implementation superclass (Stock) in the sublclass (StockImpl), and the operation did not appear in the list.

Comments (4)

  1. Matthias Schoettle

    Resolved issue #191: Super types are now collected as well for possible classifiers of interest (this is used to find a choice of values of operations for messages, for example).

    → <<cset b265bd955a17>>

  2. Log in to comment