Duplicate operations when weaving Association concern

Issue #281 open
Matthias Schoettle created an issue

As reported by Jörg: When weaving certain features in the Association concern, duplicate operations are the result. For example, weaving HashMap results in all operations being duplicated (i.e., the partial and the concrete ones).

Comments (3)

  1. Matthias Schoettle reporter

    Resolves #281: Adds an OR clause to also check whether the existing references match in case the woven reference does not. In addition, the check for matching parameter names is removed.

    → <<cset 1b937bf3d2bd>>

  2. Matthias Schoettle reporter
    • changed status to open

    This is still an issue, e.g., when weaving ArrayList, duplicate methods occur. It seems that this is due to the fact that the weaver does not correctly determine whether the parameter types are the same. One of the parameters refers to a type of another aspect.

  3. Log in to comment