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

Alexey Kazakov (JIRA) jira-events at lists.jboss.org
Wed May 26 04:18:55 EDT 2010


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

Alexey Kazakov resolved JBIDE-6352.
-----------------------------------

    Resolution: Done


> 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.next
>
>
> 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