summaryrefslogtreecommitdiff
path: root/src/cuchaz/enigma/analysis/JarIndex.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix bug with inner class namesGravatar jeff2014-08-261-1/+1
* implemented proper support for interfacesGravatar jeff2014-08-261-7/+100
* fixed issue with bridge methods so source export has fewer compile errors. =)Gravatar jeff2014-08-251-18/+154
* duh! We can't put classes in a package called "default"Gravatar jeff2014-08-241-3/+4
* moved all classes from the default package into a package called "default" so...Gravatar jeff2014-08-231-12/+28
* fixed call graph searchingGravatar jeff2014-08-211-17/+13
* finished reference navigation system. Still need to debug and polish it, but ...Gravatar jeff2014-08-201-27/+16
* started new reference navigation systemGravatar jeff2014-08-191-48/+93
* crap-ton of bug fixes for inner classesGravatar jeff2014-08-181-40/+155
* added support for automatic reconstruction of inner and anonymous classesGravatar hg2014-08-171-17/+138
* trying to get inner/anonymous classes working... I have a working heuristic i...Gravatar jeff2014-08-151-74/+113
* fixed bug with method inheritance detectionGravatar jeff2014-08-141-14/+8
* remove old debug messagesGravatar jeff2014-08-141-7/+0
* added support for field access searchesGravatar jeff2014-08-131-20/+87
* got simple method call graph working!Gravatar jeff2014-08-121-12/+89
* refactor Ancestries into Ancestries and JarIndexGravatar jeff2014-08-111-0/+176