]
Aslak Knutsen reassigned ARQ-240:
---------------------------------
Assignee: Aslak Knutsen
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
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: