commit | ebb25ef16a03f478946593d2d2ada043e0007220 | [log] [tgz] |
---|---|---|
author | Alex Klyubin <[email protected]> | Fri Jun 22 13:15:40 2012 -0700 |
committer | Alex Klyubin <[email protected]> | Fri Jun 22 13:15:40 2012 -0700 |
tree | d93cb8cf7c563afa9415d6267bd4ddc1cc9b0134 | |
parent | 524c023fb37b41e06b69f1b696100dd465acb353 [diff] |
Make AppDataDirGuesser read classpath using Reflection from the classloader's "path" field when available (Gingerbread and below). The reason for not parsing the classpath from the output of toString() is that on some platforms (e.g., Eclair) the output does not contain the classpath. This change originated in LittleMock r10.