summaryrefslogtreecommitdiff
path: root/test (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fixed test caseGravatar jeff2014-10-021-1/+1
|
* fix inner classes testGravatar jeff2014-10-011-4/+4
|
* added proper support for renaming constructorsGravatar jeff2014-09-281-4/+4
|
* HOW DO I WRITE SO MANY BUGS?!?Gravatar jeff2014-09-243-38/+77
|
* improved inner/anonymous class detectionGravatar jeff2014-09-215-10/+36
|
* started unit testing for inner/anonymous class detectionGravatar jeff2014-09-218-30/+122
|
* cleaned up imports. I have no idea why Eclipse likes importing jcommander ↵Gravatar jeff2014-09-202-4/+3
| | | | classes instead of guava classes, but it's annoyong!
* added tests to check constructor tokensGravatar jeff2014-09-147-12/+266
| | | | fixed a bug with constructor tokens too
* added test to check constructor referencesGravatar jeff2014-09-145-0/+236
|
* fixed bug with method references pointing to wrong classGravatar jeff2014-09-145-2/+26
|
* added some tests for a small inheritance hierarchyGravatar jeff2014-09-087-8/+345
|
* added some basic tests for the deobufscator and the jar indexGravatar jeff2014-09-074-2/+266
|
* added proguard to the gradle config to create obfuscated jars for testingGravatar jeff2014-09-053-0/+76
added simple tests for the deobufscator class