Bug 387343 - Missing support for name escaping
Summary: Missing support for name escaping
Status: NEW
Alias: None
Product: Acceleo
Classification: Modeling
Component: Core (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows Vista
: P3 normal
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-16 01:20 EDT by Ed Willink CLA
Modified: 2012-08-16 01:20 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 Ed Willink CLA 2012-08-16 01:20:45 EDT
In a context where Acceleo recognises Integer such as

    [let arity : Integer = ast.iterator->size()]

both the OCL 2.0 escape syntax of

    _Integer

and the OCL 2.3 escape syntax of

    _'Integer'

are reported as InvalidType for the source text.