[
https://issues.apache.org/jira/browse/BCEL-39?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Emmanuel Bourg updated BCEL-39:
-------------------------------
Priority: Major
Environment: (was: Operating System: other
Platform: Other)
Affects Version/s: (was: unspecified)
Fix Version/s: 5.2
Priority: (was: P3)
Severity: (was: normal)
> InstructionList.move is broken when target == il.getEnd()
> ---------------------------------------------------------
>
> Key: BCEL-39
> URL: https://issues.apache.org/jira/browse/BCEL-39
> Project: Commons BCEL
> Issue Type: Bug
> Components: Main
> Reporter: Andrew Huntwork
> Assignee: Apache Commons Developers
> Fix For: 5.2
>
> Attachments: InstructionList--bug26532.patch, Test26532.java
>
>
> because this.end is never updated. I believe the right fix is:
> line 684:
> else
> this.end = next;
--
This message was sent by Atlassian JIRA
(v6.2#6252)