Claus Ibsen created CAMEL-5736:
----------------------------------
Summary: Simple language - Unary operators should be more lenient
and only be applicable if previous node is a function expression
Key: CAMEL-5736
URL: https://issues.apache.org/jira/browse/CAMEL-5736
Project: Camel
Issue Type: Improvement
Components: camel-core
Reporter: Claus Ibsen
Assignee: Claus Ibsen
Priority: Minor
Fix For: 2.11.0
When using ++ or -- unary operators. We should only apply this if the previous
node is a function, eg such as
{code}
${header.counter}++
{code}
Where as if you use ++ or -- for text then its just literal
{code}
++++ bla bla ++++
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira