summaryrefslogtreecommitdiff
path: root/src/cuchaz/enigma/mapping/SignatureUpdater.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fixed a crash parsing method signatures with generics in themGravatar jeff2014-09-281-4/+17
|
* fixed bugs with anonymous/inner classesGravatar jeff2014-09-211-1/+1
|
* started unit testing for inner/anonymous class detectionGravatar jeff2014-09-211-0/+18
|
* added identifier renaming capabilityGravatar jeff2014-07-271-0/+87
copied some code over from M3L to handle the heavy bytecode magic. It's ok... M3L will eventually depend on Enigma. Completely restructured the mappings though. This way is better. =)