Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
busychen opened this issue Aug 1, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@busychen
Copy link

busychen commented Aug 1, 2024

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
Copy link
Collaborator

zhouang777 commented Aug 5, 2024

这是个已知问题,原因是抽取器使用的解析器(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.

@zhouang777 zhouang777 added the bug Something isn't working label Aug 5, 2024
@zhouang777 zhouang777 self-assigned this Aug 5, 2024
@zhouang777 zhouang777 changed the title 创建数据库有异常 创建数据库有异常 Java Extractor exception: Missing extension point... Aug 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants