aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/ftbsc/lll/processor/tools
Commit message (Expand)AuthorAgeLines
* fix: descriptor obfuscation now handled properly zaaarf2023-03-29-10/+26
* fix: map descriptors too zaaarf2023-03-29-4/+57
* fix: do not override non-abstract stubs zaaarf2023-03-28-4/+5
* 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-189/+400
* chore: implemented matching by name for finders, added OrphanExceptions to pr... zaaarf2023-03-25-9/+0
* fix: bug in main loop, generation of stubs zaaarf2023-03-25-1/+23
* fix: typo in condition, several exceptions, removed unused zaaarf2023-03-25-43/+15
* feat: initial untested draft of version 0.5.0 compatible with lillero 0.4 zaaarf2023-03-25-96/+246
* fix: void is apparently not a primitive0.4.2 zaaarf2023-03-18-3/+3
* fix: removed redundant loop zaaarf2023-03-18-2/+0
* fix: bug with parameterized/array names in finder function0.4.1 zaaarf2023-03-18-1/+7
* chore: javadocs0.4.0 zaaarf2023-03-18-3/+3
* fix: restored isPrimitive() check before converting to string zaaarf2023-03-18-0/+26
* 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/+131
* chore: fixed javadocs0.3.0 zaaarf2023-03-18-0/+5
* fix: support array levels zaaarf2023-03-17-3/+28
* fix: fixed uncaught MirroredTypeException zaaarf2023-03-16-7/+8
* chore: moved methods around, should now be a lot more organised zaaarf2023-03-16-77/+270
* fix: fixed failure to write descriptor of parametrised type zaaarf2023-03-15-6/+3
* fix: override packageprivate, minor fixes in ObfuscationMapper zaaarf2023-03-15-1/+1
* fix: fixed mappings bug zaaarf2023-03-15-6/+76
* fix: repeatable annotation support fix zaaarf2023-03-15-1/+1
* fix: now the mapper automagically converts internal names to FQN zaaarf2023-03-15-3/+6
* fix: fixed MirroredTypeException zaaarf2023-03-15-3/+5
* feat: mappings can now be taken in as an option, generified SrgMapper zaaarf2023-03-08-211/+167
* feat: initial implementation of new system zaaarf2023-03-08-0/+362