codefuse-ai / CodeFuse-Query

Query-Based Code Analysis Engine
Apache License 2.0
194 stars 22 forks source link

创建数据库有异常 Java Extractor exception: Missing extension point... #61

Open busychen opened 1 month ago

busychen commented 1 month ago

image 异常为:“ 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”

zhouang777 commented 1 month ago

这是个已知问题,原因是抽取器使用的解析器(PSI)缺少特定错误处理的依赖,不会影响抽取过程。

This is a known issue. The cause is that the parser (PSI) used by the extractor is missing a specific error handling dependency. It will not affect the extraction process.