| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | cleaned up imports. I have no idea why Eclipse likes importing jcommander ↵ | 2014-09-20 | 1 | -1/+1 | |
| | | | | | classes instead of guava classes, but it's annoyong! | ||||
| * | got a decent class matcher working | 2014-08-30 | 1 | -27/+45 | |
| | | |||||
| * | moved all classes from the default package into a package called "default" ↵ | 2014-08-23 | 1 | -18/+27 | |
| | | | | | so they can be properly imported by other classes | ||||
| * | trying to get inner/anonymous classes working... I have a working heuristic ↵ | 2014-08-15 | 1 | -0/+134 | |
| in place to detect anonymous classes, but I can't seem to get Procyon to decompile them correctly. I'm writing the InnerClasses attribute and translating all the inner class names, but there must be something else I'm missing... | |||||