You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Shin Yoo (JIRA)" <ji...@apache.org> on 2015/04/17 22:14:59 UTC

[jira] [Created] (BCEL-217) long type instructions are not searched by InstructionFinder using regular expression

Shin Yoo created BCEL-217:
-----------------------------

             Summary: long type instructions are not searched by InstructionFinder using regular expression
                 Key: BCEL-217
                 URL: https://issues.apache.org/jira/browse/BCEL-217
             Project: Commons BCEL
          Issue Type: Bug
          Components: Main
    Affects Versions: 6.1
            Reporter: Shin Yoo
             Fix For: 6.1


InstructionFinder initialises the pattern map by precompiling variations of type-specific instructions such as lload_0, lload_1, etc. Currently, long type instructions are missing from the pattern map. Consequently, you cannot use InstructionFinder and regular expression to search for long type instructions. Also, this means that lload instruction is not returned when searching for LoadInstruction. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)