Bug 355663 - [Marte]VSLProposalProvider limited to nfp_duration
Summary: [Marte]VSLProposalProvider limited to nfp_duration
Status: NEW
Alias: None
Product: Papyrus
Classification: Modeling
Component: Marte (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-24 06:35 EDT by Esteban DUGUEPEROUX CLA
Modified: 2017-09-26 15:43 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 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