Fioooooooo
Fioooooooo
@xkcoding 你好,我针对这个想法做出了实现,可以提pr到dev分支吗?
There is also has the exception when i update JSqlParser vertion to 4.0
Thank you for your replay. I read some posts of "function interface" just now. But i notice than the param of `orderByDesc(R column)` is generic, one of it's subclass(`LambdaQueryWrapper`) has...
> It seems to be a bug in the symbol solver. Records resolution is not fully supported in Symbol Solver. Thank you for the reply, will JP fix the issue...
> The integration of Records resolution is a fairly lengthy process. It is very likely that this issue will not be corrected in the next version. Thank you for your...
收到,感谢回复。 我目前使用 java-callgraph2 的版本是 3.0.5,以这种方式创建的 CG2 配置,期望是只解析 `com.test` 开头的 package,但是解析日志中看起来还是解析了其他 package,jacg 的 h2 数据库中也是保存了很多其他类。 不知道是这段配置有问题,还是需要 java-all-call-graph 的 ConfigurationWrapper 一起配置使用呢? ```java public JavaCG2ConfigureWrapper createJavaCG2ConfigureWrapper() { JavaCG2ConfigureWrapper javaCG2ConfigureWrapper = new JavaCG2ConfigureWrapper(); javaCG2ConfigureWrapper.setMainConfig(JavaCG2ConfigKeyEnum.CKE_PARSE_METHOD_CALL_TYPE_VALUE,...
了解了,感谢,现在的配置方式比 1.x 的时候灵活了不少