Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 325268

Summary: [Class Diagram] The compartment's names on AssociationClass are not found
Product: [Modeling] Papyrus Reporter: Vincent Lorenzo <vincent.lorenzo>
Component: CoreAssignee: Vincent Lorenzo <vincent.lorenzo>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 0.7.0   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Vincent Lorenzo CLA 2010-09-14 10:56:08 EDT
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;
Comment 1 Vincent Lorenzo CLA 2010-09-16 05:37:52 EDT
Done in r2714