mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 06:50:54 +07:00
OPENIDE #137 coverage runner says IntelliJ IDEA and Run -> Manage Coverage Reports: references IntelliJ IDEA
This commit is contained in:
@@ -1,4 +1,7 @@
|
|||||||
// Copyright 2000-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
|
// 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;
|
package com.intellij.coverage;
|
||||||
|
|
||||||
import com.intellij.execution.configurations.SimpleJavaParameters;
|
import com.intellij.execution.configurations.SimpleJavaParameters;
|
||||||
@@ -253,7 +256,7 @@ public final class IDEACoverageRunner extends JavaCoverageRunner {
|
|||||||
@Override
|
@Override
|
||||||
@NotNull
|
@NotNull
|
||||||
public String getPresentableName() {
|
public String getPresentableName() {
|
||||||
return "IntelliJ IDEA";
|
return "OpenIDE";
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user