aboutsummaryrefslogtreecommitdiff
path: root/README.version
diff options
context:
space:
mode:
Diffstat (limited to 'README.version')
-rw-r--r--README.version9
1 files changed, 3 insertions, 6 deletions
diff --git a/README.version b/README.version
index 0fb9575..6708f4b 100644
--- a/README.version
+++ b/README.version
@@ -1,5 +1,5 @@
-URL: https://github.com/crittercism/dexmaker/
-Version: 2.2.0
+URL: https://github.com/linkedin/dexmaker/
+Version: master (d4959c215e3e2a92b478ddc72a2692cb40f3efd3)
License: Apache 2.0
Description:
Dexmaker is a Java-language API for doing compile time or runtime code generation targeting the Dalvik VM. Unlike cglib or ASM, this library creates Dalvik .dex files instead of Java .class files.
@@ -9,7 +9,4 @@ It has a small, close-to-the-metal API. This API mirrors the Dalvik bytecode spe
It includes a stock code generator for class proxies. If you just want to do AOP or class mocking, you don't need to mess around with bytecodes.
Local Modifications:
- Support mocking of package private classes using dexmaker.share_classloader
- Scan for methods in extra interface hierarchy
- Update stack trace cleaner to use new dex package name
- Update stack trace cleaner to filter out java.lang.reflect.Proxy calls
+ None