Type not localized when choosing TypeParameter

Issue #537 new
Matthias Schoettle created an issue

Steps to reproduce:

  1. Create parent model with class X
  2. Create child model (which extends parent model)
  3. Import implementation class java.util.List<T>
  4. Select X as type for the list

Result:

The type for the TypeParameter is set, but X refers directly to the one in the parent model.

Expected Result:

X should be localized.

Comments (0)

  1. Log in to comment