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

Emmanuel Bourg updated BCEL-95:
-------------------------------

         Priority: Blocker
      Environment:     (was: Operating System: All
Platform: Other)
    Fix Version/s: 6.0
         Priority:   (was: P2)
         Severity:   (was: normal)

> InstructionFactory missing % operator for Float, Double
> -------------------------------------------------------
>
>                 Key: BCEL-95
>                 URL: https://issues.apache.org/jira/browse/BCEL-95
>             Project: Commons BCEL
>          Issue Type: Bug
>          Components: Main
>    Affects Versions: unspecified
>            Reporter: Charlie Nolan
>            Assignee: Apache Commons Developers
>            Priority: Blocker
>             Fix For: 6.0
>
>
> The createBinary(Float|Double)Op functions of InstructionFactory are missing 
> the
> % operator, even though it's valid and has a constant in both cases.  Fix is 
> easy:
> 350a351,352
> >             case '%':
> >                 return FREM;
> 366a369,370
> >             case '%':
> >                 return DREM;



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to