Closed GoogleCodeExporter closed 9 years ago
Could probably have a lower priority than Medium...
Original comment by cemca...@gmail.com
on 3 Sep 2009 at 9:45
I _think_ this is fixed in the trunk already actually.
Original comment by johan.ha...@gmail.com
on 4 Sep 2009 at 6:09
Trunk version still has (WhiteboxImpl line 175):
throwExceptionIfMethodWasNotFound(type, methodName, null, new Object[] {
parameterTypes
});
I guess parameterTypes doesn't need to be wrapped in another array as the
method
expects one level of arrays. It should be:
throwExceptionIfMethodWasNotFound(type, methodName, null, parameterTypes);
Original comment by cemca...@gmail.com
on 4 Sep 2009 at 6:42
It wasn't fixed. I think I've fixed it now in trunk though. Could you please
give it
a new try?
Original comment by johan.ha...@gmail.com
on 4 Sep 2009 at 8:47
Considered fixed
Original comment by johan.ha...@gmail.com
on 7 Sep 2009 at 3:14
Original issue reported on code.google.com by
cemca...@gmail.com
on 3 Sep 2009 at 9:45