Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 325268 - [Class Diagram] The compartment's names on AssociationClass are not found
Summary: [Class Diagram] The compartment's names on AssociationClass are not found
Status: RESOLVED FIXED
Alias: None
Product: Papyrus
Classification: Modeling
Component: Core (show other bugs)
Version: 0.7.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Vincent Lorenzo CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-14 10:56 EDT by Vincent Lorenzo CLA
Modified: 2010-09-16 05:37 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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