Compiler log for org.eclipse.equinox.p2.tests.ui_1.0.300.v20130527-0108 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 654

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/p2/tests/ui/dialogs/RemediationTest.java : 26 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/RemediationTest.java
 (at line 18)
import org.eclipse.equinox.internal.p2.metadata.InstallableUnit;
Discouraged access: The type InstallableUnit 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.metadata/target/classes
2. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/RemediationTest.java
 (at line 19)
import org.eclipse.equinox.internal.p2.ui.ProvUI;
Discouraged access: The type ProvUI 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/target/classes
3. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/RemediationTest.java
 (at line 21)
import org.eclipse.equinox.internal.p2.ui.model.ProfileElement;
Discouraged access: The type ProfileElement 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/target/classes
4. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/RemediationTest.java
 (at line 22)
import org.eclipse.equinox.internal.p2.ui.sdk.SimpleLicenseManager;
Discouraged access: The type SimpleLicenseManager 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/target/classes
5. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/RemediationTest.java
 (at line 78)
ui.getOperationRunner().suppressRestart(true);
Discouraged access: The method suppressRestart(boolean) from the type ProvisioningOperationRunner 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/target/classes
6. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/RemediationTest.java
 (at line 82)
SimpleLicenseManager manager = new SimpleLicenseManager(name);
Discouraged access: The type SimpleLicenseManager 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/target/classes
7. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/RemediationTest.java
 (at line 82)
SimpleLicenseManager manager = new SimpleLicenseManager(name);
Discouraged access: The constructor SimpleLicenseManager(String) 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/target/classes
8. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/RemediationTest.java
 (at line 82)
SimpleLicenseManager manager = new SimpleLicenseManager(name);
Discouraged access: The type SimpleLicenseManager 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/target/classes
9. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/RemediationTest.java
 (at line 86)
profileElement = new ProfileElement(null, name);
Discouraged access: The constructor ProfileElement(Object, String) 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/target/classes
10. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/RemediationTest.java
 (at line 86)
profileElement = new ProfileElement(null, name);
Discouraged access: The type ProfileElement 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/target/classes
11. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/RemediationTest.java
 (at line 89)
((InstallableUnit) jboss60).setLicenses(licenses);
Discouraged access: The method setLicenses(ILicense[]) from the type InstallableUnit 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.metadata/target/classes
12. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/RemediationTest.java
 (at line 89)
((InstallableUnit) jboss60).setLicenses(licenses);
Discouraged access: The type InstallableUnit 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.metadata/target/classes
13. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/RemediationTest.java
 (at line 134)
InstallWizard wizard = new InstallWizard(getProvisioningUI(), null, null, job);
Discouraged access: The type InstallWizard 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/target/classes
14. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/RemediationTest.java
 (at line 134)
InstallWizard wizard = new InstallWizard(getProvisioningUI(), null, null, job);
Discouraged access: The constructor InstallWizard(ProvisioningUI, InstallOperation, Collection<IInstallableUnit>, LoadMetadataRepositoryJob) 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/target/classes
15. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/RemediationTest.java
 (at line 134)
InstallWizard wizard = new InstallWizard(getProvisioningUI(), null, null, job);
Discouraged access: The type InstallWizard 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/target/classes
16. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/RemediationTest.java
 (at line 135)
WizardDialog dialog = new ProvisioningWizardDialog(ProvUI.getDefaultParentShell(), wizard);
Discouraged access: The constructor ProvisioningWizardDialog(Shell, ProvisioningOperationWizard) 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/target/classes
17. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/RemediationTest.java
 (at line 135)
WizardDialog dialog = new ProvisioningWizardDialog(ProvUI.getDefaultParentShell(), wizard);
Discouraged access: The type ProvisioningWizardDialog 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/target/classes
18. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/RemediationTest.java
 (at line 135)
WizardDialog dialog = new ProvisioningWizardDialog(ProvUI.getDefaultParentShell(), wizard);
Discouraged access: The type ProvUI 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/target/classes
19. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/RemediationTest.java
 (at line 135)
WizardDialog dialog = new ProvisioningWizardDialog(ProvUI.getDefaultParentShell(), wizard);
Discouraged access: The method getDefaultParentShell() from the type ProvUI 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/target/classes
20. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/RemediationTest.java
 (at line 151)
UpdateWizard wizard = new UpdateWizard(getProvisioningUI(), op, new Update[] {}, job);
Discouraged access: The type UpdateWizard 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/target/classes
21. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/RemediationTest.java
 (at line 151)
UpdateWizard wizard = new UpdateWizard(getProvisioningUI(), op, new Update[] {}, job);
Discouraged access: The constructor UpdateWizard(ProvisioningUI, UpdateOperation, Object[], LoadMetadataRepositoryJob) 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/target/classes
22. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/RemediationTest.java
 (at line 151)
UpdateWizard wizard = new UpdateWizard(getProvisioningUI(), op, new Update[] {}, job);
Discouraged access: The type UpdateWizard 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/target/classes
23. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/RemediationTest.java
 (at line 152)
WizardDialog dialog = new ProvisioningWizardDialog(ProvUI.getDefaultParentShell(), wizard);
Discouraged access: The constructor ProvisioningWizardDialog(Shell, ProvisioningOperationWizard) 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/target/classes
24. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/RemediationTest.java
 (at line 152)
WizardDialog dialog = new ProvisioningWizardDialog(ProvUI.getDefaultParentShell(), wizard);
Discouraged access: The type ProvisioningWizardDialog 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/target/classes
25. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/RemediationTest.java
 (at line 152)
WizardDialog dialog = new ProvisioningWizardDialog(ProvUI.getDefaultParentShell(), wizard);
Discouraged access: The type ProvUI 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/target/classes
26. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/RemediationTest.java
 (at line 152)
WizardDialog dialog = new ProvisioningWizardDialog(ProvUI.getDefaultParentShell(), wizard);
Discouraged access: The method getDefaultParentShell() from the type ProvUI 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/target/classes

/src/org/eclipse/equinox/p2/tests/importexport/ImportExportTests.java : 22 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/equinox/p2/tests/importexport/ImportExportTests.java
 (at line 20)
import org.eclipse.equinox.internal.p2.importexport.internal.ImportExportImpl;
Discouraged access: The type ImportExportImpl 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.importexport/target/classes
2. WARNING in /src/org/eclipse/equinox/p2/tests/importexport/ImportExportTests.java
 (at line 32)
private P2ImportExport importexportService;
Discouraged access: The type P2ImportExport 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.importexport/target/classes
3. WARNING in /src/org/eclipse/equinox/p2/tests/importexport/ImportExportTests.java
 (at line 48)
ServiceTracker<P2ImportExport, P2ImportExport> tracker = new ServiceTracker<P2ImportExport, P2ImportExport>(TestActivator.getContext(), P2ImportExport.class, null);
Discouraged access: The type P2ImportExport 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.importexport/target/classes
4. WARNING in /src/org/eclipse/equinox/p2/tests/importexport/ImportExportTests.java
 (at line 48)
ServiceTracker<P2ImportExport, P2ImportExport> tracker = new ServiceTracker<P2ImportExport, P2ImportExport>(TestActivator.getContext(), P2ImportExport.class, null);
Discouraged access: The type P2ImportExport 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.importexport/target/classes
5. WARNING in /src/org/eclipse/equinox/p2/tests/importexport/ImportExportTests.java
 (at line 48)
ServiceTracker<P2ImportExport, P2ImportExport> tracker = new ServiceTracker<P2ImportExport, P2ImportExport>(TestActivator.getContext(), P2ImportExport.class, null);
Discouraged access: The type P2ImportExport 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.importexport/target/classes
6. WARNING in /src/org/eclipse/equinox/p2/tests/importexport/ImportExportTests.java
 (at line 48)
ServiceTracker<P2ImportExport, P2ImportExport> tracker = new ServiceTracker<P2ImportExport, P2ImportExport>(TestActivator.getContext(), P2ImportExport.class, null);
Discouraged access: The type P2ImportExport 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.importexport/target/classes
7. WARNING in /src/org/eclipse/equinox/p2/tests/importexport/ImportExportTests.java
 (at line 48)
ServiceTracker<P2ImportExport, P2ImportExport> tracker = new ServiceTracker<P2ImportExport, P2ImportExport>(TestActivator.getContext(), P2ImportExport.class, null);
Discouraged access: The type P2ImportExport 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.importexport/target/classes
8. WARNING in /src/org/eclipse/equinox/p2/tests/importexport/ImportExportTests.java
 (at line 65)
List<IUDetail> iuDetails = importexportService.importP2F(input);
Discouraged access: The type IUDetail 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.importexport/target/classes
9. WARNING in /src/org/eclipse/equinox/p2/tests/importexport/ImportExportTests.java
 (at line 65)
List<IUDetail> iuDetails = importexportService.importP2F(input);
Discouraged access: The method importP2F(InputStream) from the type P2ImportExport 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.importexport/target/classes
10. WARNING in /src/org/eclipse/equinox/p2/tests/importexport/ImportExportTests.java
 (at line 68)
