- Oct 12, 2013
-
-
Eric Bruneton authored
-
Eric Bruneton authored
-
- Sep 28, 2013
-
-
Eric Bruneton authored
-
- Jul 28, 2013
-
-
Eric Bruneton authored
-
- Jul 13, 2013
-
-
Eric Bruneton authored
-
Eric Bruneton authored
Don't create a new ClassWriter instance in toByteArray, in order for this code to work with subclasses.
-
- Mar 02, 2013
-
-
Eric Bruneton authored
-
- Feb 17, 2013
-
-
Eric Bruneton authored
-
- Jan 04, 2013
-
-
Eric Bruneton authored
-
Eric Bruneton authored
-
- Oct 14, 2012
-
-
Eric Bruneton authored
-
- Oct 13, 2012
-
-
Eric Bruneton authored
-
- Sep 01, 2012
-
-
Eric Bruneton authored
Fixed bug in MethodNode (infinite loops when trying to copy a MethodNode into another several times). Added unit test for this case (failing without the bug fix).
-
Eric Bruneton authored
-
Eric Bruneton authored
-
Eric Bruneton authored
-
Eric Bruneton authored
-
Eric Bruneton authored
Added checks for abstract methods.
-
- Aug 19, 2012
-
-
Eric Bruneton authored
- split the ClassReader accept() method into several methods (readField, readMethod, readCode, readFrame, etc), each using local variables with the smallest possible scope. Required the addition of a Context helper class. Makes the code more readable, a little bit bigger (+4%), but also faster (1.12 speedup for the deserialize performance test). - switched to the Java code style conventions, applied Eclipse auto format on all files.
-
- Aug 04, 2012
-
-
Eric Bruneton authored
-
- Jul 01, 2012
-
-
Eric Bruneton authored
-
Eric Bruneton authored
-
Eric Bruneton authored
-
Eric Bruneton authored
-
- Jun 30, 2012
-
-
Eric Bruneton authored
-
Eric Bruneton authored
-
- Jun 24, 2012
-
-
Eric Bruneton authored
- cleaned-up the tests relying on the JVM verifier (with JDK7 fallback to old verifier is no longer done for classes whose version is 1.7) - added test to check that there is indeed no fallback to the old verifier (using a class without frames whose version is 1.7)
-
- May 19, 2012
-
-
Eric Bruneton authored
Moved checkClassSignature, checkMethodSignature and checkFieldSignature to CheckClassAdapter and made them public.
-
- May 03, 2012
-
-
Remi Forax authored
-
- Apr 15, 2012
-
-
Eric Bruneton authored
Workaround to make JarJar work, despite its incorrect use of the ASM API. A proper solution would be fix JarJar itself.
-
- Mar 17, 2012
-
-
Eric Bruneton authored
-
Eric Bruneton authored
-
Eric Bruneton authored
-
- Feb 04, 2012
-
-
Eric Bruneton authored
-
Eric Bruneton authored
-
- Jan 29, 2012
-
-
Eric Bruneton authored
-
- Jan 15, 2012
-
-
Eric Bruneton authored
-
- Jan 12, 2012
-
-
Eric Bruneton authored
-
- Dec 06, 2011
-
-
Eric Bruneton authored
-
- Dec 05, 2011
-
-
Eric Bruneton authored
-