You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Benedikt Ritter (JIRA)" <ji...@apache.org> on 2017/08/30 19:29:00 UTC

[jira] [Resolved] (BCEL-287) IINC does not handle -128 properly

     [ https://issues.apache.org/jira/browse/BCEL-287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benedikt Ritter resolved BCEL-287.
----------------------------------
    Resolution: Fixed

{code}
~/w/a/c/commons-bcel > svn ci -m "BCEL-287: IINC does not handle -128 properly. Thanks to Mark Roberts"
Sending        src/changes/changes.xml
Sending        src/main/java/org/apache/bcel/generic/IINC.java
Transmitting file data ..done
Committing transaction...
Committed revision 1806726.
{code}

> IINC does not handle -128 properly
> ----------------------------------
>
>                 Key: BCEL-287
>                 URL: https://issues.apache.org/jira/browse/BCEL-287
>             Project: Commons BCEL
>          Issue Type: Bug
>            Reporter: Mark Roberts
>            Assignee: Benedikt Ritter
>         Attachments: IINC.diff
>
>
> src/main/java/org/apache/bcel/generic/IINC.java is only allowing -127 to +127 as an argument.  it should allow -128 as well.  I have attached a patch.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)