CodeGen.getArrayWriteOp returns a invalid operation for a array of
type short
-----------------------------------------------------------------------------
Key: JASSIST-27
URL:
http://jira.jboss.com/jira/browse/JASSIST-27
Project: Javassist
Issue Type: Bug
Reporter: Thiago Moreira
Assigned To: Shigeru Chiba
Priority: Critical
The method CodeGen.getArrayWriteOp returns a invalid operation for a array of type
short.
The follow lines fix the bug:
1655 case SHORT :
1656 return SASTORE;
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: