summaryrefslogtreecommitdiff
path: root/src/cuchaz/enigma/analysis/JarIndex.java (unfollow)
Commit message (Expand)AuthorFilesLines
2014-08-26fix bug with inner class namesGravatar jeff1-1/+1
2014-08-26implemented proper support for interfacesGravatar jeff1-7/+100
2014-08-25fixed issue with bridge methods so source export has fewer compile errors. =)Gravatar jeff1-18/+154
2014-08-24duh! We can't put classes in a package called "default"Gravatar jeff1-3/+4
2014-08-23moved all classes from the default package into a package called "default" so...Gravatar jeff1-12/+28
2014-08-21fixed call graph searchingGravatar jeff1-17/+13
2014-08-20finished reference navigation system. Still need to debug and polish it, but ...Gravatar jeff1-27/+16
2014-08-19started new reference navigation systemGravatar jeff1-48/+93
2014-08-18crap-ton of bug fixes for inner classesGravatar jeff1-40/+155
2014-08-17added support for automatic reconstruction of inner and anonymous classesGravatar hg1-17/+138
2014-08-15trying to get inner/anonymous classes working... I have a working heuristic i...Gravatar jeff1-74/+113
2014-08-14fixed bug with method inheritance detectionGravatar jeff1-14/+8
2014-08-14remove old debug messagesGravatar jeff1-7/+0
2014-08-13added support for field access searchesGravatar jeff1-20/+87
2014-08-12got simple method call graph working!Gravatar jeff1-12/+89
2014-08-11refactor Ancestries into Ancestries and JarIndexGravatar jeff1-74/+15
2014-08-11added method inheritance browsingGravatar jeff1-1/+82
2014-08-10completely re-wrote token recognizer to bootstrap from Procyon's ASTGravatar jeff1-1/+1
2014-08-06added simple class inheritance browsingGravatar jeff1-1/+21
2014-07-27added identifier renaming capabilityGravatar jeff1-0/+134