mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
[coverage] IDEA-357130 Fix API compatibility for CoverageEnabledConfiguration.createCoverageFile
GitOrigin-RevId: e661cec74568340d3003fd99ee024c1283a46aeb
This commit is contained in:
committed by
intellij-monorepo-bot
parent
6ea0f4bf8f
commit
af99f42825
@@ -337,6 +337,7 @@ a:com.intellij.execution.configurations.coverage.CoverageEnabledConfiguration
|
||||
- <init>(com.intellij.execution.configurations.RunConfigurationBase,com.intellij.coverage.CoverageRunner):V
|
||||
- canHavePerTestCoverage():Z
|
||||
- p:coverageFileNameSeparator():java.lang.String
|
||||
- p:createCoverageFile():java.lang.String
|
||||
- createFileProvider():com.intellij.coverage.CoverageFileProvider
|
||||
- createSuiteName():java.lang.String
|
||||
- createTimestamp():J
|
||||
|
||||
@@ -236,7 +236,7 @@ public abstract class CoverageEnabledConfiguration implements JDOMExternalizable
|
||||
}
|
||||
|
||||
@NonNls
|
||||
private @Nullable String createCoverageFile() {
|
||||
protected @Nullable String createCoverageFile() {
|
||||
CoverageRunner runner = getCoverageRunner();
|
||||
if (runner == null) {
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user