[JBoss JIRA] Created: (JBIDE-6157) @Named is not inherited by inherited Stereotypes.
by Alexey Kazakov (JIRA)
@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
15 years, 6 months
[JBoss JIRA] Created: (JBIDE-6234) CDI Validator marks @Disposes at wrong position.
by Alexey Kazakov (JIRA)
CDI Validator marks @Disposes at wrong position.
------------------------------------------------
Key: JBIDE-6234
URL: https://jira.jboss.org/jira/browse/JBIDE-6234
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
CDI model return incorrect position for @Disposes in:
package org.jboss.jsr299.tck.tests.implementation.initializer.broken.parameterAnnotatedDisposes;
import javax.enterprise.inject.Disposes;
import javax.inject.Inject;
class Capercaillie_Broken
{
@Inject
public void setName(String name, @Disposes ChickenHutch chickenHutch)
{
// No-op
}
}
org.jboss.jsr299.tck.tests.implementation.initializer.broken.parameterAnnotatedDisposes.Capercaillie_Broken.testInitializerMethodHasParameterAnnotatedDisposes() must pass.
--
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
15 years, 6 months