Community
Participate
Working Groups
When the mouse is over the OperationCompartment or the NestedClassifierCompartment of an AssociationClass, no name is displayed. The problem comes from Message.java : we find public static final String AssociationClassNestedClassifierCompartmentEditPart_title = null; public static final String AssociationClassOperationCompartmentEditPart_title = null; instead of public static String AssociationClassOperationCompartmentEditPart_title; public static String AssociationClassNestedClassifierCompartmentEditPart_title;
Done in r2714