DO NOT REPLY [Bug 18693] New: - Justice claims an error when a class is modified by bcel in specific circumstances
| Newsgroups | gmane.comp.jakarta.bcel.devel |
|---|---|
| Message-ID | <[email protected]> |
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18693>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18693
Justice claims an error when a class is modified by bcel in specific circumstances
Summary: Justice claims an error when a class is modified by bcel
in specific circumstances
Product: BCEL
Version: 5.0RC1
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: Other
Component: Main
AssignedTo: [email protected]
ReportedBy: [email protected]
With the folowwing class method :
public void test (int i) {
try {
}catch (Exception ex) {
}
}