aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/ftbsc/lll/processor/tools/JavaPoetUtils.java
Commit message (Expand)AuthorAgeLines
* chore: added container class for options zaaarf2023-05-26-6/+4
* fix: injector generated correctly0.6.0 zaaarf2023-04-13-15/+8
* feat: generate dummies for all abstract methods, not just targets zaaarf2023-04-12-15/+18
* feat: specifying ClassNode is now optional zaaarf2023-04-12-1/+39
* feat: major rework of obfuscation system zaaarf2023-03-31-65/+1
* fix: descriptor obfuscation now handled properly zaaarf2023-03-29-4/+4
* fix: do not override non-abstract stubs zaaarf2023-03-28-4/+5
* feat: created container types for methods and fields (efficiency and code qua... zaaarf2023-03-27-61/+29
* chore: implemented matching by name for finders, added OrphanExceptions to pr... zaaarf2023-03-25-4/+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-8/+3
* feat: initial untested draft of version 0.5.0 compatible with lillero 0.4 zaaarf2023-03-25-20/+98
* 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
* fix: restored isPrimitive() check before converting to string zaaarf2023-03-18-0/+26
* chore: fixed javadocs0.3.0 zaaarf2023-03-18-0/+2
* chore: moved methods around, should now be a lot more organised zaaarf2023-03-16-0/+110