aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/ftbsc/lll/processor/tools/containers/FieldContainer.java
Commit message (Expand)AuthorAgeLines
* chore: internal reorganisation zaaarf2024-01-24-109/+0
* feat: updated to use mapper lib 0.2.0 zaaarf2023-08-26-13/+7
* feat: updated to use mapper 0.1 zaaarf2023-08-26-1/+2
* chore: moved obfuscation stuff to mapping library zaaarf2023-06-11-1/+2
* chore: added container class for options zaaarf2023-05-26-22/+15
* fix: find always falling back zaaarf2023-04-13-1/+1
* feat: @Find now falls back on containing class zaaarf2023-04-12-1/+2
* feat: @Patch's value field is now mandatory zaaarf2023-04-12-2/+2
* chore: constructors should be private zaaarf2023-04-12-2/+2
* fix: eliminated redundant code, fixed bug with arrays in descriptors being so... zaaarf2023-04-11-1/+1
* fix: use non obfuscated name to look up obfuscation (duh) zaaarf2023-03-31-1/+1
* feat: major rework of obfuscation system zaaarf2023-03-31-20/+16
* fix: member name mapping bugs zaaarf2023-03-29-1/+1
* fix: descriptor obfuscation now handled properly zaaarf2023-03-29-3/+12
* fix: map descriptors too zaaarf2023-03-29-2/+3
* fix: various typos concerning mapping zaaarf2023-03-27-1/+1
* fix: bug in generating descriptors for anonymous class fields zaaarf2023-03-27-1/+4
* feat: created container types for methods and fields (efficiency and code qua... zaaarf2023-03-27-0/+110