summaryrefslogtreecommitdiff
path: root/src/cuchaz/enigma/analysis (follow)
Commit message (Expand)AuthorAgeFilesLines
* fixed recursion of field reference nodesGravatar jeff2014-08-221-0/+4
* added show token effectsGravatar jeff2014-08-221-1/+1
* fixed constructor references in call graph searchesGravatar jeff2014-08-222-2/+20
* fixed call graph searchingGravatar jeff2014-08-215-55/+64
* fixed recognition of inner class tokensGravatar jeff2014-08-201-1/+12
* missed a fileGravatar jeff2014-08-201-0/+524
* finished reference navigation system. Still need to debug and polish it, but ...Gravatar jeff2014-08-2010-669/+408
* started new reference navigation systemGravatar jeff2014-08-199-281/+361
* fixed type caching after renameGravatar jeff2014-08-181-6/+12
* crap-ton of bug fixes for inner classesGravatar jeff2014-08-182-40/+157
* added support for automatic reconstruction of inner and anonymous classesGravatar hg2014-08-175-32/+310
* trying to get inner/anonymous classes working... I have a working heuristic i...Gravatar jeff2014-08-152-74/+247
* fixed bug with method inheritance detectionGravatar jeff2014-08-142-15/+9
* remove old debug messagesGravatar jeff2014-08-141-7/+0
* added support for field access searchesGravatar jeff2014-08-134-54/+254
* got simple method call graph working!Gravatar jeff2014-08-122-12/+185
* refactor Ancestries into Ancestries and JarIndexGravatar jeff2014-08-113-149/+180
* added method inheritance browsingGravatar jeff2014-08-115-0/+537
* added backwards navigationGravatar jeff2014-08-101-7/+7
* added go to entry featureGravatar jeff2014-08-103-45/+564
* fixed recognition of static initializersGravatar jeff2014-08-102-134/+153
* completely re-wrote token recognizer to bootstrap from Procyon's ASTGravatar jeff2014-08-107-546/+712
* started working on recognition of non-class member identifiers in the sourceGravatar jeff2014-08-074-71/+139
* added stable save order for mappings to hopefully help with mergingGravatar jeff2014-08-042-8/+11
* fixed bugs with saving mappingsGravatar jeff2014-08-031-3/+18
* made gui responsive to caret position and show identifier infoGravatar hg2014-07-271-7/+23
* got rid of temp debug tracesGravatar jeff2014-07-261-2/+0
* initial commitGravatar jeff2014-07-266-0/+511