summaryrefslogtreecommitdiff
path: root/src/cuchaz/enigma/gui/ClassInheritanceTreeNode.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-08-11added method inheritance browsingGravatar jeff1-79/+0
also finally fixed method renamer to rename all method implementations in the inheritance hierarchy.
2014-08-10refactored to remove ClassFile class to prep for upcoming stack navigation. ↵Gravatar jeff1-1/+1
It wasn't really necessary anymore.
2014-08-10completely re-wrote token recognizer to bootstrap from Procyon's ASTGravatar jeff1-1/+1
changed imports to guava instead of whatever collections library happened to be on my classpath
2014-08-06show deobfuscated names in class inheritanceGravatar jeff1-8/+21
2014-08-06added copyrightGravatar jeff1-0/+10
2014-08-06added simple class inheritance browsingGravatar jeff1-0/+56