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

Max Rydahl Andersen (JIRA) jira-events at lists.jboss.org
Mon Jun 14 06:30:58 EDT 2010


     [ https://jira.jboss.org/browse/JBIDE-6234?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Max Rydahl Andersen updated JBIDE-6234:
---------------------------------------

    Fix Version/s: 3.2.0.M1
                       (was: 3.2.x)


> CDI Validator marks @Disposes at wrong position.
> ------------------------------------------------
>
>                 Key: JBIDE-6234
>                 URL: https://jira.jboss.org/browse/JBIDE-6234
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: cdi (jsr-299)
>    Affects Versions: 3.2.x
>            Reporter: Alexey Kazakov
>            Assignee: Viacheslav Kabanovich
>             Fix For: 3.2.0.M1
>
>
> 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/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list