Community
Participate
Working Groups
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 } }
New Gerrit change created: https://git.eclipse.org/r/83014
Gerrit change https://git.eclipse.org/r/83014 was merged to [master]. Commit: http://git.eclipse.org/c/eef/org.eclipse.eef.git/commit/?id=16f0326138fb99bc6f46ba440cf62ba1b244751a
Fixed.