Primitive array return values cause invalid cast to Object
----------------------------------------------------------
Key: JASSIST-255
URL:
https://issues.jboss.org/browse/JASSIST-255
Project: Javassist
Issue Type: Bug
Affects Versions: 3.20.0-GA
Reporter: Shigeru Chiba
Assignee: Shigeru Chiba
Fix For: 3.21.0-GA
"(Object) $_" causes "invalid cast" when the return value is a byte
array.
(This was originally reported at
https://github.com/jboss-javassist/javassist/issues/63#issuecomment-16157... )