Compiler log for org.eclipse.equinox.p2.examples.rcp.discovery_2.1.0.v20190716-0833 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 6, 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/equinox/p2/examples/rcp/cloud/p2/UpdateHandler.java : 6 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/equinox/p2/examples/rcp/cloud/p2/UpdateHandler.java
 (at line 16)
import org.eclipse.equinox.internal.p2.ui.dialogs.UpdateSingleIUWizard;
Discouraged access: The type 'UpdateSingleIUWizard' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/target/classes')
2. WARNING in /src/org/eclipse/equinox/p2/examples/rcp/cloud/p2/UpdateHandler.java
 (at line 40)
if (UpdateSingleIUWizard.validFor(operation)) {
Discouraged access: The type 'UpdateSingleIUWizard' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/target/classes')
3. WARNING in /src/org/eclipse/equinox/p2/examples/rcp/cloud/p2/UpdateHandler.java
 (at line 40)
if (UpdateSingleIUWizard.validFor(operation)) {
Discouraged access: The method 'UpdateSingleIUWizard.validFor(UpdateOperation)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/target/classes')
4. WARNING in /src/org/eclipse/equinox/p2/examples/rcp/cloud/p2/UpdateHandler.java
 (at line 42)
UpdateSingleIUWizard wizard = new UpdateSingleIUWizard(getProvisioningUI(), operation);
Discouraged access: The type 'UpdateSingleIUWizard' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/target/classes')
5. WARNING in /src/org/eclipse/equinox/p2/examples/rcp/cloud/p2/UpdateHandler.java
 (at line 42)
UpdateSingleIUWizard wizard = new UpdateSingleIUWizard(getProvisioningUI(), operation);
Discouraged access: The type 'UpdateSingleIUWizard' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/target/classes')
6. WARNING in /src/org/eclipse/equinox/p2/examples/rcp/cloud/p2/UpdateHandler.java
 (at line 42)
UpdateSingleIUWizard wizard = new UpdateSingleIUWizard(getProvisioningUI(), operation);
Discouraged access: The constructor 'UpdateSingleIUWizard(ProvisioningUI, UpdateOperation)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/target/classes')