AnalyzerAdapter.execute() method doesn't process null array correctly for AALOAD instruction
| Newsgroups | gmane.comp.java.objectweb.asm |
|---|---|
| Message-ID | <[email protected]> |
Hello,
it seems to be an issue with AnalyzerAdapter.execute() method for AALOAD
instruction. It fails with ClassCastException in case of null array:
Object[] arr = null;
try { Object obj = arr[0]; } catch(NullPointerException e) { // ... }
I filed a bug in issue tracker (315399) with detailed description and suggested
a fix there.
Could you please consider it?
Thanks,
Alexander
message-footer.txt
(text/plain, 238 B)
-- You receive this message as a subscriber of the [email protected] mailing list. To unsubscribe: mailto:[email protected] For general help: mailto:[email protected]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws