CodeFuse-Query icon indicating copy to clipboard operation
CodeFuse-Query copied to clipboard

Query-Based Code Analysis Engine

Results 16 CodeFuse-Query issues
Sort by recently updated
recently updated
newest added

脚本编译失败,报错:“line 1:9 mismatched input '::'expecting '('line 1:15 mismatchedinput1expecting {'operator', IDENTIFIER}input.line 3:18:extraneous'expecting')expecting {'{',"_"}line:3:21 mismatchedinput.">.....”。 需排查脚本文件头是否有“// script”注释,编译器的原因,等待后续修复。

error while loading shared libraries: libncurses.so.5 : cannot open shared object file: No such file or directory

已知对象a,查询引用了对象a的对象,引用的含义包括(对象field直接引用a,对象field引用a的子类),一直向上查询,直到最上层引用对象。例如:b对象field中引用了a,c对象field引用了a的子类a1,d对象引用了b,e引用了d,最后输出b refer a,c refer a1,a1 extends a, d refer b, e refer d,怎么写查询脚本

![image](https://github.com/user-attachments/assets/dac2e818-353a-4480-8f8c-d710a6e33345) 异常为:“ ERROR com.sbrella.coref.java.core.CorefExtractor [ForkJoinPool-1-worker-6] (CorefExtractor.java:823) error message: Missing extension point: org.jetbrains.kotlin.com.intellij.custom.exception.handler in container org.jetbrains.kotlin.com.intellij.core.CoreApplicationEnvironment$1@548e6d58, element text:xxxxx”

bug

这个是method 表数据 ·com.alibaba.bizworks.mdserver.pilot.service.domainModelData.agent.adl.grammer.BWDLParser.Builtin_generic_typeContext.accept:T(ParseTreeVisitor

示例里输出A调用B,能否改成A经过某条件或者在循环里调用B?如果可以,希望能提供一个新示例,期待回复

go 与 python 如何输出方法调用链

诉求: 需要根据特定的注解 解析出使用了该注解的 类、方法、常量