[
https://issues.jboss.org/browse/JBIDE-9761?page=com.atlassian.jira.plugin...
]
Vlado Pakan closed JBIDE-9761.
------------------------------
Verified on jbosstools-3.3_stable_branch.aggregate-Update-2011-10-27_16-13-53-H37.
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}
@ManagedBean
public class User {}
{code}
{code}
@ManagedBean(name="user")
public class AnotherUser {}
{code}
{code}
@ManagedBean(name="")
public class User {}
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira