aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/javassist/convert/TransformCallToStatic.java
Commit message (Expand)AuthorAgeFilesLines
* [bugfix]fix TransformCallToStatic with invokeinterface or invokedynamiccatsalty2024-07-251-0/+3
* removes an unused import declaration as PR 384 mentions.chibash2022-05-131-1/+0
* add a new CodeConverter method:redirectMethodCallToStaticshifujun2019-02-011-0/+29