[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-6195) CDI model doesn't load disposer methods.

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


    [ https://jira.jboss.org/jira/browse/JBIDE-6195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12527937#action_12527937 ] 

Alexey Kazakov commented on JBIDE-6195:
---------------------------------------

Slava could you create an issue in Eclipse bugzilla and ask them to add such API to future version on JDT?

> CDI model doesn't load disposer methods.
> ----------------------------------------
>
>                 Key: JBIDE-6195
>                 URL: https://jira.jboss.org/jira/browse/JBIDE-6195
>             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
>
>
> For example:
> class SpiderProducer {
>    public static void destorySpider(@Disposes Spider spider) {
>    }
> }
> destorySpider is a disposer method since it has a parameter is anootated @Disposes.
> org.jboss.tools.cdi.core.test.tck.ValidationTest.testMultipleDisposeParameters() 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