[
https://issues.apache.org/jira/browse/BCEL-217?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sebb updated BCEL-217:
----------------------
Fix Version/s: (was: 6.1)
> 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
> 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)