summaryrefslogtreecommitdiff
path: root/src/cuchaz/enigma/analysis/MethodInheritanceTreeNode.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-06-30Json format (#2)Gravatar lclc981-114/+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-50/+30
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-24HOW DO I WRITE SO MANY BUGS?!?Gravatar jeff1-1/+1
2014-09-01refactored jar,translation index. fixed bug with field renaming when fields ↵Gravatar jeff1-1/+1
are shadowed by subclasses
2014-08-14fixed bug with method inheritance detectionGravatar jeff1-1/+1
2014-08-11refactor Ancestries into Ancestries and JarIndexGravatar jeff1-4/+4
2014-08-11added method inheritance browsingGravatar jeff1-0/+134
also finally fixed method renamer to rename all method implementations in the inheritance hierarchy.