History log of /external/smali/util/src/test/java/org/jf/util/ClassFileNameHandlerTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e032f1d8c7e291f3aa42ca05b6dad61a0f3765cc 08-Jan-2015 Ben Gruver <bgruv@google.com> Refactor ClassFileNameHandler

This makes the logic quite a bit easier to follow, and fixes an issue
with the previous implementatation, where it didn't correctly handle
the case when were multiple long names that collided after being
shortened
/external/smali/util/src/test/java/org/jf/util/ClassFileNameHandlerTest.java
3b5d84c3ae10f803e0281222e05eab31f8c9d2a6 01-Feb-2014 Ben Gruver <bgruv@google.com> Truncate filenames based on their utf-8 length
/external/smali/util/src/test/java/org/jf/util/ClassFileNameHandlerTest.java
d868692e33220a20685b8c68a2e01ff8e7f76580 14-Sep-2013 Ben Gruver <bgruv@google.com> Truncate the filename for overly long class names
/external/smali/util/src/test/java/org/jf/util/ClassFileNameHandlerTest.java