mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Gradle: deprecated method removed
This commit is contained in:
@@ -75,16 +75,6 @@ public class GradleRunnerUtil {
|
||||
return null;
|
||||
}
|
||||
|
||||
/**
|
||||
* @deprecated to be removed in 2018.2
|
||||
*/
|
||||
@NotNull
|
||||
public static String getTestLocationUrl(@Nullable String testName, @NotNull String fqClassName) {
|
||||
return testName == null
|
||||
? JavaTestLocator.TEST_PROTOCOL + SCHEME_SEPARATOR + fqClassName
|
||||
: JavaTestLocator.TEST_PROTOCOL + SCHEME_SEPARATOR + StringUtil.getQualifiedName(fqClassName, testName);
|
||||
}
|
||||
|
||||
public static Object getData(@NotNull Project project, @NonNls String dataId, @NotNull ExecutionInfo executionInfo) {
|
||||
if (CommonDataKeys.NAVIGATABLE.is(dataId)) {
|
||||
final Location location = getLocation(project, executionInfo);
|
||||
|
||||
Reference in New Issue
Block a user