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

Sebb resolved BCEL-217.
-----------------------
       Resolution: Fixed
    Fix Version/s: 6.0

URL: http://svn.apache.org/r1695767
Log:
BCEL-217 long type instructions are not searched by InstructionFinder using 
regular expression

Modified:
    commons/proper/bcel/trunk/src/changes/changes.xml
    
commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/util/InstructionFinder.java


> 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: 5.2
>            Reporter: Shin Yoo
>              Labels: easyfix
>             Fix For: 6.0
>
>         Attachments: INSTRUCTIONFINDER-LONGTYPE.patch
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> 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)

Reply via email to