summaryrefslogtreecommitdiff
path: root/src/main/java/ftbsc/lll/processor/tools/ASTUtils.java
Commit message (Expand)AuthorAgeLines
* 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 so... zaaarf2023-04-11-64/+44
* 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 qua... zaaarf2023-03-27-120/+43
* chore: implemented matching by name for finders, added OrphanExceptions to pr... zaaarf2023-03-25-5/+0
* 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