OPENIDE #137 coverage runner says IntelliJ IDEA and Run -> Manage Coverage Reports: references IntelliJ IDEA

(cherry picked from commit 5693fce18b)

(cherry picked from commit 4352973e52)
(cherry picked from commit 8b2f5a5900)
(cherry picked from commit 5f5575d0d5)
(cherry picked from commit 3501b452d0)
This commit is contained in:
Nikita Iarychenko
2025-04-15 18:03:50 +04:00
parent 747c350243
commit a446081b35

View File

@@ -1,4 +1,7 @@
// Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
//
// Modified by Nikita Iarychenko at 2025 as part of the OpenIDE project(https://openide.ru).
// Any modifications are available on the same license terms as the original source code.
package com.intellij.coverage;
import com.intellij.execution.configurations.SimpleJavaParameters;
@@ -258,7 +261,7 @@ public final class IDEACoverageRunner extends JavaCoverageRunner {
@Override
public @NotNull String getPresentableName() {
return "IntelliJ IDEA";
return "OpenIDE";
}
@Override