| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2014-08-11 | added method inheritance browsing | 1 | -79/+0 | ||
| also finally fixed method renamer to rename all method implementations in the inheritance hierarchy. | |||||
| 2014-08-10 | refactored to remove ClassFile class to prep for upcoming stack navigation. ↵ | 1 | -1/+1 | ||
| It wasn't really necessary anymore. | |||||
| 2014-08-10 | completely re-wrote token recognizer to bootstrap from Procyon's AST | 1 | -1/+1 | ||
| changed imports to guava instead of whatever collections library happened to be on my classpath | |||||
| 2014-08-06 | show deobfuscated names in class inheritance | 1 | -8/+21 | ||
| 2014-08-06 | added copyright | 1 | -0/+10 | ||
| 2014-08-06 | added simple class inheritance browsing | 1 | -0/+56 | ||