Compiler log for org.eclipse.pde.launching_3.8.0.v20191112-0655 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 12, 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/BundleLauncherHelper.java : 2 infos :

INFO WARNINGS
1. INFO in /src/org/eclipse/pde/internal/launching/launcher/BundleLauncherHelper.java
 (at line 487)
@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/BundleLauncherHelper.java
 (at line 582)
@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/internal/launching/launcher/LaunchValidationOperation.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/launching/launcher/LaunchValidationOperation.java
 (at line 25)
import org.eclipse.jdt.internal.launching.environments.EnvironmentsManager;
Discouraged access: The type 'EnvironmentsManager' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.launching/target/classes')
2. WARNING in /src/org/eclipse/pde/internal/launching/launcher/LaunchValidationOperation.java
 (at line 68)
IExecutionEnvironment ev = EnvironmentsManager.getDefault().getEnvironment(env.getId());
Discouraged access: The type 'EnvironmentsManager' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.launching/target/classes')
3. WARNING in /src/org/eclipse/pde/internal/launching/launcher/LaunchValidationOperation.java
 (at line 68)
IExecutionEnvironment ev = EnvironmentsManager.getDefault().getEnvironment(env.getId());
Discouraged access: The method 'EnvironmentsManager.getDefault()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.launching/target/classes')
4. WARNING in /src/org/eclipse/pde/internal/launching/launcher/LaunchValidationOperation.java
 (at line 68)
IExecutionEnvironment ev = EnvironmentsManager.getDefault().getEnvironment(env.getId());
Discouraged access: The method 'EnvironmentsManager.getEnvironment(String)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.launching/target/classes')

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

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/launching/JUnitLaunchConfigurationDelegate.java
 (at line 197)
if (configuration.getAttribute(JUnitLaunchConfigurationConstants.ATTR_RUN_WITH_JUNIT_PLATFORM_ANNOTATION, false)) {
Discouraged access: The type 'JUnitLaunchConfigurationConstants' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 197)
if (configuration.getAttribute(JUnitLaunchConfigurationConstants.ATTR_RUN_WITH_JUNIT_PLATFORM_ANNOTATION, false)) {
Discouraged access: The field 'JUnitLaunchConfigurationConstants.ATTR_RUN_WITH_JUNIT_PLATFORM_ANNOTATION' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 434)
ITestKind testKind = JUnitLaunchConfigurationConstants.getTestRunnerKind(configuration);
Discouraged access: The type 'ITestKind' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 434)
ITestKind testKind = JUnitLaunchConfigurationConstants.getTestRunnerKind(configuration);
Discouraged access: The type 'JUnitLaunchConfigurationConstants' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 434)
ITestKind testKind = JUnitLaunchConfigurationConstants.getTestRunnerKind(configuration);
Discouraged access: The method 'JUnitLaunchConfigurationConstants.getTestRunnerKind(ILaunchConfiguration)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 435)
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/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.junit.core/target/classes')
7. WARNING in /src/org/eclipse/pde/launching/JUnitLaunchConfigurationDelegate.java
 (at line 435)
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/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.junit.core/target/classes')
8. WARNING in /src/org/eclipse/pde/launching/JUnitLaunchConfigurationDelegate.java
 (at line 435)
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/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.junit.core/target/classes')