]
Max Rydahl Andersen updated JBIDE-6195:
---------------------------------------
Fix Version/s: 3.2.0.M1
(was: 3.2.x)
CDI model doesn't load disposer methods.
----------------------------------------
Key: JBIDE-6195
URL:
https://jira.jboss.org/browse/JBIDE-6195
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
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: