From jira-events at lists.jboss.org Tue Jan 17 21:06:25 2012 Content-Type: multipart/mixed; boundary="===============2260457771668926161==" MIME-Version: 1.0 From: Alexey Kazakov (JIRA) To: jbosstools-issues at lists.jboss.org Subject: [jbosstools-issues] [JBoss JIRA] (JBIDE-10661) EL validator should ignore ELs with syntax errors Date: Tue, 17 Jan 2012 21:06:18 -0500 Message-ID: <1661180191.6561.1326852378219.JavaMail.tomcat@jira02.app.mwc.hst.phx2.redhat.com> --===============2260457771668926161== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Alexey Kazakov created JBIDE-10661: -------------------------------------- Summary: EL validator should ignore ELs with syntax errors Key: JBIDE-10661 URL: https://issues.jboss.org/browse/JBIDE-10661 Project: Tools (JBoss Tools) Issue Type: Bug Components: jsp/jsf/xml source editing Affects Versions: 3.3.0.Beta1 Reporter: Alexey Kazakov Assignee: Alexey Kazakov Fix For: 3.3.0.Beta1 1. Create JSF 2 Kick Start project. 2. Open WebContent/pages/inputname.xhtml 3. Add #{asd.} in any text node: {code} #{asd.} Input User Name JSF 2 Hello Application {code} 4. Save the file. 5. See problems view. There are two EL KB problems. One is "'asd.' cannot b= e resolved". And the other one is "Syntax error". We should ignore EL if th= ere is a syntax error. So the only correct warning for #{abc.} is the synta= x problem. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrato= rs: https://issues.jboss.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira =20 --===============2260457771668926161==--