summaryrefslogtreecommitdiff
path: root/src/main/java/cuchaz/enigma/analysis (follow)
Commit message (Expand)AuthorAgeFilesLines
* Don't remap specialized methods to their bridge partner in bytecodeGravatar gegy10002019-05-103-65/+33
* Index lambda local variables to correct declaring methodGravatar gegy10002019-03-162-9/+12
* Adds a red highlight for overridden methods in method inheritance tree gui (#...Gravatar liach2019-02-241-12/+15
* Fix #110 and remap indices with matched bridge method namesGravatar gegy10002019-02-235-29/+78
* Tweak inheritance and implementation tree generationGravatar gegy10002019-02-234-35/+38
* Drop final modifiers from displayed source ast for easier readabilityGravatar gegy10002019-02-231-0/+37
* Bridge Method Fixes (#111)Gravatar Gegy2019-02-193-16/+113
* Remap sources (#106)Gravatar Gegy2019-01-3012-184/+147
* [WIP] Mapping rework (#91)Gravatar Gegy2019-01-2430-1375/+963
* fix #74Gravatar asie2018-12-112-0/+16
* add option to view calls to a method in general, not just the specific instan...Gravatar Adrian Siekierka2018-12-092-2/+21
* fix SourceIndex remap bugsGravatar asie2018-12-092-14/+11
* fix #63 - make method inheritance lookup take into account access flagsGravatar asie2018-12-081-4/+15
* rewrite entry resolution logic in TranslationIndex, hopefully fixing bugsGravatar asie2018-12-081-80/+55
* add barebones plugin framework, cleanupGravatar asie2018-12-087-31/+111
* do not propagate non-argument local variable namesGravatar asie2018-11-272-4/+5
* update Guava, show proper constructor tree node, fix AccessFlags.toStringGravatar asie2018-11-072-1/+108
* unify local variable/argument numberingGravatar Adrian Siekierka2018-11-042-10/+3
* hackfix argument order in inner class constructors. this needs a proper fixGravatar asie2018-10-311-1/+5
* expose AccessFlags correctlyGravatar asie2018-10-281-3/+5
* expose AccessFlags over AccessGravatar asie2018-10-283-10/+18
* update gson, fix argument indexing, delete empty class mappingsGravatar asie2018-10-271-5/+4
* update ASM/Guava, merge ASM port fixesGravatar Adrian Siekierka2018-10-262-1/+13
|\
| * "make sure this is actually a field" properlyGravatar Thiakil2018-07-241-1/+1
| * fix source index tokens for inner classes that are not mappedGravatar Thiakil2018-07-231-0/+12
* | make rebuild method names discard child-only names. imperfect, but ehGravatar asie2018-10-251-4/+25
|\ \ | |/ |/|
| * ASM Based Class Translator (#1)Gravatar gegy10002018-07-1722-896/+690
* | buffer the ParsedJar class entry inputstream, allow use with a jarinputstreamGravatar Thiakil2018-07-101-1/+24
* | index & resolve method/field references for usages viewGravatar Thiakil2018-07-102-0/+49
* | Ignore invalid decompiled variable indicesGravatar gegy10002018-06-301-9/+16
* | Fix stackoverflow on rebuilding method namesGravatar gegy10002018-06-251-17/+13
* | Fix parsed local variable indexingGravatar gegy10002018-06-243-43/+37
* | Fix method reference and bridge detectionGravatar gegy10002018-06-244-36/+77
* | Resolve all failed testsGravatar gegy10002018-06-222-3/+2
* | Fix compile issuesGravatar gegy10002018-06-221-2/+1
* | Fix bridged method detectionGravatar gegy10002018-06-211-1/+1
* | Fix issues with inner class signature transformationGravatar gegy10002018-06-211-1/+1
* | Signature refactoringGravatar gegy10002018-05-195-20/+32
* | Package updatesGravatar gegy10002018-05-1919-18/+31
* | Initial port to ASMGravatar gegy10002018-05-1920-850/+511
|/
* Remove the converter + some reorganizationGravatar Thog2017-05-161-8/+2
* Add offset for Enum constructor arguments (Fix #58)Gravatar Thog2017-05-152-6/+6
* Reformat codeGravatar Thog2017-03-241-1/+1
* Fix var naming and locals var index issuesGravatar Thog2017-03-121-2/+2
* Follow Fabric guidelinesGravatar Thog2017-03-0820-3044/+3025
* Drop unix case style and implement hashCode when equals is overridedGravatar Thog2017-03-077-62/+74
* Rework setFieldName to only check name in the actual class mapping and mother...Gravatar Thog2016-10-271-0/+8
* Starting implementing local variables (#33)Gravatar Thog2016-10-193-5/+78
* remove none/ prefixGravatar asiekierka2016-10-181-11/+1
* Revert "apply similar fix to fields"Gravatar asiekierka2016-10-161-8/+0