Parameter type not localized when creating a new operation

Issue #528 resolved
Matthias Schoettle created an issue

Steps to reproduce:

  1. Create parent model with class X
  2. Create child model (which extends parent model) with class Y
  3. Add an operation with the following signature: + void test(X someX)

Result:

The operation is added, but the type of the parameter points directly to the parent model type

Expected Result:

X should be localized.

Comments (4)

  1. Log in to comment