summaryrefslogtreecommitdiff
path: root/src/cuchaz/enigma/analysis/Ancestries.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactored jar,translation index. fixed bug with field renaming when fields ↵Gravatar jeff2014-09-011-199/+0
| | | | are shadowed by subclasses
* implemented proper support for interfacesGravatar jeff2014-08-261-0/+89
|
* added support for automatic reconstruction of inner and anonymous classesGravatar hg2014-08-171-0/+20
| | | | also added class to restore bridge method flags taken out by the obfuscator
* refactor Ancestries into Ancestries and JarIndexGravatar jeff2014-08-111-145/+0
|
* added method inheritance browsingGravatar jeff2014-08-111-0/+235
also finally fixed method renamer to rename all method implementations in the inheritance hierarchy.