aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/ftbsc/lll/processor/tools/containers
Commit message (Expand)AuthorAgeLines
* chore: added container class for options zaaarf2023-05-26-81/+55
* fix: find always falling back zaaarf2023-04-13-5/+7
* feat: @Find now falls back on containing class zaaarf2023-04-12-7/+20
* fix: rename @Find's className as well zaaarf2023-04-12-2/+1
* feat: specifying ClassNode is now optional zaaarf2023-04-12-0/+48
* feat: @Patch's value field is now mandatory zaaarf2023-04-12-17/+8
* feat: throw exception if bridge is not found correctly0.5.2 zaaarf2023-04-12-1/+1
* feat: matching the erasure bridge should be optional zaaarf2023-04-12-12/+10
* chore: constructors should be private zaaarf2023-04-12-6/+7
* feat: type erasure is now handled correctly zaaarf2023-04-11-1/+8
* fix: eliminated redundant code, fixed bug with arrays in descriptors being so... zaaarf2023-04-11-2/+4
* fix: use non obfuscated name to look up obfuscation (duh) zaaarf2023-03-31-1/+1
* feat: major rework of obfuscation system zaaarf2023-03-31-54/+42
* fix: member name mapping bugs zaaarf2023-03-29-2/+2
* fix: descriptor obfuscation now handled properly zaaarf2023-03-29-6/+22
* fix: map descriptors too zaaarf2023-03-29-4/+6
* fix: various typos concerning mapping zaaarf2023-03-27-3/+3
* fix: include inner names in FQN zaaarf2023-03-27-2/+4
* chore: ArrayContainer is no longer used zaaarf2023-03-27-38/+0
* fix: bug in generating descriptors for anonymous class fields zaaarf2023-03-27-1/+4
* fix: nullpointer in findOrFallback function zaaarf2023-03-27-0/+1
* feat: created container types for methods and fields (efficiency and code qua... zaaarf2023-03-27-5/+317
* feat: initial untested draft of version 0.5.0 compatible with lillero 0.4 zaaarf2023-03-25-0/+85