Compiler log for org.eclipse.pde.junit.runtime_3.5.100.v20180528-1302 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 7, INFOS: 0

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

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/junit/runtime/PDEJUnitRuntimePlugin.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/junit/runtime/PDEJUnitRuntimePlugin.java
 (at line 13)
import org.eclipse.ui.internal.Workbench;
Discouraged access: The type 'Workbench' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes')
2. WARNING in /src/org/eclipse/pde/internal/junit/runtime/PDEJUnitRuntimePlugin.java
 (at line 99)
* over {@link Workbench#getWorkbenchTestable()} to avoid the
Discouraged access: The type 'Workbench' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes')
3. WARNING in /src/org/eclipse/pde/internal/junit/runtime/PDEJUnitRuntimePlugin.java
 (at line 99)
* over {@link Workbench#getWorkbenchTestable()} to avoid the
Discouraged access: The method 'Workbench.getWorkbenchTestable()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes')

/src/org/eclipse/pde/internal/junit/runtime/RemotePluginTestRunner.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/junit/runtime/RemotePluginTestRunner.java
 (at line 20)
import org.eclipse.osgi.internal.framework.EquinoxBundle;
Discouraged access: The type 'EquinoxBundle' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.framework/bundles/org.eclipse.osgi/target/classes')
2. WARNING in /src/org/eclipse/pde/internal/junit/runtime/RemotePluginTestRunner.java
 (at line 83)
if (bundle instanceof EquinoxBundle) {
Discouraged access: The type 'EquinoxBundle' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.framework/bundles/org.eclipse.osgi/target/classes')
3. WARNING in /src/org/eclipse/pde/internal/junit/runtime/RemotePluginTestRunner.java
 (at line 84)
location = ((EquinoxBundle) bundle).getLocation();
Discouraged access: The method 'EquinoxBundle.getLocation()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.framework/bundles/org.eclipse.osgi/target/classes')
4. WARNING in /src/org/eclipse/pde/internal/junit/runtime/RemotePluginTestRunner.java
 (at line 84)
location = ((EquinoxBundle) bundle).getLocation();
Discouraged access: The type 'EquinoxBundle' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.framework/bundles/org.eclipse.osgi/target/classes')