]
Stephane Bouchet updated JBIDE-27256:
-------------------------------------
Fix Version/s: 4.17.0.AM1
(was: 4.16.0.Final)
EL syntax error on = (assignment) and += (string concat)
--------------------------------------------------------
Key: JBIDE-27256
URL:
https://issues.redhat.com/browse/JBIDE-27256
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: jsf
Affects Versions: 4.15.0.Final
Reporter: Thies W.
Assignee: Jeff MAURY
Priority: Major
Fix For: 4.17.0.AM1
Wrong syntax error on EL assignment (the equals sign is underlined): EL syntax error:
Expecting '}'.
Example:
\#\{myVar = 3+4}
\#\{myVar = 3+4 ; 'some text'}
For string concat (this is already reported in JBIDE-23891):
\#\{'foo' += 'bar'}