• oldratlee's avatar
    avoid javassist method search indeterminacy · cbc7514c
    oldratlee 提交于
    - use CtClass.getDeclaredMethod(String, CtClass[])
      instead of CtClass.getDeclaredMethod(String)
    - javadoc of CtClass.getDeclaredMethod(String):
      If there are multiple methods with the specified name,
      then this method returns one of them.
    cbc7514c
TtlForkJoinTransformlet.java 3.6 KB