summaryrefslogtreecommitdiff
path: root/src/main/java/cuchaz/enigma/analysis/JarIndex.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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