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

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


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