aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/ftbsc/lll/processor/tools/ASTUtils.java
Commit message (Collapse)AuthorAgeLines
* chore: internal reorganisation zaaarf2024-01-24-409/+0
|
* chore: updated to mapping library 0.3.0 zaaarf2023-09-01-7/+7
|
* feat: updated to use mapper lib 0.2.0 zaaarf2023-08-26-33/+61
|
* chore: moved obfuscation stuff to mapping library zaaarf2023-06-11-3/+3
|
* chore: added container class for options zaaarf2023-05-26-3/+3
|
* feat: throw exception if bridge is not found correctly0.5.2 zaaarf2023-04-12-0/+25
|
* feat: type erasure is now handled correctly zaaarf2023-04-11-2/+30
|
* fix: canonical way to get raw TypeMirrors zaaarf2023-04-11-2/+5
|
* fix: eliminated redundant code, fixed bug with arrays in descriptors being ↵ zaaarf2023-04-11-64/+44
| | | | sometimes ignored
* fix: remove generics at the end too0.5.1 zaaarf2023-03-31-1/+1
|
* feat: major rework of obfuscation system zaaarf2023-03-31-13/+127
|
* fix: member name mapping bugs zaaarf2023-03-29-1/+1
|
* feat: created container types for methods and fields (efficiency and code ↵ zaaarf2023-03-27-120/+43
| | | | quality), made temporary fix for anonymous classes
* chore: implemented matching by name for finders, added OrphanExceptions to ↵ zaaarf2023-03-25-5/+0
| | | | prevent ungraceful crashes in generated code
* fix: typo in condition, several exceptions, removed unused zaaarf2023-03-25-35/+12
|
* feat: initial untested draft of version 0.5.0 compatible with lillero 0.4 zaaarf2023-03-25-75/+100
|
* chore: javadocs0.4.0 zaaarf2023-03-18-3/+3
|
* fix: attempting to find proxy for target stubs zaaarf2023-03-18-1/+1
|
* feat: anonymous and inner class handling, implemented united @Find zaaarf2023-03-18-84/+93
|
* chore: fixed javadocs0.3.0 zaaarf2023-03-18-0/+3
|
* fix: support array levels zaaarf2023-03-17-3/+28
|
* fix: fixed uncaught MirroredTypeException zaaarf2023-03-16-6/+8
|
* chore: moved methods around, should now be a lot more organised zaaarf2023-03-16-77/+160
|
* fix: fixed failure to write descriptor of parametrised type zaaarf2023-03-15-6/+3
|
* fix: fixed mappings bug zaaarf2023-03-15-4/+43
|
* fix: repeatable annotation support fix zaaarf2023-03-15-1/+1
|
* fix: fixed MirroredTypeException zaaarf2023-03-15-3/+5
|
* feat: initial implementation of new system zaaarf2023-03-08-0/+151
- multiple injectors/target - removed strict limitation of one patch per class - made finders far smarter - added boolean for obfuscation environment (currently never changed from default)