Bug 441162 - Cannot use := for context property initialization
Summary: Cannot use := for context property initialization
Status: NEW
Alias: None
Product: QVTo
Classification: Modeling
Component: Engine (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows NT
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-05 06:41 EDT by Ed Willink CLA
Modified: 2014-08-05 06:41 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 2014-08-05 06:41:25 EDT
Eclipse QVTo has a nice warning to discourage use of + var initialization that teaches to avoid = wherever possible.

Unfortunately this doesn't apply to contextual properties where = is mandated although the grammar would appear to allow := and ::= as well.

The following fails to parse.

property debugProperties : Boolean := false;