Community
Participate
Working Groups
the function "decrement" leads to wrong java code. instead of the correct expression: variable = variable - 1; it writes: variable = --variable; which leads to an error.
(Need to check if this happens with increment as well.)
Fixed, see: http://git.eclipse.org/c/amp/org.eclipse.amp.git/commit/?id=466f9ef255abbb0235fc14eb0e84e1b57c28d1fd&ss=1 Not extensively tested, please verify.