[jbosstools-issues] [JBoss JIRA] Created: (JBIDE-6157) @Named is not inherited by inherited Stereotypes.

Alexey Kazakov (JIRA) jira-events at lists.jboss.org
Wed Apr 7 09:36:37 EDT 2010


@Named is not inherited by inherited Stereotypes.
-------------------------------------------------

                 Key: JBIDE-6157
                 URL: https://jira.jboss.org/jira/browse/JBIDE-6157
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: cdi (jsr-299)
    Affects Versions: 3.2.next
            Reporter: Alexey Kazakov
            Assignee: Viacheslav Kabanovich
             Fix For: 3.2.next


org.jboss.tools.cdi.core.test.tck.StereotypeInheritenceTest.testInheritence() must pass.

See JSR-299 Spec.:

2.7.1.5
A stereotype may declare other stereotypes.

Stereotype declarations are transitive—a stereotype declared by a second stereotype is inherited by all beans and other stereotypes that declare the second stereotype.
Stereotypes declared @Target(TYPE) may not be applied to stereotypes declared @Target({TYPE, METHOD, FIELD}), @Target(METHOD), @Target(FIELD) or @Target({METHOD, FIELD}).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       



More information about the jbosstools-issues mailing list