Compiler log for org.eclipse.pde.launching_3.6.0.v20100601 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 6

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

OTHER WARNINGS

top errors forbidden warnings discouraged warnings

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings

/src/org/eclipse/pde/launching/JUnitLaunchConfigurationDelegate.java : 6 warnings :

DISCOURAGED ACCESS 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