Compiler log for org.eclipse.pde.launching_3.7.52.v20171222-1119 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 6, INFOS: 2

errors others warnings infos forbidden warnings discouraged warnings

ERRORS

top others warnings infos forbidden warnings discouraged warnings

OTHER WARNINGS

top errors infos forbidden warnings discouraged warnings

INFO WARNINGS

errors others warnings forbidden warnings discouraged warnings

/src/org/eclipse/pde/internal/launching/launcher/PDEMigrationDelegate.java : 2 infos :

INFO WARNINGS
1. INFO in /src/org/eclipse/pde/internal/launching/launcher/PDEMigrationDelegate.java
 (at line 23)
@SuppressWarnings("deprecation")
At least one of the problems in category 'deprecation' is not analysed due to a compiler option being ignored
2. INFO in /src/org/eclipse/pde/internal/launching/launcher/PDEMigrationDelegate.java
 (at line 35)
@SuppressWarnings("deprecation")
At least one of the problems in category 'deprecation' is not analysed due to a compiler option being ignored

FORBIDDEN ACCESS WARNINGS

top errors infos others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors infos 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 412)
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 412)
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 412)
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 413)
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 413)
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 413)
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')