[jboss-jira] [JBoss JIRA] Resolved: (JASSIST-27) CodeGen.getArrayWriteOp returns a invalid operation for a array of type short
Shigeru Chiba (JIRA)
jira-events at jboss.com
Sun Oct 22 23:56:41 EDT 2006
[ http://jira.jboss.com/jira/browse/JASSIST-27?page=all ]
Shigeru Chiba resolved JASSIST-27.
----------------------------------
Resolution: Done
fixed it. Thanks!
> 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: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list