]
Aslak Knutsen resolved ARQ-240.
-------------------------------
Fix Version/s: 1.0.0.Alpha4
Resolution: Done
MethodParameterInjectionPoint doesn't support parameters with
generic type parametersc
--------------------------------------------------------------------------------------
Key: ARQ-240
URL:
https://jira.jboss.org/browse/ARQ-240
Project: Arquillian
Issue Type: Bug
Components: Weld Containers
Affects Versions: 1.0.0.Alpha3
Reporter: Pete Muir
Assignee: Aslak Knutsen
Fix For: 1.0.0.Alpha4
Whenever you return the type of the parameter you should do
if (method.getGenericParameterTypes().length > position) {
return method.getGenericParameterTypes()[position];
} else {
return method.getParameterTypes()[position];
}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: