主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Xujunhua555
活动总数
18
最后的活动
2022年03月30日 17:39
成员加入日期
2022年03月14日 05:47
关注
1 名用户
关注者数
0 名用户
投票数
0
订阅数
6
活动概览
帖子(3)
评论(9)
按最近的活动排序
最近的活动
投票数
创建于
2022年03月30日 17:39
full stacktrace is as follows: java.lang.Throwable: Extension class com.xxx.IDEA1CoverageRunner does not implement class com.intellij.coverage.CoverageRunner. It came from ExtensionComponentAdapter...
社区
IntelliJ IDEA Open API and Plugin Development
Extension class com.xxx.IDEA1CoverageRunner does not implement class com.intellij.coverage.CoverageRunner. It came from ExtensionComponentAdapt
0 票
创建于
2022年03月30日 17:34
@Karol Lewandowski Please help me
社区
IntelliJ IDEA Open API and Plugin Development
Extension class com.xxx.IDEA1CoverageRunner does not implement class com.intellij.coverage.CoverageRunner. It came from ExtensionComponentAdapt
0 票
创建于
2022年03月30日 17:33
build.gradle is as follows: plugin.xml is as follows:
社区
IntelliJ IDEA Open API and Plugin Development
Extension class com.xxx.IDEA1CoverageRunner does not implement class com.intellij.coverage.CoverageRunner. It came from ExtensionComponentAdapt
0 票
创建于
2022年03月30日 17:08
@Dmitry Jemerov It doesn't seem to work, and it looks like an error will be reported, but IDEA1CoverageRunner clearly inherits JavaCoveragerunner。
社区
IntelliJ IDEA Open API and Plugin Development
implementing a custom CoverageRunner
0 票
创建于
2022年03月30日 16:35
Executor executor = DefaultRunExecutor.getRunExecutorInstance(); //跑run的executorProgramRunner runner = ProgramRunner.getRunner(executor.getId(), conf);ExecutionEnvironment environment = new Executi...
社区
IntelliJ IDEA Open API and Plugin Development
java.lang.Throwable: Runner Run is not registered
0 票
创建于
2022年03月24日 11:00
Yann Cebron
社区
IntelliJ IDEA Open API and Plugin Development
custom code coverage data view
0 票
创建于
2022年03月24日 10:57
In my plug-in project JavaCoverageEngineExtension reference is less than the class, I see JavaCoverageEngineExtension this class's jar package is in the ideac - 2018.3.6 - source. In the jar,...
社区
IntelliJ IDEA Open API and Plugin Development
custom code coverage data view
0 票
创建于
2022年03月24日 02:05
Hello, I am currently doing plug-in development, com.Intellij.Coverage.CoverageEngine this class I can't quote, how do I refer to?
社区
IntelliJ IDEA Open API and Plugin Development
custom code coverage data view
0 票
创建于
2022年03月14日 05:47
In the plug-in project through the way of how to access to `com.intellij.coverage.CoverageSuiteListener` @Anna Kozlova
社区
IntelliJ IDEA Open API and Plugin Development
Notification after running tests with coverage
0 票