Bug 499457 - Grammar support for attribute name starting with @
Summary: Grammar support for attribute name starting with @
Status: NEW
Alias: None
Product: EMF
Classification: Modeling
Component: ESON (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Michael Vorburger CLA
QA Contact: Michael Vorburger CLA
URL: https://git.eclipse.org/r/#/c/78756/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-09 10:42 EDT by Umesh M CLA
Modified: 2016-09-09 20:59 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 Umesh M CLA 2016-08-09 10:42:32 EDT
From the Grammar description we see that the attribute or MultiValue name should start with letter or underscore. It restricts few scenarios when we need name with @ or dot(.). What is the best approach to handle this.
Change the Terminal ID grammar to support these or do we have option to handle this.
Comment 1 Umesh M CLA 2016-08-10 09:13:05 EDT
I have a proposal for handling this scenario with grammar change.
Please validate and merge