Bug 508229 - Completion and validation not working on Property Customizations' 'Value Expression'
Summary: Completion and validation not working on Property Customizations' 'Value Expr...
Status: NEW
Alias: None
Product: Sirius
Classification: Modeling
Component: Diagram (show other bugs)
Version: 4.1.0   Edit
Hardware: All All
: P3 minor (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: triaged
Depends on:
Blocks:
 
Reported: 2016-11-26 08:11 EST by Pierre-Charles David CLA
Modified: 2016-12-22 07:55 EST (History)
1 user (show)

See Also:


Attachments
Sample file to reproduce the bug (1.78 KB, application/octet-stream)
2016-11-26 08:12 EST, Pierre-Charles David CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Pierre-Charles David CLA 2016-11-26 08:11:38 EST
Steps to reproduce:
1. Open the attached VSM.
2. Navigate to the single "Property Customization (by expression)" element. It is configured to apply to the style of mapping "C", whose domain class in "ecore.EClass".
3. In the "Value Expression" field, enter "aql:sel" and hit Ctrl-space: "self" is proposed, but untyped. If you ask for completion after "aql:self.", you will only get generic EObject services, no EClass-specific features or services.
Comment 1 Pierre-Charles David CLA 2016-11-26 08:12:17 EST
Created attachment 265598 [details]
Sample file to reproduce the bug