[jbosstools-issues] [JBoss JIRA] Resolved: (JBIDE-9761) JSF Tools should provide code completion for @ManagedBean(name="")

Alexey Kazakov (JIRA) jira-events at lists.jboss.org
Wed Sep 21 15:16:26 EDT 2011


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

Alexey Kazakov resolved JBIDE-9761.
-----------------------------------

      Assignee: Viacheslav Kabanovich  (was: Alexey Kazakov)
    Resolution: Done


fixed

> JSF Tools should provide code completion for @ManagedBean(name="")
> ------------------------------------------------------------------
>
>                 Key: JBIDE-9761
>                 URL: https://issues.jboss.org/browse/JBIDE-9761
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: JSF
>    Affects Versions: 3.3.0.M3
>            Reporter: Alexey Kazakov
>            Assignee: Viacheslav Kabanovich
>            Priority: Critical
>             Fix For: 3.3.0.M4
>
>
> The following beans has the same name "user":
> {code}
> @MamanedBean
> public class User {}
> {code}
> {code}
> @MamanedBean(name="user")
> public class AnotherUser {}
> {code}
> {code}
> @MamanedBean(name="")
> public class User {}
> {code}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list