Adrninistrator / java-callgraph2

Programs for producing static call graphs for Java programs.
Apache License 2.0
184 stars 66 forks source link

生成方法调用关系的方法全路径名后自动拼接<aroundBody>的问题 #49

Open gzcmr opened 1 month ago

gzcmr commented 1 month ago

如题,为什么有的方法会在类名+方法名后边拼接一个aroundBody字段 aroundBody

gzcmr commented 1 month ago

可以指定参数不拼接这个字段吗

Adrninistrator commented 1 month ago

这个不是字段,是方法名的一部分,应该是因为使用的特定的框架做了静态代理,在代码编译时在方法名里加了特定的后缀