Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 505772 - Dynamic mappings can only use one if
Summary: Dynamic mappings can only use one if
Status: RESOLVED FIXED
Alias: None
Product: EEF
Classification: Modeling
Component: Core (show other bugs)
Version: 1.7.0   Edit
Hardware: All All
: P3 normal
Target Milestone: 1.7.2   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-12 05:53 EDT by Stephane Begaudeau CLA
Modified: 2016-10-24 11:59 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stephane Begaudeau CLA 2016-10-12 05:53:09 EDT
Steps to reproduce:

- create a dynamic mapping with two "if" both with the precondition "aql:true"
- only the first one is used while both should be used


It should match the behavior of:

for ( iterator : iteration_expression ) {
  if ( aql:true ) {
    // create a first widget
  }
  if ( aql:true ) {
    // create a second widget
  }
}
Comment 1 Eclipse Genie CLA 2016-10-12 05:59:06 EDT
New Gerrit change created: https://git.eclipse.org/r/83014
Comment 3 Pierre-Charles David CLA 2016-10-24 11:59:11 EDT
Fixed.