for (IUDetail iu : iuDetails) {
Discouraged access: The type IUDetail 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.importexport/target/classes
11. WARNING in /src/org/eclipse/equinox/p2/tests/importexport/ImportExportTests.java
 (at line 69)
if ("org.polarion.eclipse.team.svn.connector.feature.group".equals(iu.getIU().getId())) {
Discouraged access: The method getIU() from the type IUDetail 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.importexport/target/classes
12. WARNING in /src/org/eclipse/equinox/p2/tests/importexport/ImportExportTests.java
 (at line 71)
assertTrue("Should have two referred repository.", iu.getReferencedRepositories().size() == 2);
Discouraged access: The method getReferencedRepositories() from the type IUDetail 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.importexport/target/classes
13. WARNING in /src/org/eclipse/equinox/p2/tests/importexport/ImportExportTests.java
 (at line 72)
} else if ("org.polarion.eclipse.team.svn.connector.svnkit16.feature.group".equals(iu.getIU().getId())) {
Discouraged access: The method getIU() from the type IUDetail 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.importexport/target/classes
14. WARNING in /src/org/eclipse/equinox/p2/tests/importexport/ImportExportTests.java
 (at line 74)
assertTrue("Should have one referred repository", iu.getReferencedRepositories().size() == 1);
Discouraged access: The method getReferencedRepositories() from the type IUDetail 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.importexport/target/classes
15. WARNING in /src/org/eclipse/equinox/p2/tests/importexport/ImportExportTests.java
 (at line 87)
List<IUDetail> iuDetails = importexportService.importP2F(input);
Discouraged access: The type IUDetail 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.importexport/target/classes
16. WARNING in /src/org/eclipse/equinox/p2/tests/importexport/ImportExportTests.java
 (at line 87)
List<IUDetail> iuDetails = importexportService.importP2F(input);
Discouraged access: The method importP2F(InputStream) from the type P2ImportExport 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.importexport/target/classes
17. WARNING in /src/org/eclipse/equinox/p2/tests/importexport/ImportExportTests.java
 (at line 98)
importexportService.importP2F(input);
Discouraged access: The method importP2F(InputStream) from the type P2ImportExport 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.importexport/target/classes
18. WARNING in /src/org/eclipse/equinox/p2/tests/importexport/ImportExportTests.java
 (at line 100)
} catch (VersionIncompatibleException e) {
Discouraged access: The type VersionIncompatibleException 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.importexport/target/classes
19. WARNING in /src/org/eclipse/equinox/p2/tests/importexport/ImportExportTests.java
 (at line 116)
IStatus status = importexportService.exportP2F(output, new IInstallableUnit[] {iu}, false, null);
Discouraged access: The method exportP2F(OutputStream, IInstallableUnit[], boolean, IProgressMonitor) from the type P2ImportExport 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.importexport/target/classes
20. WARNING in /src/org/eclipse/equinox/p2/tests/importexport/ImportExportTests.java
 (at line 121)
if (s.getCode() == ImportExportImpl.IGNORE_LOCAL_REPOSITORY)
Discouraged access: The type ImportExportImpl 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.importexport/target/classes
21. WARNING in /src/org/eclipse/equinox/p2/tests/importexport/ImportExportTests.java
 (at line 121)
if (s.getCode() == ImportExportImpl.IGNORE_LOCAL_REPOSITORY)
Discouraged access: The field IGNORE_LOCAL_REPOSITORY from the type ImportExportImpl 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.importexport/target/classes
22. WARNING in /src/org/eclipse/equinox/p2/tests/importexport/ImportExportTests.java
 (at line 139)
IStatus status = importexportService.exportP2F(output, new IInstallableUnit[] {iu}, true, null);
Discouraged access: The method exportP2F(OutputStream, IInstallableUnit[], boolean, IProgressMonitor) from the type P2ImportExport 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.importexport/target/classes

/src/org/eclipse/equinox/p2/tests/ui/repohandling/SiteImportExportTest.java : 12 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/equinox/p2/tests/ui/repohandling/SiteImportExportTest.java
 (at line 14)
import org.eclipse.equinox.internal.p2.ui.UpdateManagerCompatibility;
Discouraged access: The type UpdateManagerCompatibility 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/target/classes
2. WARNING in /src/org/eclipse/equinox/p2/tests/ui/repohandling/SiteImportExportTest.java
 (at line 15)
import org.eclipse.equinox.internal.p2.ui.model.MetadataRepositoryElement;
Discouraged access: The type MetadataRepositoryElement 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/target/classes
3. WARNING in /src/org/eclipse/equinox/p2/tests/ui/repohandling/SiteImportExportTest.java
 (at line 22)
MetadataRepositoryElement[] elements = UpdateManagerCompatibility.readBookmarkFile(bookmarks);
Discouraged access: The type MetadataRepositoryElement 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/target/classes
4. WARNING in /src/org/eclipse/equinox/p2/tests/ui/repohandling/SiteImportExportTest.java
 (at line 22)
MetadataRepositoryElement[] elements = UpdateManagerCompatibility.readBookmarkFile(bookmarks);
Discouraged access: The type UpdateManagerCompatibility 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/target/classes
5. WARNING in /src/org/eclipse/equinox/p2/tests/ui/repohandling/SiteImportExportTest.java
 (at line 22)
MetadataRepositoryElement[] elements = UpdateManagerCompatibility.readBookmarkFile(bookmarks);
Discouraged access: The method readBookmarkFile(File) from the type UpdateManagerCompatibility 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/target/classes
6. WARNING in /src/org/eclipse/equinox/p2/tests/ui/repohandling/SiteImportExportTest.java
 (at line 26)
MetadataRepositoryElement element = elements[0];
Discouraged access: The type MetadataRepositoryElement 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/target/classes
7. WARNING in /src/org/eclipse/equinox/p2/tests/ui/repohandling/SiteImportExportTest.java
 (at line 27)
element.setNickname("Foo");
Discouraged access: The method setNickname(String) from the type MetadataRepositoryElement 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/target/classes
8. WARNING in /src/org/eclipse/equinox/p2/tests/ui/repohandling/SiteImportExportTest.java
 (at line 31)
UpdateManagerCompatibility.writeBookmarkFile(testExport.getAbsolutePath(), elements);
Discouraged access: The type UpdateManagerCompatibility 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/target/classes
9. WARNING in /src/org/eclipse/equinox/p2/tests/ui/repohandling/SiteImportExportTest.java
 (at line 31)
UpdateManagerCompatibility.writeBookmarkFile(testExport.getAbsolutePath(), elements);
Discouraged access: The method writeBookmarkFile(String, MetadataRepositoryElement[]) from the type UpdateManagerCompatibility 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/target/classes
10. WARNING in /src/org/eclipse/equinox/p2/tests/ui/repohandling/SiteImportExportTest.java
 (at line 33)
elements = UpdateManagerCompatibility.readBookmarkFile(testExport);
Discouraged access: The type UpdateManagerCompatibility 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/target/classes
11. WARNING in /src/org/eclipse/equinox/p2/tests/ui/repohandling/SiteImportExportTest.java
 (at line 33)
elements = UpdateManagerCompatibility.readBookmarkFile(testExport);
Discouraged access: The method readBookmarkFile(File) from the type UpdateManagerCompatibility 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/target/classes
12. WARNING in /src/org/eclipse/equinox/p2/tests/ui/repohandling/SiteImportExportTest.java
 (at line 35)
assertEquals("1.3", elements[0].getName(), "Foo");
Discouraged access: The method getName() from the type MetadataRepositoryElement 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/target/classes

/src/org/eclipse/equinox/p2/tests/ui/dialogs/UpdateWizardTest.java : 62 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/UpdateWizardTest.java
 (at line 14)
import org.eclipse.equinox.internal.p2.metadata.License;
Discouraged access: The type License 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.metadata/target/classes
2. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/UpdateWizardTest.java
 (at line 15)
import org.eclipse.equinox.internal.p2.ui.ProvUI;
Discouraged access: The type ProvUI 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/target/classes
3. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/UpdateWizardTest.java
 (at line 55)
iu.setLicenses(new ILicense[] {new License(null, "Update Wizard Test License to Accept", null)});
Discouraged access: The constructor License(URI, String, String) 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.metadata/target/classes
4. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/UpdateWizardTest.java
 (at line 55)
iu.setLicenses(new ILicense[] {new License(null, "Update Wizard Test License to Accept", null)});
Discouraged access: The type License 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.metadata/target/classes
5. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/UpdateWizardTest.java
 (at line 71)
UpdateWizard wizard = new UpdateWizard(getProvisioningUI(), op, op.getSelectedUpdates(), null);
Discouraged access: The type UpdateWizard 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/target/classes
6. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/UpdateWizardTest.java
 (at line 71)
UpdateWizard wizard = new UpdateWizard(getProvisioningUI(), op, op.getSelectedUpdates(), null);
Discouraged access: The constructor UpdateWizard(ProvisioningUI, UpdateOperation, Object[], LoadMetadataRepositoryJob) 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/target/classes
7. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/UpdateWizardTest.java
 (at line 71)
UpdateWizard wizard = new UpdateWizard(getProvisioningUI(), op, op.getSelectedUpdates(), null);
Discouraged access: The type UpdateWizard 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/target/classes
8. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/UpdateWizardTest.java
 (at line 72)
WizardDialog dialog = new ProvisioningWizardDialog(ProvUI.getDefaultParentShell(), wizard);
Discouraged access: The constructor ProvisioningWizardDialog(Shell, ProvisioningOperationWizard) 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/target/classes
9. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/UpdateWizardTest.java
 (at line 72)
WizardDialog dialog = new ProvisioningWizardDialog(ProvUI.getDefaultParentShell(), wizard);
Discouraged access: The type ProvisioningWizardDialog 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/target/classes
10. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/UpdateWizardTest.java
 (at line 72)
WizardDialog dialog = new ProvisioningWizardDialog(ProvUI.getDefaultParentShell(), wizard);
Discouraged access: The type ProvUI 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/target/classes
11. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/UpdateWizardTest.java
 (at line 72)
WizardDialog dialog = new ProvisioningWizardDialog(ProvUI.getDefaultParentShell(), wizard);
Discouraged access: The method getDefaultParentShell() from the type ProvUI 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/target/classes
12. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/UpdateWizardTest.java
 (at line 78)
SelectableIUsPage page1 = (SelectableIUsPage) wizard.getPage(SELECTION_PAGE);
Discouraged access: The type SelectableIUsPage 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/target/classes
13. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/UpdateWizardTest.java
 (at line 78)
SelectableIUsPage page1 = (SelectableIUsPage) wizard.getPage(SELECTION_PAGE);
Discouraged access: The type SelectableIUsPage 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/target/classes
14. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/UpdateWizardTest.java
 (at line 81)
ResolutionResultsWizardPage page2 = (ResolutionResultsWizardPage) wizard.getNextPage(page1);
Discouraged access: The type ResolutionResultsWizardPage 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/target/classes
15. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/UpdateWizardTest.java
 (at line 81)
ResolutionResultsWizardPage page2 = (ResolutionResultsWizardPage) wizard.getNextPage(page1);
Discouraged access: The type ResolutionResultsWizardPage 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/target/classes
16. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/UpdateWizardTest.java
 (at line 81)
ResolutionResultsWizardPage page2 = (ResolutionResultsWizardPage) wizard.getNextPage(page1);
Discouraged access: The method getNextPage(IWizardPage) from the type WizardWithLicenses 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/target/classes
17. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/UpdateWizardTest.java
 (at line 90)
wizard.recomputePlan(dialog);
Discouraged access: The method recomputePlan(IRunnableContext) from the type ProvisioningOperationWizard 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/target/classes
18. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/UpdateWizardTest.java
 (at line 106)
UpdateWizard wizard = new UpdateWizard(getProvisioningUI(), op, op.getSelectedUpdates(), null);
Discouraged access: The type UpdateWizard 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/target/classes
19. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/UpdateWizardTest.java
 (at line 106)
UpdateWizard wizard = new UpdateWizard(getProvisioningUI(), op, op.getSelectedUpdates(), null);
Discouraged access: The constructor UpdateWizard(ProvisioningUI, UpdateOperation, Object[], LoadMetadataRepositoryJob) 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/target/classes
20. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/UpdateWizardTest.java
 (at line 106)
UpdateWizard wizard = new UpdateWizard(getProvisioningUI(), op, op.getSelectedUpdates(), null);
Discouraged access: The type UpdateWizard 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/target/classes
21. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/UpdateWizardTest.java
 (at line 107)
ProvisioningWizardDialog dialog = new ProvisioningWizardDialog(ProvUI.getDefaultParentShell(), wizard);
Discouraged access: The type ProvisioningWizardDialog 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/target/classes
22. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/UpdateWizardTest.java
 (at line 107)
ProvisioningWizardDialog dialog = new ProvisioningWizardDialog(ProvUI.getDefaultParentShell(), wizard);
Discouraged access: The constructor ProvisioningWizardDialog(Shell, ProvisioningOperationWizard) 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/target/classes
23. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/UpdateWizardTest.java
 (at line 107)
ProvisioningWizardDialog dialog = new ProvisioningWizardDialog(ProvUI.getDefaultParentShell(), wizard);
Discouraged access: The type ProvisioningWizardDialog 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/target/classes
24. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/UpdateWizardTest.java
 (at line 107)
ProvisioningWizardDialog dialog = new ProvisioningWizardDialog(ProvUI.getDefaultParentShell(), wizard);
Discouraged access: The type ProvUI 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/target/classes
25. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/UpdateWizardTest.java
 (at line 107)
ProvisioningWizardDialog dialog = new ProvisioningWizardDialog(ProvUI.getDefaultParentShell(), wizard);
Discouraged access: The method getDefaultParentShell() from the type ProvUI 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/target/classes
26. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/UpdateWizardTest.java
 (at line 112)
SelectableIUsPage page1 = (SelectableIUsPage) wizard.getPage(SELECTION_PAGE);
Discouraged access: The type SelectableIUsPage 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/target/classes
27. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/UpdateWizardTest.java
 (at line 112)
SelectableIUsPage page1 = (SelectableIUsPage) wizard.getPage(SELECTION_PAGE);
Discouraged access: The type SelectableIUsPage 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/target/classes
28. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/UpdateWizardTest.java
 (at line 124)
Button finishButton = dialog.testGetButton(IDialogConstants.FINISH_ID);
Discouraged access: The method testGetButton(int) from the type ProvisioningWizardDialog 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/target/classes
29. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/UpdateWizardTest.java
 (at line 140)
UpdateWizard wizard = new UpdateWizard(getProvisioningUI(), op, op.getSelectedUpdates(), null);
Discouraged access: The type UpdateWizard 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/target/classes
30. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/UpdateWizardTest.java
 (at line 140)
UpdateWizard wizard = new UpdateWizard(getProvisioningUI(), op, op.getSelectedUpdates(), null);
Discouraged access: The constructor UpdateWizard(ProvisioningUI, UpdateOperation, Object[], LoadMetadataRepositoryJob) 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/target/classes
31. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/UpdateWizardTest.java
 (at line 140)
UpdateWizard wizard = new UpdateWizard(getProvisioningUI(), op, op.getSelectedUpdates(), null);
Discouraged access: The type UpdateWizard 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/target/classes
32. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/UpdateWizardTest.java
 (at line 141)
ProvisioningWizardDialog dialog = new ProvisioningWizardDialog(ProvUI.getDefaultParentShell(), wizard);
Discouraged access: The type ProvisioningWizardDialog 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/target/classes
33. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/UpdateWizardTest.java
 (at line 141)
ProvisioningWizardDialog dialog = new ProvisioningWizardDialog(ProvUI.getDefaultParentShell(), wizard);
Discouraged access: The constructor ProvisioningWizardDialog(Shell, ProvisioningOperationWizard) 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/target/classes
34. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/UpdateWizardTest.java
 (at line 141)
ProvisioningWizardDialog dialog = new ProvisioningWizardDialog(ProvUI.getDefaultParentShell(), wizard);
Discouraged access: The type ProvisioningWizardDialog 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/target/classes
35. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/UpdateWizardTest.java
 (at line 141)
ProvisioningWizardDialog dialog = new ProvisioningWizardDialog(ProvUI.getDefaultParentShell(), wizard);
Discouraged access: The type ProvUI 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/target/classes
36. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/UpdateWizardTest.java
 (at line 141)
ProvisioningWizardDialog dialog = new ProvisioningWizardDialog(ProvUI.getDefaultParentShell(), wizard);
Discouraged access: The method getDefaultParentShell() from the type ProvUI 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/target/classes
37. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/UpdateWizardTest.java
 (at line 146)
assertNotNull("1.0", wizard.getStartingPage());
Discouraged access: The method getStartingPage() from the type UpdateWizard 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/target/classes
38. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/UpdateWizardTest.java
 (at line 161)
UpdateWizard wizard = new UpdateWizard(getProvisioningUI(), op, op.getSelectedUpdates(), null);
Discouraged access: The type UpdateWizard 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/target/classes
39. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/UpdateWizardTest.java
 (at line 161)
UpdateWizard wizard = new UpdateWizard(getProvisioningUI(), op, op.getSelectedUpdates(), null);
Discouraged access: The constructor UpdateWizard(ProvisioningUI, UpdateOperation, Object[], LoadMetadataRepositoryJob) 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/target/classes
40. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/UpdateWizardTest.java
 (at line 161)
UpdateWizard wizard = new UpdateWizard(getProvisioningUI(), op, op.getSelectedUpdates(), null);
Discouraged access: The type UpdateWizard 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/target/classes
41. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/UpdateWizardTest.java
 (at line 162)
wizard.setSkipSelectionsPage(true);
Discouraged access: The method setSkipSelectionsPage(boolean) from the type UpdateWizard 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/target/classes
42. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/UpdateWizardTest.java
 (at line 163)
ProvisioningWizardDialog dialog = new ProvisioningWizardDialog(ProvUI.getDefaultParentShell(), wizard);
Discouraged access: The type ProvisioningWizardDialog 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/target/classes
43. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/UpdateWizardTest.java
 (at line 163)
ProvisioningWizardDialog dialog = new ProvisioningWizardDialog(ProvUI.getDefaultParentShell(), wizard);
Discouraged access: The constructor ProvisioningWizardDialog(Shell, ProvisioningOperationWizard) 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/target/classes
44. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/UpdateWizardTest.java
 (at line 163)
ProvisioningWizardDialog dialog = new ProvisioningWizardDialog(ProvUI.getDefaultParentShell(), wizard);
Discouraged access: The type ProvisioningWizardDialog 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/target/classes
45. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/UpdateWizardTest.java
 (at line 163)
ProvisioningWizardDialog dialog = new ProvisioningWizardDialog(ProvUI.getDefaultParentShell(), wizard);
Discouraged access: The type ProvUI 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/target/classes
46. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/UpdateWizardTest.java
 (at line 163)
ProvisioningWizardDialog dialog = new ProvisioningWizardDialog(ProvUI.getDefaultParentShell(), wizard);
Discouraged access: The method getDefaultParentShell() from the type ProvUI 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/target/classes
47. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/UpdateWizardTest.java
 (at line 168)
assertNotNull("1.0", wizard.getStartingPage());
Discouraged access: The method getStartingPage() from the type UpdateWizard 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/target/classes
48. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/UpdateWizardTest.java
 (at line 169)
assertEquals("1.1", wizard.getStartingPage(), wizard.getPage(RESOLUTION_PAGE));
Discouraged access: The method getStartingPage() from the type UpdateWizard 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/target/classes
49. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/UpdateWizardTest.java
 (at line 183)
UpdateWizard wizard = new UpdateWizard(getProvisioningUI(), op, op.getSelectedUpdates(), null);
Discouraged access: The type UpdateWizard 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/target/classes
50. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/UpdateWizardTest.java
 (at line 183)
UpdateWizard wizard = new UpdateWizard(getProvisioningUI(), op, op.getSelectedUpdates(), null);
Discouraged access: The constructor UpdateWizard(ProvisioningUI, UpdateOperation, Object[], LoadMetadataRepositoryJob) 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/target/classes
51. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/UpdateWizardTest.java
 (at line 183)
UpdateWizard wizard = new UpdateWizard(getProvisioningUI(), op, op.getSelectedUpdates(), null);
Discouraged access: The type UpdateWizard 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/target/classes
52. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/UpdateWizardTest.java
 (at line 184)
ProvisioningWizardDialog dialog = new ProvisioningWizardDialog(ProvUI.getDefaultParentShell(), wizard);
Discouraged access: The type ProvisioningWizardDialog 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/target/classes
53. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/UpdateWizardTest.java
 (at line 184)
ProvisioningWizardDialog dialog = new ProvisioningWizardDialog(ProvUI.getDefaultParentShell(), wizard);
Discouraged access: The constructor ProvisioningWizardDialog(Shell, ProvisioningOperationWizard) 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/target/classes
54. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/UpdateWizardTest.java
 (at line 184)
ProvisioningWizardDialog dialog = new ProvisioningWizardDialog(ProvUI.getDefaultParentShell(), wizard);
Discouraged access: The type ProvisioningWizardDialog 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/target/classes
55. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/UpdateWizardTest.java
 (at line 184)
ProvisioningWizardDialog dialog = new ProvisioningWizardDialog(ProvUI.getDefaultParentShell(), wizard);
Discouraged access: The type ProvUI 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/target/classes
56. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/UpdateWizardTest.java
 (at line 184)
ProvisioningWizardDialog dialog = new ProvisioningWizardDialog(ProvUI.getDefaultParentShell(), wizard);
Discouraged access: The method getDefaultParentShell() from the type ProvUI 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/target/classes
57. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/UpdateWizardTest.java
 (at line 189)
SelectableIUsPage page1 = (SelectableIUsPage) wizard.getPage(SELECTION_PAGE);
Discouraged access: The type SelectableIUsPage 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/target/classes
58. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/UpdateWizardTest.java
 (at line 189)
SelectableIUsPage page1 = (SelectableIUsPage) wizard.getPage(SELECTION_PAGE);
Discouraged access: The type SelectableIUsPage 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/target/classes
59. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/UpdateWizardTest.java
 (at line 192)
assertEquals("1.1", 1, page1.getCheckedIUElements().length);
Discouraged access: The method getCheckedIUElements() from the type SelectableIUsPage 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/target/classes
60. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/UpdateWizardTest.java
 (at line 193)
ResolutionResultsWizardPage page2 = (ResolutionResultsWizardPage) wizard.getNextPage(page1);
Discouraged access: The type ResolutionResultsWizardPage 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/target/classes
61. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/UpdateWizardTest.java
 (at line 193)
ResolutionResultsWizardPage page2 = (ResolutionResultsWizardPage) wizard.getNextPage(page1);
Discouraged access: The type ResolutionResultsWizardPage 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/target/classes
62. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/UpdateWizardTest.java
 (at line 193)
ResolutionResultsWizardPage page2 = (ResolutionResultsWizardPage) wizard.getNextPage(page1);
Discouraged access: The method getNextPage(IWizardPage) from the type WizardWithLicenses 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/target/classes

/src/org/eclipse/equinox/p2/tests/ui/query/QueryDescriptorTest.java : 19 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryDescriptorTest.java
 (at line 15)
import org.eclipse.equinox.internal.p2.ui.ElementQueryDescriptor;
Discouraged access: The type ElementQueryDescriptor 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/target/classes
2. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryDescriptorTest.java
 (at line 16)
import org.eclipse.equinox.internal.p2.ui.ElementWrapper;
Discouraged access: The type ElementWrapper 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/target/classes
3. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryDescriptorTest.java
 (at line 55)
class StringWrapper extends ElementWrapper {
Discouraged access: The type ElementWrapper 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/target/classes
4. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryDescriptorTest.java
 (at line 85)
ElementQueryDescriptor eqDescriptor = new ElementQueryDescriptor(new SimpleQueryable(), new SimpleMatchQuery(), new Collector(), new StringWrapper());
Discouraged access: The type ElementQueryDescriptor 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/target/classes
5. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryDescriptorTest.java
 (at line 85)
ElementQueryDescriptor eqDescriptor = new ElementQueryDescriptor(new SimpleQueryable(), new SimpleMatchQuery(), new Collector(), new StringWrapper());
Discouraged access: The constructor ElementQueryDescriptor(IQueryable<?>, IQuery<?>, Collector<?>, ElementWrapper) 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/target/classes
6. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryDescriptorTest.java
 (at line 85)
ElementQueryDescriptor eqDescriptor = new ElementQueryDescriptor(new SimpleQueryable(), new SimpleMatchQuery(), new Collector(), new StringWrapper());
Discouraged access: The type ElementQueryDescriptor 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/target/classes
7. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryDescriptorTest.java
 (at line 86)
Collection collection = eqDescriptor.performQuery(null);
Discouraged access: The method performQuery(IProgressMonitor) from the type ElementQueryDescriptor 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/target/classes
8. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryDescriptorTest.java
 (at line 93)
ElementQueryDescriptor eqDescriptor = new ElementQueryDescriptor(new SimpleQueryable(), new SimpleMatchQuery(), new Collector());
Discouraged access: The type ElementQueryDescriptor 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/target/classes
9. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryDescriptorTest.java
 (at line 93)
ElementQueryDescriptor eqDescriptor = new ElementQueryDescriptor(new SimpleQueryable(), new SimpleMatchQuery(), new Collector());
Discouraged access: The constructor ElementQueryDescriptor(IQueryable<?>, IQuery<?>, Collector<?>) 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/target/classes
10. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryDescriptorTest.java
 (at line 93)
ElementQueryDescriptor eqDescriptor = new ElementQueryDescriptor(new SimpleQueryable(), new SimpleMatchQuery(), new Collector());
Discouraged access: The type ElementQueryDescriptor 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/target/classes
11. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryDescriptorTest.java
 (at line 94)
Collection collection = eqDescriptor.performQuery(null);
Discouraged access: The method performQuery(IProgressMonitor) from the type ElementQueryDescriptor 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/target/classes
12. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryDescriptorTest.java
 (at line 102)
ElementQueryDescriptor eqDescriptor = new ElementQueryDescriptor(new SimpleQueryable(), query, new Collector(), new StringWrapper());
Discouraged access: The type ElementQueryDescriptor 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/target/classes
13. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryDescriptorTest.java
 (at line 102)
ElementQueryDescriptor eqDescriptor = new ElementQueryDescriptor(new SimpleQueryable(), query, new Collector(), new StringWrapper());
Discouraged access: The constructor ElementQueryDescriptor(IQueryable<?>, IQuery<?>, Collector<?>, ElementWrapper) 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/target/classes
14. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryDescriptorTest.java
 (at line 102)
ElementQueryDescriptor eqDescriptor = new ElementQueryDescriptor(new SimpleQueryable(), query, new Collector(), new StringWrapper());
Discouraged access: The type ElementQueryDescriptor 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/target/classes
15. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryDescriptorTest.java
 (at line 103)
Collection collection = eqDescriptor.performQuery(null);
Discouraged access: The method performQuery(IProgressMonitor) from the type ElementQueryDescriptor 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/target/classes
16. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryDescriptorTest.java
 (at line 110)
ElementQueryDescriptor eqDescriptor = new ElementQueryDescriptor(new SimpleQueryable(), query, new Collector(), new StringWrapper());
Discouraged access: The type ElementQueryDescriptor 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/target/classes
17. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryDescriptorTest.java
 (at line 110)
ElementQueryDescriptor eqDescriptor = new ElementQueryDescriptor(new SimpleQueryable(), query, new Collector(), new StringWrapper());
Discouraged access: The constructor ElementQueryDescriptor(IQueryable<?>, IQuery<?>, Collector<?>, ElementWrapper) 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/target/classes
18. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryDescriptorTest.java
 (at line 110)
ElementQueryDescriptor eqDescriptor = new ElementQueryDescriptor(new SimpleQueryable(), query, new Collector(), new StringWrapper());
Discouraged access: The type ElementQueryDescriptor 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/target/classes
19. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryDescriptorTest.java
 (at line 111)
Collection collection = eqDescriptor.performQuery(null);
Discouraged access: The method performQuery(IProgressMonitor) from the type ElementQueryDescriptor 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/target/classes

/src/org/eclipse/equinox/p2/tests/ui/operations/ColocatedRepositoryTrackerTest.java : 6 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/equinox/p2/tests/ui/operations/ColocatedRepositoryTrackerTest.java
 (at line 16)
import org.eclipse.equinox.internal.p2.ui.ColocatedRepositoryTracker;
Discouraged access: The type ColocatedRepositoryTracker 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/target/classes
2. WARNING in /src/org/eclipse/equinox/p2/tests/ui/operations/ColocatedRepositoryTrackerTest.java
 (at line 33)
ColocatedRepositoryTracker tracker = new ColocatedRepositoryTracker(provUI);
Discouraged access: The type ColocatedRepositoryTracker 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/target/classes
3. WARNING in /src/org/eclipse/equinox/p2/tests/ui/operations/ColocatedRepositoryTrackerTest.java
 (at line 33)
ColocatedRepositoryTracker tracker = new ColocatedRepositoryTracker(provUI);
Discouraged access: The constructor ColocatedRepositoryTracker(ProvisioningUI) 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/target/classes
4. WARNING in /src/org/eclipse/equinox/p2/tests/ui/operations/ColocatedRepositoryTrackerTest.java
 (at line 33)
ColocatedRepositoryTracker tracker = new ColocatedRepositoryTracker(provUI);
Discouraged access: The type ColocatedRepositoryTracker 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/target/classes
5. WARNING in /src/org/eclipse/equinox/p2/tests/ui/operations/ColocatedRepositoryTrackerTest.java
 (at line 34)
tracker.addRepository(compositeRepoURI, "main", provSession);
Discouraged access: The method addRepository(URI, String, ProvisioningSession) from the type ColocatedRepositoryTracker 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/target/classes
6. WARNING in /src/org/eclipse/equinox/p2/tests/ui/operations/ColocatedRepositoryTrackerTest.java
 (at line 37)
tracker.addRepository(childRepoOneURI, "child", provSession);
Discouraged access: The method addRepository(URI, String, ProvisioningSession) from the type ColocatedRepositoryTracker 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/target/classes

/src/org/eclipse/equinox/p2/tests/ui/actions/ColocatedRepositoryActionTest.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/equinox/p2/tests/ui/actions/ColocatedRepositoryActionTest.java
 (at line 13)
import org.eclipse.equinox.internal.p2.ui.model.MetadataRepositoryElement;
Discouraged access: The type MetadataRepositoryElement 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/target/classes
2. WARNING in /src/org/eclipse/equinox/p2/tests/ui/actions/ColocatedRepositoryActionTest.java
 (at line 21)
return new MetadataRepositoryElement[] {new MetadataRepositoryElement(null, testRepoLocation, true)};
Discouraged access: The type MetadataRepositoryElement 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/target/classes
3. WARNING in /src/org/eclipse/equinox/p2/tests/ui/actions/ColocatedRepositoryActionTest.java
 (at line 21)
return new MetadataRepositoryElement[] {new MetadataRepositoryElement(null, testRepoLocation, true)};
Discouraged access: The constructor MetadataRepositoryElement(Object, 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/target/classes
4. WARNING in /src/org/eclipse/equinox/p2/tests/ui/actions/ColocatedRepositoryActionTest.java
 (at line 21)
return new MetadataRepositoryElement[] {new MetadataRepositoryElement(null, testRepoLocation, true)};
Discouraged access: The type MetadataRepositoryElement 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/target/classes

/src/org/eclipse/equinox/p2/tests/ui/query/QueryProviderTests.java : 20 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryProviderTests.java
 (at line 49)
MetadataRepositoryElement element = new MetadataRepositoryElement(null, testRepo.getLocation(), true);
Discouraged access: The type MetadataRepositoryElement 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/target/classes
2. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryProviderTests.java
 (at line 49)
MetadataRepositoryElement element = new MetadataRepositoryElement(null, testRepo.getLocation(), true);
Discouraged access: The constructor MetadataRepositoryElement(Object, 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/target/classes
3. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryProviderTests.java
 (at line 49)
MetadataRepositoryElement element = new MetadataRepositoryElement(null, testRepo.getLocation(), true);
Discouraged access: The type MetadataRepositoryElement 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/target/classes
4. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryProviderTests.java
 (at line 50)
Object[] children = element.getChildren(element);
Discouraged access: The method getChildren(Object) from the type QueriedElement 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/target/classes
5. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryProviderTests.java
 (at line 52)
assertTrue("1.2", children[0] instanceof CategoryElement);
Discouraged access: The type CategoryElement 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/target/classes
6. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryProviderTests.java
 (at line 53)
CategoryElement cat = (CategoryElement) children[0];
Discouraged access: The type CategoryElement 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/target/classes
7. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryProviderTests.java
 (at line 53)
CategoryElement cat = (CategoryElement) children[0];
Discouraged access: The type CategoryElement 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/target/classes
8. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryProviderTests.java
 (at line 54)
children = cat.getChildren(cat);
Discouraged access: The method getChildren(Object) from the type QueriedElement 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/target/classes
9. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryProviderTests.java
 (at line 57)
if (children[i] instanceof CategoryElement) {
Discouraged access: The type CategoryElement 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/target/classes
10. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryProviderTests.java
 (at line 58)
if (((CategoryElement) children[i]).getIU().equals(nestedCategory)) {
Discouraged access: The method getIU() from the type CategoryElement 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/target/classes
11. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryProviderTests.java
 (at line 58)
if (((CategoryElement) children[i]).getIU().equals(nestedCategory)) {
Discouraged access: The type CategoryElement 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/target/classes
12. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryProviderTests.java
 (at line 68)
IUElementListRoot root = new IUElementListRoot();
Discouraged access: The type IUElementListRoot 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/target/classes
13. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryProviderTests.java
 (at line 68)
IUElementListRoot root = new IUElementListRoot();
Discouraged access: The constructor IUElementListRoot() 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/target/classes
14. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryProviderTests.java
 (at line 68)
IUElementListRoot root = new IUElementListRoot();
Discouraged access: The type IUElementListRoot 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/target/classes
15. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryProviderTests.java
 (at line 69)
AvailableIUElement element = new AvailableIUElement(root, a, TESTPROFILE, getPolicy().getShowDrilldownRequirements());
Discouraged access: The type AvailableIUElement 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/target/classes
16. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryProviderTests.java
 (at line 69)
AvailableIUElement element = new AvailableIUElement(root, a, TESTPROFILE, getPolicy().getShowDrilldownRequirements());
Discouraged access: The constructor AvailableIUElement(Object, IInstallableUnit, String, 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/target/classes
17. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryProviderTests.java
 (at line 69)
AvailableIUElement element = new AvailableIUElement(root, a, TESTPROFILE, getPolicy().getShowDrilldownRequirements());
Discouraged access: The type AvailableIUElement 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/target/classes
18. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryProviderTests.java
 (at line 70)
root.setChildren(new Object[] {element});
Discouraged access: The method setChildren(Object[]) from the type IUElementListRoot 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/target/classes
19. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryProviderTests.java
 (at line 77)
element.setQueryable(queryable);
Discouraged access: The method setQueryable(IQueryable<?>) from the type QueriedElement 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/target/classes
20. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryProviderTests.java
 (at line 78)
Object[] children = element.getChildren(element);
Discouraged access: The method getChildren(Object) from the type QueriedElement 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/target/classes

/src/org/eclipse/equinox/p2/tests/ui/dialogs/InstalledSoftwarePageTest.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstalledSoftwarePageTest.java
 (at line 13)
import org.eclipse.equinox.internal.p2.ui.ProvUI;
Discouraged access: The type ProvUI 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/target/classes
2. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstalledSoftwarePageTest.java
 (at line 28)
super(ProvUI.getDefaultParentShell());
Discouraged access: The type ProvUI 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/target/classes
3. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstalledSoftwarePageTest.java
 (at line 28)
super(ProvUI.getDefaultParentShell());
Discouraged access: The method getDefaultParentShell() from the type ProvUI 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/target/classes

/src/org/eclipse/equinox/p2/tests/ui/actions/RemoveColocatedRepositoryActionTest.java : 11 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/equinox/p2/tests/ui/actions/RemoveColocatedRepositoryActionTest.java
 (at line 13)
import org.eclipse.equinox.internal.p2.ui.actions.RemoveColocatedRepositoryAction;
Discouraged access: The type RemoveColocatedRepositoryAction 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/target/classes
2. WARNING in /src/org/eclipse/equinox/p2/tests/ui/actions/RemoveColocatedRepositoryActionTest.java
 (at line 17)
RemoveColocatedRepositoryAction action = new RemoveColocatedRepositoryAction(getProvisioningUI(), getSelectionProvider(getEmptySelection()));
Discouraged access: The type RemoveColocatedRepositoryAction 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/target/classes
3. WARNING in /src/org/eclipse/equinox/p2/tests/ui/actions/RemoveColocatedRepositoryActionTest.java
 (at line 17)
RemoveColocatedRepositoryAction action = new RemoveColocatedRepositoryAction(getProvisioningUI(), getSelectionProvider(getEmptySelection()));
Discouraged access: The constructor RemoveColocatedRepositoryAction(ProvisioningUI, ISelectionProvider) 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/target/classes
4. WARNING in /src/org/eclipse/equinox/p2/tests/ui/actions/RemoveColocatedRepositoryActionTest.java
 (at line 17)
RemoveColocatedRepositoryAction action = new RemoveColocatedRepositoryAction(getProvisioningUI(), getSelectionProvider(getEmptySelection()));
Discouraged access: The type RemoveColocatedRepositoryAction 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/target/classes
5. WARNING in /src/org/eclipse/equinox/p2/tests/ui/actions/RemoveColocatedRepositoryActionTest.java
 (at line 22)
RemoveColocatedRepositoryAction action = new RemoveColocatedRepositoryAction(getProvisioningUI(), getSelectionProvider(getInvalidSelection()));
Discouraged access: The type RemoveColocatedRepositoryAction 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/target/classes
6. WARNING in /src/org/eclipse/equinox/p2/tests/ui/actions/RemoveColocatedRepositoryActionTest.java
 (at line 22)
RemoveColocatedRepositoryAction action = new RemoveColocatedRepositoryAction(getProvisioningUI(), getSelectionProvider(getInvalidSelection()));
Discouraged access: The constructor RemoveColocatedRepositoryAction(ProvisioningUI, ISelectionProvider) 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/target/classes
7. WARNING in /src/org/eclipse/equinox/p2/tests/ui/actions/RemoveColocatedRepositoryActionTest.java
 (at line 22)
RemoveColocatedRepositoryAction action = new RemoveColocatedRepositoryAction(getProvisioningUI(), getSelectionProvider(getInvalidSelection()));
Discouraged access: The type RemoveColocatedRepositoryAction 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/target/classes
8. WARNING in /src/org/eclipse/equinox/p2/tests/ui/actions/RemoveColocatedRepositoryActionTest.java
 (at line 30)
RemoveColocatedRepositoryAction action = new RemoveColocatedRepositoryAction(getProvisioningUI(), getSelectionProvider(getValidRepoSelection()));
Discouraged access: The type RemoveColocatedRepositoryAction 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/target/classes
9. WARNING in /src/org/eclipse/equinox/p2/tests/ui/actions/RemoveColocatedRepositoryActionTest.java
 (at line 30)
RemoveColocatedRepositoryAction action = new RemoveColocatedRepositoryAction(getProvisioningUI(), getSelectionProvider(getValidRepoSelection()));
Discouraged access: The constructor RemoveColocatedRepositoryAction(ProvisioningUI, ISelectionProvider) 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/target/classes
10. WARNING in /src/org/eclipse/equinox/p2/tests/ui/actions/RemoveColocatedRepositoryActionTest.java
 (at line 30)
RemoveColocatedRepositoryAction action = new RemoveColocatedRepositoryAction(getProvisioningUI(), getSelectionProvider(getValidRepoSelection()));
Discouraged access: The type RemoveColocatedRepositoryAction 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/target/classes
11. WARNING in /src/org/eclipse/equinox/p2/tests/ui/actions/RemoveColocatedRepositoryActionTest.java
 (at line 32)
action.run();
Discouraged access: The method run() from the type RemoveColocatedRepositoryAction 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/target/classes

/src/org/eclipse/equinox/p2/tests/ui/query/QueryableArtifactRepositoryManagerTest.java : 9 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryableArtifactRepositoryManagerTest.java
 (at line 14)
import org.eclipse.equinox.internal.p2.ui.QueryableArtifactRepositoryManager;
Discouraged access: The type QueryableArtifactRepositoryManager 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/target/classes
2. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryableArtifactRepositoryManagerTest.java
 (at line 15)
import org.eclipse.equinox.internal.p2.ui.RepositoryLocationQuery;
Discouraged access: The type RepositoryLocationQuery 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/target/classes
3. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryableArtifactRepositoryManagerTest.java
 (at line 44)
QueryableArtifactRepositoryManager manager = getQueryableManager();
Discouraged access: The type QueryableArtifactRepositoryManager 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/target/classes
4. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryableArtifactRepositoryManagerTest.java
 (at line 46)
IQueryResult result = manager.locationsQueriable().query(new RepositoryLocationQuery(), getMonitor());
Discouraged access: The method locationsQueriable() from the type QueryableRepositoryManager<IArtifactKey> 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/target/classes
5. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryableArtifactRepositoryManagerTest.java
 (at line 46)
IQueryResult result = manager.locationsQueriable().query(new RepositoryLocationQuery(), getMonitor());
Discouraged access: The constructor RepositoryLocationQuery() 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/target/classes
6. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryableArtifactRepositoryManagerTest.java
 (at line 46)
IQueryResult result = manager.locationsQueriable().query(new RepositoryLocationQuery(), getMonitor());
Discouraged access: The type RepositoryLocationQuery 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/target/classes
7. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryableArtifactRepositoryManagerTest.java
 (at line 50)
private QueryableArtifactRepositoryManager getQueryableManager() {
Discouraged access: The type QueryableArtifactRepositoryManager 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/target/classes
8. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryableArtifactRepositoryManagerTest.java
 (at line 51)
return new QueryableArtifactRepositoryManager(ProvisioningUI.getDefaultUI(), false);
Discouraged access: The constructor QueryableArtifactRepositoryManager(ProvisioningUI, 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/target/classes
9. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryableArtifactRepositoryManagerTest.java
 (at line 51)
return new QueryableArtifactRepositoryManager(ProvisioningUI.getDefaultUI(), false);
Discouraged access: The type QueryableArtifactRepositoryManager 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/target/classes

/src/org/eclipse/equinox/p2/tests/ui/operations/OperationFactoryTest.java : 2 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/equinox/p2/tests/ui/operations/OperationFactoryTest.java
 (at line 19)
import org.eclipse.equinox.internal.p2.engine.SimpleProfileRegistry;
Discouraged access: The type SimpleProfileRegistry 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.engine/target/classes
2. WARNING in /src/org/eclipse/equinox/p2/tests/ui/operations/OperationFactoryTest.java
 (at line 95)
Field selfField = SimpleProfileRegistry.class.getDeclaredField("self"); //$NON-NLS-1$
Discouraged access: The type SimpleProfileRegistry 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.engine/target/classes

/src/org/eclipse/equinox/p2/tests/ui/query/MockQueryProvider.java : 9 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/MockQueryProvider.java
 (at line 13)
import org.eclipse.equinox.internal.p2.ui.ElementQueryDescriptor;
Discouraged access: The type ElementQueryDescriptor 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/target/classes
2. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/MockQueryProvider.java
 (at line 14)
import org.eclipse.equinox.internal.p2.ui.QueryProvider;
Discouraged access: The type QueryProvider 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/target/classes
3. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/MockQueryProvider.java
 (at line 15)
import org.eclipse.equinox.internal.p2.ui.model.QueriedElement;
Discouraged access: The type QueriedElement 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/target/classes
4. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/MockQueryProvider.java
 (at line 24)
public class MockQueryProvider extends QueryProvider {
Discouraged access: The type QueryProvider 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/target/classes
5. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/MockQueryProvider.java
 (at line 28)
super(ui);
Discouraged access: The constructor QueryProvider(ProvisioningUI) 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/target/classes
6. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/MockQueryProvider.java
 (at line 32)
public ElementQueryDescriptor getQueryDescriptor(QueriedElement element) {
Discouraged access: The type ElementQueryDescriptor 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/target/classes
7. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/MockQueryProvider.java
 (at line 32)
public ElementQueryDescriptor getQueryDescriptor(QueriedElement element) {
Discouraged access: The type QueriedElement 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/target/classes
8. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/MockQueryProvider.java
 (at line 33)
return new ElementQueryDescriptor(new MockQueryable(element), query, new Collector());
Discouraged access: The constructor ElementQueryDescriptor(IQueryable<?>, IQuery<?>, Collector<?>) 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/target/classes
9. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/MockQueryProvider.java
 (at line 33)
return new ElementQueryDescriptor(new MockQueryable(element), query, new Collector());
Discouraged access: The type ElementQueryDescriptor 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/target/classes

/src/org/eclipse/equinox/p2/tests/ui/actions/UpdateActionTest.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/equinox/p2/tests/ui/actions/UpdateActionTest.java
 (at line 15)
import org.eclipse.equinox.internal.p2.ui.actions.UpdateAction;
Discouraged access: The type UpdateAction 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/target/classes
2. WARNING in /src/org/eclipse/equinox/p2/tests/ui/actions/UpdateActionTest.java
 (at line 23)
class TestUpdateAction extends UpdateAction {
Discouraged access: The type UpdateAction 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/target/classes
3. WARNING in /src/org/eclipse/equinox/p2/tests/ui/actions/UpdateActionTest.java
 (at line 25)
super(UpdateActionTest.this.getProvisioningUI(), UpdateActionTest.this.getSelectionProvider(sel), profile.getProfileId(), true);
Discouraged access: The constructor UpdateAction(ProvisioningUI, ISelectionProvider, String, 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/target/classes
4. WARNING in /src/org/eclipse/equinox/p2/tests/ui/actions/UpdateActionTest.java
 (at line 29)
return super.getSelectedIUs();
Discouraged access: The method getSelectedIUs() from the type ProfileModificationAction 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/target/classes

/src/org/eclipse/equinox/p2/tests/ui/dialogs/IUPropertyPagesTest.java : 13 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/IUPropertyPagesTest.java
 (at line 21)
import org.eclipse.ui.internal.dialogs.PropertyDialog;
Discouraged access: The type PropertyDialog is not accessible due to 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/equinox/p2/tests/ui/dialogs/IUPropertyPagesTest.java
 (at line 33)
PropertyDialog dialog = PropertyDialog.createDialogOn(PlatformUI.getWorkbench().getActiveWorkbenchWindow().getShell(), GENERAL, getIU());
Discouraged access: The type PropertyDialog is not accessible due to 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/equinox/p2/tests/ui/dialogs/IUPropertyPagesTest.java
 (at line 33)
PropertyDialog dialog = PropertyDialog.createDialogOn(PlatformUI.getWorkbench().getActiveWorkbenchWindow().getShell(), GENERAL, getIU());
Discouraged access: The type PropertyDialog is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes
4. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/IUPropertyPagesTest.java
 (at line 33)
PropertyDialog dialog = PropertyDialog.createDialogOn(PlatformUI.getWorkbench().getActiveWorkbenchWindow().getShell(), GENERAL, getIU());
Discouraged access: The method createDialogOn(Shell, String, Object) from the type PropertyDialog is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes
5. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/IUPropertyPagesTest.java
 (at line 39)
dialog.close();
Discouraged access: The method close() from the type FilteredPreferenceDialog is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes
6. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/IUPropertyPagesTest.java
 (at line 44)
PropertyDialog dialog = PropertyDialog.createDialogOn(PlatformUI.getWorkbench().getActiveWorkbenchWindow().getShell(), COPYRIGHT, getIU());
Discouraged access: The type PropertyDialog is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes
7. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/IUPropertyPagesTest.java
 (at line 44)
PropertyDialog dialog = PropertyDialog.createDialogOn(PlatformUI.getWorkbench().getActiveWorkbenchWindow().getShell(), COPYRIGHT, getIU());
Discouraged access: The type PropertyDialog is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes
8. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/IUPropertyPagesTest.java
 (at line 44)
PropertyDialog dialog = PropertyDialog.createDialogOn(PlatformUI.getWorkbench().getActiveWorkbenchWindow().getShell(), COPYRIGHT, getIU());
Discouraged access: The method createDialogOn(Shell, String, Object) from the type PropertyDialog is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes
9. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/IUPropertyPagesTest.java
 (at line 50)
dialog.close();
Discouraged access: The method close() from the type FilteredPreferenceDialog is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes
10. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/IUPropertyPagesTest.java
 (at line 55)
PropertyDialog dialog = PropertyDialog.createDialogOn(PlatformUI.getWorkbench().getActiveWorkbenchWindow().getShell(), LICENSE, getIU());
Discouraged access: The type PropertyDialog is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes
11. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/IUPropertyPagesTest.java
 (at line 55)
PropertyDialog dialog = PropertyDialog.createDialogOn(PlatformUI.getWorkbench().getActiveWorkbenchWindow().getShell(), LICENSE, getIU());
Discouraged access: The type PropertyDialog is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes
12. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/IUPropertyPagesTest.java
 (at line 55)
PropertyDialog dialog = PropertyDialog.createDialogOn(PlatformUI.getWorkbench().getActiveWorkbenchWindow().getShell(), LICENSE, getIU());
Discouraged access: The method createDialogOn(Shell, String, Object) from the type PropertyDialog is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes
13. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/IUPropertyPagesTest.java
 (at line 61)
dialog.close();
Discouraged access: The method close() from the type FilteredPreferenceDialog is not accessible due to 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/equinox/p2/tests/ui/query/TranslationSupportTests.java : 15 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/TranslationSupportTests.java
 (at line 18)
import org.eclipse.equinox.internal.p2.engine.Profile;
Discouraged access: The type Profile 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.engine/target/classes
2. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/TranslationSupportTests.java
 (at line 19)
import org.eclipse.equinox.internal.p2.metadata.TranslationSupport;
Discouraged access: The type TranslationSupport 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.metadata/target/classes
3. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/TranslationSupportTests.java
 (at line 27)
* Tests for {@link TranslationSupport}.
Discouraged access: The type TranslationSupport 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.metadata/target/classes
4. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/TranslationSupportTests.java
 (at line 30)
Profile profile;
Discouraged access: The type Profile 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.engine/target/classes
5. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/TranslationSupportTests.java
 (at line 35)
profile = (Profile) createProfile("testLocalizedLicense");
Discouraged access: The type Profile 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.engine/target/classes
6. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/TranslationSupportTests.java
 (at line 36)
oldTranslationSource = TranslationSupport.getInstance().setTranslationSource(profile);
Discouraged access: The type TranslationSupport 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.metadata/target/classes
7. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/TranslationSupportTests.java
 (at line 36)
oldTranslationSource = TranslationSupport.getInstance().setTranslationSource(profile);
Discouraged access: The method getInstance() from the type TranslationSupport 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.metadata/target/classes
8. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/TranslationSupportTests.java
 (at line 36)
oldTranslationSource = TranslationSupport.getInstance().setTranslationSource(profile);
Discouraged access: The method setTranslationSource(IQueryable<IInstallableUnit>) from the type TranslationSupport 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.metadata/target/classes
9. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/TranslationSupportTests.java
 (at line 41)
TranslationSupport.getInstance().setTranslationSource(oldTranslationSource);
Discouraged access: The type TranslationSupport 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.metadata/target/classes
10. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/TranslationSupportTests.java
 (at line 41)
TranslationSupport.getInstance().setTranslationSource(oldTranslationSource);
Discouraged access: The method getInstance() from the type TranslationSupport 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.metadata/target/classes
11. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/TranslationSupportTests.java
 (at line 41)
TranslationSupport.getInstance().setTranslationSource(oldTranslationSource);
Discouraged access: The method setTranslationSource(IQueryable<IInstallableUnit>) from the type TranslationSupport 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.metadata/target/classes
12. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/TranslationSupportTests.java
 (at line 94)
profile.addInstallableUnit(iuFragment);
Discouraged access: The method addInstallableUnit(IInstallableUnit) from the type Profile 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.engine/target/classes
13. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/TranslationSupportTests.java
 (at line 109)
profile.addInstallableUnit(iuFragment);
Discouraged access: The method addInstallableUnit(IInstallableUnit) from the type Profile 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.engine/target/classes
14. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/TranslationSupportTests.java
 (at line 124)
profile.addInstallableUnit(iuFragment);
Discouraged access: The method addInstallableUnit(IInstallableUnit) from the type Profile 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.engine/target/classes
15. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/TranslationSupportTests.java
 (at line 125)
profile.addInstallableUnit(iu);
Discouraged access: The method addInstallableUnit(IInstallableUnit) from the type Profile 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.engine/target/classes

/src/org/eclipse/equinox/p2/tests/ui/dialogs/UninstallWizardTest.java : 24 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/UninstallWizardTest.java
 (at line 15)
import org.eclipse.equinox.internal.p2.ui.ProvUI;
Discouraged access: The type ProvUI 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/target/classes
2. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/UninstallWizardTest.java
 (at line 41)
UninstallWizard wizard = new UninstallWizard(getProvisioningUI(), op, iusInvolved, null);
Discouraged access: The type UninstallWizard 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/target/classes
3. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/UninstallWizardTest.java
 (at line 41)
UninstallWizard wizard = new UninstallWizard(getProvisioningUI(), op, iusInvolved, null);
Discouraged access: The constructor UninstallWizard(ProvisioningUI, UninstallOperation, Collection<IInstallableUnit>, LoadMetadataRepositoryJob) 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/target/classes
4. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/UninstallWizardTest.java
 (at line 41)
UninstallWizard wizard = new UninstallWizard(getProvisioningUI(), op, iusInvolved, null);
Discouraged access: The type UninstallWizard 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/target/classes
5. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/UninstallWizardTest.java
 (at line 42)
WizardDialog dialog = new ProvisioningWizardDialog(ProvUI.getDefaultParentShell(), wizard);
Discouraged access: The constructor ProvisioningWizardDialog(Shell, ProvisioningOperationWizard) 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/target/classes
6. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/UninstallWizardTest.java
 (at line 42)
WizardDialog dialog = new ProvisioningWizardDialog(ProvUI.getDefaultParentShell(), wizard);
Discouraged access: The type ProvisioningWizardDialog 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/target/classes
7. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/UninstallWizardTest.java
 (at line 42)
WizardDialog dialog = new ProvisioningWizardDialog(ProvUI.getDefaultParentShell(), wizard);
Discouraged access: The type ProvUI 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/target/classes
8. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/UninstallWizardTest.java
 (at line 42)
WizardDialog dialog = new ProvisioningWizardDialog(ProvUI.getDefaultParentShell(), wizard);
Discouraged access: The method getDefaultParentShell() from the type ProvUI 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/target/classes
9. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/UninstallWizardTest.java
 (at line 49)
SelectableIUsPage page1 = (SelectableIUsPage) wizard.getPage(SELECTION_PAGE);
Discouraged access: The type SelectableIUsPage 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/target/classes
10. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/UninstallWizardTest.java
 (at line 49)
SelectableIUsPage page1 = (SelectableIUsPage) wizard.getPage(SELECTION_PAGE);
Discouraged access: The type SelectableIUsPage 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/target/classes
11. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/UninstallWizardTest.java
 (at line 52)
ResolutionResultsWizardPage page2 = (ResolutionResultsWizardPage) wizard.getNextPage(page1);
Discouraged access: The type ResolutionResultsWizardPage 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/target/classes
12. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/UninstallWizardTest.java
 (at line 52)
ResolutionResultsWizardPage page2 = (ResolutionResultsWizardPage) wizard.getNextPage(page1);
Discouraged access: The type ResolutionResultsWizardPage 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/target/classes
13. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/UninstallWizardTest.java
 (at line 52)
ResolutionResultsWizardPage page2 = (ResolutionResultsWizardPage) wizard.getNextPage(page1);
Discouraged access: The method getNextPage(IWizardPage) from the type ProvisioningOperationWizard 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/target/classes
14. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/UninstallWizardTest.java
 (at line 63)
wizard.recomputePlan(dialog);
Discouraged access: The method recomputePlan(IRunnableContext) from the type ProvisioningOperationWizard 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/target/classes
15. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/UninstallWizardTest.java
 (at line 84)
UninstallWizard wizard = new UninstallWizard(getProvisioningUI(), operation, iusInvolved, null);
Discouraged access: The type UninstallWizard 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/target/classes
16. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/UninstallWizardTest.java
 (at line 84)
UninstallWizard wizard = new UninstallWizard(getProvisioningUI(), operation, iusInvolved, null);
Discouraged access: The constructor UninstallWizard(ProvisioningUI, UninstallOperation, Collection<IInstallableUnit>, LoadMetadataRepositoryJob) 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/target/classes
17. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/UninstallWizardTest.java
 (at line 84)
UninstallWizard wizard = new UninstallWizard(getProvisioningUI(), operation, iusInvolved, null);
Discouraged access: The type UninstallWizard 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/target/classes
18. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/UninstallWizardTest.java
 (at line 85)
WizardDialog dialog = new ProvisioningWizardDialog(ProvUI.getDefaultParentShell(), wizard);
Discouraged access: The constructor ProvisioningWizardDialog(Shell, ProvisioningOperationWizard) 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/target/classes
19. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/UninstallWizardTest.java
 (at line 85)
WizardDialog dialog = new ProvisioningWizardDialog(ProvUI.getDefaultParentShell(), wizard);
Discouraged access: The type ProvisioningWizardDialog 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/target/classes
20. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/UninstallWizardTest.java
 (at line 85)
WizardDialog dialog = new ProvisioningWizardDialog(ProvUI.getDefaultParentShell(), wizard);
Discouraged access: The type ProvUI 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/target/classes
21. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/UninstallWizardTest.java
 (at line 85)
WizardDialog dialog = new ProvisioningWizardDialog(ProvUI.getDefaultParentShell(), wizard);
Discouraged access: The method getDefaultParentShell() from the type ProvUI 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/target/classes
22. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/UninstallWizardTest.java
 (at line 91)
SelectableIUsPage page1 = (SelectableIUsPage) wizard.getPage(SELECTION_PAGE);
Discouraged access: The type SelectableIUsPage 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/target/classes
23. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/UninstallWizardTest.java
 (at line 91)
SelectableIUsPage page1 = (SelectableIUsPage) wizard.getPage(SELECTION_PAGE);
Discouraged access: The type SelectableIUsPage 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/target/classes
24. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/UninstallWizardTest.java
 (at line 94)
wizard.recomputePlan(dialog);
Discouraged access: The method recomputePlan(IRunnableContext) from the type ProvisioningOperationWizard 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/target/classes

/src/org/eclipse/equinox/p2/tests/ui/operations/InstallOperationTests.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/equinox/p2/tests/ui/operations/InstallOperationTests.java
 (at line 17)
import org.eclipse.equinox.internal.p2.operations.IStatusCodes;
Discouraged access: The type IStatusCodes 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.operations/target/classes
2. WARNING in /src/org/eclipse/equinox/p2/tests/ui/operations/InstallOperationTests.java
 (at line 125)
assertEquals(IStatusCodes.PROFILE_CHANGE_ALTERED, ((MultiStatus) resolutionStatus).getChildren()[0].getCode());
Discouraged access: The type IStatusCodes 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.operations/target/classes
3. WARNING in /src/org/eclipse/equinox/p2/tests/ui/operations/InstallOperationTests.java
 (at line 125)
assertEquals(IStatusCodes.PROFILE_CHANGE_ALTERED, ((MultiStatus) resolutionStatus).getChildren()[0].getCode());
Discouraged access: The field PROFILE_CHANGE_ALTERED from the type IStatusCodes 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.operations/target/classes
4. WARNING in /src/org/eclipse/equinox/p2/tests/ui/operations/InstallOperationTests.java
 (at line 126)
assertEquals(IStatusCodes.ALTERED_IMPLIED_UPDATE, ((MultiStatus) (((MultiStatus) resolutionStatus).getChildren()[0])).getChildren()[0].getCode());
Discouraged access: The type IStatusCodes 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.operations/target/classes
5. WARNING in /src/org/eclipse/equinox/p2/tests/ui/operations/InstallOperationTests.java
 (at line 126)
assertEquals(IStatusCodes.ALTERED_IMPLIED_UPDATE, ((MultiStatus) (((MultiStatus) resolutionStatus).getChildren()[0])).getChildren()[0].getCode());
Discouraged access: The field ALTERED_IMPLIED_UPDATE from the type IStatusCodes 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.operations/target/classes

/src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWizardTest.java : 95 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWizardTest.java
 (at line 17)
import org.eclipse.equinox.internal.p2.metadata.License;
Discouraged access: The type License 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.metadata/target/classes
2. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWizardTest.java
 (at line 18)
import org.eclipse.equinox.internal.p2.ui.ProvUI;
Discouraged access: The type ProvUI 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/target/classes
3. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWizardTest.java
 (at line 20)
import org.eclipse.equinox.internal.p2.ui.model.IIUElement;
Discouraged access: The type IIUElement 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/target/classes
4. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWizardTest.java
 (at line 21)
import org.eclipse.equinox.internal.p2.ui.viewers.DeferredQueryContentProvider;
Discouraged access: The type DeferredQueryContentProvider 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/target/classes
5. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWizardTest.java
 (at line 51)
iu.setLicenses(new ILicense[] {new License(null, "There is a license to accept!", null)});
Discouraged access: The constructor License(URI, String, String) 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.metadata/target/classes
6. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWizardTest.java
 (at line 51)
iu.setLicenses(new ILicense[] {new License(null, "There is a license to accept!", null)});
Discouraged access: The type License 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.metadata/target/classes
7. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWizardTest.java
 (at line 62)
PreselectedIUInstallWizard wizard = new PreselectedIUInstallWizard(getProvisioningUI(), op, iusInvolved, null);
Discouraged access: The type PreselectedIUInstallWizard 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/target/classes
8. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWizardTest.java
 (at line 62)
PreselectedIUInstallWizard wizard = new PreselectedIUInstallWizard(getProvisioningUI(), op, iusInvolved, null);
Discouraged access: The constructor PreselectedIUInstallWizard(ProvisioningUI, InstallOperation, Collection<IInstallableUnit>, LoadMetadataRepositoryJob) 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/target/classes
9. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWizardTest.java
 (at line 62)
PreselectedIUInstallWizard wizard = new PreselectedIUInstallWizard(getProvisioningUI(), op, iusInvolved, null);
Discouraged access: The type PreselectedIUInstallWizard 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/target/classes
10. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWizardTest.java
 (at line 63)
ProvisioningWizardDialog dialog = new ProvisioningWizardDialog(ProvUI.getDefaultParentShell(), wizard);
Discouraged access: The type ProvisioningWizardDialog 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/target/classes
11. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWizardTest.java
 (at line 63)
ProvisioningWizardDialog dialog = new ProvisioningWizardDialog(ProvUI.getDefaultParentShell(), wizard);
Discouraged access: The constructor ProvisioningWizardDialog(Shell, ProvisioningOperationWizard) 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/target/classes
12. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWizardTest.java
 (at line 63)
ProvisioningWizardDialog dialog = new ProvisioningWizardDialog(ProvUI.getDefaultParentShell(), wizard);
Discouraged access: The type ProvisioningWizardDialog 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/target/classes
13. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWizardTest.java
 (at line 63)
ProvisioningWizardDialog dialog = new ProvisioningWizardDialog(ProvUI.getDefaultParentShell(), wizard);
Discouraged access: The type ProvUI 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/target/classes
14. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWizardTest.java
 (at line 63)
ProvisioningWizardDialog dialog = new ProvisioningWizardDialog(ProvUI.getDefaultParentShell(), wizard);
Discouraged access: The method getDefaultParentShell() from the type ProvUI 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/target/classes
15. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWizardTest.java
 (at line 69)
SelectableIUsPage page1 = (SelectableIUsPage) wizard.getPage(SELECTION_PAGE);
Discouraged access: The type SelectableIUsPage 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/target/classes
16. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWizardTest.java
 (at line 69)
SelectableIUsPage page1 = (SelectableIUsPage) wizard.getPage(SELECTION_PAGE);
Discouraged access: The type SelectableIUsPage 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/target/classes
17. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWizardTest.java
 (at line 82)
wizard.recomputePlan(dialog);
Discouraged access: The method recomputePlan(IRunnableContext) from the type ProvisioningOperationWizard 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/target/classes
18. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWizardTest.java
 (at line 88)
wizard.recomputePlan(dialog);
Discouraged access: The method recomputePlan(IRunnableContext) from the type ProvisioningOperationWizard 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/target/classes
19. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWizardTest.java
 (at line 94)
Button finishButton = dialog.testGetButton(IDialogConstants.FINISH_ID);
Discouraged access: The method testGetButton(int) from the type ProvisioningWizardDialog 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/target/classes
20. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWizardTest.java
 (at line 108)
PreselectedIUInstallWizard wizard = new PreselectedIUInstallWizard(getProvisioningUI(), op, iusInvolved, null);
Discouraged access: The type PreselectedIUInstallWizard 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/target/classes
21. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWizardTest.java
 (at line 108)
PreselectedIUInstallWizard wizard = new PreselectedIUInstallWizard(getProvisioningUI(), op, iusInvolved, null);
Discouraged access: The constructor PreselectedIUInstallWizard(ProvisioningUI, InstallOperation, Collection<IInstallableUnit>, LoadMetadataRepositoryJob) 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/target/classes
22. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWizardTest.java
 (at line 108)
PreselectedIUInstallWizard wizard = new PreselectedIUInstallWizard(getProvisioningUI(), op, iusInvolved, null);
Discouraged access: The type PreselectedIUInstallWizard 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/target/classes
23. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWizardTest.java
 (at line 109)
ProvisioningWizardDialog dialog = new ProvisioningWizardDialog(ProvUI.getDefaultParentShell(), wizard);
Discouraged access: The type ProvisioningWizardDialog 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/target/classes
24. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWizardTest.java
 (at line 109)
ProvisioningWizardDialog dialog = new ProvisioningWizardDialog(ProvUI.getDefaultParentShell(), wizard);
Discouraged access: The constructor ProvisioningWizardDialog(Shell, ProvisioningOperationWizard) 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/target/classes
25. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWizardTest.java
 (at line 109)
ProvisioningWizardDialog dialog = new ProvisioningWizardDialog(ProvUI.getDefaultParentShell(), wizard);
Discouraged access: The type ProvisioningWizardDialog 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/target/classes
26. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWizardTest.java
 (at line 109)
ProvisioningWizardDialog dialog = new ProvisioningWizardDialog(ProvUI.getDefaultParentShell(), wizard);
Discouraged access: The type ProvUI 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/target/classes
27. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWizardTest.java
 (at line 109)
ProvisioningWizardDialog dialog = new ProvisioningWizardDialog(ProvUI.getDefaultParentShell(), wizard);
Discouraged access: The method getDefaultParentShell() from the type ProvUI 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/target/classes
28. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWizardTest.java
 (at line 115)
SelectableIUsPage page1 = (SelectableIUsPage) wizard.getPage(SELECTION_PAGE);
Discouraged access: The type SelectableIUsPage 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/target/classes
29. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWizardTest.java
 (at line 115)
SelectableIUsPage page1 = (SelectableIUsPage) wizard.getPage(SELECTION_PAGE);
Discouraged access: The type SelectableIUsPage 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/target/classes
30. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWizardTest.java
 (at line 119)
InstallWizardPage page = (InstallWizardPage) page1.getNextPage();
Discouraged access: The type InstallWizardPage 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/target/classes
31. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWizardTest.java
 (at line 119)
InstallWizardPage page = (InstallWizardPage) page1.getNextPage();
Discouraged access: The type InstallWizardPage 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/target/classes
32. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWizardTest.java
 (at line 122)
Field opField = ResolutionResultsWizardPage.class.getDeclaredField("resolvedOperation");
Discouraged access: The type ResolutionResultsWizardPage 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/target/classes
33. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWizardTest.java
 (at line 137)
PreselectedIUInstallWizard wizard = new PreselectedIUInstallWizard(getProvisioningUI(), op, iusInvolved, null);
Discouraged access: The type PreselectedIUInstallWizard 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/target/classes
34. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWizardTest.java
 (at line 137)
PreselectedIUInstallWizard wizard = new PreselectedIUInstallWizard(getProvisioningUI(), op, iusInvolved, null);
Discouraged access: The constructor PreselectedIUInstallWizard(ProvisioningUI, InstallOperation, Collection<IInstallableUnit>, LoadMetadataRepositoryJob) 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/target/classes
35. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWizardTest.java
 (at line 137)
PreselectedIUInstallWizard wizard = new PreselectedIUInstallWizard(getProvisioningUI(), op, iusInvolved, null);
Discouraged access: The type PreselectedIUInstallWizard 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/target/classes
36. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWizardTest.java
 (at line 138)
wizard.setBypassLicencePage(false);
Discouraged access: The method setBypassLicencePage(boolean) from the type WizardWithLicenses 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/target/classes
37. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWizardTest.java
 (at line 139)
ProvisioningWizardDialog dialog = new ProvisioningWizardDialog(ProvUI.getDefaultParentShell(), wizard);
Discouraged access: The type ProvisioningWizardDialog 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/target/classes
38. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWizardTest.java
 (at line 139)
ProvisioningWizardDialog dialog = new ProvisioningWizardDialog(ProvUI.getDefaultParentShell(), wizard);
Discouraged access: The constructor ProvisioningWizardDialog(Shell, ProvisioningOperationWizard) 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/target/classes
39. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWizardTest.java
 (at line 139)
ProvisioningWizardDialog dialog = new ProvisioningWizardDialog(ProvUI.getDefaultParentShell(), wizard);
Discouraged access: The type ProvisioningWizardDialog 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/target/classes
40. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWizardTest.java
 (at line 139)
ProvisioningWizardDialog dialog = new ProvisioningWizardDialog(ProvUI.getDefaultParentShell(), wizard);
Discouraged access: The type ProvUI 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/target/classes
41. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWizardTest.java
 (at line 139)
ProvisioningWizardDialog dialog = new ProvisioningWizardDialog(ProvUI.getDefaultParentShell(), wizard);
Discouraged access: The method getDefaultParentShell() from the type ProvUI 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/target/classes
42. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWizardTest.java
 (at line 145)
SelectableIUsPage selectableIUsPage = (SelectableIUsPage) wizard.getPage(SELECTION_PAGE);
Discouraged access: The type SelectableIUsPage 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/target/classes
43. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWizardTest.java
 (at line 145)
SelectableIUsPage selectableIUsPage = (SelectableIUsPage) wizard.getPage(SELECTION_PAGE);
Discouraged access: The type SelectableIUsPage 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/target/classes
44. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWizardTest.java
 (at line 149)
InstallWizardPage installWizardPage = (InstallWizardPage) selectableIUsPage.getNextPage();
Discouraged access: The type InstallWizardPage 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/target/classes
45. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWizardTest.java
 (at line 149)
InstallWizardPage installWizardPage = (InstallWizardPage) selectableIUsPage.getNextPage();
Discouraged access: The type InstallWizardPage 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/target/classes
46. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWizardTest.java
 (at line 151)
assertFalse("Licence page bypass flag must be false", wizard.isBypassLicencePage());
Discouraged access: The method isBypassLicencePage() from the type WizardWithLicenses 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/target/classes
47. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWizardTest.java
 (at line 167)
PreselectedIUInstallWizard wizard = new PreselectedIUInstallWizard(getProvisioningUI(), op, iusInvolved, null);
Discouraged access: The type PreselectedIUInstallWizard 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/target/classes
48. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWizardTest.java
 (at line 167)
PreselectedIUInstallWizard wizard = new PreselectedIUInstallWizard(getProvisioningUI(), op, iusInvolved, null);
Discouraged access: The constructor PreselectedIUInstallWizard(ProvisioningUI, InstallOperation, Collection<IInstallableUnit>, LoadMetadataRepositoryJob) 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/target/classes
49. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWizardTest.java
 (at line 167)
PreselectedIUInstallWizard wizard = new PreselectedIUInstallWizard(getProvisioningUI(), op, iusInvolved, null);
Discouraged access: The type PreselectedIUInstallWizard 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/target/classes
50. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWizardTest.java
 (at line 168)
wizard.setBypassLicencePage(true);
Discouraged access: The method setBypassLicencePage(boolean) from the type WizardWithLicenses 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/target/classes
51. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWizardTest.java
 (at line 169)
ProvisioningWizardDialog dialog = new ProvisioningWizardDialog(ProvUI.getDefaultParentShell(), wizard);
Discouraged access: The type ProvisioningWizardDialog 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/target/classes
52. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWizardTest.java
 (at line 169)
ProvisioningWizardDialog dialog = new ProvisioningWizardDialog(ProvUI.getDefaultParentShell(), wizard);
Discouraged access: The constructor ProvisioningWizardDialog(Shell, ProvisioningOperationWizard) 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/target/classes
53. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWizardTest.java
 (at line 169)
ProvisioningWizardDialog dialog = new ProvisioningWizardDialog(ProvUI.getDefaultParentShell(), wizard);
Discouraged access: The type ProvisioningWizardDialog 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/target/classes
54. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWizardTest.java
 (at line 169)
ProvisioningWizardDialog dialog = new ProvisioningWizardDialog(ProvUI.getDefaultParentShell(), wizard);
Discouraged access: The type ProvUI 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/target/classes
55. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWizardTest.java
 (at line 169)
ProvisioningWizardDialog dialog = new ProvisioningWizardDialog(ProvUI.getDefaultParentShell(), wizard);
Discouraged access: The method getDefaultParentShell() from the type ProvUI 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/target/classes
56. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWizardTest.java
 (at line 175)
SelectableIUsPage selectableIUsPage = (SelectableIUsPage) wizard.getPage(SELECTION_PAGE);
Discouraged access: The type SelectableIUsPage 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/target/classes
57. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWizardTest.java
 (at line 175)
SelectableIUsPage selectableIUsPage = (SelectableIUsPage) wizard.getPage(SELECTION_PAGE);
Discouraged access: The type SelectableIUsPage 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/target/classes
58. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWizardTest.java
 (at line 179)
InstallWizardPage installWizardPage = (InstallWizardPage) selectableIUsPage.getNextPage();
Discouraged access: The type InstallWizardPage 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/target/classes
59. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWizardTest.java
 (at line 179)
InstallWizardPage installWizardPage = (InstallWizardPage) selectableIUsPage.getNextPage();
Discouraged access: The type InstallWizardPage 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/target/classes
60. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWizardTest.java
 (at line 181)
assertTrue("Licence page bypass flag must be true", wizard.isBypassLicencePage());
Discouraged access: The method isBypassLicencePage() from the type WizardWithLicenses 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/target/classes
61. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWizardTest.java
 (at line 205)
InstallWizard wizard = new InstallWizard(getProvisioningUI(), null, null, job);
Discouraged access: The type InstallWizard 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/target/classes
62. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWizardTest.java
 (at line 205)
InstallWizard wizard = new InstallWizard(getProvisioningUI(), null, null, job);
Discouraged access: The constructor InstallWizard(ProvisioningUI, InstallOperation, Collection<IInstallableUnit>, LoadMetadataRepositoryJob) 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/target/classes
63. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWizardTest.java
 (at line 205)
InstallWizard wizard = new InstallWizard(getProvisioningUI(), null, null, job);
Discouraged access: The type InstallWizard 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/target/classes
64. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWizardTest.java
 (at line 206)
WizardDialog dialog = new ProvisioningWizardDialog(ProvUI.getDefaultParentShell(), wizard);
Discouraged access: The constructor ProvisioningWizardDialog(Shell, ProvisioningOperationWizard) 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/target/classes
65. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWizardTest.java
 (at line 206)
WizardDialog dialog = new ProvisioningWizardDialog(ProvUI.getDefaultParentShell(), wizard);
Discouraged access: The type ProvisioningWizardDialog 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/target/classes
66. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWizardTest.java
 (at line 206)
WizardDialog dialog = new ProvisioningWizardDialog(ProvUI.getDefaultParentShell(), wizard);
Discouraged access: The type ProvUI 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/target/classes
67. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWizardTest.java
 (at line 206)
WizardDialog dialog = new ProvisioningWizardDialog(ProvUI.getDefaultParentShell(), wizard);
Discouraged access: The method getDefaultParentShell() from the type ProvUI 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/target/classes
68. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWizardTest.java
 (at line 215)
AvailableIUsPage page1 = (AvailableIUsPage) wizard.getPage(AVAILABLE_SOFTWARE_PAGE);
Discouraged access: The type AvailableIUsPage 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/target/classes
69. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWizardTest.java
 (at line 215)
AvailableIUsPage page1 = (AvailableIUsPage) wizard.getPage(AVAILABLE_SOFTWARE_PAGE);
Discouraged access: The type AvailableIUsPage 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/target/classes
70. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWizardTest.java
 (at line 218)
assertTrue("1.0", page1.getSelectedIUs().size() == 0);
Discouraged access: The method getSelectedIUs() from the type AvailableIUsPage 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/target/classes
71. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWizardTest.java
 (at line 222)
AvailableIUGroup group = page1.testGetAvailableIUGroup();
Discouraged access: The type AvailableIUGroup 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/target/classes
72. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWizardTest.java
 (at line 222)
AvailableIUGroup group = page1.testGetAvailableIUGroup();
Discouraged access: The method testGetAvailableIUGroup() from the type AvailableIUsPage 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/target/classes
73. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWizardTest.java
 (at line 223)
group.setRepositoryFilter(AvailableIUGroup.AVAILABLE_ALL, null);
Discouraged access: The method setRepositoryFilter(int, URI) from the type AvailableIUGroup 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/target/classes
74. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWizardTest.java
 (at line 223)
group.setRepositoryFilter(AvailableIUGroup.AVAILABLE_ALL, null);
Discouraged access: The type AvailableIUGroup 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/target/classes
75. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWizardTest.java
 (at line 223)
group.setRepositoryFilter(AvailableIUGroup.AVAILABLE_ALL, null);
Discouraged access: The field AVAILABLE_ALL from the type AvailableIUGroup 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/target/classes
76. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWizardTest.java
 (at line 226)
DeferredQueryContentProvider provider = (DeferredQueryContentProvider) group.getCheckboxTreeViewer().getContentProvider();
Discouraged access: The type DeferredQueryContentProvider 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/target/classes
77. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWizardTest.java
 (at line 226)
DeferredQueryContentProvider provider = (DeferredQueryContentProvider) group.getCheckboxTreeViewer().getContentProvider();
Discouraged access: The type DeferredQueryContentProvider 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/target/classes
78. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWizardTest.java
 (at line 226)
DeferredQueryContentProvider provider = (DeferredQueryContentProvider) group.getCheckboxTreeViewer().getContentProvider();
Discouraged access: The method getCheckboxTreeViewer() from the type AvailableIUGroup 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/target/classes
79. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWizardTest.java
 (at line 227)
provider.setSynchronous(true);
Discouraged access: The method setSynchronous(boolean) from the type DeferredQueryContentProvider 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/target/classes
80. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWizardTest.java
 (at line 228)
group.getCheckboxTreeViewer().refresh();
Discouraged access: The method getCheckboxTreeViewer() from the type AvailableIUGroup 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/target/classes
81. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWizardTest.java
 (at line 229)
group.getCheckboxTreeViewer().expandAll();
Discouraged access: The method getCheckboxTreeViewer() from the type AvailableIUGroup 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/target/classes
82. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWizardTest.java
 (at line 230)
Tree tree = (Tree) group.getCheckboxTreeViewer().getControl();
Discouraged access: The method getCheckboxTreeViewer() from the type AvailableIUGroup 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/target/classes
83. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWizardTest.java
 (at line 234)
if (element != null && element instanceof IIUElement) {
Discouraged access: The type IIUElement 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/target/classes
84. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWizardTest.java
 (at line 235)
IInstallableUnit iu = ((IIUElement) element).getIU();
Discouraged access: The method getIU() from the type IIUElement 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/target/classes
85. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWizardTest.java
 (at line 235)
IInstallableUnit iu = ((IIUElement) element).getIU();
Discouraged access: The type IIUElement 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/target/classes
86. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWizardTest.java
 (at line 237)
group.getCheckboxTreeViewer().setChecked(element, true);
Discouraged access: The method getCheckboxTreeViewer() from the type AvailableIUGroup 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/target/classes
87. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWizardTest.java
 (at line 242)
group.setChecked(group.getCheckboxTreeViewer().getCheckedElements());
Discouraged access: The method setChecked(Object[]) from the type AvailableIUGroup 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/target/classes
88. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWizardTest.java
 (at line 242)
group.setChecked(group.getCheckboxTreeViewer().getCheckedElements());
Discouraged access: The method getCheckboxTreeViewer() from the type AvailableIUGroup 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/target/classes
89. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWizardTest.java
 (at line 243)
assertTrue("2.0", group.getCheckedLeafIUs().length > 0);
Discouraged access: The method getCheckedLeafIUs() from the type AvailableIUGroup 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/target/classes
90. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWizardTest.java
 (at line 247)
IWizardPage page = wizard.getNextPage(page1);
Discouraged access: The method getNextPage(IWizardPage) from the type WizardWithLicenses 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/target/classes
91. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWizardTest.java
 (at line 255)
wizard.recomputePlan(dialog);
Discouraged access: The method recomputePlan(IRunnableContext) from the type ProvisioningOperationWizard 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/target/classes
92. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWizardTest.java
 (at line 261)
group.getCheckedLeafIUs();
Discouraged access: The method getCheckedLeafIUs() from the type AvailableIUGroup 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/target/classes
93. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWizardTest.java
 (at line 262)
group.getDefaultFocusControl();
Discouraged access: The method getDefaultFocusControl() from the type AvailableIUGroup 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/target/classes
94. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWizardTest.java
 (at line 263)
group.getSelectedIUElements();
Discouraged access: The method getSelectedIUElements() from the type AvailableIUGroup 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/target/classes
95. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWizardTest.java
 (at line 264)
group.getSelectedIUs();
Discouraged access: The method getSelectedIUs() from the type AvailableIUGroup 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/target/classes

/src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallationHistoryPageTest.java : 15 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallationHistoryPageTest.java
 (at line 16)
import org.eclipse.equinox.internal.p2.ui.ProvUI;
Discouraged access: The type ProvUI 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/target/classes
2. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallationHistoryPageTest.java
 (at line 17)
import org.eclipse.equinox.internal.p2.ui.sdk.RevertProfilePageWithCompare;
Discouraged access: The type RevertProfilePageWithCompare 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/target/classes
3. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallationHistoryPageTest.java
 (at line 18)
import org.eclipse.equinox.internal.p2.ui.viewers.ProvElementContentProvider;
Discouraged access: The type ProvElementContentProvider 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/target/classes
4. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallationHistoryPageTest.java
 (at line 40)
super(ProvUI.getDefaultParentShell());
Discouraged access: The type ProvUI 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/target/classes
5. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallationHistoryPageTest.java
 (at line 40)
super(ProvUI.getDefaultParentShell());
Discouraged access: The method getDefaultParentShell() from the type ProvUI 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/target/classes
6. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallationHistoryPageTest.java
 (at line 52)
RevertProfilePageWithCompare page;
Discouraged access: The type RevertProfilePageWithCompare 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/target/classes
7. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallationHistoryPageTest.java
 (at line 55)
super(ProvUI.getDefaultParentShell());
Discouraged access: The type ProvUI 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/target/classes
8. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallationHistoryPageTest.java
 (at line 55)
super(ProvUI.getDefaultParentShell());
Discouraged access: The method getDefaultParentShell() from the type ProvUI 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/target/classes
9. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallationHistoryPageTest.java
 (at line 60)
page = new RevertProfilePageWithCompare();
Discouraged access: The constructor RevertProfilePageWithCompare() 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/target/classes
10. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallationHistoryPageTest.java
 (at line 60)
page = new RevertProfilePageWithCompare();
Discouraged access: The type RevertProfilePageWithCompare 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/target/classes
11. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallationHistoryPageTest.java
 (at line 77)
ProvElementContentProvider provider = (ProvElementContentProvider) viewer.getContentProvider();
Discouraged access: The type ProvElementContentProvider 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/target/classes
12. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallationHistoryPageTest.java
 (at line 77)
ProvElementContentProvider provider = (ProvElementContentProvider) viewer.getContentProvider();
Discouraged access: The type ProvElementContentProvider 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/target/classes
13. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallationHistoryPageTest.java
 (at line 79)
Field jobField = ProvElementContentProvider.class.getDeclaredField("fetchJob");
Discouraged access: The type ProvElementContentProvider 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/target/classes
14. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallationHistoryPageTest.java
 (at line 81)
Field jobFamily = ProvElementContentProvider.class.getDeclaredField("fetchFamily");
Discouraged access: The type ProvElementContentProvider 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/target/classes
15. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallationHistoryPageTest.java
 (at line 103)
provider.getElements(input);
Discouraged access: The method getElements(Object) from the type ProvElementContentProvider 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/target/classes

/src/org/eclipse/equinox/p2/tests/ui/query/LatestIUVersionElementWrapperTest.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/LatestIUVersionElementWrapperTest.java
 (at line 16)
import org.eclipse.equinox.internal.p2.ui.model.IIUElement;
Discouraged access: The type IIUElement 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/target/classes
2. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/LatestIUVersionElementWrapperTest.java
 (at line 33)
return ((IIUElement) collected).getIU();
Discouraged access: The method getIU() from the type IIUElement 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/target/classes
3. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/LatestIUVersionElementWrapperTest.java
 (at line 33)
return ((IIUElement) collected).getIU();
Discouraged access: The type IIUElement 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/target/classes

/src/org/eclipse/equinox/p2/tests/ui/actions/ProfileModificationActionTest.java : 22 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/equinox/p2/tests/ui/actions/ProfileModificationActionTest.java
 (at line 25)
CategoryElement element = new CategoryElement(null, category);
Discouraged access: The type CategoryElement 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/target/classes
2. WARNING in /src/org/eclipse/equinox/p2/tests/ui/actions/ProfileModificationActionTest.java
 (at line 25)
CategoryElement element = new CategoryElement(null, category);
Discouraged access: The constructor CategoryElement(Object, IInstallableUnit) 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/target/classes
3. WARNING in /src/org/eclipse/equinox/p2/tests/ui/actions/ProfileModificationActionTest.java
 (at line 25)
CategoryElement element = new CategoryElement(null, category);
Discouraged access: The type CategoryElement 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/target/classes
4. WARNING in /src/org/eclipse/equinox/p2/tests/ui/actions/ProfileModificationActionTest.java
 (at line 26)
AvailableIUElement child = new AvailableIUElement(element, uninstalled, TESTPROFILE, true);
Discouraged access: The type AvailableIUElement 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/target/classes
5. WARNING in /src/org/eclipse/equinox/p2/tests/ui/actions/ProfileModificationActionTest.java
 (at line 26)
AvailableIUElement child = new AvailableIUElement(element, uninstalled, TESTPROFILE, true);
Discouraged access: The constructor AvailableIUElement(Object, IInstallableUnit, String, 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/target/classes
6. WARNING in /src/org/eclipse/equinox/p2/tests/ui/actions/ProfileModificationActionTest.java
 (at line 26)
AvailableIUElement child = new AvailableIUElement(element, uninstalled, TESTPROFILE, true);
Discouraged access: The type AvailableIUElement 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/target/classes
7. WARNING in /src/org/eclipse/equinox/p2/tests/ui/actions/ProfileModificationActionTest.java
 (at line 31)
CategoryElement element = new CategoryElement(null, category);
Discouraged access: The type CategoryElement 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/target/classes
8. WARNING in /src/org/eclipse/equinox/p2/tests/ui/actions/ProfileModificationActionTest.java
 (at line 31)
CategoryElement element = new CategoryElement(null, category);
Discouraged access: The constructor CategoryElement(Object, IInstallableUnit) 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/target/classes
9. WARNING in /src/org/eclipse/equinox/p2/tests/ui/actions/ProfileModificationActionTest.java
 (at line 31)
CategoryElement element = new CategoryElement(null, category);
Discouraged access: The type CategoryElement 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/target/classes
10. WARNING in /src/org/eclipse/equinox/p2/tests/ui/actions/ProfileModificationActionTest.java
 (at line 32)
CategoryElement nested = new CategoryElement(element, category);
Discouraged access: The type CategoryElement 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/target/classes
11. WARNING in /src/org/eclipse/equinox/p2/tests/ui/actions/ProfileModificationActionTest.java
 (at line 32)
CategoryElement nested = new CategoryElement(element, category);
Discouraged access: The constructor CategoryElement(Object, IInstallableUnit) 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/target/classes
12. WARNING in /src/org/eclipse/equinox/p2/tests/ui/actions/ProfileModificationActionTest.java
 (at line 32)
CategoryElement nested = new CategoryElement(element, category);
Discouraged access: The type CategoryElement 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/target/classes
13. WARNING in /src/org/eclipse/equinox/p2/tests/ui/actions/ProfileModificationActionTest.java
 (at line 33)
AvailableIUElement child = new AvailableIUElement(nested, uninstalled, TESTPROFILE, true);
Discouraged access: The type AvailableIUElement 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/target/classes
14. WARNING in /src/org/eclipse/equinox/p2/tests/ui/actions/ProfileModificationActionTest.java
 (at line 33)
AvailableIUElement child = new AvailableIUElement(nested, uninstalled, TESTPROFILE, true);
Discouraged access: The constructor AvailableIUElement(Object, IInstallableUnit, String, 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/target/classes
15. WARNING in /src/org/eclipse/equinox/p2/tests/ui/actions/ProfileModificationActionTest.java
 (at line 33)
AvailableIUElement child = new AvailableIUElement(nested, uninstalled, TESTPROFILE, true);
Discouraged access: The type AvailableIUElement 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/target/classes
16. WARNING in /src/org/eclipse/equinox/p2/tests/ui/actions/ProfileModificationActionTest.java
 (at line 45)
protected IIUElement[] getTopLevelIUElements() {
Discouraged access: The type IIUElement 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/target/classes
17. WARNING in /src/org/eclipse/equinox/p2/tests/ui/actions/ProfileModificationActionTest.java
 (at line 46)
return new IIUElement[] {element(top1), element(top2)};
Discouraged access: The type IIUElement 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/target/classes
18. WARNING in /src/org/eclipse/equinox/p2/tests/ui/actions/ProfileModificationActionTest.java
 (at line 50)
return new IIUElement[] {element(top1), element(top2), element(nested)};
Discouraged access: The type IIUElement 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/target/classes
19. WARNING in /src/org/eclipse/equinox/p2/tests/ui/actions/ProfileModificationActionTest.java
 (at line 54)
return new IIUElement[] {element(top1), element(top2), element(locked)};
Discouraged access: The type IIUElement 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/target/classes
20. WARNING in /src/org/eclipse/equinox/p2/tests/ui/actions/ProfileModificationActionTest.java
 (at line 69)
protected IIUElement element(IInstallableUnit iu) {
Discouraged access: The type IIUElement 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/target/classes
21. WARNING in /src/org/eclipse/equinox/p2/tests/ui/actions/ProfileModificationActionTest.java
 (at line 70)
return new InstalledIUElement(profileElement, profile.getProfileId(), iu);
Discouraged access: The constructor InstalledIUElement(Object, String, IInstallableUnit) 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/target/classes
22. WARNING in /src/org/eclipse/equinox/p2/tests/ui/actions/ProfileModificationActionTest.java
 (at line 70)
return new InstalledIUElement(profileElement, profile.getProfileId(), iu);
Discouraged access: The type InstalledIUElement 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/target/classes

/src/org/eclipse/equinox/p2/tests/ui/query/AnyRequiredCapabilityTest.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/AnyRequiredCapabilityTest.java
 (at line 16)
import org.eclipse.equinox.internal.p2.ui.QueryableMetadataRepositoryManager;
Discouraged access: The type QueryableMetadataRepositoryManager 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/target/classes
2. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/AnyRequiredCapabilityTest.java
 (at line 47)
QueryableMetadataRepositoryManager manager = new QueryableMetadataRepositoryManager(ProvisioningUI.getDefaultUI(), false);
Discouraged access: The type QueryableMetadataRepositoryManager 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/target/classes
3. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/AnyRequiredCapabilityTest.java
 (at line 47)
QueryableMetadataRepositoryManager manager = new QueryableMetadataRepositoryManager(ProvisioningUI.getDefaultUI(), false);
Discouraged access: The constructor QueryableMetadataRepositoryManager(ProvisioningUI, 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/target/classes
4. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/AnyRequiredCapabilityTest.java
 (at line 47)
QueryableMetadataRepositoryManager manager = new QueryableMetadataRepositoryManager(ProvisioningUI.getDefaultUI(), false);
Discouraged access: The type QueryableMetadataRepositoryManager 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/target/classes
5. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/AnyRequiredCapabilityTest.java
 (at line 49)
IQueryResult result = manager.query(QueryUtil.createMatchQuery(requires.getMatches()), getMonitor());
Discouraged access: The method query(IQuery<IInstallableUnit>, IProgressMonitor) from the type QueryableRepositoryManager<IInstallableUnit> 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/target/classes

/src/org/eclipse/equinox/p2/tests/ui/operations/SizingTest.java : 17 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/equinox/p2/tests/ui/operations/SizingTest.java
 (at line 13)
import org.eclipse.equinox.internal.p2.director.ProfileChangeRequest;
Discouraged access: The type ProfileChangeRequest 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.director/target/classes
2. WARNING in /src/org/eclipse/equinox/p2/tests/ui/operations/SizingTest.java
 (at line 15)
import org.eclipse.equinox.internal.p2.ui.ProvUI;
Discouraged access: The type ProvUI 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/target/classes
3. WARNING in /src/org/eclipse/equinox/p2/tests/ui/operations/SizingTest.java
 (at line 27)
ProfileChangeRequest request = new ProfileChangeRequest(testProfile);
Discouraged access: The type ProfileChangeRequest 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.director/target/classes
4. WARNING in /src/org/eclipse/equinox/p2/tests/ui/operations/SizingTest.java
 (at line 27)
ProfileChangeRequest request = new ProfileChangeRequest(testProfile);
Discouraged access: The constructor ProfileChangeRequest(IProfile) 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.director/target/classes
5. WARNING in /src/org/eclipse/equinox/p2/tests/ui/operations/SizingTest.java
 (at line 27)
ProfileChangeRequest request = new ProfileChangeRequest(testProfile);
Discouraged access: The type ProfileChangeRequest 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.director/target/classes
6. WARNING in /src/org/eclipse/equinox/p2/tests/ui/operations/SizingTest.java
 (at line 30)
long size = ProvUI.SIZE_NOTAPPLICABLE;
Discouraged access: The type ProvUI 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/target/classes
7. WARNING in /src/org/eclipse/equinox/p2/tests/ui/operations/SizingTest.java
 (at line 30)
long size = ProvUI.SIZE_NOTAPPLICABLE;
Discouraged access: The field SIZE_NOTAPPLICABLE from the type ProvUI 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/target/classes
8. WARNING in /src/org/eclipse/equinox/p2/tests/ui/operations/SizingTest.java
 (at line 31)
size = ProvUI.getSize(getEngine(), plan, new ProvisioningContext(getAgent()), getMonitor());
Discouraged access: The type ProvUI 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/target/classes
9. WARNING in /src/org/eclipse/equinox/p2/tests/ui/operations/SizingTest.java
 (at line 31)
size = ProvUI.getSize(getEngine(), plan, new ProvisioningContext(getAgent()), getMonitor());
Discouraged access: The method getSize(IEngine, IProvisioningPlan, ProvisioningContext, IProgressMonitor) from the type ProvUI 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/target/classes
10. WARNING in /src/org/eclipse/equinox/p2/tests/ui/operations/SizingTest.java
 (at line 42)
ProfileChangeRequest request = new ProfileChangeRequest(testProfile);
Discouraged access: The type ProfileChangeRequest 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.director/target/classes
11. WARNING in /src/org/eclipse/equinox/p2/tests/ui/operations/SizingTest.java
 (at line 42)
ProfileChangeRequest request = new ProfileChangeRequest(testProfile);
Discouraged access: The constructor ProfileChangeRequest(IProfile) 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.director/target/classes
12. WARNING in /src/org/eclipse/equinox/p2/tests/ui/operations/SizingTest.java
 (at line 42)
ProfileChangeRequest request = new ProfileChangeRequest(testProfile);
Discouraged access: The type ProfileChangeRequest 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.director/target/classes
13. WARNING in /src/org/eclipse/equinox/p2/tests/ui/operations/SizingTest.java
 (at line 43)
request.add(f1);
Discouraged access: The method add(IInstallableUnit) from the type ProfileChangeRequest 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.director/target/classes
14. WARNING in /src/org/eclipse/equinox/p2/tests/ui/operations/SizingTest.java
 (at line 46)
long size = ProvUI.SIZE_NOTAPPLICABLE;
Discouraged access: The type ProvUI 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/target/classes
15. WARNING in /src/org/eclipse/equinox/p2/tests/ui/operations/SizingTest.java
 (at line 46)
long size = ProvUI.SIZE_NOTAPPLICABLE;
Discouraged access: The field SIZE_NOTAPPLICABLE from the type ProvUI 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/target/classes
16. WARNING in /src/org/eclipse/equinox/p2/tests/ui/operations/SizingTest.java
 (at line 47)
size = ProvUI.getSize(getEngine(), plan, new ProvisioningContext(getAgent()), getMonitor());
Discouraged access: The type ProvUI 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/target/classes
17. WARNING in /src/org/eclipse/equinox/p2/tests/ui/operations/SizingTest.java
 (at line 47)
size = ProvUI.getSize(getEngine(), plan, new ProvisioningContext(getAgent()), getMonitor());
Discouraged access: The method getSize(IEngine, IProvisioningPlan, ProvisioningContext, IProgressMonitor) from the type ProvUI 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/target/classes

/src/org/eclipse/equinox/p2/tests/ui/query/CategoryElementWrapperTest.java : 23 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/CategoryElementWrapperTest.java
 (at line 15)
import org.eclipse.equinox.internal.p2.ui.model.CategoryElement;
Discouraged access: The type CategoryElement 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/target/classes
2. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/CategoryElementWrapperTest.java
 (at line 16)
import org.eclipse.equinox.internal.p2.ui.model.EmptyElementExplanation;
Discouraged access: The type EmptyElementExplanation 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/target/classes
3. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/CategoryElementWrapperTest.java
 (at line 17)
import org.eclipse.equinox.internal.p2.ui.query.CategoryElementWrapper;
Discouraged access: The type CategoryElementWrapper 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/target/classes
4. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/CategoryElementWrapperTest.java
 (at line 24)
* Tests for {@link CategoryElementWrapper}.
Discouraged access: The type CategoryElementWrapper 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/target/classes
5. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/CategoryElementWrapperTest.java
 (at line 27)
private CategoryElementWrapper createWrapper() {
Discouraged access: The type CategoryElementWrapper 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/target/classes
6. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/CategoryElementWrapperTest.java
 (at line 29)
return new CategoryElementWrapper(new MockQueryable(category), null);
Discouraged access: The constructor CategoryElementWrapper(IQueryable<?>, Object) 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/target/classes
7. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/CategoryElementWrapperTest.java
 (at line 29)
return new CategoryElementWrapper(new MockQueryable(category), null);
Discouraged access: The type CategoryElementWrapper 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/target/classes
8. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/CategoryElementWrapperTest.java
 (at line 42)
CategoryElementWrapper wrapper = createWrapper();
Discouraged access: The type CategoryElementWrapper 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/target/classes
9. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/CategoryElementWrapperTest.java
 (at line 45)
Iterator results = wrapper.getElements(collector).iterator();
Discouraged access: The method getElements(Collector<?>) from the type CategoryElementWrapper 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/target/classes
10. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/CategoryElementWrapperTest.java
 (at line 48)
assertTrue("1.0", results.next() instanceof EmptyElementExplanation);
Discouraged access: The type EmptyElementExplanation 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/target/classes
11. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/CategoryElementWrapperTest.java
 (at line 55)
CategoryElementWrapper wrapper = createWrapper();
Discouraged access: The type CategoryElementWrapper 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/target/classes
12. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/CategoryElementWrapperTest.java
 (at line 61)
Collection results = wrapper.getElements(collector);
Discouraged access: The method getElements(Collector<?>) from the type CategoryElementWrapper 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/target/classes
13. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/CategoryElementWrapperTest.java
 (at line 69)
CategoryElementWrapper wrapper = createWrapper();
Discouraged access: The type CategoryElementWrapper 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/target/classes
14. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/CategoryElementWrapperTest.java
 (at line 75)
Collection results = wrapper.getElements(collector);
Discouraged access: The method getElements(Collector<?>) from the type CategoryElementWrapper 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/target/classes
15. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/CategoryElementWrapperTest.java
 (at line 77)
assertEquals("1.3", category1, ((CategoryElement) results.iterator().next()).getIU());
Discouraged access: The method getIU() from the type CategoryElement 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/target/classes
16. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/CategoryElementWrapperTest.java
 (at line 77)
assertEquals("1.3", category1, ((CategoryElement) results.iterator().next()).getIU());
Discouraged access: The type CategoryElement 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/target/classes
17. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/CategoryElementWrapperTest.java
 (at line 81)
results = wrapper.getElements(collector);
Discouraged access: The method getElements(Collector<?>) from the type CategoryElementWrapper 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/target/classes
18. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/CategoryElementWrapperTest.java
 (at line 88)
results = wrapper.getElements(collector);
Discouraged access: The method getElements(Collector<?>) from the type CategoryElementWrapper 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/target/classes
19. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/CategoryElementWrapperTest.java
 (at line 93)
CategoryElementWrapper wrapper = createWrapper();
Discouraged access: The type CategoryElementWrapper 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/target/classes
20. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/CategoryElementWrapperTest.java
 (at line 99)
Collection results = wrapper.getElements(collector);
Discouraged access: The method getElements(Collector<?>) from the type CategoryElementWrapper 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/target/classes
21. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/CategoryElementWrapperTest.java
 (at line 101)
assertEquals("1.3", category1, ((CategoryElement) results.iterator().next()).getIU());
Discouraged access: The method getIU() from the type CategoryElement 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/target/classes
22. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/CategoryElementWrapperTest.java
 (at line 101)
assertEquals("1.3", category1, ((CategoryElement) results.iterator().next()).getIU());
Discouraged access: The type CategoryElement 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/target/classes
23. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/CategoryElementWrapperTest.java
 (at line 106)
results = wrapper.getElements(collector);
Discouraged access: The method getElements(Collector<?>) from the type CategoryElementWrapper 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/target/classes

/src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWithRemediationTest.java : 40 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWithRemediationTest.java
 (at line 14)
import org.eclipse.equinox.internal.p2.metadata.License;
Discouraged access: The type License 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.metadata/target/classes
2. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWithRemediationTest.java
 (at line 15)
import org.eclipse.equinox.internal.p2.ui.ProvUI;
Discouraged access: The type ProvUI 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/target/classes
3. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWithRemediationTest.java
 (at line 17)
import org.eclipse.equinox.internal.p2.ui.model.IIUElement;
Discouraged access: The type IIUElement 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/target/classes
4. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWithRemediationTest.java
 (at line 18)
import org.eclipse.equinox.internal.p2.ui.viewers.DeferredQueryContentProvider;
Discouraged access: The type DeferredQueryContentProvider 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/target/classes
5. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWithRemediationTest.java
 (at line 53)
iu.setLicenses(new ILicense[] {new License(null, "There is a license to accept!", null)});
Discouraged access: The constructor License(URI, String, String) 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.metadata/target/classes
6. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWithRemediationTest.java
 (at line 53)
iu.setLicenses(new ILicense[] {new License(null, "There is a license to accept!", null)});
Discouraged access: The type License 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.metadata/target/classes
7. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWithRemediationTest.java
 (at line 209)
InstallWizard wizard = new InstallWizard(getProvisioningUI(), null, null, job);
Discouraged access: The type InstallWizard 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/target/classes
8. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWithRemediationTest.java
 (at line 209)
InstallWizard wizard = new InstallWizard(getProvisioningUI(), null, null, job);
Discouraged access: The constructor InstallWizard(ProvisioningUI, InstallOperation, Collection<IInstallableUnit>, LoadMetadataRepositoryJob) 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/target/classes
9. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWithRemediationTest.java
 (at line 209)
InstallWizard wizard = new InstallWizard(getProvisioningUI(), null, null, job);
Discouraged access: The type InstallWizard 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/target/classes
10. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWithRemediationTest.java
 (at line 210)
WizardDialog dialog = new ProvisioningWizardDialog(ProvUI.getDefaultParentShell(), wizard);
Discouraged access: The constructor ProvisioningWizardDialog(Shell, ProvisioningOperationWizard) 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/target/classes
11. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWithRemediationTest.java
 (at line 210)
WizardDialog dialog = new ProvisioningWizardDialog(ProvUI.getDefaultParentShell(), wizard);
Discouraged access: The type ProvisioningWizardDialog 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/target/classes
12. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWithRemediationTest.java
 (at line 210)
WizardDialog dialog = new ProvisioningWizardDialog(ProvUI.getDefaultParentShell(), wizard);
Discouraged access: The type ProvUI 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/target/classes
13. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWithRemediationTest.java
 (at line 210)
WizardDialog dialog = new ProvisioningWizardDialog(ProvUI.getDefaultParentShell(), wizard);
Discouraged access: The method getDefaultParentShell() from the type ProvUI 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/target/classes
14. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWithRemediationTest.java
 (at line 219)
AvailableIUsPage page1 = (AvailableIUsPage) wizard.getPage(AVAILABLE_SOFTWARE_PAGE);
Discouraged access: The type AvailableIUsPage 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/target/classes
15. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWithRemediationTest.java
 (at line 219)
AvailableIUsPage page1 = (AvailableIUsPage) wizard.getPage(AVAILABLE_SOFTWARE_PAGE);
Discouraged access: The type AvailableIUsPage 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/target/classes
16. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWithRemediationTest.java
 (at line 222)
assertTrue("1.0", page1.getSelectedIUs().size() == 0);
Discouraged access: The method getSelectedIUs() from the type AvailableIUsPage 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/target/classes
17. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWithRemediationTest.java
 (at line 226)
AvailableIUGroup group = page1.testGetAvailableIUGroup();
Discouraged access: The type AvailableIUGroup 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/target/classes
18. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWithRemediationTest.java
 (at line 226)
AvailableIUGroup group = page1.testGetAvailableIUGroup();
Discouraged access: The method testGetAvailableIUGroup() from the type AvailableIUsPage 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/target/classes
19. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWithRemediationTest.java
 (at line 227)
group.setRepositoryFilter(AvailableIUGroup.AVAILABLE_ALL, null);
Discouraged access: The method setRepositoryFilter(int, URI) from the type AvailableIUGroup 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/target/classes
20. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWithRemediationTest.java
 (at line 227)
group.setRepositoryFilter(AvailableIUGroup.AVAILABLE_ALL, null);
Discouraged access: The type AvailableIUGroup 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/target/classes
21. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWithRemediationTest.java
 (at line 227)
group.setRepositoryFilter(AvailableIUGroup.AVAILABLE_ALL, null);
Discouraged access: The field AVAILABLE_ALL from the type AvailableIUGroup 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/target/classes
22. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWithRemediationTest.java
 (at line 230)
DeferredQueryContentProvider provider = (DeferredQueryContentProvider) group.getCheckboxTreeViewer().getContentProvider();
Discouraged access: The type DeferredQueryContentProvider 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/target/classes
23. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWithRemediationTest.java
 (at line 230)
DeferredQueryContentProvider provider = (DeferredQueryContentProvider) group.getCheckboxTreeViewer().getContentProvider();
Discouraged access: The type DeferredQueryContentProvider 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/target/classes
24. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWithRemediationTest.java
 (at line 230)
DeferredQueryContentProvider provider = (DeferredQueryContentProvider) group.getCheckboxTreeViewer().getContentProvider();
Discouraged access: The method getCheckboxTreeViewer() from the type AvailableIUGroup 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/target/classes
25. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWithRemediationTest.java
 (at line 231)
provider.setSynchronous(true);
Discouraged access: The method setSynchronous(boolean) from the type DeferredQueryContentProvider 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/target/classes
26. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWithRemediationTest.java
 (at line 232)
group.getCheckboxTreeViewer().refresh();
Discouraged access: The method getCheckboxTreeViewer() from the type AvailableIUGroup 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/target/classes
27. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWithRemediationTest.java
 (at line 233)
group.getCheckboxTreeViewer().expandAll();
Discouraged access: The method getCheckboxTreeViewer() from the type AvailableIUGroup 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/target/classes
28. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWithRemediationTest.java
 (at line 234)
Tree tree = (Tree) group.getCheckboxTreeViewer().getControl();
Discouraged access: The method getCheckboxTreeViewer() from the type AvailableIUGroup 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/target/classes
29. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWithRemediationTest.java
 (at line 238)
if (element != null && element instanceof IIUElement) {
Discouraged access: The type IIUElement 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/target/classes
30. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWithRemediationTest.java
 (at line 239)
IInstallableUnit iu = ((IIUElement) element).getIU();
Discouraged access: The method getIU() from the type IIUElement 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/target/classes
31. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWithRemediationTest.java
 (at line 239)
IInstallableUnit iu = ((IIUElement) element).getIU();
Discouraged access: The type IIUElement 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/target/classes
32. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWithRemediationTest.java
 (at line 241)
group.getCheckboxTreeViewer().setChecked(element, true);
Discouraged access: The method getCheckboxTreeViewer() from the type AvailableIUGroup 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/target/classes
33. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWithRemediationTest.java
 (at line 244)
group.getCheckboxTreeViewer().setChecked(element, true);
Discouraged access: The method getCheckboxTreeViewer() from the type AvailableIUGroup 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/target/classes
34. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWithRemediationTest.java
 (at line 249)
group.setChecked(group.getCheckboxTreeViewer().getCheckedElements());
Discouraged access: The method setChecked(Object[]) from the type AvailableIUGroup 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/target/classes
35. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWithRemediationTest.java
 (at line 249)
group.setChecked(group.getCheckboxTreeViewer().getCheckedElements());
Discouraged access: The method getCheckboxTreeViewer() from the type AvailableIUGroup 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/target/classes
36. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWithRemediationTest.java
 (at line 250)
assertTrue("2.0", group.getCheckedLeafIUs().length > 0);
Discouraged access: The method getCheckedLeafIUs() from the type AvailableIUGroup 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/target/classes
37. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWithRemediationTest.java
 (at line 254)
IWizardPage remediationPage = wizard.getNextPage(page1);
Discouraged access: The method getNextPage(IWizardPage) from the type WizardWithLicenses 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/target/classes
38. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWithRemediationTest.java
 (at line 256)
assertTrue(remediationPage instanceof RemediationPage);
Discouraged access: The type RemediationPage 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/target/classes
39. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWithRemediationTest.java
 (at line 260)
IWizardPage previousPage = wizard.getPreviousPage(remediationPage);
Discouraged access: The method getPreviousPage(IWizardPage) from the type ProvisioningOperationWizard 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/target/classes
40. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/InstallWithRemediationTest.java
 (at line 264)
remediationPage = wizard.getNextPage(page1);
Discouraged access: The method getNextPage(IWizardPage) from the type WizardWithLicenses 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/target/classes

/src/org/eclipse/equinox/p2/tests/ui/actions/UninstallActionTest.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/equinox/p2/tests/ui/actions/UninstallActionTest.java
 (at line 15)
import org.eclipse.equinox.internal.p2.ui.actions.UninstallAction;
Discouraged access: The type UninstallAction 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/target/classes
2. WARNING in /src/org/eclipse/equinox/p2/tests/ui/actions/UninstallActionTest.java
 (at line 23)
class TestUninstallAction extends UninstallAction {
Discouraged access: The type UninstallAction 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/target/classes
3. WARNING in /src/org/eclipse/equinox/p2/tests/ui/actions/UninstallActionTest.java
 (at line 25)
super(UninstallActionTest.this.getProvisioningUI(), UninstallActionTest.this.getSelectionProvider(sel), profile.getProfileId());
Discouraged access: The constructor UninstallAction(ProvisioningUI, ISelectionProvider, String) 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/target/classes
4. WARNING in /src/org/eclipse/equinox/p2/tests/ui/actions/UninstallActionTest.java
 (at line 29)
return super.getSelectedIUs();
Discouraged access: The method getSelectedIUs() from the type ProfileModificationAction 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/target/classes

/src/org/eclipse/equinox/p2/tests/ui/operations/UpdateOperationTests.java : 6 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/equinox/p2/tests/ui/operations/UpdateOperationTests.java
 (at line 15)
import org.eclipse.equinox.internal.p2.operations.SearchForUpdatesResolutionJob;
Discouraged access: The type SearchForUpdatesResolutionJob 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.operations/target/classes
2. WARNING in /src/org/eclipse/equinox/p2/tests/ui/operations/UpdateOperationTests.java
 (at line 194)
assertTrue("1.0", job instanceof SearchForUpdatesResolutionJob);
Discouraged access: The type SearchForUpdatesResolutionJob 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.operations/target/classes
3. WARNING in /src/org/eclipse/equinox/p2/tests/ui/operations/UpdateOperationTests.java
 (at line 196)
assertNull("1.1", ((SearchForUpdatesResolutionJob) job).getProfileChangeRequest());
Discouraged access: The method getProfileChangeRequest() from the type SearchForUpdatesResolutionJob 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.operations/target/classes
4. WARNING in /src/org/eclipse/equinox/p2/tests/ui/operations/UpdateOperationTests.java
 (at line 196)
assertNull("1.1", ((SearchForUpdatesResolutionJob) job).getProfileChangeRequest());
Discouraged access: The type SearchForUpdatesResolutionJob 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.operations/target/classes
5. WARNING in /src/org/eclipse/equinox/p2/tests/ui/operations/UpdateOperationTests.java
 (at line 198)
assertNotNull("1.2", ((SearchForUpdatesResolutionJob) job).getProfileChangeRequest());
Discouraged access: The method getProfileChangeRequest() from the type SearchForUpdatesResolutionJob 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.operations/target/classes
6. WARNING in /src/org/eclipse/equinox/p2/tests/ui/operations/UpdateOperationTests.java
 (at line 198)
assertNotNull("1.2", ((SearchForUpdatesResolutionJob) job).getProfileChangeRequest());
Discouraged access: The type SearchForUpdatesResolutionJob 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.operations/target/classes

/src/org/eclipse/equinox/p2/tests/importexport/ImportExportRemoteTests.java : 20 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/equinox/p2/tests/importexport/ImportExportRemoteTests.java
 (at line 17)
import org.eclipse.equinox.internal.p2.importexport.IUDetail;
Discouraged access: The type IUDetail 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.importexport/target/classes
2. WARNING in /src/org/eclipse/equinox/p2/tests/importexport/ImportExportRemoteTests.java
 (at line 18)
import org.eclipse.equinox.internal.p2.importexport.P2ImportExport;
Discouraged access: The type P2ImportExport 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.importexport/target/classes
3. WARNING in /src/org/eclipse/equinox/p2/tests/importexport/ImportExportRemoteTests.java
 (at line 32)
private P2ImportExport importexportService;
Discouraged access: The type P2ImportExport 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.importexport/target/classes
4. WARNING in /src/org/eclipse/equinox/p2/tests/importexport/ImportExportRemoteTests.java
 (at line 41)
ServiceTracker<P2ImportExport, P2ImportExport> tracker = new ServiceTracker<P2ImportExport, P2ImportExport>(TestActivator.getContext(), P2ImportExport.class, null);
Discouraged access: The type P2ImportExport 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.importexport/target/classes
5. WARNING in /src/org/eclipse/equinox/p2/tests/importexport/ImportExportRemoteTests.java
 (at line 41)
ServiceTracker<P2ImportExport, P2ImportExport> tracker = new ServiceTracker<P2ImportExport, P2ImportExport>(TestActivator.getContext(), P2ImportExport.class, null);
Discouraged access: The type P2ImportExport 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.importexport/target/classes
6. WARNING in /src/org/eclipse/equinox/p2/tests/importexport/ImportExportRemoteTests.java
 (at line 41)
ServiceTracker<P2ImportExport, P2ImportExport> tracker = new ServiceTracker<P2ImportExport, P2ImportExport>(TestActivator.getContext(), P2ImportExport.class, null);
Discouraged access: The type P2ImportExport 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.importexport/target/classes
7. WARNING in /src/org/eclipse/equinox/p2/tests/importexport/ImportExportRemoteTests.java
 (at line 41)
ServiceTracker<P2ImportExport, P2ImportExport> tracker = new ServiceTracker<P2ImportExport, P2ImportExport>(TestActivator.getContext(), P2ImportExport.class, null);
Discouraged access: The type P2ImportExport 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.importexport/target/classes
8. WARNING in /src/org/eclipse/equinox/p2/tests/importexport/ImportExportRemoteTests.java
 (at line 41)
ServiceTracker<P2ImportExport, P2ImportExport> tracker = new ServiceTracker<P2ImportExport, P2ImportExport>(TestActivator.getContext(), P2ImportExport.class, null);
Discouraged access: The type P2ImportExport 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.importexport/target/classes
9. WARNING in /src/org/eclipse/equinox/p2/tests/importexport/ImportExportRemoteTests.java
 (at line 68)
IStatus status = importexportService.exportP2F(output, new IInstallableUnit[] {iu}, false, null);
Discouraged access: The method exportP2F(OutputStream, IInstallableUnit[], boolean, IProgressMonitor) from the type P2ImportExport 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.importexport/target/classes
10. WARNING in /src/org/eclipse/equinox/p2/tests/importexport/ImportExportRemoteTests.java
 (at line 72)
List<IUDetail> ius = importexportService.importP2F(input);
Discouraged access: The type IUDetail 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.importexport/target/classes
11. WARNING in /src/org/eclipse/equinox/p2/tests/importexport/ImportExportRemoteTests.java
 (at line 72)
List<IUDetail> ius = importexportService.importP2F(input);
Discouraged access: The method importP2F(InputStream) from the type P2ImportExport 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.importexport/target/classes
12. WARNING in /src/org/eclipse/equinox/p2/tests/importexport/ImportExportRemoteTests.java
 (at line 74)
assertTrue("Exported feature is not expected.", iu.equals(ius.get(0).getIU()));
Discouraged access: The method getIU() from the type IUDetail 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.importexport/target/classes
13. WARNING in /src/org/eclipse/equinox/p2/tests/importexport/ImportExportRemoteTests.java
 (at line 75)
assertEquals("Exported the number of referred repositories is not expected.", 1, ius.get(0).getReferencedRepositories().size());
Discouraged access: The method getReferencedRepositories() from the type IUDetail 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.importexport/target/classes
14. WARNING in /src/org/eclipse/equinox/p2/tests/importexport/ImportExportRemoteTests.java
 (at line 76)
assertEquals("Exported referred repository is not expected.", uri, ius.get(0).getReferencedRepositories().get(0));
Discouraged access: The method getReferencedRepositories() from the type IUDetail 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.importexport/target/classes
15. WARNING in /src/org/eclipse/equinox/p2/tests/importexport/ImportExportRemoteTests.java
 (at line 114)
IStatus status = importexportService.exportP2F(output, new IInstallableUnit[] {iu}, false, null);
Discouraged access: The method exportP2F(OutputStream, IInstallableUnit[], boolean, IProgressMonitor) from the type P2ImportExport 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.importexport/target/classes
16. WARNING in /src/org/eclipse/equinox/p2/tests/importexport/ImportExportRemoteTests.java
 (at line 118)
List<IUDetail> ius = importexportService.importP2F(input);
Discouraged access: The type IUDetail 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.importexport/target/classes
17. WARNING in /src/org/eclipse/equinox/p2/tests/importexport/ImportExportRemoteTests.java
 (at line 118)
List<IUDetail> ius = importexportService.importP2F(input);
Discouraged access: The method importP2F(InputStream) from the type P2ImportExport 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.importexport/target/classes
18. WARNING in /src/org/eclipse/equinox/p2/tests/importexport/ImportExportRemoteTests.java
 (at line 120)
assertTrue("Exported feature is not expected.", iu.equals(ius.get(0).getIU()));
Discouraged access: The method getIU() from the type IUDetail 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.importexport/target/classes
19. WARNING in /src/org/eclipse/equinox/p2/tests/importexport/ImportExportRemoteTests.java
 (at line 121)
assertEquals("Exported the number of referred repositories is not expected.", 1, ius.get(0).getReferencedRepositories().size());
Discouraged access: The method getReferencedRepositories() from the type IUDetail 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.importexport/target/classes
20. WARNING in /src/org/eclipse/equinox/p2/tests/importexport/ImportExportRemoteTests.java
 (at line 122)
assertEquals("Exported referred repository is not expected.", uri, ius.get(0).getReferencedRepositories().get(0));
Discouraged access: The method getReferencedRepositories() from the type IUDetail 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.importexport/target/classes

/src/org/eclipse/equinox/p2/tests/ui/actions/ElementUtilsTest.java : 23 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/equinox/p2/tests/ui/actions/ElementUtilsTest.java
 (at line 18)
import org.eclipse.equinox.internal.p2.ui.model.ElementUtils;
Discouraged access: The type ElementUtils 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/target/classes
2. WARNING in /src/org/eclipse/equinox/p2/tests/ui/actions/ElementUtilsTest.java
 (at line 19)
import org.eclipse.equinox.internal.p2.ui.model.MetadataRepositoryElement;
Discouraged access: The type MetadataRepositoryElement 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/target/classes
3. WARNING in /src/org/eclipse/equinox/p2/tests/ui/actions/ElementUtilsTest.java
 (at line 32)
assertEquals(getEmptySelection().length, ElementUtils.elementsToIUs(getEmptySelection()).size());
Discouraged access: The type ElementUtils 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/target/classes
4. WARNING in /src/org/eclipse/equinox/p2/tests/ui/actions/ElementUtilsTest.java
 (at line 32)
assertEquals(getEmptySelection().length, ElementUtils.elementsToIUs(getEmptySelection()).size());
Discouraged access: The method elementsToIUs(Object[]) from the type ElementUtils 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/target/classes
5. WARNING in /src/org/eclipse/equinox/p2/tests/ui/actions/ElementUtilsTest.java
 (at line 36)
assertTrue(ElementUtils.elementsToIUs(getInvalidSelection()).size() == 0);
Discouraged access: The type ElementUtils 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/target/classes
6. WARNING in /src/org/eclipse/equinox/p2/tests/ui/actions/ElementUtilsTest.java
 (at line 36)
assertTrue(ElementUtils.elementsToIUs(getInvalidSelection()).size() == 0);
Discouraged access: The method elementsToIUs(Object[]) from the type ElementUtils 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/target/classes
7. WARNING in /src/org/eclipse/equinox/p2/tests/ui/actions/ElementUtilsTest.java
 (at line 40)
assertEquals(getTopLevelIUs().length, ElementUtils.elementsToIUs(getTopLevelIUs()).size());
Discouraged access: The type ElementUtils 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/target/classes
8. WARNING in /src/org/eclipse/equinox/p2/tests/ui/actions/ElementUtilsTest.java
 (at line 40)
assertEquals(getTopLevelIUs().length, ElementUtils.elementsToIUs(getTopLevelIUs()).size());
Discouraged access: The method elementsToIUs(Object[]) from the type ElementUtils 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/target/classes
9. WARNING in /src/org/eclipse/equinox/p2/tests/ui/actions/ElementUtilsTest.java
 (at line 44)
assertEquals(getTopLevelIUElements().length, ElementUtils.elementsToIUs(getTopLevelIUElements()).size());
Discouraged access: The type ElementUtils 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/target/classes
10. WARNING in /src/org/eclipse/equinox/p2/tests/ui/actions/ElementUtilsTest.java
 (at line 44)
assertEquals(getTopLevelIUElements().length, ElementUtils.elementsToIUs(getTopLevelIUElements()).size());
Discouraged access: The method elementsToIUs(Object[]) from the type ElementUtils 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/target/classes
11. WARNING in /src/org/eclipse/equinox/p2/tests/ui/actions/ElementUtilsTest.java
 (at line 48)
assertTrue(getMixedIUsAndNonIUs().length != ElementUtils.elementsToIUs(getMixedIUsAndNonIUs()).size());
Discouraged access: The type ElementUtils 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/target/classes
12. WARNING in /src/org/eclipse/equinox/p2/tests/ui/actions/ElementUtilsTest.java
 (at line 48)
assertTrue(getMixedIUsAndNonIUs().length != ElementUtils.elementsToIUs(getMixedIUsAndNonIUs()).size());
Discouraged access: The method elementsToIUs(Object[]) from the type ElementUtils 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/target/classes
13. WARNING in /src/org/eclipse/equinox/p2/tests/ui/actions/ElementUtilsTest.java
 (at line 52)
assertEquals(getMixedIUsAndElements().length, ElementUtils.elementsToIUs(getMixedIUsAndElements()).size());
Discouraged access: The type ElementUtils 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/target/classes
14. WARNING in /src/org/eclipse/equinox/p2/tests/ui/actions/ElementUtilsTest.java
 (at line 52)
assertEquals(getMixedIUsAndElements().length, ElementUtils.elementsToIUs(getMixedIUsAndElements()).size());
Discouraged access: The method elementsToIUs(Object[]) from the type ElementUtils 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/target/classes
15. WARNING in /src/org/eclipse/equinox/p2/tests/ui/actions/ElementUtilsTest.java
 (at line 75)
children.add(new MetadataRepositoryElement(null, known1, true));
Discouraged access: The constructor MetadataRepositoryElement(Object, 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/target/classes
16. WARNING in /src/org/eclipse/equinox/p2/tests/ui/actions/ElementUtilsTest.java
 (at line 75)
children.add(new MetadataRepositoryElement(null, known1, true));
Discouraged access: The type MetadataRepositoryElement 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/target/classes
17. WARNING in /src/org/eclipse/equinox/p2/tests/ui/actions/ElementUtilsTest.java
 (at line 77)
children.add(new MetadataRepositoryElement(null, known2, true));
Discouraged access: The constructor MetadataRepositoryElement(Object, 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/target/classes
18. WARNING in /src/org/eclipse/equinox/p2/tests/ui/actions/ElementUtilsTest.java
 (at line 77)
children.add(new MetadataRepositoryElement(null, known2, true));
Discouraged access: The type MetadataRepositoryElement 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/target/classes
19. WARNING in /src/org/eclipse/equinox/p2/tests/ui/actions/ElementUtilsTest.java
 (at line 78)
MetadataRepositoryElement[] elements = (MetadataRepositoryElement[]) children.toArray(new MetadataRepositoryElement[children.size()]);
Discouraged access: The type MetadataRepositoryElement 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/target/classes
20. WARNING in /src/org/eclipse/equinox/p2/tests/ui/actions/ElementUtilsTest.java
 (at line 78)
MetadataRepositoryElement[] elements = (MetadataRepositoryElement[]) children.toArray(new MetadataRepositoryElement[children.size()]);
Discouraged access: The type MetadataRepositoryElement 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/target/classes
21. WARNING in /src/org/eclipse/equinox/p2/tests/ui/actions/ElementUtilsTest.java
 (at line 78)
MetadataRepositoryElement[] elements = (MetadataRepositoryElement[]) children.toArray(new MetadataRepositoryElement[children.size()]);
Discouraged access: The type MetadataRepositoryElement 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/target/classes
22. WARNING in /src/org/eclipse/equinox/p2/tests/ui/actions/ElementUtilsTest.java
 (at line 89)
ElementUtils.updateRepositoryUsingElements(getProvisioningUI(), elements, PlatformUI.getWorkbench().getActiveWorkbenchWindow().getShell());
Discouraged access: The type ElementUtils 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/target/classes
23. WARNING in /src/org/eclipse/equinox/p2/tests/ui/actions/ElementUtilsTest.java
 (at line 89)
ElementUtils.updateRepositoryUsingElements(getProvisioningUI(), elements, PlatformUI.getWorkbench().getActiveWorkbenchWindow().getShell());
Discouraged access: The method updateRepositoryUsingElements(ProvisioningUI, MetadataRepositoryElement[], Shell) from the type ElementUtils 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/target/classes

/src/org/eclipse/equinox/p2/tests/ui/query/AvailableIUWrapperTest.java : 26 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/AvailableIUWrapperTest.java
 (at line 21)
import org.eclipse.equinox.internal.p2.ui.query.AvailableIUWrapper;
Discouraged access: The type AvailableIUWrapper 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/target/classes
2. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/AvailableIUWrapperTest.java
 (at line 30)
* Tests for {@link AvailableIUWrapper}.
Discouraged access: The type AvailableIUWrapper 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/target/classes
3. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/AvailableIUWrapperTest.java
 (at line 33)
protected AvailableIUWrapper createWrapper() {
Discouraged access: The type AvailableIUWrapper 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/target/classes
4. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/AvailableIUWrapperTest.java
 (at line 37)
protected AvailableIUWrapper createWrapper(boolean makeCategories) {
Discouraged access: The type AvailableIUWrapper 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/target/classes
5. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/AvailableIUWrapperTest.java
 (at line 38)
return new AvailableIUWrapper(new MockQueryable(), null, makeCategories, true);
Discouraged access: The constructor AvailableIUWrapper(IQueryable<?>, Object, boolean, 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/target/classes
6. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/AvailableIUWrapperTest.java
 (at line 38)
return new AvailableIUWrapper(new MockQueryable(), null, makeCategories, true);
Discouraged access: The type AvailableIUWrapper 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/target/classes
7. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/AvailableIUWrapperTest.java
 (at line 45)
return ((IIUElement) collected).getIU();
Discouraged access: The method getIU() from the type IIUElement 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/target/classes
8. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/AvailableIUWrapperTest.java
 (at line 45)
return ((IIUElement) collected).getIU();
Discouraged access: The type IIUElement 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/target/classes
9. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/AvailableIUWrapperTest.java
 (at line 52)
AvailableIUWrapper wrapper = createWrapper();
Discouraged access: The type AvailableIUWrapper 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/target/classes
10. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/AvailableIUWrapperTest.java
 (at line 56)
Collection results = wrapper.getElements(collector);
Discouraged access: The method getElements(Collector<?>) from the type QueriedElementWrapper 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/target/classes
11. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/AvailableIUWrapperTest.java
 (at line 65)
AvailableIUWrapper wrapper = createWrapper();
Discouraged access: The type AvailableIUWrapper 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/target/classes
12. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/AvailableIUWrapperTest.java
 (at line 69)
Collection results = wrapper.getElements(collector);
Discouraged access: The method getElements(Collector<?>) from the type QueriedElementWrapper 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/target/classes
13. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/AvailableIUWrapperTest.java
 (at line 79)
AvailableIUWrapper wrapper = createWrapper(true);
Discouraged access: The type AvailableIUWrapper 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/target/classes
14. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/AvailableIUWrapperTest.java
 (at line 88)
Collection results = wrapper.getElements(collector);
Discouraged access: The method getElements(Collector<?>) from the type QueriedElementWrapper 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/target/classes
15. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/AvailableIUWrapperTest.java
 (at line 96)
assertTrue("1.1", element instanceof CategoryElement);
Discouraged access: The type CategoryElement 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/target/classes
16. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/AvailableIUWrapperTest.java
 (at line 108)
AvailableIUWrapper wrapper = createWrapper(false);
Discouraged access: The type AvailableIUWrapper 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/target/classes
17. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/AvailableIUWrapperTest.java
 (at line 117)
Collection results = wrapper.getElements(collector);
Discouraged access: The method getElements(Collector<?>) from the type QueriedElementWrapper 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/target/classes
18. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/AvailableIUWrapperTest.java
 (at line 125)
assertFalse("1.1", element instanceof CategoryElement);
Discouraged access: The type CategoryElement 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/target/classes
19. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/AvailableIUWrapperTest.java
 (at line 138)
AvailableIUWrapper wrapper = createWrapper(true);
Discouraged access: The type AvailableIUWrapper 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/target/classes
20. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/AvailableIUWrapperTest.java
 (at line 143)
wrapper.markInstalledIUs(profile, true);
Discouraged access: The method markInstalledIUs(IProfile, boolean) from the type AvailableIUWrapper 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/target/classes
21. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/AvailableIUWrapperTest.java
 (at line 149)
Collection results = wrapper.getElements(collector);
Discouraged access: The method getElements(Collector<?>) from the type QueriedElementWrapper 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/target/classes
22. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/AvailableIUWrapperTest.java
 (at line 176)
AvailableIUWrapper wrapper = createWrapper(true);
Discouraged access: The type AvailableIUWrapper 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/target/classes
23. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/AvailableIUWrapperTest.java
 (at line 179)
wrapper.markInstalledIUs(profile, true);
Discouraged access: The method markInstalledIUs(IProfile, boolean) from the type AvailableIUWrapper 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/target/classes
24. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/AvailableIUWrapperTest.java
 (at line 184)
Collection results = wrapper.getElements(collector);
Discouraged access: The method getElements(Collector<?>) from the type QueriedElementWrapper 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/target/classes
25. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/AvailableIUWrapperTest.java
 (at line 190)
Assert.assertTrue(((AvailableIUElement) iuElement).isUpdate());
Discouraged access: The method isUpdate() from the type AvailableIUElement 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/target/classes
26. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/AvailableIUWrapperTest.java
 (at line 190)
Assert.assertTrue(((AvailableIUElement) iuElement).isUpdate());
Discouraged access: The type AvailableIUElement 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/target/classes

/src/org/eclipse/equinox/p2/tests/ui/misc/LicenseManagerTest.java : 8 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/equinox/p2/tests/ui/misc/LicenseManagerTest.java
 (at line 14)
import org.eclipse.equinox.internal.p2.ui.sdk.SimpleLicenseManager;
Discouraged access: The type SimpleLicenseManager 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/target/classes
2. WARNING in /src/org/eclipse/equinox/p2/tests/ui/misc/LicenseManagerTest.java
 (at line 74)
SimpleLicenseManager manager2 = new SimpleLicenseManager(TESTPROFILE);
Discouraged access: The type SimpleLicenseManager 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/target/classes
3. WARNING in /src/org/eclipse/equinox/p2/tests/ui/misc/LicenseManagerTest.java
 (at line 74)
SimpleLicenseManager manager2 = new SimpleLicenseManager(TESTPROFILE);
Discouraged access: The constructor SimpleLicenseManager(String) 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/target/classes
4. WARNING in /src/org/eclipse/equinox/p2/tests/ui/misc/LicenseManagerTest.java
 (at line 74)
SimpleLicenseManager manager2 = new SimpleLicenseManager(TESTPROFILE);
Discouraged access: The type SimpleLicenseManager 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/target/classes
5. WARNING in /src/org/eclipse/equinox/p2/tests/ui/misc/LicenseManagerTest.java
 (at line 75)
assertTrue("1.1", manager2.hasAcceptedLicenses());
Discouraged access: The method hasAcceptedLicenses() from the type SimpleLicenseManager 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/target/classes
6. WARNING in /src/org/eclipse/equinox/p2/tests/ui/misc/LicenseManagerTest.java
 (at line 79)
manager2 = new SimpleLicenseManager("ANOTHER");
Discouraged access: The constructor SimpleLicenseManager(String) 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/target/classes
7. WARNING in /src/org/eclipse/equinox/p2/tests/ui/misc/LicenseManagerTest.java
 (at line 79)
manager2 = new SimpleLicenseManager("ANOTHER");
Discouraged access: The type SimpleLicenseManager 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/target/classes
8. WARNING in /src/org/eclipse/equinox/p2/tests/ui/misc/LicenseManagerTest.java
 (at line 80)
assertFalse("1.2", manager2.hasAcceptedLicenses());
Discouraged access: The method hasAcceptedLicenses() from the type SimpleLicenseManager 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/target/classes

/src/org/eclipse/equinox/p2/tests/ui/dialogs/WizardTest.java : 2 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/WizardTest.java
 (at line 13)
import org.eclipse.equinox.internal.p2.ui.dialogs.ResolutionResultsWizardPage;
Discouraged access: The type ResolutionResultsWizardPage 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/target/classes
2. WARNING in /src/org/eclipse/equinox/p2/tests/ui/dialogs/WizardTest.java
 (at line 22)
protected Tree findTree(ResolutionResultsWizardPage page) {
Discouraged access: The type ResolutionResultsWizardPage 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/target/classes

/src/org/eclipse/equinox/p2/tests/ui/AbstractProvisioningUITest.java : 16 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/equinox/p2/tests/ui/AbstractProvisioningUITest.java
 (at line 18)
import org.eclipse.equinox.internal.p2.director.ProfileChangeRequest;
Discouraged access: The type ProfileChangeRequest 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.director/target/classes
2. WARNING in /src/org/eclipse/equinox/p2/tests/ui/AbstractProvisioningUITest.java
 (at line 19)
import org.eclipse.equinox.internal.p2.ui.model.ProfileElement;
Discouraged access: The type ProfileElement 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/target/classes
3. WARNING in /src/org/eclipse/equinox/p2/tests/ui/AbstractProvisioningUITest.java
 (at line 20)
import org.eclipse.equinox.internal.p2.ui.sdk.SimpleLicenseManager;
Discouraged access: The type SimpleLicenseManager 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/target/classes
4. WARNING in /src/org/eclipse/equinox/p2/tests/ui/AbstractProvisioningUITest.java
 (at line 52)
protected ProfileElement profileElement;
Discouraged access: The type ProfileElement 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/target/classes
5. WARNING in /src/org/eclipse/equinox/p2/tests/ui/AbstractProvisioningUITest.java
 (at line 71)
ui.getOperationRunner().suppressRestart(true);
Discouraged access: The method suppressRestart(boolean) from the type ProvisioningOperationRunner 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/target/classes
6. WARNING in /src/org/eclipse/equinox/p2/tests/ui/AbstractProvisioningUITest.java
 (at line 75)
SimpleLicenseManager manager = new SimpleLicenseManager(TESTPROFILE);
Discouraged access: The type SimpleLicenseManager 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/target/classes
7. WARNING in /src/org/eclipse/equinox/p2/tests/ui/AbstractProvisioningUITest.java
 (at line 75)
SimpleLicenseManager manager = new SimpleLicenseManager(TESTPROFILE);
Discouraged access: The constructor SimpleLicenseManager(String) 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/target/classes
8. WARNING in /src/org/eclipse/equinox/p2/tests/ui/AbstractProvisioningUITest.java
 (at line 75)
SimpleLicenseManager manager = new SimpleLicenseManager(TESTPROFILE);
Discouraged access: The type SimpleLicenseManager 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/target/classes
9. WARNING in /src/org/eclipse/equinox/p2/tests/ui/AbstractProvisioningUITest.java
 (at line 80)
profileElement = new ProfileElement(null, TESTPROFILE);
Discouraged access: The constructor ProfileElement(Object, String) 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/target/classes
10. WARNING in /src/org/eclipse/equinox/p2/tests/ui/AbstractProvisioningUITest.java
 (at line 80)
profileElement = new ProfileElement(null, TESTPROFILE);
Discouraged access: The type ProfileElement 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/target/classes
11. WARNING in /src/org/eclipse/equinox/p2/tests/ui/AbstractProvisioningUITest.java
 (at line 129)
ProfileChangeRequest req = new ProfileChangeRequest(profile);
Discouraged access: The type ProfileChangeRequest 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.director/target/classes
12. WARNING in /src/org/eclipse/equinox/p2/tests/ui/AbstractProvisioningUITest.java
 (at line 129)
ProfileChangeRequest req = new ProfileChangeRequest(profile);
Discouraged access: The constructor ProfileChangeRequest(IProfile) 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.director/target/classes
13. WARNING in /src/org/eclipse/equinox/p2/tests/ui/AbstractProvisioningUITest.java
 (at line 129)
ProfileChangeRequest req = new ProfileChangeRequest(profile);
Discouraged access: The type ProfileChangeRequest 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.director/target/classes
14. WARNING in /src/org/eclipse/equinox/p2/tests/ui/AbstractProvisioningUITest.java
 (at line 130)
req.add(iu);
Discouraged access: The method add(IInstallableUnit) from the type ProfileChangeRequest 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.director/target/classes
15. WARNING in /src/org/eclipse/equinox/p2/tests/ui/AbstractProvisioningUITest.java
 (at line 132)
req.setInstallableUnitProfileProperty(iu, IProfile.PROP_PROFILE_ROOT_IU, Boolean.toString(true));
Discouraged access: The method setInstallableUnitProfileProperty(IInstallableUnit, String, String) from the type ProfileChangeRequest 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.director/target/classes
16. WARNING in /src/org/eclipse/equinox/p2/tests/ui/AbstractProvisioningUITest.java
 (at line 135)
req.setInstallableUnitProfileProperty(iu, IProfile.PROP_PROFILE_LOCKED_IU, new Integer(IProfile.LOCK_UNINSTALL | IProfile.LOCK_UPDATE).toString());
Discouraged access: The method setInstallableUnitProfileProperty(IInstallableUnit, String, String) from the type ProfileChangeRequest 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.director/target/classes

/src/org/eclipse/equinox/p2/tests/ui/query/QueryableMetadataRepositoryManagerTest.java : 63 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryableMetadataRepositoryManagerTest.java
 (at line 18)
import org.eclipse.equinox.internal.p2.ui.model.AvailableIUElement;
Discouraged access: The type AvailableIUElement 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/target/classes
2. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryableMetadataRepositoryManagerTest.java
 (at line 19)
import org.eclipse.equinox.internal.p2.ui.model.MetadataRepositories;
Discouraged access: The type MetadataRepositories 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/target/classes
3. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryableMetadataRepositoryManagerTest.java
 (at line 20)
import org.eclipse.equinox.internal.p2.ui.query.IUViewQueryContext;
Discouraged access: The type IUViewQueryContext 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/target/classes
4. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryableMetadataRepositoryManagerTest.java
 (at line 35)
* Tests for {@link QueryableMetadataRepositoryManager}.
Discouraged access: The type QueryableMetadataRepositoryManager 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/target/classes
5. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryableMetadataRepositoryManagerTest.java
 (at line 61)
QueryableMetadataRepositoryManager manager = getQueryableManager();
Discouraged access: The type QueryableMetadataRepositoryManager 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/target/classes
6. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryableMetadataRepositoryManagerTest.java
 (at line 62)
assertTrue("1.0", !manager.areRepositoriesLoaded());
Discouraged access: The method areRepositoriesLoaded() from the type QueryableRepositoryManager<IInstallableUnit> 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/target/classes
7. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryableMetadataRepositoryManagerTest.java
 (at line 68)
assertTrue("1.1", !manager.areRepositoriesLoaded());
Discouraged access: The method areRepositoriesLoaded() from the type QueryableRepositoryManager<IInstallableUnit> 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/target/classes
8. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryableMetadataRepositoryManagerTest.java
 (at line 84)
QueryableMetadataRepositoryManager manager = getQueryableManager();
Discouraged access: The type QueryableMetadataRepositoryManager 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/target/classes
9. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryableMetadataRepositoryManagerTest.java
 (at line 85)
assertTrue("1.0", !manager.areRepositoriesLoaded());
Discouraged access: The method areRepositoriesLoaded() from the type QueryableRepositoryManager<IInstallableUnit> 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/target/classes
10. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryableMetadataRepositoryManagerTest.java
 (at line 91)
assertTrue("1.1", !manager.areRepositoriesLoaded());
Discouraged access: The method areRepositoriesLoaded() from the type QueryableRepositoryManager<IInstallableUnit> 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/target/classes
11. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryableMetadataRepositoryManagerTest.java
 (at line 108)
QueryableMetadataRepositoryManager manager = getQueryableManager();
Discouraged access: The type QueryableMetadataRepositoryManager 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/target/classes
12. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryableMetadataRepositoryManagerTest.java
 (at line 110)
IQueryResult result = manager.query(QueryUtil.createIUQuery("test.bundle", Version.createOSGi(1, 0, 0)), new CancelingProgressMonitor());
Discouraged access: The method query(IQuery<IInstallableUnit>, IProgressMonitor) from the type QueryableRepositoryManager<IInstallableUnit> 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/target/classes
13. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryableMetadataRepositoryManagerTest.java
 (at line 124)
QueryableMetadataRepositoryManager manager = getQueryableManager();
Discouraged access: The type QueryableMetadataRepositoryManager 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/target/classes
14. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryableMetadataRepositoryManagerTest.java
 (at line 125)
assertTrue("1.0", !manager.areRepositoriesLoaded());
Discouraged access: The method areRepositoriesLoaded() from the type QueryableRepositoryManager<IInstallableUnit> 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/target/classes
15. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryableMetadataRepositoryManagerTest.java
 (at line 132)
assertTrue("1.1", manager.areRepositoriesLoaded());
Discouraged access: The method areRepositoriesLoaded() from the type QueryableRepositoryManager<IInstallableUnit> 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/target/classes
16. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryableMetadataRepositoryManagerTest.java
 (at line 150)
QueryableMetadataRepositoryManager manager = getQueryableManager();
Discouraged access: The type QueryableMetadataRepositoryManager 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/target/classes
17. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryableMetadataRepositoryManagerTest.java
 (at line 152)
assertFalse("1.0", manager.areRepositoriesLoaded());
Discouraged access: The method areRepositoriesLoaded() from the type QueryableRepositoryManager<IInstallableUnit> 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/target/classes
18. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryableMetadataRepositoryManagerTest.java
 (at line 160)
assertTrue("1.1", manager.areRepositoriesLoaded());
Discouraged access: The method areRepositoriesLoaded() from the type QueryableRepositoryManager<IInstallableUnit> 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/target/classes
19. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryableMetadataRepositoryManagerTest.java
 (at line 177)
QueryableMetadataRepositoryManager manager = getQueryableManager();
Discouraged access: The type QueryableMetadataRepositoryManager 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/target/classes
20. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryableMetadataRepositoryManagerTest.java
 (at line 179)
IQueryResult result = manager.query(QueryUtil.createIUQuery("test.bundle", Version.createOSGi(1, 0, 0)), getMonitor());
Discouraged access: The method query(IQuery<IInstallableUnit>, IProgressMonitor) from the type QueryableRepositoryManager<IInstallableUnit> 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/target/classes
21. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryableMetadataRepositoryManagerTest.java
 (at line 186)
result = manager.locationsQueriable().query(new RepositoryLocationQuery(), getMonitor());
Discouraged access: The method locationsQueriable() from the type QueryableRepositoryManager<IInstallableUnit> 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/target/classes
22. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryableMetadataRepositoryManagerTest.java
 (at line 186)
result = manager.locationsQueriable().query(new RepositoryLocationQuery(), getMonitor());
Discouraged access: The constructor RepositoryLocationQuery() 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/target/classes
23. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryableMetadataRepositoryManagerTest.java
 (at line 186)
result = manager.locationsQueriable().query(new RepositoryLocationQuery(), getMonitor());
Discouraged access: The type RepositoryLocationQuery 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/target/classes
24. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryableMetadataRepositoryManagerTest.java
 (at line 193)
result = manager.query(QueryUtil.createIUQuery((String) null), getMonitor());
Discouraged access: The method query(IQuery<IInstallableUnit>, IProgressMonitor) from the type QueryableRepositoryManager<IInstallableUnit> 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/target/classes
25. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryableMetadataRepositoryManagerTest.java
 (at line 195)
result = manager.query(QueryUtil.createIUPropertyQuery(null, QueryUtil.ANY), getMonitor());
Discouraged access: The method query(IQuery<IInstallableUnit>, IProgressMonitor) from the type QueryableRepositoryManager<IInstallableUnit> 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/target/classes
26. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryableMetadataRepositoryManagerTest.java
 (at line 211)
QueryableMetadataRepositoryManager manager = getQueryableManager();
Discouraged access: The type QueryableMetadataRepositoryManager 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/target/classes
27. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryableMetadataRepositoryManagerTest.java
 (at line 213)
IUViewQueryContext context = new IUViewQueryContext(IUViewQueryContext.AVAILABLE_VIEW_FLAT);
Discouraged access: The type IUViewQueryContext 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/target/classes
28. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryableMetadataRepositoryManagerTest.java
 (at line 213)
IUViewQueryContext context = new IUViewQueryContext(IUViewQueryContext.AVAILABLE_VIEW_FLAT);
Discouraged access: The constructor IUViewQueryContext(int) 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/target/classes
29. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryableMetadataRepositoryManagerTest.java
 (at line 213)
IUViewQueryContext context = new IUViewQueryContext(IUViewQueryContext.AVAILABLE_VIEW_FLAT);
Discouraged access: The type IUViewQueryContext 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/target/classes
30. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryableMetadataRepositoryManagerTest.java
 (at line 213)
IUViewQueryContext context = new IUViewQueryContext(IUViewQueryContext.AVAILABLE_VIEW_FLAT);
Discouraged access: The type IUViewQueryContext 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/target/classes
31. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryableMetadataRepositoryManagerTest.java
 (at line 213)
IUViewQueryContext context = new IUViewQueryContext(IUViewQueryContext.AVAILABLE_VIEW_FLAT);
Discouraged access: The field AVAILABLE_VIEW_FLAT from the type IUViewQueryContext 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/target/classes
32. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryableMetadataRepositoryManagerTest.java
 (at line 214)
context.setShowLatestVersionsOnly(false);
Discouraged access: The method setShowLatestVersionsOnly(boolean) from the type IUViewQueryContext 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/target/classes
33. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryableMetadataRepositoryManagerTest.java
 (at line 216)
MetadataRepositories rootElement = new MetadataRepositories(context, ui, manager);
Discouraged access: The type MetadataRepositories 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/target/classes
34. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryableMetadataRepositoryManagerTest.java
 (at line 216)
MetadataRepositories rootElement = new MetadataRepositories(context, ui, manager);
Discouraged access: The constructor MetadataRepositories(IUViewQueryContext, ProvisioningUI, QueryableMetadataRepositoryManager) 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/target/classes
35. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryableMetadataRepositoryManagerTest.java
 (at line 216)
MetadataRepositories rootElement = new MetadataRepositories(context, ui, manager);
Discouraged access: The type MetadataRepositories 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/target/classes
36. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryableMetadataRepositoryManagerTest.java
 (at line 217)
QueryProvider queryProvider = new QueryProvider(ui);
Discouraged access: The type QueryProvider 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/target/classes
37. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryableMetadataRepositoryManagerTest.java
 (at line 217)
QueryProvider queryProvider = new QueryProvider(ui);
Discouraged access: The constructor QueryProvider(ProvisioningUI) 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/target/classes
38. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryableMetadataRepositoryManagerTest.java
 (at line 217)
QueryProvider queryProvider = new QueryProvider(ui);
Discouraged access: The type QueryProvider 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/target/classes
39. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryableMetadataRepositoryManagerTest.java
 (at line 218)
ElementQueryDescriptor queryDescriptor = queryProvider.getQueryDescriptor(rootElement);
Discouraged access: The type ElementQueryDescriptor 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/target/classes
40. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryableMetadataRepositoryManagerTest.java
 (at line 218)
ElementQueryDescriptor queryDescriptor = queryProvider.getQueryDescriptor(rootElement);
Discouraged access: The method getQueryDescriptor(QueriedElement) from the type QueryProvider 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/target/classes
41. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryableMetadataRepositoryManagerTest.java
 (at line 219)
Collection collection = queryDescriptor.performQuery(null);
Discouraged access: The method performQuery(IProgressMonitor) from the type ElementQueryDescriptor 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/target/classes
42. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryableMetadataRepositoryManagerTest.java
 (at line 235)
QueryableMetadataRepositoryManager manager = getQueryableManager();
Discouraged access: The type QueryableMetadataRepositoryManager 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/target/classes
43. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryableMetadataRepositoryManagerTest.java
 (at line 237)
IUViewQueryContext context = new IUViewQueryContext(IUViewQueryContext.AVAILABLE_VIEW_FLAT);
Discouraged access: The type IUViewQueryContext 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/target/classes
44. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryableMetadataRepositoryManagerTest.java
 (at line 237)
IUViewQueryContext context = new IUViewQueryContext(IUViewQueryContext.AVAILABLE_VIEW_FLAT);
Discouraged access: The constructor IUViewQueryContext(int) 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/target/classes
45. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryableMetadataRepositoryManagerTest.java
 (at line 237)
IUViewQueryContext context = new IUViewQueryContext(IUViewQueryContext.AVAILABLE_VIEW_FLAT);
Discouraged access: The type IUViewQueryContext 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/target/classes
46. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryableMetadataRepositoryManagerTest.java
 (at line 237)
IUViewQueryContext context = new IUViewQueryContext(IUViewQueryContext.AVAILABLE_VIEW_FLAT);
Discouraged access: The type IUViewQueryContext 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/target/classes
47. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryableMetadataRepositoryManagerTest.java
 (at line 237)
IUViewQueryContext context = new IUViewQueryContext(IUViewQueryContext.AVAILABLE_VIEW_FLAT);
Discouraged access: The field AVAILABLE_VIEW_FLAT from the type IUViewQueryContext 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/target/classes
48. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryableMetadataRepositoryManagerTest.java
 (at line 238)
context.setShowLatestVersionsOnly(true);
Discouraged access: The method setShowLatestVersionsOnly(boolean) from the type IUViewQueryContext 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/target/classes
49. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryableMetadataRepositoryManagerTest.java
 (at line 240)
MetadataRepositories rootElement = new MetadataRepositories(context, ui, manager);
Discouraged access: The type MetadataRepositories 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/target/classes
50. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryableMetadataRepositoryManagerTest.java
 (at line 240)
MetadataRepositories rootElement = new MetadataRepositories(context, ui, manager);
Discouraged access: The constructor MetadataRepositories(IUViewQueryContext, ProvisioningUI, QueryableMetadataRepositoryManager) 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/target/classes
51. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryableMetadataRepositoryManagerTest.java
 (at line 240)
MetadataRepositories rootElement = new MetadataRepositories(context, ui, manager);
Discouraged access: The type MetadataRepositories 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/target/classes
52. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryableMetadataRepositoryManagerTest.java
 (at line 241)
QueryProvider queryProvider = new QueryProvider(ui);
Discouraged access: The type QueryProvider 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/target/classes
53. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryableMetadataRepositoryManagerTest.java
 (at line 241)
QueryProvider queryProvider = new QueryProvider(ui);
Discouraged access: The constructor QueryProvider(ProvisioningUI) 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/target/classes
54. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryableMetadataRepositoryManagerTest.java
 (at line 241)
QueryProvider queryProvider = new QueryProvider(ui);
Discouraged access: The type QueryProvider 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/target/classes
55. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryableMetadataRepositoryManagerTest.java
 (at line 242)
ElementQueryDescriptor queryDescriptor = queryProvider.getQueryDescriptor(rootElement);
Discouraged access: The type ElementQueryDescriptor 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/target/classes
56. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryableMetadataRepositoryManagerTest.java
 (at line 242)
ElementQueryDescriptor queryDescriptor = queryProvider.getQueryDescriptor(rootElement);
Discouraged access: The method getQueryDescriptor(QueriedElement) from the type QueryProvider 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/target/classes
57. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryableMetadataRepositoryManagerTest.java
 (at line 243)
Collection collection = queryDescriptor.performQuery(null);
Discouraged access: The method performQuery(IProgressMonitor) from the type ElementQueryDescriptor 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/target/classes
58. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryableMetadataRepositoryManagerTest.java
 (at line 245)
AvailableIUElement next = (AvailableIUElement) collection.iterator().next();
Discouraged access: The type AvailableIUElement 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/target/classes
59. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryableMetadataRepositoryManagerTest.java
 (at line 245)
AvailableIUElement next = (AvailableIUElement) collection.iterator().next();
Discouraged access: The type AvailableIUElement 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/target/classes
60. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryableMetadataRepositoryManagerTest.java
 (at line 246)
assertEquals("1.1", Version.createOSGi(3, 0, 0), next.getIU().getVersion());
Discouraged access: The method getIU() from the type AvailableIUElement 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/target/classes
61. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryableMetadataRepositoryManagerTest.java
 (at line 272)
private QueryableMetadataRepositoryManager getQueryableManager() {
Discouraged access: The type QueryableMetadataRepositoryManager 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/target/classes
62. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryableMetadataRepositoryManagerTest.java
 (at line 273)
return new QueryableMetadataRepositoryManager(ui, false);
Discouraged access: The constructor QueryableMetadataRepositoryManager(ProvisioningUI, 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/target/classes
63. WARNING in /src/org/eclipse/equinox/p2/tests/ui/query/QueryableMetadataRepositoryManagerTest.java
 (at line 273)
return new QueryableMetadataRepositoryManager(ui, false);
Discouraged access: The type QueryableMetadataRepositoryManager 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/target/classes