Elements overwritten in selector for generic type

Issue #136 resolved
Matthias Schoettle created an issue

When selecting a generic type, classes with the same name (from extended aspects) overwrite others, also happens for primitive types. The result is that only the last added one is shown, which can be from the extended aspect.

There are two problems:

  • Filter out primitive types from extended aspects
  • Add the aspect name of extended aspects in front of those classes (this avoids overwriting the key in the map of the selector)

Comments (1)

  1. Matthias Schoettle reporter

    Resolved issue #136: Filtering out primitive types from other aspects. Added label provider to display aspect name in front of classes of extended aspects.

    → <<cset 17739cf64084>>

  2. Log in to comment