No refresh when selecting generic implementation class parameter type

Issue #566 new
Jörg Kienzle created an issue

When the modeller selects a type for a generic implementation class parameter E, the GUI does not properly refresh to show the newly selected type (i.e., the type remains visualized as “E”, although it has been properly set in the model).

Steps to reproduce:

  • Create a RAM realization model (design modelling with RAM perspective)
  • Import, e.g., the java.util.ArrayList class (tap-and-hold on the background, select “import implementation class”, hit “+” and navigate to the rt.jar file of your Java installation, then type ArrayList in the selector box, then choose java.util.ArrayList)
  • Double-tap on the generic parameter “E”, then select a type, e.g., String
  • The “E” now remains shown in the GUI, but “String” should be shown instead!

Comments (0)

  1. Log in to comment