Compiler log for org.eclipse.pde.launching_3.6.400.v20160121-1248 : @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 393)
ITestKind testKind = JUnitLaunchConfigurationConstants.getTestRunnerKind(configuration);
Discouraged access: The type 'ITestKind' is not API (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 393)
ITestKind testKind = JUnitLaunchConfigurationConstants.getTestRunnerKind(configuration);
Discouraged access: The type 'JUnitLaunchConfigurationConstants' is not API (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 393)
ITestKind testKind = JUnitLaunchConfigurationConstants.getTestRunnerKind(configuration);
Discouraged access: The method 'JUnitLaunchConfigurationConstants.getTestRunnerKind(ILaunchConfiguration)' is not API (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 394)
if (TestKindRegistry.JUNIT4_TEST_KIND_ID.equals(testKind.getId()))
Discouraged access: The type 'TestKindRegistry' is not API (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 394)
if (TestKindRegistry.JUNIT4_TEST_KIND_ID.equals(testKind.getId()))
Discouraged access: The field 'TestKindRegistry.JUNIT4_TEST_KIND_ID' is not API (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 394)
if (TestKindRegistry.JUNIT4_TEST_KIND_ID.equals(testKind.getId()))
Discouraged access: The method 'ITestKind.getId()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.junit.core/target/classes')