Compiler log for org.eclipse.equinox.p2.tests.verifier_1.0.100.v20130516-1719 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 36

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/equinox/internal/p2/tests/verifier/MigrationWizardTestHelper.java : 2 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/equinox/internal/p2/tests/verifier/MigrationWizardTestHelper.java
 (at line 13)
import org.eclipse.equinox.internal.p2.ui.sdk.scheduler.migration.MigrationSupport;
Discouraged access: The type MigrationSupport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes
2. WARNING in /src/org/eclipse/equinox/internal/p2/tests/verifier/MigrationWizardTestHelper.java
 (at line 16)
public class MigrationWizardTestHelper extends MigrationSupport {
Discouraged access: The type MigrationSupport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes

/src/org/eclipse/equinox/internal/p2/tests/verifier/VerifierApplication.java : 34 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/equinox/internal/p2/tests/verifier/VerifierApplication.java
 (at line 19)
import org.eclipse.core.runtime.internal.adaptor.EclipseAdaptorMsg;
Discouraged access: The type EclipseAdaptorMsg is not accessible due to 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/equinox/internal/p2/tests/verifier/VerifierApplication.java
 (at line 20)
import org.eclipse.core.runtime.internal.adaptor.MessageHelper;
Discouraged access: The type MessageHelper is not accessible due to 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/equinox/internal/p2/tests/verifier/VerifierApplication.java
 (at line 23)
import org.eclipse.equinox.internal.p2.core.helpers.LogHelper;
Discouraged access: The type LogHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes
4. WARNING in /src/org/eclipse/equinox/internal/p2/tests/verifier/VerifierApplication.java
 (at line 24)
import org.eclipse.equinox.internal.p2.core.helpers.ServiceHelper;
Discouraged access: The type ServiceHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes
5. WARNING in /src/org/eclipse/equinox/internal/p2/tests/verifier/VerifierApplication.java
 (at line 25)
import org.eclipse.equinox.internal.p2.ui.sdk.scheduler.migration.ImportFromInstallationWizard_c;
Discouraged access: The type ImportFromInstallationWizard_c is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes
6. WARNING in /src/org/eclipse/equinox/internal/p2/tests/verifier/VerifierApplication.java
 (at line 31)
import org.eclipse.osgi.framework.internal.core.Constants;
Discouraged access: The type Constants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.framework/bundles/org.eclipse.osgi/target/classes
7. WARNING in /src/org/eclipse/equinox/internal/p2/tests/verifier/VerifierApplication.java
 (at line 65)
agent = (IProvisioningAgent) ServiceHelper.getService(Activator.getBundleContext(), IProvisioningAgent.SERVICE_NAME);
Discouraged access: The type ServiceHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes
8. WARNING in /src/org/eclipse/equinox/internal/p2/tests/verifier/VerifierApplication.java
 (at line 65)
agent = (IProvisioningAgent) ServiceHelper.getService(Activator.getBundleContext(), IProvisioningAgent.SERVICE_NAME);
Discouraged access: The method getService(BundleContext, String) from the type ServiceHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes
9. WARNING in /src/org/eclipse/equinox/internal/p2/tests/verifier/VerifierApplication.java
 (at line 76)
LogHelper.log(result);
Discouraged access: The type LogHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes
10. WARNING in /src/org/eclipse/equinox/internal/p2/tests/verifier/VerifierApplication.java
 (at line 76)
LogHelper.log(result);
Discouraged access: The method log(IStatus) from the type LogHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes
11. WARNING in /src/org/eclipse/equinox/internal/p2/tests/verifier/VerifierApplication.java
 (at line 168)
PlatformAdmin platformAdmin = (PlatformAdmin) ServiceHelper.getService(Activator.getBundleContext(), PlatformAdmin.class.getName());
Discouraged access: The type ServiceHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes
12. WARNING in /src/org/eclipse/equinox/internal/p2/tests/verifier/VerifierApplication.java
 (at line 168)
PlatformAdmin platformAdmin = (PlatformAdmin) ServiceHelper.getService(Activator.getBundleContext(), PlatformAdmin.class.getName());
Discouraged access: The method getService(BundleContext, String) from the type ServiceHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes
13. WARNING in /src/org/eclipse/equinox/internal/p2/tests/verifier/VerifierApplication.java
 (at line 169)
PackageAdmin packageAdmin = (PackageAdmin) ServiceHelper.getService(Activator.getBundleContext(), PackageAdmin.class.getName());
Discouraged access: The type ServiceHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes
14. WARNING in /src/org/eclipse/equinox/internal/p2/tests/verifier/VerifierApplication.java
 (at line 169)
PackageAdmin packageAdmin = (PackageAdmin) ServiceHelper.getService(Activator.getBundleContext(), PackageAdmin.class.getName());
Discouraged access: The method getService(BundleContext, String) from the type ServiceHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes
15. WARNING in /src/org/eclipse/equinox/internal/p2/tests/verifier/VerifierApplication.java
 (at line 192)
PlatformAdmin platformAdmin = (PlatformAdmin) ServiceHelper.getService(Activator.getBundleContext(), PlatformAdmin.class.getName());
Discouraged access: The type ServiceHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes
16. WARNING in /src/org/eclipse/equinox/internal/p2/tests/verifier/VerifierApplication.java
 (at line 192)
PlatformAdmin platformAdmin = (PlatformAdmin) ServiceHelper.getService(Activator.getBundleContext(), PlatformAdmin.class.getName());
Discouraged access: The method getService(BundleContext, String) from the type ServiceHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes
17. WARNING in /src/org/eclipse/equinox/internal/p2/tests/verifier/VerifierApplication.java
 (at line 205)
if (ImportPackageSpecification.RESOLUTION_OPTIONAL.equals(((ImportPackageSpecification) leafConstraints[i]).getDirective(Constants.RESOLUTION_DIRECTIVE)))
Discouraged access: The type Constants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.framework/bundles/org.eclipse.osgi/target/classes
18. WARNING in /src/org/eclipse/equinox/internal/p2/tests/verifier/VerifierApplication.java
 (at line 207)
if (ImportPackageSpecification.RESOLUTION_DYNAMIC.equals(((ImportPackageSpecification) leafConstraints[i]).getDirective(Constants.RESOLUTION_DIRECTIVE)))
Discouraged access: The type Constants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.framework/bundles/org.eclipse.osgi/target/classes
19. WARNING in /src/org/eclipse/equinox/internal/p2/tests/verifier/VerifierApplication.java
 (at line 223)
String generalMessage = NLS.bind(EclipseAdaptorMsg.ECLIPSE_STARTUP_ERROR_BUNDLE_NOT_RESOLVED, description.getLocation());
Discouraged access: The type EclipseAdaptorMsg is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.framework/bundles/org.eclipse.osgi/target/classes
20. WARNING in /src/org/eclipse/equinox/internal/p2/tests/verifier/VerifierApplication.java
 (at line 223)
String generalMessage = NLS.bind(EclipseAdaptorMsg.ECLIPSE_STARTUP_ERROR_BUNDLE_NOT_RESOLVED, description.getLocation());
Discouraged access: The field ECLIPSE_STARTUP_ERROR_BUNDLE_NOT_RESOLVED from the type EclipseAdaptorMsg is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.framework/bundles/org.eclipse.osgi/target/classes
21. WARNING in /src/org/eclipse/equinox/internal/p2/tests/verifier/VerifierApplication.java
 (at line 226)
String message = generalMessage + " Reason: " + MessageHelper.getResolutionFailureMessage((VersionConstraint) inner.next()); //$NON-NLS-1$
Discouraged access: The type MessageHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.framework/bundles/org.eclipse.osgi/target/classes
22. WARNING in /src/org/eclipse/equinox/internal/p2/tests/verifier/VerifierApplication.java
 (at line 226)
String message = generalMessage + " Reason: " + MessageHelper.getResolutionFailureMessage((VersionConstraint) inner.next()); //$NON-NLS-1$
Discouraged access: The method getResolutionFailureMessage(VersionConstraint) from the type MessageHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.framework/bundles/org.eclipse.osgi/target/classes
23. WARNING in /src/org/eclipse/equinox/internal/p2/tests/verifier/VerifierApplication.java
 (at line 238)
String generalMessage = NLS.bind(EclipseAdaptorMsg.ECLIPSE_STARTUP_ERROR_BUNDLE_NOT_RESOLVED, bundle);
Discouraged access: The type EclipseAdaptorMsg is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.framework/bundles/org.eclipse.osgi/target/classes
24. WARNING in /src/org/eclipse/equinox/internal/p2/tests/verifier/VerifierApplication.java
 (at line 238)
String generalMessage = NLS.bind(EclipseAdaptorMsg.ECLIPSE_STARTUP_ERROR_BUNDLE_NOT_RESOLVED, bundle);
Discouraged access: The field ECLIPSE_STARTUP_ERROR_BUNDLE_NOT_RESOLVED from the type EclipseAdaptorMsg is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.framework/bundles/org.eclipse.osgi/target/classes
25. WARNING in /src/org/eclipse/equinox/internal/p2/tests/verifier/VerifierApplication.java
 (at line 247)
allProblems.add(createError(generalMessage + " Reason: " + MessageHelper.getResolutionFailureMessage(unsatisfied[j]))); //$NON-NLS-1$
Discouraged access: The type MessageHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.framework/bundles/org.eclipse.osgi/target/classes
26. WARNING in /src/org/eclipse/equinox/internal/p2/tests/verifier/VerifierApplication.java
 (at line 247)
allProblems.add(createError(generalMessage + " Reason: " + MessageHelper.getResolutionFailureMessage(unsatisfied[j]))); //$NON-NLS-1$
Discouraged access: The method getResolutionFailureMessage(VersionConstraint) from the type MessageHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.framework/bundles/org.eclipse.osgi/target/classes
27. WARNING in /src/org/eclipse/equinox/internal/p2/tests/verifier/VerifierApplication.java
 (at line 345)
ImportFromInstallationWizard_c wizardPage = new ImportFromInstallationWizard_c(profile, new URI[0], false);
Discouraged access: The type ImportFromInstallationWizard_c is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes
28. WARNING in /src/org/eclipse/equinox/internal/p2/tests/verifier/VerifierApplication.java
 (at line 345)
ImportFromInstallationWizard_c wizardPage = new ImportFromInstallationWizard_c(profile, new URI[0], false);
Discouraged access: The constructor ImportFromInstallationWizard_c(IProfile, URI[], boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes
29. WARNING in /src/org/eclipse/equinox/internal/p2/tests/verifier/VerifierApplication.java
 (at line 345)
ImportFromInstallationWizard_c wizardPage = new ImportFromInstallationWizard_c(profile, new URI[0], false);
Discouraged access: The type ImportFromInstallationWizard_c is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes
30. WARNING in /src/org/eclipse/equinox/internal/p2/tests/verifier/VerifierApplication.java
 (at line 347)
wizardPage.rememberCancellationDecision(cancelAnswer);
Discouraged access: The method rememberCancellationDecision(int) from the type ImportFromInstallationWizard_c is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes
31. WARNING in /src/org/eclipse/equinox/internal/p2/tests/verifier/VerifierApplication.java
 (at line 408)
PlatformAdmin platformAdmin = (PlatformAdmin) ServiceHelper.getService(Activator.getBundleContext(), PlatformAdmin.class.getName());
Discouraged access: The type ServiceHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes
32. WARNING in /src/org/eclipse/equinox/internal/p2/tests/verifier/VerifierApplication.java
 (at line 408)
PlatformAdmin platformAdmin = (PlatformAdmin) ServiceHelper.getService(Activator.getBundleContext(), PlatformAdmin.class.getName());
Discouraged access: The method getService(BundleContext, String) from the type ServiceHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes
33. WARNING in /src/org/eclipse/equinox/internal/p2/tests/verifier/VerifierApplication.java
 (at line 447)
migrationSupport.performMigration(agent, reg, profile);
Discouraged access: The method performMigration(IProvisioningAgent, IProfileRegistry, IProfile) from the type MigrationSupport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes
34. WARNING in /src/org/eclipse/equinox/internal/p2/tests/verifier/VerifierApplication.java
 (at line 460)
new MigrationWizardTestHelper().rememberMigrationCompleted();
Discouraged access: The method rememberMigrationCompleted() from the type MigrationSupport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes