DO NOT REPLY [Bug 35991] - Unable to generate method that returns an array of integers
| 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://issues.apache.org/bugzilla/show_bug.cgi?id=35991>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug.cgi?id=35991 ------- Additional Comments From [email protected] 2005-08-03 09:35 ------- I figured this is actually a bug in BCELIfier. Rather than il.append(_factory.createNewArray(new ArrayType(Type.INT, 1), (short) 1)); it should say il.append(_factory.createNewArray(Type.INT, (short) 1)); -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.