[jboss-jira] [JBoss JIRA] Created: (JASSIST-27) CodeGen.getArrayWriteOp returns a invalid operation for a array of type short

Thiago Moreira (JIRA) jira-events at jboss.com
Fri Sep 1 11:51:43 EDT 2006


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