Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Xujunhua555
Total activity
18
Last activity
March 30, 2022 17:39
Member since
March 14, 2022 05:47
Following
1 user
Followed by
0 users
Votes
0
Subscriptions
6
Activity overview
Posts (3)
Comments (9)
Sort by recent activity
Recent activity
Votes
Created
March 30, 2022 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...
Community
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 votes
Created
March 30, 2022 17:34
@Karol Lewandowski Please help me
Community
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 votes
Created
March 30, 2022 17:33
build.gradle is as follows: plugin.xml is as follows:
Community
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 votes
Created
March 30, 2022 17:08
@Dmitry Jemerov It doesn't seem to work, and it looks like an error will be reported, but IDEA1CoverageRunner clearly inherits JavaCoveragerunner。
Community
IntelliJ IDEA Open API and Plugin Development
implementing a custom CoverageRunner
0 votes
Created
March 30, 2022 16:35
Executor executor = DefaultRunExecutor.getRunExecutorInstance(); //跑run的executorProgramRunner runner = ProgramRunner.getRunner(executor.getId(), conf);ExecutionEnvironment environment = new Executi...
Community
IntelliJ IDEA Open API and Plugin Development
java.lang.Throwable: Runner Run is not registered
0 votes
Created
March 24, 2022 11:00
Yann Cebron
Community
IntelliJ IDEA Open API and Plugin Development
custom code coverage data view
0 votes
Created
March 24, 2022 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,...
Community
IntelliJ IDEA Open API and Plugin Development
custom code coverage data view
0 votes
Created
March 24, 2022 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?
Community
IntelliJ IDEA Open API and Plugin Development
custom code coverage data view
0 votes
Created
March 14, 2022 05:47
In the plug-in project through the way of how to access to `com.intellij.coverage.CoverageSuiteListener` @Anna Kozlova
Community
IntelliJ IDEA Open API and Plugin Development
Notification after running tests with coverage
0 votes