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 429) ITestKind testKind = JUnitLaunchConfigurationConstants.getTestRunnerKind(configuration); Discouraged access: The type ITestKind is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.jdt.junit.core/@dot |
2. WARNING in /src/org/eclipse/pde/launching/JUnitLaunchConfigurationDelegate.java (at line 429) ITestKind testKind = JUnitLaunchConfigurationConstants.getTestRunnerKind(configuration); Discouraged access: The type JUnitLaunchConfigurationConstants is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.jdt.junit.core/@dot |
3. WARNING in /src/org/eclipse/pde/launching/JUnitLaunchConfigurationDelegate.java (at line 429) ITestKind testKind = JUnitLaunchConfigurationConstants.getTestRunnerKind(configuration); Discouraged access: The method getTestRunnerKind(ILaunchConfiguration) from the type JUnitLaunchConfigurationConstants is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.jdt.junit.core/@dot |
4. WARNING in /src/org/eclipse/pde/launching/JUnitLaunchConfigurationDelegate.java (at line 430) if (TestKindRegistry.JUNIT4_TEST_KIND_ID.equals(testKind.getId())) Discouraged access: The type TestKindRegistry is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.jdt.junit.core/@dot |
5. WARNING in /src/org/eclipse/pde/launching/JUnitLaunchConfigurationDelegate.java (at line 430) 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 /builds/M201009090800/src/plugins/org.eclipse.jdt.junit.core/@dot |
6. WARNING in /src/org/eclipse/pde/launching/JUnitLaunchConfigurationDelegate.java (at line 430) 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 /builds/M201009090800/src/plugins/org.eclipse.jdt.junit.core/@dot |