summaryrefslogtreecommitdiff
path: root/src/main/java/cuchaz/enigma/analysis/JarIndex.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* [WIP] Mapping rework (#91)Gravatar Gegy2019-01-241-583/+0
* add option to view calls to a method in general, not just the specific instan...Gravatar Adrian Siekierka2018-12-091-1/+15
* fix #63 - make method inheritance lookup take into account access flagsGravatar asie2018-12-081-4/+15
* add barebones plugin framework, cleanupGravatar asie2018-12-081-5/+9
* update Guava, show proper constructor tree node, fix AccessFlags.toStringGravatar asie2018-11-071-1/+12
* expose AccessFlags correctlyGravatar asie2018-10-281-3/+5
* expose AccessFlags over AccessGravatar asie2018-10-281-3/+9
* make rebuild method names discard child-only names. imperfect, but ehGravatar asie2018-10-251-4/+25
|\
| * ASM Based Class Translator (#1)Gravatar gegy10002018-07-171-476/+159
* | Fix stackoverflow on rebuilding method namesGravatar gegy10002018-06-251-17/+13
* | Fix method reference and bridge detectionGravatar gegy10002018-06-241-34/+68
* | Resolve all failed testsGravatar gegy10002018-06-221-2/+1
* | 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-191-7/+7
* | Package updatesGravatar gegy10002018-05-191-0/+1
* | Initial port to ASMGravatar gegy10002018-05-191-467/+121
|/
* Reformat codeGravatar Thog2017-03-241-1/+1
* Follow Fabric guidelinesGravatar Thog2017-03-081-808/+807
* Drop unix case style and implement hashCode when equals is overridedGravatar Thog2017-03-071-2/+0
* 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-191-0/+3
* remove none/ prefixGravatar asiekierka2016-10-181-11/+1
* fix method/argument renaming edge cases, add method/argument name rebuilder, ...Gravatar asiekierka2016-09-121-0/+11
* A little bit of clean upGravatar Thog2016-09-061-2/+2
* bridged method fix did not apply to all cases of method implementation findin...Gravatar asiekierka2016-08-181-1/+9
* fix #4 by adding bridge checks to related method implementation scanning - pl...Gravatar asiekierka2016-08-181-3/+10
* Revert "Removed unused methods"Gravatar asiekierka2016-08-171-0/+16
* better fix for #2Gravatar asiekierka2016-08-171-4/+3
* fix #2Gravatar asiekierka2016-08-171-3/+9
* ReformatGravatar lclc982016-07-041-8/+0
* Removed unused methodsGravatar lclc982016-07-021-8/+0
* Reformatting codeGravatar lclc982016-07-021-10/+10
* Renamed FieldsGravatar lclc982016-07-021-78/+78
* Json format (#2)Gravatar lclc982016-06-301-0/+802