[
https://issues.jboss.org/browse/JBIDE-11449?page=com.atlassian.jira.plugi...
]
Daniel Azarov resolved JBIDE-11449.
-----------------------------------
Assignee: Viacheslav Kabanovich (was: Daniel Azarov)
Resolution: Done
verified
Specialized Bean can set bean name if it is not inherited
---------------------------------------------------------
Key: JBIDE-11449
URL:
https://issues.jboss.org/browse/JBIDE-11449
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: CDI
Affects Versions: 3.3.0.Beta1
Reporter: Viacheslav Kabanovich
Assignee: Viacheslav Kabanovich
Fix For: 3.3.0.Beta3
EXECUTE: Create bean class Test1 that is not annotated with @Named.
EXECUTE: Create bean class Test2
{code}
@Named
@Specializes
public class Test2 extends Test1 {
}
{code}
ASSERT: Bean name 'test2' is available for EL.
--
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