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

Bug 355663

Summary: [Marte]VSLProposalProvider limited to nfp_duration
Product: [Modeling] Papyrus Reporter: Esteban DUGUEPEROUX <esteban.dugueperoux>
Component: MarteAssignee: Project Inbox <mdt-papyrus-inbox>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Esteban DUGUEPEROUX CLA 2011-08-24 06:35:30 EDT
Build Identifier: 

On the class VSLProposalProvider of plugin "org.eclipse.papyrus.marte.vsl.ui" line 867 (method completeValueNamePair_Property()) "classifierForScoping = (Classifier)VSLJavaValidator._nfp_duration;" works only for vsl type nfp_duration. Replacing this line with "classifierForScoping = (Classifier) VSLJavaValidator.getExpectedType();" seems solve this limitation.

Reproducible: Always