[JBoss JIRA] (JBIDE-27256) EL syntax error on = (assignment) and += (string concat)
by Thies W. (Jira)
[ https://issues.redhat.com/browse/JBIDE-27256?page=com.atlassian.jira.plug... ]
Thies W. updated JBIDE-27256:
-----------------------------
Description:
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'}
was:
Wrong syntax error on EL assignment (the equals sign is underlined): EL syntax error: Expecting '}'.
Example:
#{myVar = 3+4} or #{myVar = 3+4 ; 'some text'}
For string concat (this is already reported in JBIDE-23891):
#{'foo' += 'bar'}
Fix Version/s: (was: 4.16.0.AM1)
Sprint: (was: devex #184 May 2020)
> 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
>
> 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'}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 11 months
[JBoss JIRA] (JBIDE-27256) EL syntax error on = (assignment) and += (string concat)
by Thies W. (Jira)
Thies W. created JBIDE-27256:
--------------------------------
Summary: 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.
Wrong syntax error on EL assignment (the equals sign is underlined): EL syntax error: Expecting '}'.
Example:
#{myVar = 3+4} or #{myVar = 3+4 ; 'some text'}
For string concat (this is already reported in JBIDE-23891):
#{'foo' += 'bar'}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 11 months