summaryrefslogtreecommitdiff
path: root/src/cuchaz/enigma/analysis/ClassInheritanceTreeNode.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-06-30Json format (#2)Gravatar lclc981-85/+0
* Added new format * Fixed bug * Updated Version
2015-04-19relicense Enigma as LGPLv0.10.4_betaGravatar Cuchaz1-4/+4
2015-01-19solved tricky issue with incorrect translation of fields/methods referenced ↵Gravatar jeff1-2/+2
by a subclass instead of the declaring class
2015-01-13source format changeGravatar jeff1-36/+22
don't hate me too much if you were planning a big merge. =P
2014-10-09reverting to GPL licenseGravatar jeff1-3/+3
2014-10-08relicense as LGPLGravatar jeff1-3/+3
2014-09-01refactored jar,translation index. fixed bug with field renaming when fields ↵Gravatar jeff1-2/+2
are shadowed by subclasses
2014-08-11added method inheritance browsingGravatar jeff1-2/+22
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