invoke ClassReader#accept twice
| Newsgroups | gmane.comp.java.objectweb.asm |
|---|---|
| Message-ID | <[email protected]> |
using asm 3.3 If I do: classReader.accept(classVisitorForStorable,ClassReader.SKIP_CODE| ClassReader.SKIP_DEBUG |ClassReader.SKIP_FRAMES); then classReader.accept(classVisitor, 0); the second visit do not visit code. I think it is a bug
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