errors | others warnings | forbidden warnings | discouraged warnings |
top | others warnings | forbidden warnings | discouraged warnings |
top | errors | forbidden warnings | discouraged warnings |
top | errors | others warnings | discouraged warnings |
top | errors | others warnings | forbidden warnings |
1. WARNING in /src/org/eclipse/pde/launching/JUnitLaunchConfigurationDelegate.java (at line 432) ITestKind testKind = JUnitLaunchConfigurationConstants.getTestRunnerKind(configuration); Discouraged access: The type ITestKind is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.junit.core/target/classes |
2. WARNING in /src/org/eclipse/pde/launching/JUnitLaunchConfigurationDelegate.java (at line 432) ITestKind testKind = JUnitLaunchConfigurationConstants.getTestRunnerKind(configuration); Discouraged access: The type JUnitLaunchConfigurationConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.junit.core/target/classes |
3. WARNING in /src/org/eclipse/pde/launching/JUnitLaunchConfigurationDelegate.java (at line 432) ITestKind testKind = JUnitLaunchConfigurationConstants.getTestRunnerKind(configuration); Discouraged access: The method getTestRunnerKind(ILaunchConfiguration) from the type JUnitLaunchConfigurationConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.junit.core/target/classes |
4. WARNING in /src/org/eclipse/pde/launching/JUnitLaunchConfigurationDelegate.java (at line 433) if (TestKindRegistry.JUNIT4_TEST_KIND_ID.equals(testKind.getId())) Discouraged access: The type TestKindRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.junit.core/target/classes |
5. WARNING in /src/org/eclipse/pde/launching/JUnitLaunchConfigurationDelegate.java (at line 433) if (TestKindRegistry.JUNIT4_TEST_KIND_ID.equals(testKind.getId())) Discouraged access: The field JUNIT4_TEST_KIND_ID from the type TestKindRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.junit.core/target/classes |
6. WARNING in /src/org/eclipse/pde/launching/JUnitLaunchConfigurationDelegate.java (at line 433) if (TestKindRegistry.JUNIT4_TEST_KIND_ID.equals(testKind.getId())) Discouraged access: The method getId() from the type ITestKind is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.junit.core/target/classes |