No import created for constructor calls in certain cases

Issue #254 resolved
Matthias Schoettle created an issue

In the following example, no import is created for MinuetoFrame.

Screen Shot 2014-12-12 at 12.33.46.png

The new instance is assigned to an existing association end with a type of a super class of MinuetoFrame.

Comments (1)

  1. Matthias Schoettle reporter

    Resolves #254: Adds all classes of which operations are called.

    When the given class is the sender of a message, the message signature's class (container of the operation) is included in the set of considered classes for imports.

    → <<cset e7022ba2a2bb>>

  2. Log in to comment