[jbosstools-issues] [JBoss JIRA] Updated: (JBIDE-6352) Wrong error marker for unresolved EL.

Max Rydahl Andersen (JIRA) jira-events at lists.jboss.org
Mon Jun 14 06:30:53 EDT 2010


     [ https://jira.jboss.org/browse/JBIDE-6352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Max Rydahl Andersen updated JBIDE-6352:
---------------------------------------

    Fix Version/s: 3.2.0.M1
                       (was: 3.2.x)


> Wrong error marker for unresolved EL.
> -------------------------------------
>
>                 Key: JBIDE-6352
>                 URL: https://jira.jboss.org/browse/JBIDE-6352
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: JSF
>    Affects Versions: 3.1.0.GA
>            Reporter: Alexey Kazakov
>            Assignee: Alexey Kazakov
>             Fix For: 3.2.0.M1
>
>
> 1. Create a seam project.
> 2. Add getFoo() method to Authenticator.java:
> @Name("authenticator")
> public class Authenticator {
>     public String getFoo() {
>     	return "";
>     }
> }
> 3. Add #{authenticator.foot.compareTo()} to home.xhtml. Save home.xhtml, build the project.
> 4. EL validator marks compareTo() as unresolved but should mark foot.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list