errors | others warnings | forbidden warnings | discouraged warnings |
top | others warnings | forbidden warnings | discouraged warnings |
top | errors | forbidden warnings | discouraged warnings |
top | errors | others warnings | discouraged warnings |
top | errors | others warnings | forbidden 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/4M/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/4M/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/4M/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/4M/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.MigrationWizard; Discouraged access: The type MigrationWizard is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/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 32) 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/4M/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 66) 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/4M/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 66) 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/4M/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 77) LogHelper.log(result); Discouraged access: The type LogHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/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 77) 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/4M/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 169) 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/4M/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 169) 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/4M/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 170) 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/4M/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 170) 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/4M/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 193) 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/4M/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 193) 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/4M/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 206) 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/4M/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 208) 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/4M/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 224) 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/4M/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 224) 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/4M/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 227) 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/4M/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 227) 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/4M/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 239) 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/4M/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 239) 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/4M/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 248) 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/4M/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 248) 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/4M/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 346) MigrationWizard wizardPage = new MigrationWizard(profile, Collections.<IInstallableUnit> emptyList(), new URI[0], false); Discouraged access: The type MigrationWizard is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/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 346) MigrationWizard wizardPage = new MigrationWizard(profile, Collections.<IInstallableUnit> emptyList(), new URI[0], false); Discouraged access: The constructor MigrationWizard(IProfile, Collection<IInstallableUnit>, URI[], boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/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 346) MigrationWizard wizardPage = new MigrationWizard(profile, Collections.<IInstallableUnit> emptyList(), new URI[0], false); Discouraged access: The type MigrationWizard is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/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 348) wizardPage.rememberCancellationDecision(cancelAnswer); Discouraged access: The method rememberCancellationDecision(int) from the type MigrationWizard is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/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 409) 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/4M/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 409) 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/4M/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 448) 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/4M/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 461) 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/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
1. WARNING in /src/org/eclipse/equinox/internal/p2/tests/verifier/MigrationWizardTestHelper.java (at line 14) 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/4M/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 18) public class MigrationWizardTestHelper extends MigrationSupport { Discouraged access: The type MigrationSupport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |