summaryrefslogtreecommitdiff
path: root/src/cuchaz/enigma/analysis/MethodInheritanceTreeNode.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactored jar,translation index. fixed bug with field renaming when fields ↵Gravatar jeff2014-09-011-1/+1
| | | | are shadowed by subclasses
* fixed bug with method inheritance detectionGravatar jeff2014-08-141-1/+1
|
* refactor Ancestries into Ancestries and JarIndexGravatar jeff2014-08-111-4/+4
|
* added method inheritance browsingGravatar jeff2014-08-111-0/+134
also finally fixed method renamer to rename all method implementations in the inheritance hierarchy.