summaryrefslogtreecommitdiff
path: root/src/cuchaz/enigma/analysis (follow)
Commit message (Expand)AuthorAgeFilesLines
* fixed issue with decompiling inner classesGravatar jeff2014-10-021-0/+5
* fixed inner class renaming bugGravatar jeff2014-10-011-1/+1
* fixed nasty issue with renaming inner classes, but alas, more bugs remainGravatar jeff2014-09-303-5/+19
* fixed recognition of static initializer tokensGravatar jeff2014-09-282-2/+12
* argument names now default to the names chosen by ProcyonGravatar jeff2014-09-281-1/+1
* added proper support for renaming constructorsGravatar jeff2014-09-287-41/+83
* fixed invalid tokens issueGravatar jeff2014-09-251-1/+8
* fixed in-jar detection for bridge-related methodsGravatar jeff2014-09-244-56/+43
* HOW DO I WRITE SO MANY BUGS?!?Gravatar jeff2014-09-246-35/+102
* trying to figure out why some mappings to correspond to anything in the jar f...Gravatar jeff2014-09-232-8/+10
* fixed bugs with anonymous/inner classesGravatar jeff2014-09-212-19/+29
* improved inner/anonymous class detectionGravatar jeff2014-09-211-29/+66
* started unit testing for inner/anonymous class detectionGravatar jeff2014-09-211-51/+130
* removed workaround for procyon bugGravatar jeff2014-09-201-13/+0
* added token highlighting for things outside of the jarGravatar jeff2014-09-201-1/+2
* cleaned up imports. I have no idea why Eclipse likes importing jcommander cla...Gravatar jeff2014-09-202-2/+2
* fixed issue with inner class detectionGravatar jeff2014-09-181-5/+10
* added tests to check constructor tokensGravatar jeff2014-09-143-12/+50
* fixed bug with method references pointing to wrong classGravatar jeff2014-09-141-39/+81
* added some basic tests for the deobufscator and the jar indexGravatar jeff2014-09-071-3/+8
* refactored jar,translation index. fixed bug with field renaming when fields a...Gravatar jeff2014-09-019-441/+394
* added checks to prevent renaming classes/fields/methods/arguments to the same...Gravatar jeff2014-08-311-0/+15
* fixed crash finding related method implementations when method doesn't implem...Gravatar jeff2014-08-312-1/+10
* debugging class matcher... almost got it!Gravatar jeff2014-08-301-27/+30
* got a decent class matcher workingGravatar jeff2014-08-302-42/+64
* Show public/protected/private access on field/method/constructor referencesGravatar jeff2014-08-284-11/+91
* fix bug with inner class namesGravatar jeff2014-08-261-1/+1
* implemented proper support for interfacesGravatar jeff2014-08-264-7/+392
* silly mercurial. You should commit this file...Gravatar jeff2014-08-251-0/+77
* fixed issue with bridge methods so source export has fewer compile errors. =)Gravatar jeff2014-08-252-110/+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-232-30/+55
* 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