Closed GoogleCodeExporter closed 9 years ago
[deleted comment]
hi thx for comment and acceptance.
for me it would be enough to make dex-reader independant from ASM3.
I think you only use Label, Type, Opcode, AnnotationVisitor from ASM there and
that wouldn't be necessary and adds a rather complex dependency.
These 4 classes (and often you only use minor parts for DEX) could be in the
reader-package and be dex-specific.
i absolutely understand that ASM is needed for the java bytecode generation,
but dex-reader in itself is a valueable component and you could improve
reusability through removing the (minor) ASM dependency there - especially
where the ASM guys continue to severe change the interfaces in each version ;)
thx for the great work!
Original comment by andrePan...@gmail.com
on 25 Sep 2011 at 11:07
[deleted comment]
big thx! can now use ASM4 and dex-reader-1.2 libs together
Original comment by andrePan...@gmail.com
on 25 Sep 2011 at 7:55
Original issue reported on code.google.com by
andrePan...@gmail.com
on 24 Sep 2011 at 11:53