[jbosstools-issues] [JBoss JIRA] Created: (JBIDE-6234) CDI Validator marks @Disposes at wrong position.

Alexey Kazakov (JIRA) jira-events at lists.jboss.org
Wed Apr 28 14:55:10 EDT 2010


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

        


More information about the jbosstools-issues mailing list