errors | others warnings | forbidden warnings | discouraged warnings |
top | others warnings | forbidden warnings | discouraged warnings |
top | errors | forbidden warnings | discouraged warnings |
1. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/AbstractSimpleConfiguratorTest.java (at line 144) JarFile bundleJar = new JarFile(bundleFile); Resource leak: 'bundleJar' is never closed |
1. WARNING in /src/org/eclipse/equinox/p2/tests/embeddedequinox/EmbeddedEquinox.java (at line 41) URLClassLoader frameworkLoader = new FrameworkClassLoader(frameworkClassPath, this.getClass().getClassLoader()); Resource leak: 'frameworkLoader' is never closed |
1. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/BundlesTxtTest.java (at line 19) @SuppressWarnings("hiding") Unnecessary @SuppressWarnings("hiding") |
1. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/EquinoxExecutableActionTest.java (at line 105) @SuppressWarnings("hiding") Unnecessary @SuppressWarnings("hiding") |
2. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/EquinoxExecutableActionTest.java (at line 117) @SuppressWarnings("hiding") Unnecessary @SuppressWarnings("hiding") |
3. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/EquinoxExecutableActionTest.java (at line 144) @SuppressWarnings("hiding") Unnecessary @SuppressWarnings("hiding") |
4. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/EquinoxExecutableActionTest.java (at line 161) @SuppressWarnings("hiding") Unnecessary @SuppressWarnings("hiding") |
1. WARNING in /src/org/eclipse/equinox/p2/tests/director/DirectorApplicationTest.java (at line 724) @SuppressWarnings("unused") Unnecessary @SuppressWarnings("unused") |
top | errors | others warnings | discouraged warnings |
top | errors | others warnings | forbidden warnings |
1. WARNING in /src/org/eclipse/equinox/p2/tests/updatechecker/TestUpdateListener.java (at line 15) import org.eclipse.equinox.internal.provisional.p2.updatechecker.IUpdateListener; Discouraged access: The type IUpdateListener is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatechecker/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/updatechecker/TestUpdateListener.java (at line 16) import org.eclipse.equinox.internal.provisional.p2.updatechecker.UpdateEvent; Discouraged access: The type UpdateEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatechecker/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/updatechecker/TestUpdateListener.java (at line 19) * Test implementation of {@link IUpdateListener}. Discouraged access: The type IUpdateListener is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatechecker/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/updatechecker/TestUpdateListener.java (at line 21) public class TestUpdateListener implements IUpdateListener { Discouraged access: The type IUpdateListener is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatechecker/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/updatechecker/TestUpdateListener.java (at line 24) private UpdateEvent expectedEvent; Discouraged access: The type UpdateEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatechecker/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/updatechecker/TestUpdateListener.java (at line 29) public TestUpdateListener(UpdateEvent event) { Discouraged access: The type UpdateEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatechecker/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/updatechecker/TestUpdateListener.java (at line 34) if (!(o instanceof UpdateEvent)) Discouraged access: The type UpdateEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatechecker/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/updatechecker/TestUpdateListener.java (at line 36) UpdateEvent actual = (UpdateEvent) o; Discouraged access: The type UpdateEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatechecker/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/updatechecker/TestUpdateListener.java (at line 36) UpdateEvent actual = (UpdateEvent) o; Discouraged access: The type UpdateEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatechecker/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/updatechecker/TestUpdateListener.java (at line 37) return Arrays.equals(expectedEvent.getIUs().toArray(), actual.getIUs().toArray()) && expectedEvent.getProfileId().equals(actual.getProfileId()); Discouraged access: The method getIUs() from the type UpdateEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatechecker/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/updatechecker/TestUpdateListener.java (at line 37) return Arrays.equals(expectedEvent.getIUs().toArray(), actual.getIUs().toArray()) && expectedEvent.getProfileId().equals(actual.getProfileId()); Discouraged access: The method getIUs() from the type UpdateEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatechecker/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/updatechecker/TestUpdateListener.java (at line 37) return Arrays.equals(expectedEvent.getIUs().toArray(), actual.getIUs().toArray()) && expectedEvent.getProfileId().equals(actual.getProfileId()); Discouraged access: The method getProfileId() from the type UpdateEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatechecker/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/updatechecker/TestUpdateListener.java (at line 37) return Arrays.equals(expectedEvent.getIUs().toArray(), actual.getIUs().toArray()) && expectedEvent.getProfileId().equals(actual.getProfileId()); Discouraged access: The method getProfileId() from the type UpdateEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatechecker/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/updatechecker/TestUpdateListener.java (at line 40) public void updatesAvailable(UpdateEvent event) { Discouraged access: The type UpdateEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatechecker/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractSharedBundleProductTest.java (at line 19) import org.eclipse.equinox.internal.p2.update.Configuration; Discouraged access: The type Configuration is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractSharedBundleProductTest.java (at line 20) import org.eclipse.equinox.internal.p2.update.Site; Discouraged access: The type Site is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractSharedBundleProductTest.java (at line 193) Configuration config = new Configuration(); Discouraged access: The type Configuration is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractSharedBundleProductTest.java (at line 193) Configuration config = new Configuration(); Discouraged access: The constructor Configuration() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractSharedBundleProductTest.java (at line 193) Configuration config = new Configuration(); Discouraged access: The type Configuration is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractSharedBundleProductTest.java (at line 194) config.setTransient(false); Discouraged access: The method setTransient(boolean) from the type Configuration is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractSharedBundleProductTest.java (at line 195) config.setVersion("3.0"); Discouraged access: The method setVersion(String) from the type Configuration is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractSharedBundleProductTest.java (at line 198) Site site = new Site(); Discouraged access: The type Site is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractSharedBundleProductTest.java (at line 198) Site site = new Site(); Discouraged access: The constructor Site() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractSharedBundleProductTest.java (at line 198) Site site = new Site(); Discouraged access: The type Site is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractSharedBundleProductTest.java (at line 201) site.setUrl(sharedLocationURL); Discouraged access: The method setUrl(String) from the type Site is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractSharedBundleProductTest.java (at line 205) site.setPolicy(Site.POLICY_USER_INCLUDE); Discouraged access: The method setPolicy(String) from the type Site is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractSharedBundleProductTest.java (at line 205) site.setPolicy(Site.POLICY_USER_INCLUDE); Discouraged access: The type Site is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractSharedBundleProductTest.java (at line 205) site.setPolicy(Site.POLICY_USER_INCLUDE); Discouraged access: The field POLICY_USER_INCLUDE from the type Site is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractSharedBundleProductTest.java (at line 206) site.setUpdateable(false); Discouraged access: The method setUpdateable(boolean) from the type Site is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractSharedBundleProductTest.java (at line 207) site.setEnabled(true); Discouraged access: The method setEnabled(boolean) from the type Site is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractSharedBundleProductTest.java (at line 211) site.addPlugin(relative.toString()); Discouraged access: The method addPlugin(String) from the type Site is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractSharedBundleProductTest.java (at line 213) config.add(site); Discouraged access: The method add(Site) from the type Configuration is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractSharedBundleProductTest.java (at line 216) site = new Site(); Discouraged access: The constructor Site() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractSharedBundleProductTest.java (at line 216) site = new Site(); Discouraged access: The type Site is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractSharedBundleProductTest.java (at line 217) site.setUrl(PLATFORM_BASE); Discouraged access: The method setUrl(String) from the type Site is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractSharedBundleProductTest.java (at line 218) site.setPolicy(Site.POLICY_USER_EXCLUDE); Discouraged access: The method setPolicy(String) from the type Site is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractSharedBundleProductTest.java (at line 218) site.setPolicy(Site.POLICY_USER_EXCLUDE); Discouraged access: The type Site is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractSharedBundleProductTest.java (at line 218) site.setPolicy(Site.POLICY_USER_EXCLUDE); Discouraged access: The field POLICY_USER_EXCLUDE from the type Site is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractSharedBundleProductTest.java (at line 219) site.setUpdateable(true); Discouraged access: The method setUpdateable(boolean) from the type Site is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractSharedBundleProductTest.java (at line 220) site.setEnabled(true); Discouraged access: The method setEnabled(boolean) from the type Site is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractSharedBundleProductTest.java (at line 221) config.add(site); Discouraged access: The method add(Site) from the type Configuration is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractSharedBundleProductTest.java (at line 227) public void removeBundlesFromConfiguration(Configuration config, String[] locations) { Discouraged access: The type Configuration is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractSharedBundleProductTest.java (at line 232) protected Site getSharedSite(Configuration config) { Discouraged access: The type Site is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractSharedBundleProductTest.java (at line 232) protected Site getSharedSite(Configuration config) { Discouraged access: The type Configuration is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractSharedBundleProductTest.java (at line 233) for (Site site : config.getSites()) { Discouraged access: The type Site is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractSharedBundleProductTest.java (at line 233) for (Site site : config.getSites()) { Discouraged access: The method getSites() from the type Configuration is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractSharedBundleProductTest.java (at line 234) if (sharedLocationURL != null && sharedLocationURL.equals(site.getUrl())) Discouraged access: The method getUrl() from the type Site is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractSharedBundleProductTest.java (at line 240) public boolean removeBundleFromConfiguration(Configuration config, String location) { Discouraged access: The type Configuration is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractSharedBundleProductTest.java (at line 241) Site shared = getSharedSite(config); Discouraged access: The type Site is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractSharedBundleProductTest.java (at line 243) boolean removed = shared.removePlugin(location); Discouraged access: The method removePlugin(String) from the type Site is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
37. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractSharedBundleProductTest.java (at line 253) return shared.removePlugin(relative.toString()); Discouraged access: The method removePlugin(String) from the type Site is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
38. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractSharedBundleProductTest.java (at line 256) public void addBundlesToConfigurations(Configuration config, String[] locations) { Discouraged access: The type Configuration is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
39. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractSharedBundleProductTest.java (at line 261) public void addBundleToConfiguration(Configuration config, String location) { Discouraged access: The type Configuration is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
40. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractSharedBundleProductTest.java (at line 262) Site shared = getSharedSite(config); Discouraged access: The type Site is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
41. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractSharedBundleProductTest.java (at line 270) shared.addPlugin(relative.toString()); Discouraged access: The method addPlugin(String) from the type Site is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
42. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractSharedBundleProductTest.java (at line 277) public void saveConfiguration(Configuration config) { Discouraged access: The type Configuration is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
43. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractSharedBundleProductTest.java (at line 280) config.save(configLocation, null); Discouraged access: The method save(File, URL) from the type Configuration is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
44. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractSharedBundleProductTest.java (at line 286) public Configuration loadConfiguration() { Discouraged access: The type Configuration is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
45. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractSharedBundleProductTest.java (at line 289) return Configuration.load(configLocation, null); Discouraged access: The type Configuration is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
46. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractSharedBundleProductTest.java (at line 289) return Configuration.load(configLocation, null); Discouraged access: The method load(File, URL) from the type Configuration is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ActualChangeRequestTest.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/4M/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/planner/ActualChangeRequestTest.java (at line 17) import org.eclipse.equinox.internal.provisional.p2.director.PlannerStatus; Discouraged access: The type PlannerStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ActualChangeRequestTest.java (at line 48) ProfileChangeRequest req = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ActualChangeRequestTest.java (at line 48) ProfileChangeRequest req = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ActualChangeRequestTest.java (at line 48) ProfileChangeRequest req = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ActualChangeRequestTest.java (at line 49) req.addInstallableUnits(new IInstallableUnit[] {b}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ActualChangeRequestTest.java (at line 50) req.setInstallableUnitInclusionRules(b, ProfileInclusionRules.createStrictInclusionRule(b)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ActualChangeRequestTest.java (at line 51) req.setInstallableUnitProfileProperty(b, "foo", "bar"); 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/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ActualChangeRequestTest.java (at line 53) assertEquals(IStatus.OK, ((PlannerStatus) plan.getStatus()).getRequestChanges().get(b).getSeverity()); Discouraged access: The method getRequestChanges() from the type PlannerStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ActualChangeRequestTest.java (at line 53) assertEquals(IStatus.OK, ((PlannerStatus) plan.getStatus()).getRequestChanges().get(b).getSeverity()); Discouraged access: The type PlannerStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ActualChangeRequestTest.java (at line 60) ProfileChangeRequest req2 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ActualChangeRequestTest.java (at line 60) ProfileChangeRequest req2 = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ActualChangeRequestTest.java (at line 60) ProfileChangeRequest req2 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ActualChangeRequestTest.java (at line 61) req2.addInstallableUnits(new IInstallableUnit[] {a}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ActualChangeRequestTest.java (at line 62) req2.setInstallableUnitInclusionRules(a, ProfileInclusionRules.createStrictInclusionRule(a)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ActualChangeRequestTest.java (at line 63) req2.setInstallableUnitProfileProperty(a, "foo", "bar"); 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/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ActualChangeRequestTest.java (at line 66) assertNull(((PlannerStatus) plan2.getStatus()).getRequestChanges().get(b)); Discouraged access: The method getRequestChanges() from the type PlannerStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ActualChangeRequestTest.java (at line 66) assertNull(((PlannerStatus) plan2.getStatus()).getRequestChanges().get(b)); Discouraged access: The type PlannerStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ActualChangeRequestTest.java (at line 67) Map m = ((PlannerStatus) plan2.getStatus()).getRequestSideEffects(); Discouraged access: The method getRequestSideEffects() from the type PlannerStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ActualChangeRequestTest.java (at line 67) Map m = ((PlannerStatus) plan2.getStatus()).getRequestSideEffects(); Discouraged access: The type PlannerStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ActualChangeRequestTest.java (at line 69) assertEquals(IStatus.OK, ((PlannerStatus) plan2.getStatus()).getRequestChanges().get(a).getSeverity()); Discouraged access: The method getRequestChanges() from the type PlannerStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ActualChangeRequestTest.java (at line 69) assertEquals(IStatus.OK, ((PlannerStatus) plan2.getStatus()).getRequestChanges().get(a).getSeverity()); Discouraged access: The type PlannerStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ActualChangeRequestTest.java (at line 75) ProfileChangeRequest req3 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ActualChangeRequestTest.java (at line 75) ProfileChangeRequest req3 = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ActualChangeRequestTest.java (at line 75) ProfileChangeRequest req3 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ActualChangeRequestTest.java (at line 76) req3.removeInstallableUnits(new IInstallableUnit[] {b}); Discouraged access: The method removeInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ActualChangeRequestTest.java (at line 77) req3.removeInstallableUnitProfileProperty(b, "foo"); Discouraged access: The method removeInstallableUnitProfileProperty(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ActualChangeRequestTest.java (at line 80) assertEquals(IStatus.ERROR, ((PlannerStatus) plan3.getStatus()).getRequestChanges().get(b).getSeverity()); Discouraged access: The method getRequestChanges() from the type PlannerStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ActualChangeRequestTest.java (at line 80) assertEquals(IStatus.ERROR, ((PlannerStatus) plan3.getStatus()).getRequestChanges().get(b).getSeverity()); Discouraged access: The type PlannerStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java (at line 17) import org.eclipse.equinox.internal.p2.updatesite.CategoryXMLAction; Discouraged access: The type CategoryXMLAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java (at line 20) import org.eclipse.equinox.p2.publisher.actions.MergeResultsAction; Discouraged access: The type MergeResultsAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java (at line 21) import org.eclipse.equinox.p2.publisher.eclipse.BundlesAction; Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java (at line 22) import org.eclipse.equinox.p2.publisher.eclipse.FeaturesAction; Discouraged access: The type FeaturesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java (at line 32) private IPublisherResult actionResult; Discouraged access: The type IPublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java (at line 38) actionResult = new PublisherResult(); Discouraged access: The constructor PublisherResult() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java (at line 38) actionResult = new PublisherResult(); Discouraged access: The type PublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java (at line 43) PublisherInfo info = new PublisherInfo(); Discouraged access: The type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java (at line 43) PublisherInfo info = new PublisherInfo(); Discouraged access: The constructor PublisherInfo() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java (at line 43) PublisherInfo info = new PublisherInfo(); Discouraged access: The type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java (at line 44) info.setMetadataRepository(metadataRepository); Discouraged access: The method setMetadataRepository(IMetadataRepository) from the type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java (at line 46) FeaturesAction featuresAction = new FeaturesAction(new File[] {TestData.getFile("updatesite", "CategoryXMLActionTest")}); Discouraged access: The type FeaturesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java (at line 46) FeaturesAction featuresAction = new FeaturesAction(new File[] {TestData.getFile("updatesite", "CategoryXMLActionTest")}); Discouraged access: The constructor FeaturesAction(File[]) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java (at line 46) FeaturesAction featuresAction = new FeaturesAction(new File[] {TestData.getFile("updatesite", "CategoryXMLActionTest")}); Discouraged access: The type FeaturesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java (at line 47) featuresAction.perform(info, actionResult, new NullProgressMonitor()); Discouraged access: The method perform(IPublisherInfo, IPublisherResult, IProgressMonitor) from the type FeaturesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java (at line 49) CategoryXMLAction action = new CategoryXMLAction(siteLocation, null); Discouraged access: The type CategoryXMLAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java (at line 49) CategoryXMLAction action = new CategoryXMLAction(siteLocation, null); Discouraged access: The constructor CategoryXMLAction(URI, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java (at line 49) CategoryXMLAction action = new CategoryXMLAction(siteLocation, null); Discouraged access: The type CategoryXMLAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java (at line 50) action.perform(info, actionResult, getMonitor()); Discouraged access: The method perform(IPublisherInfo, IPublisherResult, IProgressMonitor) from the type CategoryXMLAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java (at line 59) PublisherInfo info = new PublisherInfo(); Discouraged access: The type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java (at line 59) PublisherInfo info = new PublisherInfo(); Discouraged access: The constructor PublisherInfo() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java (at line 59) PublisherInfo info = new PublisherInfo(); Discouraged access: The type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java (at line 61) info.setMetadataRepository(metadataRepository); Discouraged access: The method setMetadataRepository(IMetadataRepository) from the type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java (at line 63) FeaturesAction featuresAction = new FeaturesAction(new File[] {TestData.getFile("updatesite", "CategoryXMLActionTest")}); Discouraged access: The type FeaturesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java (at line 63) FeaturesAction featuresAction = new FeaturesAction(new File[] {TestData.getFile("updatesite", "CategoryXMLActionTest")}); Discouraged access: The constructor FeaturesAction(File[]) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java (at line 63) FeaturesAction featuresAction = new FeaturesAction(new File[] {TestData.getFile("updatesite", "CategoryXMLActionTest")}); Discouraged access: The type FeaturesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java (at line 64) featuresAction.perform(info, actionResult, new NullProgressMonitor()); Discouraged access: The method perform(IPublisherInfo, IPublisherResult, IProgressMonitor) from the type FeaturesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java (at line 66) CategoryXMLAction action = new CategoryXMLAction(siteLocation, null); Discouraged access: The type CategoryXMLAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java (at line 66) CategoryXMLAction action = new CategoryXMLAction(siteLocation, null); Discouraged access: The constructor CategoryXMLAction(URI, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java (at line 66) CategoryXMLAction action = new CategoryXMLAction(siteLocation, null); Discouraged access: The type CategoryXMLAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java (at line 67) action.perform(info, actionResult, getMonitor()); Discouraged access: The method perform(IPublisherInfo, IPublisherResult, IProgressMonitor) from the type CategoryXMLAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java (at line 80) PublisherInfo info = new PublisherInfo(); Discouraged access: The type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java (at line 80) PublisherInfo info = new PublisherInfo(); Discouraged access: The constructor PublisherInfo() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java (at line 80) PublisherInfo info = new PublisherInfo(); Discouraged access: The type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java (at line 82) info.setMetadataRepository(metadataRepository); Discouraged access: The method setMetadataRepository(IMetadataRepository) from the type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java (at line 84) FeaturesAction featuresAction = new FeaturesAction(new File[] {TestData.getFile("updatesite", "CategoryXMLActionTest")}); Discouraged access: The type FeaturesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
37. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java (at line 84) FeaturesAction featuresAction = new FeaturesAction(new File[] {TestData.getFile("updatesite", "CategoryXMLActionTest")}); Discouraged access: The constructor FeaturesAction(File[]) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
38. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java (at line 84) FeaturesAction featuresAction = new FeaturesAction(new File[] {TestData.getFile("updatesite", "CategoryXMLActionTest")}); Discouraged access: The type FeaturesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
39. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java (at line 85) featuresAction.perform(info, actionResult, new NullProgressMonitor()); Discouraged access: The method perform(IPublisherInfo, IPublisherResult, IProgressMonitor) from the type FeaturesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
40. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java (at line 87) CategoryXMLAction action = new CategoryXMLAction(siteLocation, null); Discouraged access: The type CategoryXMLAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
41. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java (at line 87) CategoryXMLAction action = new CategoryXMLAction(siteLocation, null); Discouraged access: The constructor CategoryXMLAction(URI, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
42. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java (at line 87) CategoryXMLAction action = new CategoryXMLAction(siteLocation, null); Discouraged access: The type CategoryXMLAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
43. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java (at line 88) action.perform(info, actionResult, getMonitor()); Discouraged access: The method perform(IPublisherInfo, IPublisherResult, IProgressMonitor) from the type CategoryXMLAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
44. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java (at line 101) PublisherInfo info = new PublisherInfo(); Discouraged access: The type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
45. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java (at line 101) PublisherInfo info = new PublisherInfo(); Discouraged access: The constructor PublisherInfo() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
46. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java (at line 101) PublisherInfo info = new PublisherInfo(); Discouraged access: The type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
47. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java (at line 103) info.setMetadataRepository(metadataRepository); Discouraged access: The method setMetadataRepository(IMetadataRepository) from the type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
48. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java (at line 105) FeaturesAction featuresAction = new FeaturesAction(new File[] {TestData.getFile("updatesite", "CategoryXMLActionTest")}); Discouraged access: The type FeaturesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
49. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java (at line 105) FeaturesAction featuresAction = new FeaturesAction(new File[] {TestData.getFile("updatesite", "CategoryXMLActionTest")}); Discouraged access: The constructor FeaturesAction(File[]) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
50. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java (at line 105) FeaturesAction featuresAction = new FeaturesAction(new File[] {TestData.getFile("updatesite", "CategoryXMLActionTest")}); Discouraged access: The type FeaturesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
51. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java (at line 106) BundlesAction bundlesAction = new BundlesAction(new File[] {TestData.getFile("updatesite", "CategoryXMLActionTest")}); Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
52. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java (at line 106) BundlesAction bundlesAction = new BundlesAction(new File[] {TestData.getFile("updatesite", "CategoryXMLActionTest")}); Discouraged access: The constructor BundlesAction(File[]) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
53. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java (at line 106) BundlesAction bundlesAction = new BundlesAction(new File[] {TestData.getFile("updatesite", "CategoryXMLActionTest")}); Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
54. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java (at line 107) MergeResultsAction publishAction = new MergeResultsAction(new IPublisherAction[] {featuresAction, bundlesAction}, IPublisherResult.MERGE_ALL_NON_ROOT); Discouraged access: The type MergeResultsAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
55. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java (at line 107) MergeResultsAction publishAction = new MergeResultsAction(new IPublisherAction[] {featuresAction, bundlesAction}, IPublisherResult.MERGE_ALL_NON_ROOT); Discouraged access: The constructor MergeResultsAction(IPublisherAction[], int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
56. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java (at line 107) MergeResultsAction publishAction = new MergeResultsAction(new IPublisherAction[] {featuresAction, bundlesAction}, IPublisherResult.MERGE_ALL_NON_ROOT); Discouraged access: The type MergeResultsAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
57. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java (at line 107) MergeResultsAction publishAction = new MergeResultsAction(new IPublisherAction[] {featuresAction, bundlesAction}, IPublisherResult.MERGE_ALL_NON_ROOT); Discouraged access: The type IPublisherAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
58. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java (at line 107) MergeResultsAction publishAction = new MergeResultsAction(new IPublisherAction[] {featuresAction, bundlesAction}, IPublisherResult.MERGE_ALL_NON_ROOT); Discouraged access: The type IPublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
59. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java (at line 107) MergeResultsAction publishAction = new MergeResultsAction(new IPublisherAction[] {featuresAction, bundlesAction}, IPublisherResult.MERGE_ALL_NON_ROOT); Discouraged access: The field MERGE_ALL_NON_ROOT from the type IPublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
60. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java (at line 108) publishAction.perform(info, actionResult, new NullProgressMonitor()); Discouraged access: The method perform(IPublisherInfo, IPublisherResult, IProgressMonitor) from the type MergeResultsAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
61. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java (at line 110) CategoryXMLAction action = new CategoryXMLAction(siteLocation, null); Discouraged access: The type CategoryXMLAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
62. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java (at line 110) CategoryXMLAction action = new CategoryXMLAction(siteLocation, null); Discouraged access: The constructor CategoryXMLAction(URI, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
63. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java (at line 110) CategoryXMLAction action = new CategoryXMLAction(siteLocation, null); Discouraged access: The type CategoryXMLAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
64. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java (at line 111) action.perform(info, actionResult, getMonitor()); Discouraged access: The method perform(IPublisherInfo, IPublisherResult, IProgressMonitor) from the type CategoryXMLAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
65. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java (at line 126) PublisherInfo info = new PublisherInfo(); Discouraged access: The type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
66. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java (at line 126) PublisherInfo info = new PublisherInfo(); Discouraged access: The constructor PublisherInfo() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
67. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java (at line 126) PublisherInfo info = new PublisherInfo(); Discouraged access: The type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
68. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java (at line 128) info.setMetadataRepository(metadataRepository); Discouraged access: The method setMetadataRepository(IMetadataRepository) from the type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
69. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java (at line 130) FeaturesAction featuresAction = new FeaturesAction(new File[] {TestData.getFile("updatesite", "CategoryXMLActionTest")}); Discouraged access: The type FeaturesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
70. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java (at line 130) FeaturesAction featuresAction = new FeaturesAction(new File[] {TestData.getFile("updatesite", "CategoryXMLActionTest")}); Discouraged access: The constructor FeaturesAction(File[]) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
71. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java (at line 130) FeaturesAction featuresAction = new FeaturesAction(new File[] {TestData.getFile("updatesite", "CategoryXMLActionTest")}); Discouraged access: The type FeaturesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
72. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java (at line 131) BundlesAction bundlesAction = new BundlesAction(new File[] {TestData.getFile("updatesite", "CategoryXMLActionTest")}); Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
73. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java (at line 131) BundlesAction bundlesAction = new BundlesAction(new File[] {TestData.getFile("updatesite", "CategoryXMLActionTest")}); Discouraged access: The constructor BundlesAction(File[]) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
74. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java (at line 131) BundlesAction bundlesAction = new BundlesAction(new File[] {TestData.getFile("updatesite", "CategoryXMLActionTest")}); Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
75. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java (at line 132) MergeResultsAction publishAction = new MergeResultsAction(new IPublisherAction[] {featuresAction, bundlesAction}, IPublisherResult.MERGE_ALL_NON_ROOT); Discouraged access: The type MergeResultsAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
76. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java (at line 132) MergeResultsAction publishAction = new MergeResultsAction(new IPublisherAction[] {featuresAction, bundlesAction}, IPublisherResult.MERGE_ALL_NON_ROOT); Discouraged access: The constructor MergeResultsAction(IPublisherAction[], int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
77. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java (at line 132) MergeResultsAction publishAction = new MergeResultsAction(new IPublisherAction[] {featuresAction, bundlesAction}, IPublisherResult.MERGE_ALL_NON_ROOT); Discouraged access: The type MergeResultsAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
78. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java (at line 132) MergeResultsAction publishAction = new MergeResultsAction(new IPublisherAction[] {featuresAction, bundlesAction}, IPublisherResult.MERGE_ALL_NON_ROOT); Discouraged access: The type IPublisherAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
79. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java (at line 132) MergeResultsAction publishAction = new MergeResultsAction(new IPublisherAction[] {featuresAction, bundlesAction}, IPublisherResult.MERGE_ALL_NON_ROOT); Discouraged access: The type IPublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
80. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java (at line 132) MergeResultsAction publishAction = new MergeResultsAction(new IPublisherAction[] {featuresAction, bundlesAction}, IPublisherResult.MERGE_ALL_NON_ROOT); Discouraged access: The field MERGE_ALL_NON_ROOT from the type IPublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
81. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java (at line 133) publishAction.perform(info, actionResult, new NullProgressMonitor()); Discouraged access: The method perform(IPublisherInfo, IPublisherResult, IProgressMonitor) from the type MergeResultsAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
82. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java (at line 135) CategoryXMLAction action = new CategoryXMLAction(siteLocation, null); Discouraged access: The type CategoryXMLAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
83. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java (at line 135) CategoryXMLAction action = new CategoryXMLAction(siteLocation, null); Discouraged access: The constructor CategoryXMLAction(URI, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
84. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java (at line 135) CategoryXMLAction action = new CategoryXMLAction(siteLocation, null); Discouraged access: The type CategoryXMLAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
85. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java (at line 136) action.perform(info, actionResult, getMonitor()); Discouraged access: The method perform(IPublisherInfo, IPublisherResult, IProgressMonitor) from the type CategoryXMLAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
86. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java (at line 151) PublisherInfo info = new PublisherInfo(); Discouraged access: The type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
87. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java (at line 151) PublisherInfo info = new PublisherInfo(); Discouraged access: The constructor PublisherInfo() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
88. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java (at line 151) PublisherInfo info = new PublisherInfo(); Discouraged access: The type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
89. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java (at line 153) info.setMetadataRepository(metadataRepository); Discouraged access: The method setMetadataRepository(IMetadataRepository) from the type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
90. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java (at line 155) FeaturesAction featuresAction = new FeaturesAction(new File[] {TestData.getFile("updatesite", "CategoryXMLActionTest")}); Discouraged access: The type FeaturesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
91. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java (at line 155) FeaturesAction featuresAction = new FeaturesAction(new File[] {TestData.getFile("updatesite", "CategoryXMLActionTest")}); Discouraged access: The constructor FeaturesAction(File[]) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
92. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java (at line 155) FeaturesAction featuresAction = new FeaturesAction(new File[] {TestData.getFile("updatesite", "CategoryXMLActionTest")}); Discouraged access: The type FeaturesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
93. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java (at line 156) BundlesAction bundlesAction = new BundlesAction(new File[] {TestData.getFile("updatesite", "CategoryXMLActionTest")}); Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
94. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java (at line 156) BundlesAction bundlesAction = new BundlesAction(new File[] {TestData.getFile("updatesite", "CategoryXMLActionTest")}); Discouraged access: The constructor BundlesAction(File[]) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
95. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java (at line 156) BundlesAction bundlesAction = new BundlesAction(new File[] {TestData.getFile("updatesite", "CategoryXMLActionTest")}); Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
96. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java (at line 157) MergeResultsAction publishAction = new MergeResultsAction(new IPublisherAction[] {featuresAction, bundlesAction}, IPublisherResult.MERGE_ALL_NON_ROOT); Discouraged access: The type MergeResultsAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
97. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java (at line 157) MergeResultsAction publishAction = new MergeResultsAction(new IPublisherAction[] {featuresAction, bundlesAction}, IPublisherResult.MERGE_ALL_NON_ROOT); Discouraged access: The constructor MergeResultsAction(IPublisherAction[], int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
98. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java (at line 157) MergeResultsAction publishAction = new MergeResultsAction(new IPublisherAction[] {featuresAction, bundlesAction}, IPublisherResult.MERGE_ALL_NON_ROOT); Discouraged access: The type MergeResultsAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
99. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java (at line 157) MergeResultsAction publishAction = new MergeResultsAction(new IPublisherAction[] {featuresAction, bundlesAction}, IPublisherResult.MERGE_ALL_NON_ROOT); Discouraged access: The type IPublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
100. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java (at line 157) MergeResultsAction publishAction = new MergeResultsAction(new IPublisherAction[] {featuresAction, bundlesAction}, IPublisherResult.MERGE_ALL_NON_ROOT); Discouraged access: The field MERGE_ALL_NON_ROOT from the type IPublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileMetadataRepositoryTest.java (at line 37) ProfileMetadataRepositoryFactory factory = new ProfileMetadataRepositoryFactory(); Discouraged access: The type ProfileMetadataRepositoryFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileMetadataRepositoryTest.java (at line 37) ProfileMetadataRepositoryFactory factory = new ProfileMetadataRepositoryFactory(); Discouraged access: The constructor ProfileMetadataRepositoryFactory() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileMetadataRepositoryTest.java (at line 37) ProfileMetadataRepositoryFactory factory = new ProfileMetadataRepositoryFactory(); Discouraged access: The type ProfileMetadataRepositoryFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileMetadataRepositoryTest.java (at line 40) assertNull("1.0", factory.create(getTempFolder().toURI(), "", "", null)); Discouraged access: The method create(URI, String, String, Map<String,String>) from the type ProfileMetadataRepositoryFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileMetadataRepositoryTest.java (at line 54) SimpleProfileRegistry registry = new SimpleProfileRegistry(getAgent(), tempFolder, null, false); Discouraged access: The type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileMetadataRepositoryTest.java (at line 54) SimpleProfileRegistry registry = new SimpleProfileRegistry(getAgent(), tempFolder, null, false); Discouraged access: The constructor SimpleProfileRegistry(IProvisioningAgent, File, ISurrogateProfileHandler, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileMetadataRepositoryTest.java (at line 54) SimpleProfileRegistry registry = new SimpleProfileRegistry(getAgent(), tempFolder, null, false); Discouraged access: The type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileMetadataRepositoryTest.java (at line 55) IProfile profile = registry.getProfile("SDKPatchingTest"); Discouraged access: The method getProfile(String) from the type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileMetadataRepositoryTest.java (at line 64) ProfileMetadataRepositoryFactory factory = new ProfileMetadataRepositoryFactory(); Discouraged access: The type ProfileMetadataRepositoryFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileMetadataRepositoryTest.java (at line 64) ProfileMetadataRepositoryFactory factory = new ProfileMetadataRepositoryFactory(); Discouraged access: The constructor ProfileMetadataRepositoryFactory() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileMetadataRepositoryTest.java (at line 64) ProfileMetadataRepositoryFactory factory = new ProfileMetadataRepositoryFactory(); Discouraged access: The type ProfileMetadataRepositoryFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileMetadataRepositoryTest.java (at line 66) ProfileMetadataRepository repo = null; Discouraged access: The type ProfileMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileMetadataRepositoryTest.java (at line 68) repo = (ProfileMetadataRepository) factory.load(simpleProfileFolder.toURI(), 0, getMonitor()); Discouraged access: The type ProfileMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileMetadataRepositoryTest.java (at line 68) repo = (ProfileMetadataRepository) factory.load(simpleProfileFolder.toURI(), 0, getMonitor()); Discouraged access: The method load(URI, int, IProgressMonitor) from the type ProfileMetadataRepositoryFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileMetadataRepositoryTest.java (at line 73) IQueryResult repoCollector = repo.query(QueryUtil.createIUAnyQuery(), getMonitor()); Discouraged access: The method query(IQuery<IInstallableUnit>, IProgressMonitor) from the type ProfileMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileMetadataRepositoryTest.java (at line 83) SimpleProfileRegistry registry = new SimpleProfileRegistry(getAgent(), tempFolder, null, false); Discouraged access: The type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileMetadataRepositoryTest.java (at line 83) SimpleProfileRegistry registry = new SimpleProfileRegistry(getAgent(), tempFolder, null, false); Discouraged access: The constructor SimpleProfileRegistry(IProvisioningAgent, File, ISurrogateProfileHandler, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileMetadataRepositoryTest.java (at line 83) SimpleProfileRegistry registry = new SimpleProfileRegistry(getAgent(), tempFolder, null, false); Discouraged access: The type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileMetadataRepositoryTest.java (at line 84) IProfile profile = registry.getProfile("SDKPatchingTest"); Discouraged access: The method getProfile(String) from the type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileMetadataRepositoryTest.java (at line 96) ProfileMetadataRepositoryFactory factory = new ProfileMetadataRepositoryFactory(); Discouraged access: The type ProfileMetadataRepositoryFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileMetadataRepositoryTest.java (at line 96) ProfileMetadataRepositoryFactory factory = new ProfileMetadataRepositoryFactory(); Discouraged access: The constructor ProfileMetadataRepositoryFactory() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileMetadataRepositoryTest.java (at line 96) ProfileMetadataRepositoryFactory factory = new ProfileMetadataRepositoryFactory(); Discouraged access: The type ProfileMetadataRepositoryFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileMetadataRepositoryTest.java (at line 98) ProfileMetadataRepository repo = null; Discouraged access: The type ProfileMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileMetadataRepositoryTest.java (at line 100) repo = (ProfileMetadataRepository) factory.load(timeStampedProfile.toURI(), 0, getMonitor()); Discouraged access: The type ProfileMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileMetadataRepositoryTest.java (at line 100) repo = (ProfileMetadataRepository) factory.load(timeStampedProfile.toURI(), 0, getMonitor()); Discouraged access: The method load(URI, int, IProgressMonitor) from the type ProfileMetadataRepositoryFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileMetadataRepositoryTest.java (at line 105) IQueryResult repoCollector = repo.query(QueryUtil.createIUAnyQuery(), getMonitor()); Discouraged access: The method query(IQuery<IInstallableUnit>, IProgressMonitor) from the type ProfileMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileMetadataRepositoryTest.java (at line 123) SimpleProfileRegistry registry = new SimpleProfileRegistry(getAgent(), profileRegistryFolder, null, false); Discouraged access: The type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileMetadataRepositoryTest.java (at line 123) SimpleProfileRegistry registry = new SimpleProfileRegistry(getAgent(), profileRegistryFolder, null, false); Discouraged access: The constructor SimpleProfileRegistry(IProvisioningAgent, File, ISurrogateProfileHandler, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileMetadataRepositoryTest.java (at line 123) SimpleProfileRegistry registry = new SimpleProfileRegistry(getAgent(), profileRegistryFolder, null, false); Discouraged access: The type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileMetadataRepositoryTest.java (at line 124) IProfile profile = registry.getProfile("SDKPatchingTest"); Discouraged access: The method getProfile(String) from the type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileMetadataRepositoryTest.java (at line 140) ProfileMetadataRepositoryFactory factory = new ProfileMetadataRepositoryFactory(); Discouraged access: The type ProfileMetadataRepositoryFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileMetadataRepositoryTest.java (at line 140) ProfileMetadataRepositoryFactory factory = new ProfileMetadataRepositoryFactory(); Discouraged access: The constructor ProfileMetadataRepositoryFactory() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileMetadataRepositoryTest.java (at line 140) ProfileMetadataRepositoryFactory factory = new ProfileMetadataRepositoryFactory(); Discouraged access: The type ProfileMetadataRepositoryFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileMetadataRepositoryTest.java (at line 142) ProfileMetadataRepository repo = null; Discouraged access: The type ProfileMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileMetadataRepositoryTest.java (at line 144) repo = (ProfileMetadataRepository) factory.load(timeStampedProfile.toURI(), 0, getMonitor()); Discouraged access: The type ProfileMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileMetadataRepositoryTest.java (at line 144) repo = (ProfileMetadataRepository) factory.load(timeStampedProfile.toURI(), 0, getMonitor()); Discouraged access: The method load(URI, int, IProgressMonitor) from the type ProfileMetadataRepositoryFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
37. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileMetadataRepositoryTest.java (at line 149) IQueryResult repoCollector = repo.query(QueryUtil.createIUAnyQuery(), getMonitor()); Discouraged access: The method query(IQuery<IInstallableUnit>, IProgressMonitor) from the type ProfileMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CompositeArtifactRepositoryTest.java (at line 28) import org.eclipse.equinox.internal.p2.core.helpers.OrderedProperties; Discouraged access: The type OrderedProperties is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CompositeArtifactRepositoryTest.java (at line 29) import org.eclipse.equinox.internal.p2.metadata.ArtifactKey; Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CompositeArtifactRepositoryTest.java (at line 30) import org.eclipse.equinox.internal.p2.persistence.CompositeRepositoryState; Discouraged access: The type CompositeRepositoryState is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CompositeArtifactRepositoryTest.java (at line 31) import org.eclipse.equinox.internal.p2.repository.Transport; Discouraged access: The type Transport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CompositeArtifactRepositoryTest.java (at line 33) import org.eclipse.equinox.p2.internal.repository.comparator.MD5ArtifactComparator; Discouraged access: The type MD5ArtifactComparator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CompositeArtifactRepositoryTest.java (at line 34) import org.eclipse.equinox.p2.internal.repository.tools.ArtifactRepositoryValidator; Discouraged access: The type ArtifactRepositoryValidator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CompositeArtifactRepositoryTest.java (at line 42) import org.eclipse.equinox.spi.p2.publisher.PublisherHelper; Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CompositeArtifactRepositoryTest.java (at line 110) CompositeArtifactRepository compRepo = createRepo(false); Discouraged access: The type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CompositeArtifactRepositoryTest.java (at line 113) IArtifactKey key = PublisherHelper.createBinaryArtifactKey("testKeyId", Version.create("1.2.3")); Discouraged access: The method createBinaryArtifactKey(String, Version) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CompositeArtifactRepositoryTest.java (at line 113) IArtifactKey key = PublisherHelper.createBinaryArtifactKey("testKeyId", Version.create("1.2.3")); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CompositeArtifactRepositoryTest.java (at line 114) IArtifactDescriptor descriptor = PublisherHelper.createArtifactDescriptor(key, null); Discouraged access: The method createArtifactDescriptor(IArtifactKey, File) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CompositeArtifactRepositoryTest.java (at line 114) IArtifactDescriptor descriptor = PublisherHelper.createArtifactDescriptor(key, null); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CompositeArtifactRepositoryTest.java (at line 126) CompositeArtifactRepository compRepo = createRepo(false); Discouraged access: The type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CompositeArtifactRepositoryTest.java (at line 129) IArtifactKey key = PublisherHelper.createBinaryArtifactKey("testKeyId", Version.create("1.2.3")); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CompositeArtifactRepositoryTest.java (at line 129) IArtifactKey key = PublisherHelper.createBinaryArtifactKey("testKeyId", Version.create("1.2.3")); Discouraged access: The method createBinaryArtifactKey(String, Version) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CompositeArtifactRepositoryTest.java (at line 130) IArtifactDescriptor descriptor = PublisherHelper.createArtifactDescriptor(key, null); Discouraged access: The method createArtifactDescriptor(IArtifactKey, File) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CompositeArtifactRepositoryTest.java (at line 130) IArtifactDescriptor descriptor = PublisherHelper.createArtifactDescriptor(key, null); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CompositeArtifactRepositoryTest.java (at line 146) CompositeArtifactRepository compRepo = createRepo(false); Discouraged access: The type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CompositeArtifactRepositoryTest.java (at line 149) IArtifactKey key = PublisherHelper.createBinaryArtifactKey("testKeyId", Version.create("1.2.3")); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CompositeArtifactRepositoryTest.java (at line 149) IArtifactKey key = PublisherHelper.createBinaryArtifactKey("testKeyId", Version.create("1.2.3")); Discouraged access: The method createBinaryArtifactKey(String, Version) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CompositeArtifactRepositoryTest.java (at line 150) IArtifactDescriptor descriptor = PublisherHelper.createArtifactDescriptor(key, null); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CompositeArtifactRepositoryTest.java (at line 150) IArtifactDescriptor descriptor = PublisherHelper.createArtifactDescriptor(key, null); Discouraged access: The method createArtifactDescriptor(IArtifactKey, File) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CompositeArtifactRepositoryTest.java (at line 162) CompositeArtifactRepository compRepo = createRepo(false); Discouraged access: The type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CompositeArtifactRepositoryTest.java (at line 165) IArtifactKey key = PublisherHelper.createBinaryArtifactKey("testKeyId", Version.create("1.2.3")); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CompositeArtifactRepositoryTest.java (at line 165) IArtifactKey key = PublisherHelper.createBinaryArtifactKey("testKeyId", Version.create("1.2.3")); Discouraged access: The method createBinaryArtifactKey(String, Version) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CompositeArtifactRepositoryTest.java (at line 177) CompositeArtifactRepository compRepo = createRepo(false); Discouraged access: The type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CompositeArtifactRepositoryTest.java (at line 241) CompositeArtifactRepository compRepo = createRepo(false); Discouraged access: The type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CompositeArtifactRepositoryTest.java (at line 243) assertEquals("Initial Children size", 0, compRepo.getChildren().size()); Discouraged access: The method getChildren() from the type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CompositeArtifactRepositoryTest.java (at line 246) compRepo.addChild(child.toURI()); Discouraged access: The method addChild(URI) from the type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CompositeArtifactRepositoryTest.java (at line 247) assertEquals("Children size with 1 child", 1, compRepo.getChildren().size()); Discouraged access: The method getChildren() from the type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CompositeArtifactRepositoryTest.java (at line 262) CompositeArtifactRepository compRepo = createRepo(false); Discouraged access: The type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CompositeArtifactRepositoryTest.java (at line 264) assertEquals("Initial Children size", 0, compRepo.getChildren().size()); Discouraged access: The method getChildren() from the type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CompositeArtifactRepositoryTest.java (at line 268) compRepo.addChild(child.toURI()); Discouraged access: The method addChild(URI) from the type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CompositeArtifactRepositoryTest.java (at line 269) assertEquals("Children size with 1 child", 1, compRepo.getChildren().size()); Discouraged access: The method getChildren() from the type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CompositeArtifactRepositoryTest.java (at line 271) compRepo.removeChild(child.toURI()); Discouraged access: The method removeChild(URI) from the type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CompositeArtifactRepositoryTest.java (at line 272) assertEquals("Children size after remove", 0, compRepo.getChildren().size()); Discouraged access: The method getChildren() from the type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
37. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CompositeArtifactRepositoryTest.java (at line 277) CompositeArtifactRepository compRepo = createRepo(false); Discouraged access: The type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
38. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CompositeArtifactRepositoryTest.java (at line 279) assertEquals("Initial Children size", 0, compRepo.getChildren().size()); Discouraged access: The method getChildren() from the type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
39. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CompositeArtifactRepositoryTest.java (at line 282) compRepo.addChild(child.toURI()); Discouraged access: The method addChild(URI) from the type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
40. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CompositeArtifactRepositoryTest.java (at line 283) assertEquals("Children size with 1 child", 1, compRepo.getChildren().size()); Discouraged access: The method getChildren() from the type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
41. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CompositeArtifactRepositoryTest.java (at line 286) compRepo.addChild(child.toURI()); Discouraged access: The method addChild(URI) from the type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
42. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CompositeArtifactRepositoryTest.java (at line 288) assertEquals("Children size after repeat entry", 1, compRepo.getChildren().size()); Discouraged access: The method getChildren() from the type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
43. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CompositeArtifactRepositoryTest.java (at line 293) CompositeArtifactRepository compRepo = createRepo(false); Discouraged access: The type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
44. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CompositeArtifactRepositoryTest.java (at line 295) assertEquals("Initial Children size", 0, compRepo.getChildren().size()); Discouraged access: The method getChildren() from the type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
45. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CompositeArtifactRepositoryTest.java (at line 298) compRepo.addChild(child1.toURI()); Discouraged access: The method addChild(URI) from the type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
46. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CompositeArtifactRepositoryTest.java (at line 299) assertEquals("Children size with 1 child", 1, compRepo.getChildren().size()); Discouraged access: The method getChildren() from the type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
47. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CompositeArtifactRepositoryTest.java (at line 302) compRepo.addChild(child2.toURI()); Discouraged access: The method addChild(URI) from the type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
48. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CompositeArtifactRepositoryTest.java (at line 303) assertEquals("Children size with 2 children", 2, compRepo.getChildren().size()); Discouraged access: The method getChildren() from the type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
49. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CompositeArtifactRepositoryTest.java (at line 324) CompositeArtifactRepository compRepo = createRepo(false); Discouraged access: The type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
50. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CompositeArtifactRepositoryTest.java (at line 326) assertEquals("Initial Children size", 0, compRepo.getChildren().size()); Discouraged access: The method getChildren() from the type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
51. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CompositeArtifactRepositoryTest.java (at line 330) compRepo.addChild(child.toURI()); Discouraged access: The method addChild(URI) from the type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
52. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CompositeArtifactRepositoryTest.java (at line 331) assertEquals("Children size with 1 child", 1, compRepo.getChildren().size()); Discouraged access: The method getChildren() from the type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
53. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CompositeArtifactRepositoryTest.java (at line 334) compRepo.removeChild(invalidChild.toURI()); Discouraged access: The method removeChild(URI) from the type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
54. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CompositeArtifactRepositoryTest.java (at line 336) assertEquals("Children size after remove", 1, compRepo.getChildren().size()); Discouraged access: The method getChildren() from the type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
55. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CompositeArtifactRepositoryTest.java (at line 341) CompositeArtifactRepository compRepo = createRepo(false); Discouraged access: The type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
56. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CompositeArtifactRepositoryTest.java (at line 343) assertEquals("Initial Children size", 0, compRepo.getChildren().size()); Discouraged access: The method getChildren() from the type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
57. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CompositeArtifactRepositoryTest.java (at line 346) compRepo.addChild(child1.toURI()); Discouraged access: The method addChild(URI) from the type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
58. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CompositeArtifactRepositoryTest.java (at line 347) assertEquals("Children size with 1 child", 1, compRepo.getChildren().size()); Discouraged access: The method getChildren() from the type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
59. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CompositeArtifactRepositoryTest.java (at line 350) compRepo.addChild(child2.toURI()); Discouraged access: The method addChild(URI) from the type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
60. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CompositeArtifactRepositoryTest.java (at line 351) assertEquals("Children size with 2 children", 2, compRepo.getChildren().size()); Discouraged access: The method getChildren() from the type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
61. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CompositeArtifactRepositoryTest.java (at line 353) compRepo.removeAllChildren(); Discouraged access: The method removeAllChildren() from the type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
62. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CompositeArtifactRepositoryTest.java (at line 354) assertEquals("Children size after removeAllChildren", 0, compRepo.getChildren().size()); Discouraged access: The method getChildren() from the type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
63. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CompositeArtifactRepositoryTest.java (at line 359) CompositeArtifactRepository compRepo = createRepo(false); Discouraged access: The type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
64. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CompositeArtifactRepositoryTest.java (at line 362) compRepo.addChild(child.toURI()); Discouraged access: The method addChild(URI) from the type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
65. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CompositeArtifactRepositoryTest.java (at line 377) assertTrue("Asserting key is in composite repo", compRepo.contains((IArtifactKey) keys.iterator().next())); Discouraged access: The method contains(IArtifactKey) from the type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
66. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CompositeArtifactRepositoryTest.java (at line 380) IArtifactKey key = PublisherHelper.createBinaryArtifactKey("testKeyId", Version.create("1.2.3")); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
67. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CompositeArtifactRepositoryTest.java (at line 380) IArtifactKey key = PublisherHelper.createBinaryArtifactKey("testKeyId", Version.create("1.2.3")); Discouraged access: The method createBinaryArtifactKey(String, Version) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
68. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CompositeArtifactRepositoryTest.java (at line 382) assertFalse("Asserting key is not in composite repo", compRepo.contains(key)); Discouraged access: The method contains(IArtifactKey) from the type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
69. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CompositeArtifactRepositoryTest.java (at line 387) CompositeArtifactRepository compRepo = createRepo(false); Discouraged access: The type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
70. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CompositeArtifactRepositoryTest.java (at line 390) compRepo.addChild(child.toURI()); Discouraged access: The method addChild(URI) from the type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
71. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CompositeArtifactRepositoryTest.java (at line 407) assertTrue("Asserting key is in composite repo", compRepo.contains(descriptors[0])); Discouraged access: The method contains(IArtifactDescriptor) from the type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
72. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CompositeArtifactRepositoryTest.java (at line 410) IArtifactKey key = PublisherHelper.createBinaryArtifactKey("testKeyId", Version.create("1.2.3")); Discouraged access: The method createBinaryArtifactKey(String, Version) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
73. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CompositeArtifactRepositoryTest.java (at line 410) IArtifactKey key = PublisherHelper.createBinaryArtifactKey("testKeyId", Version.create("1.2.3")); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
74. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CompositeArtifactRepositoryTest.java (at line 411) IArtifactDescriptor descriptor = PublisherHelper.createArtifactDescriptor(key, null); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
75. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CompositeArtifactRepositoryTest.java (at line 411) IArtifactDescriptor descriptor = PublisherHelper.createArtifactDescriptor(key, null); Discouraged access: The method createArtifactDescriptor(IArtifactKey, File) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
76. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CompositeArtifactRepositoryTest.java (at line 413) assertFalse("Asserting key is not in composite repo", compRepo.contains(descriptor)); Discouraged access: The method contains(IArtifactDescriptor) from the type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
77. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CompositeArtifactRepositoryTest.java (at line 418) CompositeArtifactRepository compRepo = createRepo(false); Discouraged access: The type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
78. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CompositeArtifactRepositoryTest.java (at line 421) compRepo.addChild(child.toURI()); Discouraged access: The method addChild(URI) from the type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
79. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CompositeArtifactRepositoryTest.java (at line 432) IQueryResult keys = compRepo.query(ArtifactKeyQuery.ALL_KEYS, null); Discouraged access: The method query(IQuery<IArtifactKey>, IProgressMonitor) from the type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
80. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CompositeArtifactRepositoryTest.java (at line 435) IArtifactDescriptor[] descriptors = compRepo.getArtifactDescriptors(key); Discouraged access: The method getArtifactDescriptors(IArtifactKey) from the type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
81. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CompositeArtifactRepositoryTest.java (at line 439) Map properties = new OrderedProperties(); Discouraged access: The constructor OrderedProperties() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
82. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CompositeArtifactRepositoryTest.java (at line 439) Map properties = new OrderedProperties(); Discouraged access: The type OrderedProperties is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
83. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CompositeArtifactRepositoryTest.java (at line 450) compRepo.getArtifact(descriptors[0], repositoryStream, new NullProgressMonitor()); Discouraged access: The method getArtifact(IArtifactDescriptor, OutputStream, IProgressMonitor) from the type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
84. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CompositeArtifactRepositoryTest.java (at line 495) CompositeArtifactRepository compRepo = createRepo(false); Discouraged access: The type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
85. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CompositeArtifactRepositoryTest.java (at line 498) compRepo.addChild(child1.toURI()); Discouraged access: The method addChild(URI) from the type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
86. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CompositeArtifactRepositoryTest.java (at line 500) compRepo.addChild(child2.toURI()); Discouraged access: The method addChild(URI) from the type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
87. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CompositeArtifactRepositoryTest.java (at line 521) assertTrue("Expected key not in composite repository", compRepo.contains(descriptors1[0])); Discouraged access: The method contains(IArtifactDescriptor) from the type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
88. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CompositeArtifactRepositoryTest.java (at line 523) Map properties1 = new OrderedProperties(); Discouraged access: The constructor OrderedProperties() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
89. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CompositeArtifactRepositoryTest.java (at line 523) Map properties1 = new OrderedProperties(); Discouraged access: The type OrderedProperties is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
90. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CompositeArtifactRepositoryTest.java (at line 528) IArtifactRequest request1 = ((ArtifactRepositoryManager) getArtifactRepositoryManager()).createMirrorRequest(key1, destinationRepo, null, null); Discouraged access: The method createMirrorRequest(IArtifactKey, IArtifactRepository, Map<String,String>, Map<String,String>) from the type ArtifactRepositoryManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
91. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CompositeArtifactRepositoryTest.java (at line 528) IArtifactRequest request1 = ((ArtifactRepositoryManager) getArtifactRepositoryManager()).createMirrorRequest(key1, destinationRepo, null, null); Discouraged access: The type ArtifactRepositoryManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
92. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CompositeArtifactRepositoryTest.java (at line 536) assertTrue("Expected key not in composite repository", compRepo.contains(descriptors2[0])); Discouraged access: The method contains(IArtifactDescriptor) from the type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
93. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CompositeArtifactRepositoryTest.java (at line 538) Map properties2 = new OrderedProperties(); Discouraged access: The constructor OrderedProperties() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
94. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CompositeArtifactRepositoryTest.java (at line 538) Map properties2 = new OrderedProperties(); Discouraged access: The type OrderedProperties is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
95. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CompositeArtifactRepositoryTest.java (at line 543) IArtifactRequest request2 = ((ArtifactRepositoryManager) getArtifactRepositoryManager()).createMirrorRequest(key2, destinationRepo, null, null); Discouraged access: The method createMirrorRequest(IArtifactKey, IArtifactRepository, Map<String,String>, Map<String,String>) from the type ArtifactRepositoryManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
96. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CompositeArtifactRepositoryTest.java (at line 543) IArtifactRequest request2 = ((ArtifactRepositoryManager) getArtifactRepositoryManager()).createMirrorRequest(key2, destinationRepo, null, null); Discouraged access: The type ArtifactRepositoryManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
97. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CompositeArtifactRepositoryTest.java (at line 552) compRepo.getArtifacts(requests, new NullProgressMonitor()); Discouraged access: The method getArtifacts(IArtifactRequest[], IProgressMonitor) from the type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
98. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CompositeArtifactRepositoryTest.java (at line 587) IArtifactRequest[] requests = new IArtifactRequest[] {new ArtifactRequest(new ArtifactKey("osgi.bundle", "plugin", Version.parseVersion("1.0.0")), null) { Discouraged access: The type ArtifactRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
99. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CompositeArtifactRepositoryTest.java (at line 587) IArtifactRequest[] requests = new IArtifactRequest[] {new ArtifactRequest(new ArtifactKey("osgi.bundle", "plugin", Version.parseVersion("1.0.0")), null) { Discouraged access: The constructor ArtifactKey(String, String, Version) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
100. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CompositeArtifactRepositoryTest.java (at line 587) IArtifactRequest[] requests = new IArtifactRequest[] {new ArtifactRequest(new ArtifactKey("osgi.bundle", "plugin", Version.parseVersion("1.0.0")), null) { Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseSetTest.java (at line 20) 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/4M/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/engine/PhaseSetTest.java (at line 22) import org.eclipse.equinox.internal.p2.repository.DownloadProgressEvent; Discouraged access: The type DownloadProgressEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseSetTest.java (at line 23) import org.eclipse.equinox.internal.p2.touchpoint.natives.Util; Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseSetTest.java (at line 24) import org.eclipse.equinox.internal.provisional.p2.core.eventbus.ProvisioningListener; Discouraged access: The type ProvisioningListener is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseSetTest.java (at line 51) new PhaseSet(null) { Discouraged access: The type PhaseSet is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseSetTest.java (at line 68) PhaseSet phaseSet = new PhaseSet(new Phase[] {}) { Discouraged access: The type PhaseSet is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseSetTest.java (at line 68) PhaseSet phaseSet = new PhaseSet(new Phase[] {}) { Discouraged access: The type PhaseSet is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseSetTest.java (at line 68) PhaseSet phaseSet = new PhaseSet(new Phase[] {}) { Discouraged access: The type Phase is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseSetTest.java (at line 71) InstallableUnitOperand op = new InstallableUnitOperand(createResolvedIU(createIU("iu")), null); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseSetTest.java (at line 71) InstallableUnitOperand op = new InstallableUnitOperand(createResolvedIU(createIU("iu")), null); Discouraged access: The constructor InstallableUnitOperand(IInstallableUnit, IInstallableUnit) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseSetTest.java (at line 71) InstallableUnitOperand op = new InstallableUnitOperand(createResolvedIU(createIU("iu")), null); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseSetTest.java (at line 72) InstallableUnitOperand[] operands = new InstallableUnitOperand[] {op}; Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseSetTest.java (at line 72) InstallableUnitOperand[] operands = new InstallableUnitOperand[] {op}; Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseSetTest.java (at line 75) IStatus result = phaseSet.perform(new EngineSession(null, profile, context), operands, new NullProgressMonitor()); Discouraged access: The method perform(EngineSession, Operand[], IProgressMonitor) from the type PhaseSet is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseSetTest.java (at line 75) IStatus result = phaseSet.perform(new EngineSession(null, profile, context), operands, new NullProgressMonitor()); Discouraged access: The constructor EngineSession(IProvisioningAgent, IProfile, ProvisioningContext) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseSetTest.java (at line 75) IStatus result = phaseSet.perform(new EngineSession(null, profile, context), operands, new NullProgressMonitor()); Discouraged access: The type EngineSession is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseSetTest.java (at line 81) PhaseSet set = (PhaseSet) PhaseSetFactory.createDefaultPhaseSet(); Discouraged access: The type PhaseSet is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseSetTest.java (at line 81) PhaseSet set = (PhaseSet) PhaseSetFactory.createDefaultPhaseSet(); Discouraged access: The type PhaseSet is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseSetTest.java (at line 82) assertFalse("Can pause not running phaseset.", set.pause()); Discouraged access: The method pause() from the type PhaseSet is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseSetTest.java (at line 87) PhaseSet set = (PhaseSet) PhaseSetFactory.createDefaultPhaseSet(); Discouraged access: The type PhaseSet is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseSetTest.java (at line 87) PhaseSet set = (PhaseSet) PhaseSetFactory.createDefaultPhaseSet(); Discouraged access: The type PhaseSet is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseSetTest.java (at line 88) assertFalse("Can resume not phaused phaseset.", set.resume()); Discouraged access: The method resume() from the type PhaseSet is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseSetTest.java (at line 111) final PhaseSet phaseSet = (PhaseSet) PhaseSetFactory.createDefaultPhaseSet(); Discouraged access: The type PhaseSet is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseSetTest.java (at line 111) final PhaseSet phaseSet = (PhaseSet) PhaseSetFactory.createDefaultPhaseSet(); Discouraged access: The type PhaseSet is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseSetTest.java (at line 114) if (!phaseSet.pause()) Discouraged access: The method pause() from the type PhaseSet is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseSetTest.java (at line 128) if (!phaseSet.resume()) Discouraged access: The method resume() from the type PhaseSet is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseSetTest.java (at line 143) private void basicTest(URI repoURI, PhaseSet phaseSet, final PauseJob pauseJob, IQuery<IInstallableUnit> query, int expectedCode, IProgressMonitor monitor) throws ProvisionException, InterruptedException { Discouraged access: The type PhaseSet is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseSetTest.java (at line 144) class ProvTestListener implements ProvisioningListener { Discouraged access: The type ProvisioningListener is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseSetTest.java (at line 150) if (o instanceof BeginOperationEvent) { Discouraged access: The type BeginOperationEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseSetTest.java (at line 153) if (o instanceof RepositoryEvent || o instanceof ProfileEvent) Discouraged access: The type ProfileEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseSetTest.java (at line 155) if (canStart && o instanceof DownloadProgressEvent) { Discouraged access: The type DownloadProgressEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseSetTest.java (at line 163) if (o instanceof CommitOperationEvent || o instanceof RollbackOperationEvent) { Discouraged access: The type CommitOperationEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseSetTest.java (at line 163) if (o instanceof CommitOperationEvent || o instanceof RollbackOperationEvent) { Discouraged access: The type RollbackOperationEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseSetTest.java (at line 168) if (pauseJob.isPaused() && !(o instanceof PhaseEvent)) { Discouraged access: The type PhaseEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseSetTest.java (at line 175) getEventBus().addListener(listener); Discouraged access: The method addListener(ProvisioningListener) from the type IProvisioningEventBus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseSetTest.java (at line 185) getEventBus().removeListener(listener); Discouraged access: The method removeListener(ProvisioningListener) from the type IProvisioningEventBus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
37. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseSetTest.java (at line 189) private void doProvisioning(URI repoLoc, final PhaseSet phaseSet, IQuery<IInstallableUnit> query, int expectedResult, IProgressMonitor monitor) throws ProvisionException { Discouraged access: The type PhaseSet is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
38. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseSetTest.java (at line 205) IArtifactRepository artifactRepo = org.eclipse.equinox.internal.p2.touchpoint.eclipse.Util.getBundlePoolRepository(getAgent(), profile); Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
39. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseSetTest.java (at line 205) IArtifactRepository artifactRepo = org.eclipse.equinox.internal.p2.touchpoint.eclipse.Util.getBundlePoolRepository(getAgent(), profile); Discouraged access: The method getBundlePoolRepository(IProvisioningAgent, IProfile) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
40. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseSetTest.java (at line 207) ProfileChangeRequest request = ProfileChangeRequest.createByProfileId(getAgent(), profile.getProfileId()); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
41. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseSetTest.java (at line 207) ProfileChangeRequest request = ProfileChangeRequest.createByProfileId(getAgent(), profile.getProfileId()); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
42. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseSetTest.java (at line 207) ProfileChangeRequest request = ProfileChangeRequest.createByProfileId(getAgent(), profile.getProfileId()); Discouraged access: The method createByProfileId(IProvisioningAgent, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
43. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseSetTest.java (at line 210) request.addAll(toBeInstalledIUs.toSet()); Discouraged access: The method addAll(Collection<IInstallableUnit>) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
44. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseSetTest.java (at line 218) Util.getDownloadCacheRepo(getAgent()).removeAll(new NullProgressMonitor()); Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
45. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseSetTest.java (at line 218) Util.getDownloadCacheRepo(getAgent()).removeAll(new NullProgressMonitor()); Discouraged access: The method getDownloadCacheRepo(IProvisioningAgent) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
46. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseSetTest.java (at line 226) final PhaseSet phaseSet = (PhaseSet) PhaseSetFactory.createDefaultPhaseSet(); Discouraged access: The type PhaseSet is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
47. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseSetTest.java (at line 226) final PhaseSet phaseSet = (PhaseSet) PhaseSetFactory.createDefaultPhaseSet(); Discouraged access: The type PhaseSet is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
48. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseSetTest.java (at line 242) if (!phaseSet.resume()) Discouraged access: The method resume() from the type PhaseSet is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
49. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseSetTest.java (at line 251) if (!phaseSet.pause()) Discouraged access: The method pause() from the type PhaseSet is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
50. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseSetTest.java (at line 273) final PhaseSet phaseSet = (PhaseSet) PhaseSetFactory.createDefaultPhaseSet(); Discouraged access: The type PhaseSet is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
51. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseSetTest.java (at line 273) final PhaseSet phaseSet = (PhaseSet) PhaseSetFactory.createDefaultPhaseSet(); Discouraged access: The type PhaseSet is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
52. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseSetTest.java (at line 274) class ProvListener implements ProvisioningListener { Discouraged access: The type ProvisioningListener is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
53. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseSetTest.java (at line 278) if (o instanceof DownloadProgressEvent) Discouraged access: The type DownloadProgressEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
54. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseSetTest.java (at line 284) getEventBus().addListener(listener); Discouraged access: The method addListener(ProvisioningListener) from the type IProvisioningEventBus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
55. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseSetTest.java (at line 296) if (!phaseSet.pause()) Discouraged access: The method pause() from the type PhaseSet is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
56. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseSetTest.java (at line 322) getEventBus().removeListener(listener); Discouraged access: The method removeListener(ProvisioningListener) from the type IProvisioningEventBus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/LinkActionTest.java (at line 15) import org.eclipse.equinox.internal.p2.engine.InstallableUnitOperand; Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/LinkActionTest.java (at line 16) import org.eclipse.equinox.internal.p2.touchpoint.eclipse.EclipseTouchpoint; Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/LinkActionTest.java (at line 17) import org.eclipse.equinox.internal.p2.touchpoint.eclipse.Util; Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/LinkActionTest.java (at line 18) import org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.ActionConstants; Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/LinkActionTest.java (at line 19) import org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.LinkAction; Discouraged access: The type LinkAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/LinkActionTest.java (at line 23) import org.eclipse.equinox.p2.publisher.eclipse.BundlesAction; Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/LinkActionTest.java (at line 27) import org.eclipse.equinox.spi.p2.publisher.PublisherHelper; Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/LinkActionTest.java (at line 51) parameters.put(ActionConstants.PARM_AGENT, getAgent()); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/LinkActionTest.java (at line 51) parameters.put(ActionConstants.PARM_AGENT, getAgent()); Discouraged access: The field PARM_AGENT from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/LinkActionTest.java (at line 52) parameters.put(ActionConstants.PARM_PROFILE, profile); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/LinkActionTest.java (at line 52) parameters.put(ActionConstants.PARM_PROFILE, profile); Discouraged access: The field PARM_PROFILE from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/LinkActionTest.java (at line 53) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/LinkActionTest.java (at line 53) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The constructor EclipseTouchpoint() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/LinkActionTest.java (at line 53) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/LinkActionTest.java (at line 54) touchpoint.initializePhase(null, profile, "test", parameters); Discouraged access: The method initializePhase(IProgressMonitor, IProfile, String, Map<String,Object>) from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/LinkActionTest.java (at line 56) parameters.put(ActionConstants.PARM_TARGET_DIR, installFolder.getAbsolutePath()); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/LinkActionTest.java (at line 56) parameters.put(ActionConstants.PARM_TARGET_DIR, installFolder.getAbsolutePath()); Discouraged access: The field PARM_TARGET_DIR from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/LinkActionTest.java (at line 57) parameters.put(ActionConstants.PARM_LINK_NAME, "b.zip"); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/LinkActionTest.java (at line 57) parameters.put(ActionConstants.PARM_LINK_NAME, "b.zip"); Discouraged access: The field PARM_LINK_NAME from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/LinkActionTest.java (at line 58) parameters.put(ActionConstants.PARM_LINK_TARGET, zipTarget.getAbsolutePath()); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/LinkActionTest.java (at line 58) parameters.put(ActionConstants.PARM_LINK_TARGET, zipTarget.getAbsolutePath()); Discouraged access: The field PARM_LINK_TARGET from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/LinkActionTest.java (at line 64) LinkAction action = new LinkAction(); Discouraged access: The type LinkAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/LinkActionTest.java (at line 64) LinkAction action = new LinkAction(); Discouraged access: The constructor LinkAction() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/LinkActionTest.java (at line 64) LinkAction action = new LinkAction(); Discouraged access: The type LinkAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/LinkActionTest.java (at line 65) action.execute(parameters); Discouraged access: The method execute(Map<String,Object>) from the type LinkAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/LinkActionTest.java (at line 67) action.undo(parameters); Discouraged access: The method undo(Map<String,Object>) from the type LinkAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/LinkActionTest.java (at line 77) IFileArtifactRepository bundlePool = Util.getBundlePoolRepository(getAgent(), profile); Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/LinkActionTest.java (at line 77) IFileArtifactRepository bundlePool = Util.getBundlePoolRepository(getAgent(), profile); Discouraged access: The method getBundlePoolRepository(IProvisioningAgent, IProfile) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/LinkActionTest.java (at line 84) BundleDescription bundleDescription = BundlesAction.createBundleDescription(dirBundleTarget); Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/LinkActionTest.java (at line 84) BundleDescription bundleDescription = BundlesAction.createBundleDescription(dirBundleTarget); Discouraged access: The method createBundleDescription(File) from the type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/LinkActionTest.java (at line 85) IArtifactKey key = BundlesAction.createBundleArtifactKey(bundleDescription.getSymbolicName(), bundleDescription.getVersion().toString()); Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/LinkActionTest.java (at line 85) IArtifactKey key = BundlesAction.createBundleArtifactKey(bundleDescription.getSymbolicName(), bundleDescription.getVersion().toString()); Discouraged access: The method createBundleArtifactKey(String, String) from the type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/LinkActionTest.java (at line 86) ArtifactDescriptor descriptor = (ArtifactDescriptor) PublisherHelper.createArtifactDescriptor(key, dirBundleTarget); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/LinkActionTest.java (at line 86) ArtifactDescriptor descriptor = (ArtifactDescriptor) PublisherHelper.createArtifactDescriptor(key, dirBundleTarget); Discouraged access: The method createArtifactDescriptor(IArtifactKey, File) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/LinkActionTest.java (at line 92) parameters.put(ActionConstants.PARM_AGENT, getAgent()); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/LinkActionTest.java (at line 92) parameters.put(ActionConstants.PARM_AGENT, getAgent()); Discouraged access: The field PARM_AGENT from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
37. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/LinkActionTest.java (at line 93) parameters.put(ActionConstants.PARM_PROFILE, profile); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
38. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/LinkActionTest.java (at line 93) parameters.put(ActionConstants.PARM_PROFILE, profile); Discouraged access: The field PARM_PROFILE from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
39. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/LinkActionTest.java (at line 94) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
40. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/LinkActionTest.java (at line 94) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The constructor EclipseTouchpoint() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
41. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/LinkActionTest.java (at line 94) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
42. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/LinkActionTest.java (at line 95) touchpoint.initializePhase(null, profile, "test", parameters); Discouraged access: The method initializePhase(IProgressMonitor, IProfile, String, Map<String,Object>) from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
43. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/LinkActionTest.java (at line 96) InstallableUnitOperand operand = new InstallableUnitOperand(null, iu); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
44. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/LinkActionTest.java (at line 96) InstallableUnitOperand operand = new InstallableUnitOperand(null, iu); Discouraged access: The constructor InstallableUnitOperand(IInstallableUnit, IInstallableUnit) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
45. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/LinkActionTest.java (at line 96) InstallableUnitOperand operand = new InstallableUnitOperand(null, iu); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
46. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/LinkActionTest.java (at line 97) parameters.put("iu", operand.second()); Discouraged access: The method second() from the type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
47. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/LinkActionTest.java (at line 99) touchpoint.initializeOperand(profile, parameters); Discouraged access: The method initializeOperand(IProfile, Map<String,Object>) from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
48. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/LinkActionTest.java (at line 101) parameters.put(ActionConstants.PARM_TARGET_DIR, "@artifact"); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
49. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/LinkActionTest.java (at line 101) parameters.put(ActionConstants.PARM_TARGET_DIR, "@artifact"); Discouraged access: The field PARM_TARGET_DIR from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
50. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/LinkActionTest.java (at line 102) parameters.put(ActionConstants.PARM_LINK_NAME, "plugin.xml.link"); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
51. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/LinkActionTest.java (at line 102) parameters.put(ActionConstants.PARM_LINK_NAME, "plugin.xml.link"); Discouraged access: The field PARM_LINK_NAME from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
52. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/LinkActionTest.java (at line 103) parameters.put(ActionConstants.PARM_LINK_TARGET, "plugin.xml"); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
53. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/LinkActionTest.java (at line 103) parameters.put(ActionConstants.PARM_LINK_TARGET, "plugin.xml"); Discouraged access: The field PARM_LINK_TARGET from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
54. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/LinkActionTest.java (at line 109) LinkAction action = new LinkAction(); Discouraged access: The type LinkAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
55. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/LinkActionTest.java (at line 109) LinkAction action = new LinkAction(); Discouraged access: The constructor LinkAction() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
56. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/LinkActionTest.java (at line 109) LinkAction action = new LinkAction(); Discouraged access: The type LinkAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
57. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/LinkActionTest.java (at line 110) action.execute(parameters); Discouraged access: The method execute(Map<String,Object>) from the type LinkAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
58. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/LinkActionTest.java (at line 112) action.undo(parameters); Discouraged access: The method undo(Map<String,Object>) from the type LinkAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
59. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/LinkActionTest.java (at line 122) IFileArtifactRepository bundlePool = Util.getBundlePoolRepository(getAgent(), profile); Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
60. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/LinkActionTest.java (at line 122) IFileArtifactRepository bundlePool = Util.getBundlePoolRepository(getAgent(), profile); Discouraged access: The method getBundlePoolRepository(IProvisioningAgent, IProfile) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
61. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/LinkActionTest.java (at line 129) BundleDescription bundleDescription = BundlesAction.createBundleDescription(dirBundleTarget); Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
62. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/LinkActionTest.java (at line 129) BundleDescription bundleDescription = BundlesAction.createBundleDescription(dirBundleTarget); Discouraged access: The method createBundleDescription(File) from the type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
63. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/LinkActionTest.java (at line 130) IArtifactKey key = BundlesAction.createBundleArtifactKey(bundleDescription.getSymbolicName(), bundleDescription.getVersion().toString()); Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
64. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/LinkActionTest.java (at line 130) IArtifactKey key = BundlesAction.createBundleArtifactKey(bundleDescription.getSymbolicName(), bundleDescription.getVersion().toString()); Discouraged access: The method createBundleArtifactKey(String, String) from the type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
65. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/LinkActionTest.java (at line 131) ArtifactDescriptor descriptor = (ArtifactDescriptor) PublisherHelper.createArtifactDescriptor(key, dirBundleTarget); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
66. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/LinkActionTest.java (at line 131) ArtifactDescriptor descriptor = (ArtifactDescriptor) PublisherHelper.createArtifactDescriptor(key, dirBundleTarget); Discouraged access: The method createArtifactDescriptor(IArtifactKey, File) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
67. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/LinkActionTest.java (at line 137) parameters.put(ActionConstants.PARM_AGENT, getAgent()); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
68. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/LinkActionTest.java (at line 137) parameters.put(ActionConstants.PARM_AGENT, getAgent()); Discouraged access: The field PARM_AGENT from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
69. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/LinkActionTest.java (at line 138) parameters.put(ActionConstants.PARM_PROFILE, profile); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
70. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/LinkActionTest.java (at line 138) parameters.put(ActionConstants.PARM_PROFILE, profile); Discouraged access: The field PARM_PROFILE from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
71. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/LinkActionTest.java (at line 139) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
72. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/LinkActionTest.java (at line 139) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The constructor EclipseTouchpoint() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
73. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/LinkActionTest.java (at line 139) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
74. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/LinkActionTest.java (at line 140) touchpoint.initializePhase(null, profile, "test", parameters); Discouraged access: The method initializePhase(IProgressMonitor, IProfile, String, Map<String,Object>) from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
75. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/LinkActionTest.java (at line 141) InstallableUnitOperand operand = new InstallableUnitOperand(null, iu); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
76. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/LinkActionTest.java (at line 141) InstallableUnitOperand operand = new InstallableUnitOperand(null, iu); Discouraged access: The constructor InstallableUnitOperand(IInstallableUnit, IInstallableUnit) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
77. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/LinkActionTest.java (at line 141) InstallableUnitOperand operand = new InstallableUnitOperand(null, iu); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
78. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/LinkActionTest.java (at line 142) parameters.put("iu", operand.second()); Discouraged access: The method second() from the type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
79. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/LinkActionTest.java (at line 144) touchpoint.initializeOperand(profile, parameters); Discouraged access: The method initializeOperand(IProfile, Map<String,Object>) from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
80. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/LinkActionTest.java (at line 146) parameters.put(ActionConstants.PARM_TARGET_DIR, parameters.get("artifact.location")); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
81. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/LinkActionTest.java (at line 146) parameters.put(ActionConstants.PARM_TARGET_DIR, parameters.get("artifact.location")); Discouraged access: The field PARM_TARGET_DIR from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
82. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/LinkActionTest.java (at line 147) parameters.put(ActionConstants.PARM_LINK_NAME, "plugin.xml.link"); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
83. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/LinkActionTest.java (at line 147) parameters.put(ActionConstants.PARM_LINK_NAME, "plugin.xml.link"); Discouraged access: The field PARM_LINK_NAME from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
84. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/LinkActionTest.java (at line 148) parameters.put(ActionConstants.PARM_LINK_TARGET, "plugin.xml"); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
85. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/LinkActionTest.java (at line 148) parameters.put(ActionConstants.PARM_LINK_TARGET, "plugin.xml"); Discouraged access: The field PARM_LINK_TARGET from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
86. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/LinkActionTest.java (at line 154) LinkAction action = new LinkAction(); Discouraged access: The type LinkAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
87. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/LinkActionTest.java (at line 154) LinkAction action = new LinkAction(); Discouraged access: The constructor LinkAction() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
88. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/LinkActionTest.java (at line 154) LinkAction action = new LinkAction(); Discouraged access: The type LinkAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
89. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/LinkActionTest.java (at line 155) action.execute(parameters); Discouraged access: The method execute(Map<String,Object>) from the type LinkAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
90. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/LinkActionTest.java (at line 157) action.undo(parameters); Discouraged access: The method undo(Map<String,Object>) from the type LinkAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest9.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/4M/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/planner/PatchTest9.java (at line 17) import org.eclipse.equinox.internal.p2.director.Explanation; Discouraged access: The type Explanation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest9.java (at line 18) import org.eclipse.equinox.internal.p2.engine.ProvisioningPlan; Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest9.java (at line 59) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest9.java (at line 59) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest9.java (at line 59) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest9.java (at line 60) req1.addInstallableUnits(new IInstallableUnit[] {a1, p1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest9.java (at line 67) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest9.java (at line 67) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest9.java (at line 67) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest9.java (at line 68) req1.addInstallableUnits(new IInstallableUnit[] {a1, p1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest9.java (at line 69) ProvisioningPlan plan1 = (ProvisioningPlan) planner.getProvisioningPlan(req1, null, null); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest9.java (at line 69) ProvisioningPlan plan1 = (ProvisioningPlan) planner.getProvisioningPlan(req1, null, null); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest9.java (at line 70) assertEquals(IStatus.ERROR, plan1.getStatus().getSeverity()); Discouraged access: The method getStatus() from the type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest9.java (at line 71) final RequestStatus requestStatus = ((PlannerStatus) plan1.getStatus()).getRequestStatus(); Discouraged access: The type RequestStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest9.java (at line 71) final RequestStatus requestStatus = ((PlannerStatus) plan1.getStatus()).getRequestStatus(); Discouraged access: The method getRequestStatus() from the type PlannerStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest9.java (at line 71) final RequestStatus requestStatus = ((PlannerStatus) plan1.getStatus()).getRequestStatus(); Discouraged access: The type PlannerStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest9.java (at line 71) final RequestStatus requestStatus = ((PlannerStatus) plan1.getStatus()).getRequestStatus(); Discouraged access: The method getStatus() from the type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest9.java (at line 72) assertEquals(Explanation.MISSING_REQUIREMENT, requestStatus.getShortExplanation()); Discouraged access: The type Explanation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest9.java (at line 72) assertEquals(Explanation.MISSING_REQUIREMENT, requestStatus.getShortExplanation()); Discouraged access: The field MISSING_REQUIREMENT from the type Explanation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest9.java (at line 72) assertEquals(Explanation.MISSING_REQUIREMENT, requestStatus.getShortExplanation()); Discouraged access: The method getShortExplanation() from the type RequestStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest9.java (at line 73) Set conflictingRoots = requestStatus.getConflictsWithInstalledRoots(); Discouraged access: The method getConflictsWithInstalledRoots() from the type RequestStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest9.java (at line 80) ProfileChangeRequest req2 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest9.java (at line 80) ProfileChangeRequest req2 = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest9.java (at line 80) ProfileChangeRequest req2 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest9.java (at line 81) req2.addInstallableUnits(new IInstallableUnit[] {a1, pp1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationTest.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/4M/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/planner/ExplanationTest.java (at line 40) ProfileChangeRequest req = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationTest.java (at line 40) ProfileChangeRequest req = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationTest.java (at line 40) ProfileChangeRequest req = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationTest.java (at line 41) req.addInstallableUnits(new IInstallableUnit[] {root}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/SharedProfilePreferencesTestWithDataInUser.java (at line 17) import org.eclipse.equinox.internal.p2.core.helpers.ServiceHelper; Discouraged access: The type ServiceHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/SharedProfilePreferencesTestWithDataInUser.java (at line 18) import org.eclipse.equinox.internal.p2.repository.Activator; Discouraged access: The type Activator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/SharedProfilePreferencesTestWithDataInUser.java (at line 50) IPreferencesService prefService = (IPreferencesService) ServiceHelper.getService(Activator.getContext(), IPreferencesService.class.getName()); Discouraged access: The type ServiceHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/SharedProfilePreferencesTestWithDataInUser.java (at line 50) IPreferencesService prefService = (IPreferencesService) ServiceHelper.getService(Activator.getContext(), IPreferencesService.class.getName()); Discouraged access: The method getService(BundleContext, String) from the type ServiceHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/SharedProfilePreferencesTestWithDataInUser.java (at line 50) IPreferencesService prefService = (IPreferencesService) ServiceHelper.getService(Activator.getContext(), IPreferencesService.class.getName()); Discouraged access: The type Activator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/SharedProfilePreferencesTestWithDataInUser.java (at line 50) IPreferencesService prefService = (IPreferencesService) ServiceHelper.getService(Activator.getContext(), IPreferencesService.class.getName()); Discouraged access: The method getContext() from the type Activator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/SharedProfilePreferencesTestWithDataInUser.java (at line 56) assertEquals(currentAgent, ServiceHelper.getService(TestActivator.getContext(), IProvisioningAgent.class)); Discouraged access: The type ServiceHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/SharedProfilePreferencesTestWithDataInUser.java (at line 56) assertEquals(currentAgent, ServiceHelper.getService(TestActivator.getContext(), IProvisioningAgent.class)); Discouraged access: The method getService(BundleContext, Class<IProvisioningAgent>) from the type ServiceHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/omniVersion/VersionTesting.java (at line 16) import org.eclipse.equinox.internal.p2.metadata.VersionVector; Discouraged access: The type VersionVector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/omniVersion/VersionTesting.java (at line 83) assertTrue(pad instanceof VersionVector); Discouraged access: The type VersionVector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/omniVersion/VersionTesting.java (at line 91) assertEquals(((VersionVector) pad).getPad(), cmp); Discouraged access: The method getPad() from the type VersionVector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/omniVersion/VersionTesting.java (at line 91) assertEquals(((VersionVector) pad).getPad(), cmp); Discouraged access: The type VersionVector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/full/RepoValidator.java (at line 16) 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/4M/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/full/RepoValidator.java (at line 63) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/full/RepoValidator.java (at line 63) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/full/RepoValidator.java (at line 63) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/full/RepoValidator.java (at line 64) req.setProfileProperty("eclipse.p2.install.features", "true"); Discouraged access: The method setProfileProperty(String, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/full/RepoValidator.java (at line 65) req.addInstallableUnits(new IInstallableUnit[] {iu}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTestMultiplePatch3.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/4M/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/planner/PatchTestMultiplePatch3.java (at line 67) ProfileChangeRequest req = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTestMultiplePatch3.java (at line 67) ProfileChangeRequest req = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTestMultiplePatch3.java (at line 67) ProfileChangeRequest req = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTestMultiplePatch3.java (at line 68) req.addInstallableUnits(new IInstallableUnit[] {p2Feature}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTestMultiplePatch3.java (at line 69) req.addInstallableUnits(new IInstallableUnit[] {pp1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTestMultiplePatch3.java (at line 70) req.addInstallableUnits(new IInstallableUnit[] {pp2}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTestMultiplePatch3.java (at line 71) req.setInstallableUnitInclusionRules(pp2, ProfileInclusionRules.createOptionalInclusionRule(pp2)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/UninstallEverything.java (at line 11) 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/4M/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/planner/UninstallEverything.java (at line 14) import org.eclipse.equinox.internal.provisional.p2.director.IDirector; Discouraged access: The type IDirector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/UninstallEverything.java (at line 24) IDirector director; Discouraged access: The type IDirector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/UninstallEverything.java (at line 37) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/UninstallEverything.java (at line 37) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/planner/UninstallEverything.java (at line 37) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/planner/UninstallEverything.java (at line 38) req.addInstallableUnits(new IInstallableUnit[] {a}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/planner/UninstallEverything.java (at line 39) assertEquals(IStatus.OK, director.provision(req, null, null).getSeverity()); Discouraged access: The method provision(IProfileChangeRequest, ProvisioningContext, IProgressMonitor) from the type IDirector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/planner/UninstallEverything.java (at line 42) ProfileChangeRequest req2 = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/planner/UninstallEverything.java (at line 42) ProfileChangeRequest req2 = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/planner/UninstallEverything.java (at line 42) ProfileChangeRequest req2 = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/planner/UninstallEverything.java (at line 43) req2.removeInstallableUnits(new IInstallableUnit[] {a}); Discouraged access: The method removeInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/planner/UninstallEverything.java (at line 44) assertEquals(IStatus.OK, director.provision(req2, null, null).getSeverity()); Discouraged access: The method provision(IProfileChangeRequest, ProvisioningContext, IProgressMonitor) from the type IDirector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddSourceBundleActionTest.java (at line 18) import org.eclipse.equinox.internal.p2.engine.InstallableUnitOperand; Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddSourceBundleActionTest.java (at line 20) import org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.ActionConstants; Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddSourceBundleActionTest.java (at line 21) import org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.AddSourceBundleAction; Discouraged access: The type AddSourceBundleAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddSourceBundleActionTest.java (at line 25) import org.eclipse.equinox.p2.publisher.eclipse.BundlesAction; Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddSourceBundleActionTest.java (at line 29) import org.eclipse.equinox.spi.p2.publisher.PublisherHelper; Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddSourceBundleActionTest.java (at line 49) IFileArtifactRepository bundlePool = Util.getBundlePoolRepository(getAgent(), profile); Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddSourceBundleActionTest.java (at line 49) IFileArtifactRepository bundlePool = Util.getBundlePoolRepository(getAgent(), profile); Discouraged access: The method getBundlePoolRepository(IProvisioningAgent, IProfile) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddSourceBundleActionTest.java (at line 56) BundleDescription bundleDescription = BundlesAction.createBundleDescription(osgiTarget); Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddSourceBundleActionTest.java (at line 56) BundleDescription bundleDescription = BundlesAction.createBundleDescription(osgiTarget); Discouraged access: The method createBundleDescription(File) from the type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddSourceBundleActionTest.java (at line 57) IArtifactKey key = BundlesAction.createBundleArtifactKey(bundleDescription.getSymbolicName(), bundleDescription.getVersion().toString()); Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddSourceBundleActionTest.java (at line 57) IArtifactKey key = BundlesAction.createBundleArtifactKey(bundleDescription.getSymbolicName(), bundleDescription.getVersion().toString()); Discouraged access: The method createBundleArtifactKey(String, String) from the type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddSourceBundleActionTest.java (at line 58) IArtifactDescriptor descriptor = PublisherHelper.createArtifactDescriptor(key, osgiTarget); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddSourceBundleActionTest.java (at line 58) IArtifactDescriptor descriptor = PublisherHelper.createArtifactDescriptor(key, osgiTarget); Discouraged access: The method createArtifactDescriptor(IArtifactKey, File) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddSourceBundleActionTest.java (at line 63) parameters.put(ActionConstants.PARM_AGENT, getAgent()); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddSourceBundleActionTest.java (at line 63) parameters.put(ActionConstants.PARM_AGENT, getAgent()); Discouraged access: The field PARM_AGENT from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddSourceBundleActionTest.java (at line 64) parameters.put(ActionConstants.PARM_PROFILE, profile); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddSourceBundleActionTest.java (at line 64) parameters.put(ActionConstants.PARM_PROFILE, profile); Discouraged access: The field PARM_PROFILE from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddSourceBundleActionTest.java (at line 65) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddSourceBundleActionTest.java (at line 65) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The constructor EclipseTouchpoint() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddSourceBundleActionTest.java (at line 65) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddSourceBundleActionTest.java (at line 66) touchpoint.initializePhase(null, profile, "test", parameters); Discouraged access: The method initializePhase(IProgressMonitor, IProfile, String, Map<String,Object>) from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddSourceBundleActionTest.java (at line 67) InstallableUnitOperand operand = new InstallableUnitOperand(null, iu); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddSourceBundleActionTest.java (at line 67) InstallableUnitOperand operand = new InstallableUnitOperand(null, iu); Discouraged access: The constructor InstallableUnitOperand(IInstallableUnit, IInstallableUnit) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddSourceBundleActionTest.java (at line 67) InstallableUnitOperand operand = new InstallableUnitOperand(null, iu); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddSourceBundleActionTest.java (at line 68) parameters.put("iu", operand.second()); Discouraged access: The method second() from the type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddSourceBundleActionTest.java (at line 69) touchpoint.initializeOperand(profile, parameters); Discouraged access: The method initializeOperand(IProfile, Map<String,Object>) from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddSourceBundleActionTest.java (at line 71) parameters.put(ActionConstants.PARM_BUNDLE, key.toString()); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddSourceBundleActionTest.java (at line 71) parameters.put(ActionConstants.PARM_BUNDLE, key.toString()); Discouraged access: The field PARM_BUNDLE from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddSourceBundleActionTest.java (at line 74) SourceManipulator manipulator = (SourceManipulator) parameters.get(EclipseTouchpoint.PARM_SOURCE_BUNDLES); Discouraged access: The type SourceManipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddSourceBundleActionTest.java (at line 74) SourceManipulator manipulator = (SourceManipulator) parameters.get(EclipseTouchpoint.PARM_SOURCE_BUNDLES); Discouraged access: The type SourceManipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddSourceBundleActionTest.java (at line 74) SourceManipulator manipulator = (SourceManipulator) parameters.get(EclipseTouchpoint.PARM_SOURCE_BUNDLES); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddSourceBundleActionTest.java (at line 74) SourceManipulator manipulator = (SourceManipulator) parameters.get(EclipseTouchpoint.PARM_SOURCE_BUNDLES); Discouraged access: The field PARM_SOURCE_BUNDLES from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddSourceBundleActionTest.java (at line 78) AddSourceBundleAction action = new AddSourceBundleAction(); Discouraged access: The type AddSourceBundleAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddSourceBundleActionTest.java (at line 78) AddSourceBundleAction action = new AddSourceBundleAction(); Discouraged access: The constructor AddSourceBundleAction() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddSourceBundleActionTest.java (at line 78) AddSourceBundleAction action = new AddSourceBundleAction(); Discouraged access: The type AddSourceBundleAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddSourceBundleActionTest.java (at line 79) action.execute(parameters); Discouraged access: The method execute(Map<String,Object>) from the type AddSourceBundleAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
37. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddSourceBundleActionTest.java (at line 81) action.undo(parameters); Discouraged access: The method undo(Map<String,Object>) from the type AddSourceBundleAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
38. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddSourceBundleActionTest.java (at line 85) private boolean inBundles(SourceManipulator manipulator, File osgiTarget) throws IOException { Discouraged access: The type SourceManipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
39. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddSourceBundleActionTest.java (at line 87) BundleInfo[] bundles = manipulator.getBundles(); Discouraged access: The method getBundles() from the type SourceManipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SimpleOptionalTest.java (at line 11) 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/4M/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/planner/SimpleOptionalTest.java (at line 47) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SimpleOptionalTest.java (at line 47) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SimpleOptionalTest.java (at line 47) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SimpleOptionalTest.java (at line 48) req.addInstallableUnits(new IInstallableUnit[] {a1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/FromStrictToOptional.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/4M/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/planner/FromStrictToOptional.java (at line 52) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/FromStrictToOptional.java (at line 52) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/FromStrictToOptional.java (at line 52) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/FromStrictToOptional.java (at line 53) req.add(a1); Discouraged access: The method add(IInstallableUnit) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/planner/FromStrictToOptional.java (at line 54) req.setInstallableUnitInclusionRules(a1, ProfileInclusionRules.createStrictInclusionRule(a1)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/planner/FromStrictToOptional.java (at line 55) req.add(c1); Discouraged access: The method add(IInstallableUnit) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/planner/FromStrictToOptional.java (at line 56) req.setInstallableUnitInclusionRules(c1, ProfileInclusionRules.createOptionalInclusionRule(c1)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPersistenceTest.java (at line 17) import org.eclipse.equinox.internal.p2.core.helpers.OrderedProperties; Discouraged access: The type OrderedProperties is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPersistenceTest.java (at line 19) import org.eclipse.equinox.internal.p2.metadata.repository.io.MetadataParser; Discouraged access: The type MetadataParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPersistenceTest.java (at line 20) import org.eclipse.equinox.internal.p2.metadata.repository.io.MetadataWriter; Discouraged access: The type MetadataWriter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPersistenceTest.java (at line 30) class IUStringParser extends MetadataParser { Discouraged access: The type MetadataParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPersistenceTest.java (at line 32) private final class IUDocHandler extends DocHandler { Discouraged access: The type XMLParser.DocHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPersistenceTest.java (at line 34) public IUDocHandler(String rootName, RootHandler rootHandler) { Discouraged access: The type XMLParser.RootHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPersistenceTest.java (at line 35) super(rootName, rootHandler); Discouraged access: The constructor XMLParser.DocHandler(String, XMLParser.RootHandler) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPersistenceTest.java (at line 40) Version iuTestVersion = extractPIVersion(target, data); Discouraged access: The method extractPIVersion(String, String) from the type XMLParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPersistenceTest.java (at line 48) private final class TestHandler extends RootHandler { Discouraged access: The type XMLParser.RootHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPersistenceTest.java (at line 50) private InstallableUnit iu = null; Discouraged access: The type InstallableUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPersistenceTest.java (at line 52) private InstallableUnitHandler iuHandler = null; Discouraged access: The type MetadataParser.InstallableUnitHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPersistenceTest.java (at line 56) super(); Discouraged access: The constructor XMLParser.RootHandler() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPersistenceTest.java (at line 60) if (isValidXML()) { Discouraged access: The method isValidXML() from the type XMLParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPersistenceTest.java (at line 62) iu = (InstallableUnit) iuHandler.getInstallableUnit(); Discouraged access: The type InstallableUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPersistenceTest.java (at line 62) iu = (InstallableUnit) iuHandler.getInstallableUnit(); Discouraged access: The method getInstallableUnit() from the type MetadataParser.InstallableUnitHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPersistenceTest.java (at line 67) public InstallableUnit getIU() { Discouraged access: The type InstallableUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPersistenceTest.java (at line 72) parseAttributes(attributes, noAttributes, noAttributes); Discouraged access: The method parseAttributes(Attributes, String[], String[]) from the type XMLParser.AbstractHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPersistenceTest.java (at line 72) parseAttributes(attributes, noAttributes, noAttributes); Discouraged access: The field noAttributes from the type XMLConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPersistenceTest.java (at line 72) parseAttributes(attributes, noAttributes, noAttributes); Discouraged access: The field noAttributes from the type XMLConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPersistenceTest.java (at line 76) if (INSTALLABLE_UNIT_ELEMENT.equals(name)) { Discouraged access: The field INSTALLABLE_UNIT_ELEMENT from the type XMLConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPersistenceTest.java (at line 78) iuHandler = new InstallableUnitHandler(this, attributes, singleton); Discouraged access: The constructor MetadataParser.InstallableUnitHandler(XMLParser.AbstractHandler, Attributes, List<MetadataFactory.InstallableUnitDescription>) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPersistenceTest.java (at line 78) iuHandler = new InstallableUnitHandler(this, attributes, singleton); Discouraged access: The type MetadataParser.InstallableUnitHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPersistenceTest.java (at line 80) duplicateElement(this, name, attributes); Discouraged access: The method duplicateElement(XMLParser.AbstractHandler, String, Attributes) from the type XMLParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPersistenceTest.java (at line 83) invalidElement(name, attributes); Discouraged access: The method invalidElement(String, Attributes) from the type XMLParser.AbstractHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPersistenceTest.java (at line 91) super(context, bundleId); Discouraged access: The constructor MetadataParser(BundleContext, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPersistenceTest.java (at line 103) this.status = null; Discouraged access: The field status from the type XMLParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPersistenceTest.java (at line 105) getParser(); Discouraged access: The method getParser() from the type XMLParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPersistenceTest.java (at line 107) xmlReader.setContentHandler(new IUDocHandler(IU_TEST_ELEMENT, testHandler)); Discouraged access: The field xmlReader from the type XMLParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPersistenceTest.java (at line 108) xmlReader.parse(new InputSource(new StringReader(profileString))); Discouraged access: The field xmlReader from the type XMLParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPersistenceTest.java (at line 109) if (isValidXML()) { Discouraged access: The method isValidXML() from the type XMLParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPersistenceTest.java (at line 121) class IUStringWriter extends MetadataWriter { Discouraged access: The type MetadataWriter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPersistenceTest.java (at line 124) super(stream, new ProcessingInstruction[] {ProcessingInstruction.makeTargetVersionInstruction(IU_TEST_TARGET, IU_TEST_VERSION)}); Discouraged access: The constructor MetadataWriter(OutputStream, XMLWriter.ProcessingInstruction[]) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPersistenceTest.java (at line 124) super(stream, new ProcessingInstruction[] {ProcessingInstruction.makeTargetVersionInstruction(IU_TEST_TARGET, IU_TEST_VERSION)}); Discouraged access: The type XMLWriter.ProcessingInstruction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPersistenceTest.java (at line 124) super(stream, new ProcessingInstruction[] {ProcessingInstruction.makeTargetVersionInstruction(IU_TEST_TARGET, IU_TEST_VERSION)}); Discouraged access: The type XMLWriter.ProcessingInstruction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPersistenceTest.java (at line 124) super(stream, new ProcessingInstruction[] {ProcessingInstruction.makeTargetVersionInstruction(IU_TEST_TARGET, IU_TEST_VERSION)}); Discouraged access: The method makeTargetVersionInstruction(String, Version) from the type XMLWriter.ProcessingInstruction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPersistenceTest.java (at line 128) start(IU_TEST_ELEMENT); Discouraged access: The method start(String) from the type XMLWriter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
37. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPersistenceTest.java (at line 129) writeInstallableUnit(iu); Discouraged access: The method writeInstallableUnit(IInstallableUnit) from the type MetadataWriter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
38. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPersistenceTest.java (at line 130) end(IU_TEST_ELEMENT); Discouraged access: The method end(String) from the type XMLWriter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
39. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPersistenceTest.java (at line 131) flush(); Discouraged access: The method flush() from the type XMLWriter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
40. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPersistenceTest.java (at line 135) private static IMatchExpression<IInstallableUnit> filter = InstallableUnit.parseFilter("(& (osgi.ws=win32) (osgi.os=win32) (osgi.arch=x86))"); // not really Discouraged access: The type InstallableUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
41. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPersistenceTest.java (at line 135) private static IMatchExpression<IInstallableUnit> filter = InstallableUnit.parseFilter("(& (osgi.ws=win32) (osgi.os=win32) (osgi.arch=x86))"); // not really Discouraged access: The method parseFilter(String) from the type InstallableUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
42. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPersistenceTest.java (at line 192) OrderedProperties props = new OrderedProperties(keyValuePairs.length); Discouraged access: The type OrderedProperties is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
43. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPersistenceTest.java (at line 192) OrderedProperties props = new OrderedProperties(keyValuePairs.length); Discouraged access: The constructor OrderedProperties(int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
44. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPersistenceTest.java (at line 192) OrderedProperties props = new OrderedProperties(keyValuePairs.length); Discouraged access: The type OrderedProperties is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
45. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPersistenceTest.java (at line 195) props.put(nextPair[0], nextPair[1]); Discouraged access: The method put(String, String) from the type OrderedProperties is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
46. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPersistenceTest.java (at line 247) IRequiredCapability next = (IRequiredCapability) iterator.next(); Discouraged access: The type IRequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
47. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPersistenceTest.java (at line 247) IRequiredCapability next = (IRequiredCapability) iterator.next(); Discouraged access: The type IRequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
48. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPersistenceTest.java (at line 248) tuples[i++] = new String[] {next.getNamespace(), next.getName(), next.getRange().toString(), Boolean.valueOf(next.getMin() == 0).toString()}; Discouraged access: The method getNamespace() from the type IRequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
49. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPersistenceTest.java (at line 248) tuples[i++] = new String[] {next.getNamespace(), next.getName(), next.getRange().toString(), Boolean.valueOf(next.getMin() == 0).toString()}; Discouraged access: The method getName() from the type IRequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
50. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPersistenceTest.java (at line 248) tuples[i++] = new String[] {next.getNamespace(), next.getName(), next.getRange().toString(), Boolean.valueOf(next.getMin() == 0).toString()}; Discouraged access: The method getRange() from the type IRequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
51. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPersistenceTest.java (at line 258) IRequiredCapability next = (IRequiredCapability) iterator.next(); Discouraged access: The type IRequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
52. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPersistenceTest.java (at line 258) IRequiredCapability next = (IRequiredCapability) iterator.next(); Discouraged access: The type IRequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
53. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPersistenceTest.java (at line 259) tuples[i++] = new String[] {next.getNamespace(), next.getName(), next.getRange().toString(), Boolean.valueOf(next.getMin() == 0).toString()}; Discouraged access: The method getNamespace() from the type IRequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
54. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPersistenceTest.java (at line 259) tuples[i++] = new String[] {next.getNamespace(), next.getName(), next.getRange().toString(), Boolean.valueOf(next.getMin() == 0).toString()}; Discouraged access: The method getName() from the type IRequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
55. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPersistenceTest.java (at line 259) tuples[i++] = new String[] {next.getNamespace(), next.getName(), next.getRange().toString(), Boolean.valueOf(next.getMin() == 0).toString()}; Discouraged access: The method getRange() from the type IRequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
56. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPersistenceTest.java (at line 346) assertTrue("Error parsing test iu: " + parser.getStatus().getMessage(), parser.getStatus().isOK()); Discouraged access: The method getStatus() from the type XMLParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
57. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPersistenceTest.java (at line 346) assertTrue("Error parsing test iu: " + parser.getStatus().getMessage(), parser.getStatus().isOK()); Discouraged access: The method getStatus() from the type XMLParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
58. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPersistenceTest.java (at line 347) InstallableUnitPatch iu1 = (InstallableUnitPatch) parser.getRootObject(); Discouraged access: The type InstallableUnitPatch is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
59. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPersistenceTest.java (at line 347) InstallableUnitPatch iu1 = (InstallableUnitPatch) parser.getRootObject(); Discouraged access: The type InstallableUnitPatch is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
60. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPersistenceTest.java (at line 370) assertTrue("Error parsing test iu: " + parser.getStatus().getMessage(), parser.getStatus().isOK()); Discouraged access: The method getStatus() from the type XMLParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
61. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPersistenceTest.java (at line 370) assertTrue("Error parsing test iu: " + parser.getStatus().getMessage(), parser.getStatus().isOK()); Discouraged access: The method getStatus() from the type XMLParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
62. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPersistenceTest.java (at line 371) InstallableUnitPatch iu1 = (InstallableUnitPatch) parser.getRootObject(); Discouraged access: The type InstallableUnitPatch is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
63. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPersistenceTest.java (at line 371) InstallableUnitPatch iu1 = (InstallableUnitPatch) parser.getRootObject(); Discouraged access: The type InstallableUnitPatch is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
64. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPersistenceTest.java (at line 395) assertTrue("Error parsing test iu: " + parser.getStatus().getMessage(), parser.getStatus().isOK()); Discouraged access: The method getStatus() from the type XMLParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
65. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPersistenceTest.java (at line 395) assertTrue("Error parsing test iu: " + parser.getStatus().getMessage(), parser.getStatus().isOK()); Discouraged access: The method getStatus() from the type XMLParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
66. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPersistenceTest.java (at line 396) InstallableUnit iu1 = (InstallableUnit) parser.getRootObject(); Discouraged access: The type InstallableUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
67. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPersistenceTest.java (at line 396) InstallableUnit iu1 = (InstallableUnit) parser.getRootObject(); Discouraged access: The type InstallableUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
68. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPersistenceTest.java (at line 398) assertEquals(2, iu1.getLicenses().size()); Discouraged access: The method getLicenses() from the type InstallableUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
69. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPersistenceTest.java (at line 415) assertTrue("Installable unit update descriptor are not correct", id.equals(RequiredCapability.extractName(iu.getUpdateDescriptor().getIUsBeingUpdated().iterator().next()))); Discouraged access: The type RequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
70. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPersistenceTest.java (at line 415) assertTrue("Installable unit update descriptor are not correct", id.equals(RequiredCapability.extractName(iu.getUpdateDescriptor().getIUsBeingUpdated().iterator().next()))); Discouraged access: The method extractName(IMatchExpression<IInstallableUnit>) from the type RequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
71. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPersistenceTest.java (at line 418) assertTrue("Installable unit update descriptor are not correct", new VersionRange(IU_TEST_VERSION, true, IU_TEST_VERSION, true).equals(RequiredCapability.extractRange(iu.getUpdateDescriptor().getIUsBeingUpdated().iterator().next()))); Discouraged access: The type RequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
72. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPersistenceTest.java (at line 418) assertTrue("Installable unit update descriptor are not correct", new VersionRange(IU_TEST_VERSION, true, IU_TEST_VERSION, true).equals(RequiredCapability.extractRange(iu.getUpdateDescriptor().getIUsBeingUpdated().iterator().next()))); Discouraged access: The method extractRange(IMatchExpression<IInstallableUnit>) from the type RequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CleanupzipActionTest.java (at line 15) import org.eclipse.equinox.internal.p2.touchpoint.natives.IBackupStore; Discouraged access: The type IBackupStore is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CleanupzipActionTest.java (at line 16) import org.eclipse.equinox.internal.p2.touchpoint.natives.NativeTouchpoint; Discouraged access: The type NativeTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CleanupzipActionTest.java (at line 22) import org.eclipse.equinox.spi.p2.publisher.PublisherHelper; Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CleanupzipActionTest.java (at line 34) IBackupStore store; Discouraged access: The type IBackupStore is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CleanupzipActionTest.java (at line 40) store.discard(); Discouraged access: The method discard() from the type IBackupStore is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CleanupzipActionTest.java (at line 56) IArtifactKey key = PublisherHelper.createBinaryArtifactKey("testExecuteUndo", DEFAULT_VERSION); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CleanupzipActionTest.java (at line 56) IArtifactKey key = PublisherHelper.createBinaryArtifactKey("testExecuteUndo", DEFAULT_VERSION); Discouraged access: The method createBinaryArtifactKey(String, Version) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CleanupzipActionTest.java (at line 58) iuDesc.setTouchpointType(PublisherHelper.TOUCHPOINT_NATIVE); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CleanupzipActionTest.java (at line 58) iuDesc.setTouchpointType(PublisherHelper.TOUCHPOINT_NATIVE); Discouraged access: The field TOUCHPOINT_NATIVE from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CleanupzipActionTest.java (at line 62) parameters.put(ActionConstants.PARM_PROFILE, profile); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CleanupzipActionTest.java (at line 62) parameters.put(ActionConstants.PARM_PROFILE, profile); Discouraged access: The field PARM_PROFILE from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CleanupzipActionTest.java (at line 64) NativeTouchpoint touchpoint = new NativeTouchpoint(); Discouraged access: The type NativeTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CleanupzipActionTest.java (at line 64) NativeTouchpoint touchpoint = new NativeTouchpoint(); Discouraged access: The constructor NativeTouchpoint() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CleanupzipActionTest.java (at line 64) NativeTouchpoint touchpoint = new NativeTouchpoint(); Discouraged access: The type NativeTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CleanupzipActionTest.java (at line 65) touchpoint.initializePhase(null, profile, "testExecuteUndo", parameters); Discouraged access: The method initializePhase(IProgressMonitor, IProfile, String, Map<String,Object>) from the type NativeTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CleanupzipActionTest.java (at line 66) store = (IBackupStore) parameters.get(NativeTouchpoint.PARM_BACKUP); Discouraged access: The type IBackupStore is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CleanupzipActionTest.java (at line 66) store = (IBackupStore) parameters.get(NativeTouchpoint.PARM_BACKUP); Discouraged access: The type NativeTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CleanupzipActionTest.java (at line 66) store = (IBackupStore) parameters.get(NativeTouchpoint.PARM_BACKUP); Discouraged access: The field PARM_BACKUP from the type NativeTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CleanupzipActionTest.java (at line 68) parameters.put(ActionConstants.PARM_SOURCE, zipTarget.getAbsolutePath()); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CleanupzipActionTest.java (at line 68) parameters.put(ActionConstants.PARM_SOURCE, zipTarget.getAbsolutePath()); Discouraged access: The field PARM_SOURCE from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CleanupzipActionTest.java (at line 69) parameters.put(ActionConstants.PARM_TARGET, installFolder.getAbsolutePath()); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CleanupzipActionTest.java (at line 69) parameters.put(ActionConstants.PARM_TARGET, installFolder.getAbsolutePath()); Discouraged access: The field PARM_TARGET from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CleanupzipActionTest.java (at line 73) new UnzipAction().execute(parameters); Discouraged access: The constructor UnzipAction() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CleanupzipActionTest.java (at line 73) new UnzipAction().execute(parameters); Discouraged access: The method execute(Map<String,Object>) from the type UnzipAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CleanupzipActionTest.java (at line 73) new UnzipAction().execute(parameters); Discouraged access: The type UnzipAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CleanupzipActionTest.java (at line 77) CleanupzipAction action = new CleanupzipAction(); Discouraged access: The type CleanupzipAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CleanupzipActionTest.java (at line 77) CleanupzipAction action = new CleanupzipAction(); Discouraged access: The constructor CleanupzipAction() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CleanupzipActionTest.java (at line 77) CleanupzipAction action = new CleanupzipAction(); Discouraged access: The type CleanupzipAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CleanupzipActionTest.java (at line 78) action.execute(parameters); Discouraged access: The method execute(Map<String,Object>) from the type CleanupzipAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CleanupzipActionTest.java (at line 83) action.undo(parameters); Discouraged access: The method undo(Map<String,Object>) from the type CleanupzipAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CleanupzipActionTest.java (at line 101) IArtifactKey key = PublisherHelper.createBinaryArtifactKey("test", DEFAULT_VERSION); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CleanupzipActionTest.java (at line 101) IArtifactKey key = PublisherHelper.createBinaryArtifactKey("test", DEFAULT_VERSION); Discouraged access: The method createBinaryArtifactKey(String, Version) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CleanupzipActionTest.java (at line 103) iuDesc.setTouchpointType(PublisherHelper.TOUCHPOINT_NATIVE); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CleanupzipActionTest.java (at line 103) iuDesc.setTouchpointType(PublisherHelper.TOUCHPOINT_NATIVE); Discouraged access: The field TOUCHPOINT_NATIVE from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CleanupzipActionTest.java (at line 107) parameters.put(ActionConstants.PARM_PROFILE, profile); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CleanupzipActionTest.java (at line 107) parameters.put(ActionConstants.PARM_PROFILE, profile); Discouraged access: The field PARM_PROFILE from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
37. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CleanupzipActionTest.java (at line 109) NativeTouchpoint touchpoint = new NativeTouchpoint(); Discouraged access: The type NativeTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
38. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CleanupzipActionTest.java (at line 109) NativeTouchpoint touchpoint = new NativeTouchpoint(); Discouraged access: The constructor NativeTouchpoint() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
39. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CleanupzipActionTest.java (at line 109) NativeTouchpoint touchpoint = new NativeTouchpoint(); Discouraged access: The type NativeTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
40. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CleanupzipActionTest.java (at line 110) touchpoint.initializePhase(null, profile, "test", parameters); Discouraged access: The method initializePhase(IProgressMonitor, IProfile, String, Map<String,Object>) from the type NativeTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
41. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CleanupzipActionTest.java (at line 111) store = (IBackupStore) parameters.get(NativeTouchpoint.PARM_BACKUP); Discouraged access: The type IBackupStore is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
42. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CleanupzipActionTest.java (at line 111) store = (IBackupStore) parameters.get(NativeTouchpoint.PARM_BACKUP); Discouraged access: The type NativeTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
43. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CleanupzipActionTest.java (at line 111) store = (IBackupStore) parameters.get(NativeTouchpoint.PARM_BACKUP); Discouraged access: The field PARM_BACKUP from the type NativeTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
44. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CleanupzipActionTest.java (at line 113) parameters.put(ActionConstants.PARM_SOURCE, zipTarget.getAbsolutePath()); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
45. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CleanupzipActionTest.java (at line 113) parameters.put(ActionConstants.PARM_SOURCE, zipTarget.getAbsolutePath()); Discouraged access: The field PARM_SOURCE from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
46. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CleanupzipActionTest.java (at line 114) parameters.put(ActionConstants.PARM_TARGET, installFolder.getAbsolutePath()); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
47. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CleanupzipActionTest.java (at line 114) parameters.put(ActionConstants.PARM_TARGET, installFolder.getAbsolutePath()); Discouraged access: The field PARM_TARGET from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
48. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CleanupzipActionTest.java (at line 117) new UnzipAction().execute(parameters); Discouraged access: The constructor UnzipAction() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
49. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CleanupzipActionTest.java (at line 117) new UnzipAction().execute(parameters); Discouraged access: The method execute(Map<String,Object>) from the type UnzipAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
50. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CleanupzipActionTest.java (at line 117) new UnzipAction().execute(parameters); Discouraged access: The type UnzipAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
51. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CleanupzipActionTest.java (at line 123) parameters.put(ActionConstants.PARM_TARGET, installFolder2.getAbsolutePath()); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
52. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CleanupzipActionTest.java (at line 123) parameters.put(ActionConstants.PARM_TARGET, installFolder2.getAbsolutePath()); Discouraged access: The field PARM_TARGET from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
53. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CleanupzipActionTest.java (at line 125) CleanupzipAction action = new CleanupzipAction(); Discouraged access: The type CleanupzipAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
54. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CleanupzipActionTest.java (at line 125) CleanupzipAction action = new CleanupzipAction(); Discouraged access: The constructor CleanupzipAction() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
55. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CleanupzipActionTest.java (at line 125) CleanupzipAction action = new CleanupzipAction(); Discouraged access: The type CleanupzipAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
56. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CleanupzipActionTest.java (at line 126) action.execute(parameters); Discouraged access: The method execute(Map<String,Object>) from the type CleanupzipAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
57. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CleanupzipActionTest.java (at line 132) action.undo(parameters); Discouraged access: The method undo(Map<String,Object>) from the type CleanupzipAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
58. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CleanupzipActionTest.java (at line 154) IArtifactKey key = PublisherHelper.createBinaryArtifactKey("testDirectoryCleanup", DEFAULT_VERSION); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
59. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CleanupzipActionTest.java (at line 154) IArtifactKey key = PublisherHelper.createBinaryArtifactKey("testDirectoryCleanup", DEFAULT_VERSION); Discouraged access: The method createBinaryArtifactKey(String, Version) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
60. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CleanupzipActionTest.java (at line 156) iuDesc.setTouchpointType(PublisherHelper.TOUCHPOINT_NATIVE); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
61. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CleanupzipActionTest.java (at line 156) iuDesc.setTouchpointType(PublisherHelper.TOUCHPOINT_NATIVE); Discouraged access: The field TOUCHPOINT_NATIVE from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
62. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CleanupzipActionTest.java (at line 160) parameters.put(ActionConstants.PARM_PROFILE, profile); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
63. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CleanupzipActionTest.java (at line 160) parameters.put(ActionConstants.PARM_PROFILE, profile); Discouraged access: The field PARM_PROFILE from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
64. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CleanupzipActionTest.java (at line 162) NativeTouchpoint touchpoint = new NativeTouchpoint(); Discouraged access: The type NativeTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
65. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CleanupzipActionTest.java (at line 162) NativeTouchpoint touchpoint = new NativeTouchpoint(); Discouraged access: The constructor NativeTouchpoint() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
66. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CleanupzipActionTest.java (at line 162) NativeTouchpoint touchpoint = new NativeTouchpoint(); Discouraged access: The type NativeTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
67. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CleanupzipActionTest.java (at line 163) touchpoint.initializePhase(null, profile, "testDirectoryCleanup", parameters); Discouraged access: The method initializePhase(IProgressMonitor, IProfile, String, Map<String,Object>) from the type NativeTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
68. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CleanupzipActionTest.java (at line 164) store = (IBackupStore) parameters.get(NativeTouchpoint.PARM_BACKUP); Discouraged access: The type IBackupStore is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
69. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CleanupzipActionTest.java (at line 164) store = (IBackupStore) parameters.get(NativeTouchpoint.PARM_BACKUP); Discouraged access: The type NativeTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
70. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CleanupzipActionTest.java (at line 164) store = (IBackupStore) parameters.get(NativeTouchpoint.PARM_BACKUP); Discouraged access: The field PARM_BACKUP from the type NativeTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
71. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CleanupzipActionTest.java (at line 166) parameters.put(ActionConstants.PARM_SOURCE, zipTarget.getAbsolutePath()); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
72. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CleanupzipActionTest.java (at line 166) parameters.put(ActionConstants.PARM_SOURCE, zipTarget.getAbsolutePath()); Discouraged access: The field PARM_SOURCE from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
73. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CleanupzipActionTest.java (at line 167) parameters.put(ActionConstants.PARM_TARGET, installFolder.getAbsolutePath()); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
74. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CleanupzipActionTest.java (at line 167) parameters.put(ActionConstants.PARM_TARGET, installFolder.getAbsolutePath()); Discouraged access: The field PARM_TARGET from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
75. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CleanupzipActionTest.java (at line 170) new UnzipAction().execute(parameters); Discouraged access: The constructor UnzipAction() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
76. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CleanupzipActionTest.java (at line 170) new UnzipAction().execute(parameters); Discouraged access: The method execute(Map<String,Object>) from the type UnzipAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
77. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CleanupzipActionTest.java (at line 170) new UnzipAction().execute(parameters); Discouraged access: The type UnzipAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
78. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CleanupzipActionTest.java (at line 181) CleanupzipAction action = new CleanupzipAction(); Discouraged access: The type CleanupzipAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
79. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CleanupzipActionTest.java (at line 181) CleanupzipAction action = new CleanupzipAction(); Discouraged access: The constructor CleanupzipAction() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
80. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CleanupzipActionTest.java (at line 181) CleanupzipAction action = new CleanupzipAction(); Discouraged access: The type CleanupzipAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
81. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CleanupzipActionTest.java (at line 182) action.execute(parameters); Discouraged access: The method execute(Map<String,Object>) from the type CleanupzipAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/director/OracleTest.java (at line 11) 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/4M/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/director/OracleTest.java (at line 14) import org.eclipse.equinox.internal.provisional.p2.director.IDirector; Discouraged access: The type IDirector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/director/OracleTest.java (at line 27) IDirector director; Discouraged access: The type IDirector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/director/OracleTest.java (at line 52) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/director/OracleTest.java (at line 52) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/director/OracleTest.java (at line 52) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/director/OracleTest.java (at line 53) request.addInstallableUnits(new IInstallableUnit[] {a1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/director/OracleTest.java (at line 54) assertEquals(IStatus.OK, director.provision(request, null, null).getSeverity()); Discouraged access: The method provision(IProfileChangeRequest, ProvisioningContext, IProgressMonitor) from the type IDirector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/director/OracleTest.java (at line 58) request = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/director/OracleTest.java (at line 58) request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/director/OracleTest.java (at line 59) request.addInstallableUnits(new IInstallableUnit[] {b1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/director/OracleTest.java (at line 60) assertEquals(IStatus.OK, director.provision(request, null, null).getSeverity()); Discouraged access: The method provision(IProfileChangeRequest, ProvisioningContext, IProgressMonitor) from the type IDirector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.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/4M/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/publisher/actions/LocalizationTests.java (at line 20) import org.eclipse.equinox.internal.p2.updatesite.SiteXMLAction; Discouraged access: The type SiteXMLAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java (at line 22) import org.eclipse.equinox.p2.publisher.PublisherInfo; Discouraged access: The type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java (at line 23) import org.eclipse.equinox.p2.publisher.PublisherResult; Discouraged access: The type PublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java (at line 24) import org.eclipse.equinox.p2.publisher.eclipse.BundlesAction; Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java (at line 25) import org.eclipse.equinox.p2.publisher.eclipse.FeaturesAction; Discouraged access: The type FeaturesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java (at line 35) private PublisherInfo info; Discouraged access: The type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java (at line 37) private PublisherResult results; Discouraged access: The type PublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java (at line 39) private TranslationSupport getTranslationSupport() { Discouraged access: The type TranslationSupport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java (at line 40) TranslationSupport utils = new TranslationSupport(); Discouraged access: The type TranslationSupport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java (at line 40) TranslationSupport utils = new TranslationSupport(); Discouraged access: The constructor TranslationSupport() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java (at line 40) TranslationSupport utils = new TranslationSupport(); Discouraged access: The type TranslationSupport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java (at line 41) utils.setTranslationSource(results.query(QueryUtil.createIUQuery((String) null), monitor)); Discouraged access: The method setTranslationSource(IQueryable<IInstallableUnit>) from the type TranslationSupport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java (at line 50) info = new PublisherInfo(); Discouraged access: The constructor PublisherInfo() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java (at line 50) info = new PublisherInfo(); Discouraged access: The type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java (at line 51) info.setMetadataRepository(new TestMetadataRepository(getAgent(), new IInstallableUnit[0])); Discouraged access: The method setMetadataRepository(IMetadataRepository) from the type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java (at line 52) results = new PublisherResult(); Discouraged access: The constructor PublisherResult() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java (at line 52) results = new PublisherResult(); Discouraged access: The type PublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java (at line 59) BundlesAction action = new BundlesAction(new File[] {file}); Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java (at line 59) BundlesAction action = new BundlesAction(new File[] {file}); Discouraged access: The constructor BundlesAction(File[]) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java (at line 59) BundlesAction action = new BundlesAction(new File[] {file}); Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java (at line 60) action.perform(info, results, monitor); Discouraged access: The method perform(IPublisherInfo, IPublisherResult, IProgressMonitor) from the type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java (at line 61) TranslationSupport utils = getTranslationSupport(); Discouraged access: The type TranslationSupport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java (at line 64) assertEquals("1.0", "Foo German Bundle", utils.getIUProperty(iu, IInstallableUnit.PROP_NAME, Locale.GERMAN.toString())); Discouraged access: The method getIUProperty(IInstallableUnit, String, String) from the type TranslationSupport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java (at line 65) assertEquals("1.1", "Foo German Provider", utils.getIUProperty(iu, IInstallableUnit.PROP_PROVIDER, Locale.GERMAN.toString())); Discouraged access: The method getIUProperty(IInstallableUnit, String, String) from the type TranslationSupport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java (at line 70) BundlesAction action = new BundlesAction(new File[] {file}); Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java (at line 70) BundlesAction action = new BundlesAction(new File[] {file}); Discouraged access: The constructor BundlesAction(File[]) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java (at line 70) BundlesAction action = new BundlesAction(new File[] {file}); Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java (at line 71) action.perform(info, results, monitor); Discouraged access: The method perform(IPublisherInfo, IPublisherResult, IProgressMonitor) from the type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java (at line 72) TranslationSupport utils = getTranslationSupport(); Discouraged access: The type TranslationSupport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java (at line 75) assertEquals("1.0", "Foo German Bundle", utils.getIUProperty(iu, IInstallableUnit.PROP_NAME, Locale.GERMAN.toString())); Discouraged access: The method getIUProperty(IInstallableUnit, String, String) from the type TranslationSupport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java (at line 76) assertEquals("1.1", "Foo German Provider", utils.getIUProperty(iu, IInstallableUnit.PROP_PROVIDER, Locale.GERMAN.toString())); Discouraged access: The method getIUProperty(IInstallableUnit, String, String) from the type TranslationSupport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java (at line 81) BundlesAction action = new BundlesAction(new File[] {file}); Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java (at line 81) BundlesAction action = new BundlesAction(new File[] {file}); Discouraged access: The constructor BundlesAction(File[]) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java (at line 81) BundlesAction action = new BundlesAction(new File[] {file}); Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java (at line 82) action.perform(info, results, monitor); Discouraged access: The method perform(IPublisherInfo, IPublisherResult, IProgressMonitor) from the type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
37. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java (at line 83) TranslationSupport utils = getTranslationSupport(); Discouraged access: The type TranslationSupport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
38. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java (at line 86) assertEquals("1.0", "Foo German Bundle", utils.getIUProperty(iu, IInstallableUnit.PROP_NAME, Locale.GERMAN.toString())); Discouraged access: The method getIUProperty(IInstallableUnit, String, String) from the type TranslationSupport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
39. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java (at line 87) assertEquals("1.1", "Foo German Provider", utils.getIUProperty(iu, IInstallableUnit.PROP_PROVIDER, Locale.GERMAN.toString())); Discouraged access: The method getIUProperty(IInstallableUnit, String, String) from the type TranslationSupport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
40. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java (at line 92) BundlesAction action = new BundlesAction(new File[] {file}); Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
41. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java (at line 92) BundlesAction action = new BundlesAction(new File[] {file}); Discouraged access: The constructor BundlesAction(File[]) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
42. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java (at line 92) BundlesAction action = new BundlesAction(new File[] {file}); Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
43. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java (at line 93) action.perform(info, results, monitor); Discouraged access: The method perform(IPublisherInfo, IPublisherResult, IProgressMonitor) from the type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
44. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java (at line 94) TranslationSupport utils = getTranslationSupport(); Discouraged access: The type TranslationSupport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
45. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java (at line 97) assertEquals("1.0", "Foo German Bundle", utils.getIUProperty(iu, IInstallableUnit.PROP_NAME, Locale.GERMAN.toString())); Discouraged access: The method getIUProperty(IInstallableUnit, String, String) from the type TranslationSupport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
46. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java (at line 98) assertEquals("1.1", "Foo German Provider", utils.getIUProperty(iu, IInstallableUnit.PROP_PROVIDER, Locale.GERMAN.toString())); Discouraged access: The method getIUProperty(IInstallableUnit, String, String) from the type TranslationSupport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
47. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java (at line 103) BundlesAction action = new BundlesAction(new File[] {file}); Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
48. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java (at line 103) BundlesAction action = new BundlesAction(new File[] {file}); Discouraged access: The constructor BundlesAction(File[]) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
49. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java (at line 103) BundlesAction action = new BundlesAction(new File[] {file}); Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
50. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java (at line 104) action.perform(info, results, monitor); Discouraged access: The method perform(IPublisherInfo, IPublisherResult, IProgressMonitor) from the type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
51. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java (at line 105) TranslationSupport utils = getTranslationSupport(); Discouraged access: The type TranslationSupport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
52. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java (at line 108) assertEquals("1.0", "Bar German Bundle", utils.getIUProperty(iu, IInstallableUnit.PROP_NAME, Locale.GERMAN.toString())); Discouraged access: The method getIUProperty(IInstallableUnit, String, String) from the type TranslationSupport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
53. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java (at line 109) assertEquals("1.1", "Bar German Provider", utils.getIUProperty(iu, IInstallableUnit.PROP_PROVIDER, Locale.GERMAN.toString())); Discouraged access: The method getIUProperty(IInstallableUnit, String, String) from the type TranslationSupport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
54. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java (at line 115) BundlesAction action = new BundlesAction(new File[] {bundle, fragment}); Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
55. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java (at line 115) BundlesAction action = new BundlesAction(new File[] {bundle, fragment}); Discouraged access: The constructor BundlesAction(File[]) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
56. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java (at line 115) BundlesAction action = new BundlesAction(new File[] {bundle, fragment}); Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
57. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java (at line 116) action.perform(info, results, monitor); Discouraged access: The method perform(IPublisherInfo, IPublisherResult, IProgressMonitor) from the type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
58. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java (at line 118) TranslationSupport utils = getTranslationSupport(); Discouraged access: The type TranslationSupport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
59. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java (at line 121) assertEquals("1.0", "Bar German Bundle - Translated in the Fragment", utils.getIUProperty(iu, IInstallableUnit.PROP_NAME, Locale.GERMAN.toString())); Discouraged access: The method getIUProperty(IInstallableUnit, String, String) from the type TranslationSupport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
60. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java (at line 122) assertEquals("1.1", "Bar German Provider - Translated in the Fragment", utils.getIUProperty(iu, IInstallableUnit.PROP_PROVIDER, Locale.GERMAN.toString())); Discouraged access: The method getIUProperty(IInstallableUnit, String, String) from the type TranslationSupport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
61. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java (at line 128) BundlesAction action = new BundlesAction(new File[] {bundle, fragment}); Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
62. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java (at line 128) BundlesAction action = new BundlesAction(new File[] {bundle, fragment}); Discouraged access: The constructor BundlesAction(File[]) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
63. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java (at line 128) BundlesAction action = new BundlesAction(new File[] {bundle, fragment}); Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
64. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java (at line 129) action.perform(info, results, monitor); Discouraged access: The method perform(IPublisherInfo, IPublisherResult, IProgressMonitor) from the type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
65. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java (at line 131) TranslationSupport utils = getTranslationSupport(); Discouraged access: The type TranslationSupport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
66. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java (at line 134) assertEquals("1.0", "Foo German Bundle - Translated in the Fragment", utils.getIUProperty(iu, IInstallableUnit.PROP_NAME, Locale.GERMAN.toString())); Discouraged access: The method getIUProperty(IInstallableUnit, String, String) from the type TranslationSupport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
67. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java (at line 135) assertEquals("1.1", "Foo German Provider - Translated in the Fragment", utils.getIUProperty(iu, IInstallableUnit.PROP_PROVIDER, Locale.GERMAN.toString())); Discouraged access: The method getIUProperty(IInstallableUnit, String, String) from the type TranslationSupport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
68. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java (at line 140) BundlesAction action = new BundlesAction(new File[] {file}); Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
69. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java (at line 140) BundlesAction action = new BundlesAction(new File[] {file}); Discouraged access: The constructor BundlesAction(File[]) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
70. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java (at line 140) BundlesAction action = new BundlesAction(new File[] {file}); Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
71. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java (at line 141) action.perform(info, results, monitor); Discouraged access: The method perform(IPublisherInfo, IPublisherResult, IProgressMonitor) from the type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
72. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java (at line 142) TranslationSupport utils = getTranslationSupport(); Discouraged access: The type TranslationSupport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
73. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java (at line 145) assertEquals("1.0", "Foo English Bundle", utils.getIUProperty(iu, IInstallableUnit.PROP_NAME, Locale.ENGLISH.toString())); Discouraged access: The method getIUProperty(IInstallableUnit, String, String) from the type TranslationSupport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
74. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java (at line 146) assertEquals("1.1", "Foo English Provider", utils.getIUProperty(iu, IInstallableUnit.PROP_PROVIDER, Locale.ENGLISH.toString())); Discouraged access: The method getIUProperty(IInstallableUnit, String, String) from the type TranslationSupport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
75. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java (at line 151) BundlesAction action = new BundlesAction(new File[] {file}); Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
76. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java (at line 151) BundlesAction action = new BundlesAction(new File[] {file}); Discouraged access: The constructor BundlesAction(File[]) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
77. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java (at line 151) BundlesAction action = new BundlesAction(new File[] {file}); Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
78. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java (at line 152) action.perform(info, results, monitor); Discouraged access: The method perform(IPublisherInfo, IPublisherResult, IProgressMonitor) from the type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
79. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java (at line 153) TranslationSupport utils = getTranslationSupport(); Discouraged access: The type TranslationSupport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
80. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java (at line 156) assertEquals("1.0", "Foo English Bundle", utils.getIUProperty(iu, IInstallableUnit.PROP_NAME, Locale.ENGLISH.toString())); Discouraged access: The method getIUProperty(IInstallableUnit, String, String) from the type TranslationSupport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
81. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java (at line 157) assertEquals("1.1", "Foo English Provider", utils.getIUProperty(iu, IInstallableUnit.PROP_PROVIDER, Locale.ENGLISH.toString())); Discouraged access: The method getIUProperty(IInstallableUnit, String, String) from the type TranslationSupport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
82. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java (at line 163) BundlesAction action = new BundlesAction(new File[] {file}); Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
83. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java (at line 163) BundlesAction action = new BundlesAction(new File[] {file}); Discouraged access: The constructor BundlesAction(File[]) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
84. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java (at line 163) BundlesAction action = new BundlesAction(new File[] {file}); Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
85. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java (at line 164) action.perform(info, results, monitor); Discouraged access: The method perform(IPublisherInfo, IPublisherResult, IProgressMonitor) from the type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
86. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java (at line 165) TranslationSupport utils = getTranslationSupport(); Discouraged access: The type TranslationSupport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
87. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java (at line 168) assertEquals("1.0", "Foo English Bundle", utils.getIUProperty(iu, IInstallableUnit.PROP_NAME, Locale.ENGLISH.toString())); Discouraged access: The method getIUProperty(IInstallableUnit, String, String) from the type TranslationSupport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
88. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java (at line 169) assertEquals("1.1", "Foo English Provider", utils.getIUProperty(iu, IInstallableUnit.PROP_PROVIDER, Locale.ENGLISH.toString())); Discouraged access: The method getIUProperty(IInstallableUnit, String, String) from the type TranslationSupport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
89. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java (at line 174) BundlesAction action = new BundlesAction(new File[] {file}); Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
90. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java (at line 174) BundlesAction action = new BundlesAction(new File[] {file}); Discouraged access: The constructor BundlesAction(File[]) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
91. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java (at line 174) BundlesAction action = new BundlesAction(new File[] {file}); Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
92. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java (at line 175) action.perform(info, results, monitor); Discouraged access: The method perform(IPublisherInfo, IPublisherResult, IProgressMonitor) from the type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
93. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java (at line 176) TranslationSupport utils = getTranslationSupport(); Discouraged access: The type TranslationSupport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
94. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java (at line 179) assertEquals("1.0", "Bar English Bundle", utils.getIUProperty(iu, IInstallableUnit.PROP_NAME, Locale.ENGLISH.toString())); Discouraged access: The method getIUProperty(IInstallableUnit, String, String) from the type TranslationSupport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
95. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java (at line 180) assertEquals("1.1", "Bar English Provider", utils.getIUProperty(iu, IInstallableUnit.PROP_PROVIDER, Locale.ENGLISH.toString())); Discouraged access: The method getIUProperty(IInstallableUnit, String, String) from the type TranslationSupport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
96. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java (at line 186) BundlesAction action = new BundlesAction(new File[] {bundle, fragment}); Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
97. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java (at line 186) BundlesAction action = new BundlesAction(new File[] {bundle, fragment}); Discouraged access: The constructor BundlesAction(File[]) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
98. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java (at line 186) BundlesAction action = new BundlesAction(new File[] {bundle, fragment}); Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
99. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java (at line 187) action.perform(info, results, monitor); Discouraged access: The method perform(IPublisherInfo, IPublisherResult, IProgressMonitor) from the type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
100. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalizationTests.java (at line 189) TranslationSupport utils = getTranslationSupport(); Discouraged access: The type TranslationSupport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug270668.java (at line 13) import org.eclipse.equinox.internal.p2.metadata.ProvidedCapability; Discouraged access: The type ProvidedCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug270668.java (at line 30) a1 = createIU("A", Version.create("1.0.0"), "(os=win32)", new IProvidedCapability[] {new ProvidedCapability(IInstallableUnit.NAMESPACE_IU_ID, "A", Version.create("1.0.0"))}); Discouraged access: The constructor ProvidedCapability(String, String, Version) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug270668.java (at line 30) a1 = createIU("A", Version.create("1.0.0"), "(os=win32)", new IProvidedCapability[] {new ProvidedCapability(IInstallableUnit.NAMESPACE_IU_ID, "A", Version.create("1.0.0"))}); Discouraged access: The type ProvidedCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceMatcher.java (at line 16) import org.eclipse.equinox.p2.publisher.IPublisherAdvice; Discouraged access: The type IPublisherAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceMatcher.java (at line 26) public static IPublisherAdvice adviceMatches(String id, Version version, Class clazz) { Discouraged access: The type IPublisherAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceMatcher.java (at line 42) if (!(arg instanceof IPublisherAdvice)) Discouraged access: The type IPublisherAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceMatcher.java (at line 46) IPublisherAdvice advice = (IPublisherAdvice) arg; Discouraged access: The type IPublisherAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceMatcher.java (at line 46) IPublisherAdvice advice = (IPublisherAdvice) arg; Discouraged access: The type IPublisherAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceMatcher.java (at line 47) return advice.isApplicable("", false, id, version); Discouraged access: The method isApplicable(String, boolean, String, Version) from the type IPublisherAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTestUsingNegativeRequirement.java (at line 15) 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/4M/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/planner/PatchTestUsingNegativeRequirement.java (at line 16) import org.eclipse.equinox.internal.p2.metadata.RequiredCapability; Discouraged access: The type RequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTestUsingNegativeRequirement.java (at line 39) RequiredCapability negativeRequirementForPatch = new RequiredCapability(IInstallableUnit.NAMESPACE_IU_ID, "B", VersionRange.emptyRange, null, 0, 0, false, null); Discouraged access: The type RequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTestUsingNegativeRequirement.java (at line 39) RequiredCapability negativeRequirementForPatch = new RequiredCapability(IInstallableUnit.NAMESPACE_IU_ID, "B", VersionRange.emptyRange, null, 0, 0, false, null); Discouraged access: The constructor RequiredCapability(String, String, VersionRange, IMatchExpression<IInstallableUnit>, int, int, boolean, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTestUsingNegativeRequirement.java (at line 39) RequiredCapability negativeRequirementForPatch = new RequiredCapability(IInstallableUnit.NAMESPACE_IU_ID, "B", VersionRange.emptyRange, null, 0, 0, false, null); Discouraged access: The type RequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTestUsingNegativeRequirement.java (at line 52) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTestUsingNegativeRequirement.java (at line 52) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTestUsingNegativeRequirement.java (at line 52) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTestUsingNegativeRequirement.java (at line 53) req1.addInstallableUnits(new IInstallableUnit[] {a1, p1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/BatchExecuteMetadataRepositoryTest.java (at line 17) import org.eclipse.equinox.internal.p2.metadata.repository.LocalMetadataRepository; Discouraged access: The type LocalMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/BatchExecuteMetadataRepositoryTest.java (at line 63) final LocalMetadataRepository repo = (LocalMetadataRepository) getMetadataRepositoryManager().createRepository(repositoryURI, "My Repo", IMetadataRepositoryManager.TYPE_SIMPLE_REPOSITORY, properties); Discouraged access: The type LocalMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/BatchExecuteMetadataRepositoryTest.java (at line 63) final LocalMetadataRepository repo = (LocalMetadataRepository) getMetadataRepositoryManager().createRepository(repositoryURI, "My Repo", IMetadataRepositoryManager.TYPE_SIMPLE_REPOSITORY, properties); Discouraged access: The type LocalMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/BatchExecuteMetadataRepositoryTest.java (at line 65) IStatus status = repo.executeBatch(new IRunnableWithProgress() { public void run(IProgressMonitor monitor) { repo.addInstallableUnits(createIUInCollection("foo", Version.emptyVersion)); try { assertFalse("1.0", fileContainsString(contentXML, "foo")); } catch (IOException e) { fail("0.99"); } } }, new NullProgressMonitor()); Discouraged access: The method executeBatch(IRunnableWithProgress, IProgressMonitor) from the type LocalMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/BatchExecuteMetadataRepositoryTest.java (at line 67) repo.addInstallableUnits(createIUInCollection("foo", Version.emptyVersion)); Discouraged access: The method addInstallableUnits(Collection<IInstallableUnit>) from the type LocalMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/BatchExecuteMetadataRepositoryTest.java (at line 77) assertEquals("2.0", 1, repo.query(QueryUtil.createIUQuery("foo"), new NullProgressMonitor()).toSet().size()); Discouraged access: The method query(IQuery<IInstallableUnit>, IProgressMonitor) from the type LocalMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/BatchExecuteMetadataRepositoryTest.java (at line 91) final LocalMetadataRepository repo = (LocalMetadataRepository) getMetadataRepositoryManager().createRepository(repositoryURI, "My Repo", IMetadataRepositoryManager.TYPE_SIMPLE_REPOSITORY, properties); Discouraged access: The type LocalMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/BatchExecuteMetadataRepositoryTest.java (at line 91) final LocalMetadataRepository repo = (LocalMetadataRepository) getMetadataRepositoryManager().createRepository(repositoryURI, "My Repo", IMetadataRepositoryManager.TYPE_SIMPLE_REPOSITORY, properties); Discouraged access: The type LocalMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/BatchExecuteMetadataRepositoryTest.java (at line 93) IStatus status = repo.executeBatch(new IRunnableWithProgress() { public void run(IProgressMonitor monitor) { repo.addInstallableUnits(createIUInCollection("foo", Version.emptyVersion)); repo.addInstallableUnits(createIUInCollection("bar", Version.emptyVersion)); repo.addInstallableUnits(createIUInCollection("baz", Version.emptyVersion)); try { assertFalse("1.0", fileContainsString(contentXML, "foo")); assertFalse("1.0", fileContainsString(contentXML, "bar")); assertFalse("1.0", fileContainsString(contentXML, "baz")); } catch (IOException e) { fail("0.99"); } } }, new NullProgressMonitor()); Discouraged access: The method executeBatch(IRunnableWithProgress, IProgressMonitor) from the type LocalMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/BatchExecuteMetadataRepositoryTest.java (at line 95) repo.addInstallableUnits(createIUInCollection("foo", Version.emptyVersion)); Discouraged access: The method addInstallableUnits(Collection<IInstallableUnit>) from the type LocalMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/BatchExecuteMetadataRepositoryTest.java (at line 96) repo.addInstallableUnits(createIUInCollection("bar", Version.emptyVersion)); Discouraged access: The method addInstallableUnits(Collection<IInstallableUnit>) from the type LocalMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/BatchExecuteMetadataRepositoryTest.java (at line 97) repo.addInstallableUnits(createIUInCollection("baz", Version.emptyVersion)); Discouraged access: The method addInstallableUnits(Collection<IInstallableUnit>) from the type LocalMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/BatchExecuteMetadataRepositoryTest.java (at line 108) assertEquals("1.0", 1, repo.query(QueryUtil.createIUQuery("foo"), new NullProgressMonitor()).toSet().size()); Discouraged access: The method query(IQuery<IInstallableUnit>, IProgressMonitor) from the type LocalMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/BatchExecuteMetadataRepositoryTest.java (at line 109) assertEquals("1.1", 1, repo.query(QueryUtil.createIUQuery("bar"), new NullProgressMonitor()).toSet().size()); Discouraged access: The method query(IQuery<IInstallableUnit>, IProgressMonitor) from the type LocalMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/BatchExecuteMetadataRepositoryTest.java (at line 110) assertEquals("1.2", 1, repo.query(QueryUtil.createIUQuery("baz"), new NullProgressMonitor()).toSet().size()); Discouraged access: The method query(IQuery<IInstallableUnit>, IProgressMonitor) from the type LocalMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/BatchExecuteMetadataRepositoryTest.java (at line 127) final LocalMetadataRepository repo = (LocalMetadataRepository) getMetadataRepositoryManager().createRepository(repositoryURI, "My Repo", IMetadataRepositoryManager.TYPE_SIMPLE_REPOSITORY, properties); Discouraged access: The type LocalMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/BatchExecuteMetadataRepositoryTest.java (at line 127) final LocalMetadataRepository repo = (LocalMetadataRepository) getMetadataRepositoryManager().createRepository(repositoryURI, "My Repo", IMetadataRepositoryManager.TYPE_SIMPLE_REPOSITORY, properties); Discouraged access: The type LocalMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/BatchExecuteMetadataRepositoryTest.java (at line 129) IStatus status = repo.executeBatch(new IRunnableWithProgress() { public void run(IProgressMonitor monitor) { repo.addInstallableUnits(createIUInCollection("foo", Version.emptyVersion)); repo.addInstallableUnits(createIUInCollection("bar", Version.emptyVersion)); throw new RuntimeException(); } }, new NullProgressMonitor()); Discouraged access: The method executeBatch(IRunnableWithProgress, IProgressMonitor) from the type LocalMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/BatchExecuteMetadataRepositoryTest.java (at line 131) repo.addInstallableUnits(createIUInCollection("foo", Version.emptyVersion)); Discouraged access: The method addInstallableUnits(Collection<IInstallableUnit>) from the type LocalMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/BatchExecuteMetadataRepositoryTest.java (at line 132) repo.addInstallableUnits(createIUInCollection("bar", Version.emptyVersion)); Discouraged access: The method addInstallableUnits(Collection<IInstallableUnit>) from the type LocalMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/BatchExecuteMetadataRepositoryTest.java (at line 137) assertEquals("1.0", 1, repo.query(QueryUtil.createIUQuery("foo"), new NullProgressMonitor()).toSet().size()); Discouraged access: The method query(IQuery<IInstallableUnit>, IProgressMonitor) from the type LocalMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/BatchExecuteMetadataRepositoryTest.java (at line 138) assertEquals("1.1", 1, repo.query(QueryUtil.createIUQuery("bar"), new NullProgressMonitor()).toSet().size()); Discouraged access: The method query(IQuery<IInstallableUnit>, IProgressMonitor) from the type LocalMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/BatchExecuteMetadataRepositoryTest.java (at line 154) final LocalMetadataRepository repo = (LocalMetadataRepository) getMetadataRepositoryManager().createRepository(repositoryURI, "My Repo", IMetadataRepositoryManager.TYPE_SIMPLE_REPOSITORY, properties); Discouraged access: The type LocalMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/BatchExecuteMetadataRepositoryTest.java (at line 154) final LocalMetadataRepository repo = (LocalMetadataRepository) getMetadataRepositoryManager().createRepository(repositoryURI, "My Repo", IMetadataRepositoryManager.TYPE_SIMPLE_REPOSITORY, properties); Discouraged access: The type LocalMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/BatchExecuteMetadataRepositoryTest.java (at line 156) IStatus status = repo.executeBatch(new IRunnableWithProgress() { public void run(IProgressMonitor monitor) { Collection<IInstallableUnit> foo = createIUInCollection("foo", Version.emptyVersion); repo.addInstallableUnits(foo); repo.addInstallableUnits(createIUInCollection("bar", Version.emptyVersion)); repo.removeInstallableUnits(foo); } }, new NullProgressMonitor()); Discouraged access: The method executeBatch(IRunnableWithProgress, IProgressMonitor) from the type LocalMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/BatchExecuteMetadataRepositoryTest.java (at line 159) repo.addInstallableUnits(foo); Discouraged access: The method addInstallableUnits(Collection<IInstallableUnit>) from the type LocalMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/BatchExecuteMetadataRepositoryTest.java (at line 160) repo.addInstallableUnits(createIUInCollection("bar", Version.emptyVersion)); Discouraged access: The method addInstallableUnits(Collection<IInstallableUnit>) from the type LocalMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/BatchExecuteMetadataRepositoryTest.java (at line 161) repo.removeInstallableUnits(foo); Discouraged access: The method removeInstallableUnits(Collection<IInstallableUnit>) from the type LocalMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/BatchExecuteMetadataRepositoryTest.java (at line 165) assertEquals("1.0", 0, repo.query(QueryUtil.createIUQuery("foo"), new NullProgressMonitor()).toSet().size()); Discouraged access: The method query(IQuery<IInstallableUnit>, IProgressMonitor) from the type LocalMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/BatchExecuteMetadataRepositoryTest.java (at line 166) assertEquals("1.1", 1, repo.query(QueryUtil.createIUQuery("bar"), new NullProgressMonitor()).toSet().size()); Discouraged access: The method query(IQuery<IInstallableUnit>, IProgressMonitor) from the type LocalMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/BatchExecuteMetadataRepositoryTest.java (at line 182) final LocalMetadataRepository repo = (LocalMetadataRepository) getMetadataRepositoryManager().createRepository(repositoryURI, "My Repo", IMetadataRepositoryManager.TYPE_SIMPLE_REPOSITORY, properties); Discouraged access: The type LocalMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/BatchExecuteMetadataRepositoryTest.java (at line 182) final LocalMetadataRepository repo = (LocalMetadataRepository) getMetadataRepositoryManager().createRepository(repositoryURI, "My Repo", IMetadataRepositoryManager.TYPE_SIMPLE_REPOSITORY, properties); Discouraged access: The type LocalMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/BatchExecuteMetadataRepositoryTest.java (at line 184) IStatus status = repo.executeBatch(new IRunnableWithProgress() { public void run(IProgressMonitor monitor) { repo.addInstallableUnits(createIUInCollection("1", Version.emptyVersion)); repo.addInstallableUnits(createIUInCollection("2", Version.emptyVersion)); repo.addInstallableUnits(createIUInCollection("3", Version.emptyVersion)); Collection<IInstallableUnit> foo = createIUInCollection("foo", Version.emptyVersion); repo.addInstallableUnits(foo); repo.addInstallableUnits(createIUInCollection("bar", Version.emptyVersion)); repo.removeInstallableUnits(foo); } }, new NullProgressMonitor()); Discouraged access: The method executeBatch(IRunnableWithProgress, IProgressMonitor) from the type LocalMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/BatchExecuteMetadataRepositoryTest.java (at line 186) repo.addInstallableUnits(createIUInCollection("1", Version.emptyVersion)); Discouraged access: The method addInstallableUnits(Collection<IInstallableUnit>) from the type LocalMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/BatchExecuteMetadataRepositoryTest.java (at line 187) repo.addInstallableUnits(createIUInCollection("2", Version.emptyVersion)); Discouraged access: The method addInstallableUnits(Collection<IInstallableUnit>) from the type LocalMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/BatchExecuteMetadataRepositoryTest.java (at line 188) repo.addInstallableUnits(createIUInCollection("3", Version.emptyVersion)); Discouraged access: The method addInstallableUnits(Collection<IInstallableUnit>) from the type LocalMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
37. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/BatchExecuteMetadataRepositoryTest.java (at line 190) repo.addInstallableUnits(foo); Discouraged access: The method addInstallableUnits(Collection<IInstallableUnit>) from the type LocalMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
38. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/BatchExecuteMetadataRepositoryTest.java (at line 191) repo.addInstallableUnits(createIUInCollection("bar", Version.emptyVersion)); Discouraged access: The method addInstallableUnits(Collection<IInstallableUnit>) from the type LocalMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
39. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/BatchExecuteMetadataRepositoryTest.java (at line 192) repo.removeInstallableUnits(foo); Discouraged access: The method removeInstallableUnits(Collection<IInstallableUnit>) from the type LocalMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
40. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/BatchExecuteMetadataRepositoryTest.java (at line 196) assertEquals("1.0", 4, repo.query(QueryUtil.createIUAnyQuery(), new NullProgressMonitor()).toSet().size()); Discouraged access: The method query(IQuery<IInstallableUnit>, IProgressMonitor) from the type LocalMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
41. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/BatchExecuteMetadataRepositoryTest.java (at line 211) final LocalMetadataRepository repo = (LocalMetadataRepository) getMetadataRepositoryManager().createRepository(repositoryURI, "My Repo", IMetadataRepositoryManager.TYPE_SIMPLE_REPOSITORY, properties); Discouraged access: The type LocalMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
42. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/BatchExecuteMetadataRepositoryTest.java (at line 211) final LocalMetadataRepository repo = (LocalMetadataRepository) getMetadataRepositoryManager().createRepository(repositoryURI, "My Repo", IMetadataRepositoryManager.TYPE_SIMPLE_REPOSITORY, properties); Discouraged access: The type LocalMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
43. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/BatchExecuteMetadataRepositoryTest.java (at line 212) IStatus status = repo.executeBatch(new IRunnableWithProgress() { public void run(IProgressMonitor monitor) { // empty } }, new NullProgressMonitor()); Discouraged access: The method executeBatch(IRunnableWithProgress, IProgressMonitor) from the type LocalMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
44. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/BatchExecuteMetadataRepositoryTest.java (at line 223) class FailingSimpleMetadataRepository extends LocalMetadataRepository { Discouraged access: The type LocalMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
45. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/BatchExecuteMetadataRepositoryTest.java (at line 232) super(getAgent()); Discouraged access: The constructor LocalMetadataRepository(IProvisioningAgent) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
46. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/BatchExecuteMetadataRepositoryTest.java (at line 237) return super.executeBatch(runnable, monitor); Discouraged access: The method executeBatch(IRunnableWithProgress, IProgressMonitor) from the type LocalMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
47. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/BatchExecuteMetadataRepositoryTest.java (at line 251) LocalMetadataRepository simpleMetadataRepository = new FailingSimpleMetadataRepository(); Discouraged access: The type LocalMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
48. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/BatchExecuteMetadataRepositoryTest.java (at line 253) IStatus status = simpleMetadataRepository.executeBatch(new IRunnableWithProgress() { public void run(IProgressMonitor monitor) { throw new RuntimeException("bar"); } }, new NullProgressMonitor()); Discouraged access: The method executeBatch(IRunnableWithProgress, IProgressMonitor) from the type LocalMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
49. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/BatchExecuteMetadataRepositoryTest.java (at line 272) LocalMetadataRepository simpleMetadataRepository = new FailingSimpleMetadataRepository(); Discouraged access: The type LocalMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
50. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/BatchExecuteMetadataRepositoryTest.java (at line 274) IStatus status = simpleMetadataRepository.executeBatch(new IRunnableWithProgress() { public void run(IProgressMonitor monitor) { // empty } }, new NullProgressMonitor()); Discouraged access: The method executeBatch(IRunnableWithProgress, IProgressMonitor) from the type LocalMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
51. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/BatchExecuteMetadataRepositoryTest.java (at line 286) class TrackSavignSimpleMetadataRepository extends LocalMetadataRepository { Discouraged access: The type LocalMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
52. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/BatchExecuteMetadataRepositoryTest.java (at line 296) super(getAgent()); Discouraged access: The constructor LocalMetadataRepository(IProvisioningAgent) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
53. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/BatchExecuteMetadataRepositoryTest.java (at line 301) return super.executeBatch(runnable, monitor); Discouraged access: The method executeBatch(IRunnableWithProgress, IProgressMonitor) from the type LocalMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
54. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/BatchExecuteMetadataRepositoryTest.java (at line 355) final LocalMetadataRepository repo = (LocalMetadataRepository) getMetadataRepositoryManager().createRepository(repositoryURI, "My Repo", IMetadataRepositoryManager.TYPE_SIMPLE_REPOSITORY, properties); Discouraged access: The type LocalMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
55. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/BatchExecuteMetadataRepositoryTest.java (at line 355) final LocalMetadataRepository repo = (LocalMetadataRepository) getMetadataRepositoryManager().createRepository(repositoryURI, "My Repo", IMetadataRepositoryManager.TYPE_SIMPLE_REPOSITORY, properties); Discouraged access: The type LocalMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
56. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/BatchExecuteMetadataRepositoryTest.java (at line 356) repo.executeBatch(new IRunnableWithProgress() { public void run(IProgressMonitor monitor) { throw new RuntimeException(); } }, new NullProgressMonitor()); Discouraged access: The method executeBatch(IRunnableWithProgress, IProgressMonitor) from the type LocalMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
57. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/BatchExecuteMetadataRepositoryTest.java (at line 361) Field field = LocalMetadataRepository.class.getDeclaredField("disableSave"); Discouraged access: The type LocalMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
58. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/BatchExecuteMetadataRepositoryTest.java (at line 380) final LocalMetadataRepository repo = (LocalMetadataRepository) getMetadataRepositoryManager().createRepository(repositoryURI, "My Repo", IMetadataRepositoryManager.TYPE_SIMPLE_REPOSITORY, properties); Discouraged access: The type LocalMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
59. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/BatchExecuteMetadataRepositoryTest.java (at line 380) final LocalMetadataRepository repo = (LocalMetadataRepository) getMetadataRepositoryManager().createRepository(repositoryURI, "My Repo", IMetadataRepositoryManager.TYPE_SIMPLE_REPOSITORY, properties); Discouraged access: The type LocalMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
60. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/BatchExecuteMetadataRepositoryTest.java (at line 381) repo.executeBatch(new IRunnableWithProgress() { public void run(IProgressMonitor monitor) { Field field; try { field = LocalMetadataRepository.class.getDeclaredField("disableSave"); field.setAccessible(true); boolean disableSave = field.getBoolean(repo); assertTrue("1.0", disableSave); } catch (SecurityException e) { fail("1.1" + e.getMessage()); } catch (NoSuchFieldException e) { // TODO Auto-generated catch block fail("1.2" + e.getMessage()); } catch (IllegalArgumentException e) { fail("1.2" + e.getMessage()); } catch (IllegalAccessException e) { fail("1.2" + e.getMessage()); } } }, new NullProgressMonitor()); Discouraged access: The method executeBatch(IRunnableWithProgress, IProgressMonitor) from the type LocalMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
61. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/BatchExecuteMetadataRepositoryTest.java (at line 385) field = LocalMetadataRepository.class.getDeclaredField("disableSave"); Discouraged access: The type LocalMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileTest.java (at line 67) Profile profile = (Profile) registry.addProfile(PROFILE_NAME, properties); Discouraged access: The type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileTest.java (at line 67) Profile profile = (Profile) registry.addProfile(PROFILE_NAME, properties); Discouraged access: The type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileTest.java (at line 68) assertTrue(profile.getProperties().containsKey("test")); Discouraged access: The method getProperties() from the type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileTest.java (at line 69) assertEquals("test", profile.getProperty("test")); Discouraged access: The method getProperty(String) from the type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileTest.java (at line 70) profile.removeProperty("test"); Discouraged access: The method removeProperty(String) from the type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileTest.java (at line 71) assertNull(profile.getProperty("test")); Discouraged access: The method getProperty(String) from the type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileTest.java (at line 72) profile.addProperties(properties); Discouraged access: The method addProperties(Map<String,String>) from the type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileTest.java (at line 73) assertEquals("test", profile.getProperty("test")); Discouraged access: The method getProperty(String) from the type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileTest.java (at line 74) profile.setProperty("test", "newvalue"); Discouraged access: The method setProperty(String, String) from the type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileTest.java (at line 75) assertEquals("newvalue", profile.getProperty("test")); Discouraged access: The method getProperty(String) from the type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileTest.java (at line 83) Profile profile = (Profile) registry.addProfile(PROFILE_NAME); Discouraged access: The type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileTest.java (at line 83) Profile profile = (Profile) registry.addProfile(PROFILE_NAME); Discouraged access: The type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileTest.java (at line 85) profile.addInstallableUnit(createIU("test")); Discouraged access: The method addInstallableUnit(IInstallableUnit) from the type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileTest.java (at line 87) profile.removeInstallableUnit(createIU("test")); Discouraged access: The method removeInstallableUnit(IInstallableUnit) from the type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileTest.java (at line 96) Profile profile = (Profile) registry.addProfile(PROFILE_NAME); Discouraged access: The type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileTest.java (at line 96) Profile profile = (Profile) registry.addProfile(PROFILE_NAME); Discouraged access: The type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileTest.java (at line 98) profile.addInstallableUnit(createIU("test")); Discouraged access: The method addInstallableUnit(IInstallableUnit) from the type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileTest.java (at line 100) profile.addInstallableUnit(createIU("test")); Discouraged access: The method addInstallableUnit(IInstallableUnit) from the type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileTest.java (at line 109) Profile profile = (Profile) registry.addProfile(PROFILE_NAME); Discouraged access: The type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileTest.java (at line 109) Profile profile = (Profile) registry.addProfile(PROFILE_NAME); Discouraged access: The type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileTest.java (at line 111) profile.addInstallableUnit(createIU("test")); Discouraged access: The method addInstallableUnit(IInstallableUnit) from the type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileTest.java (at line 112) assertNull(profile.getInstallableUnitProperty(createIU("test"), "test")); Discouraged access: The method getInstallableUnitProperty(IInstallableUnit, String) from the type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileTest.java (at line 113) assertNull(profile.removeInstallableUnitProperty(createIU("test"), "test")); Discouraged access: The method removeInstallableUnitProperty(IInstallableUnit, String) from the type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileTest.java (at line 116) profile.addInstallableUnitProperties(createIU("test"), iuProperties); Discouraged access: The method addInstallableUnitProperties(IInstallableUnit, Map<String,String>) from the type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileTest.java (at line 117) assertEquals("test", profile.getInstallableUnitProperty(createIU("test"), "test")); Discouraged access: The method getInstallableUnitProperty(IInstallableUnit, String) from the type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileTest.java (at line 118) profile.removeInstallableUnitProperty(createIU("test"), "test"); Discouraged access: The method removeInstallableUnitProperty(IInstallableUnit, String) from the type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileTest.java (at line 119) assertNull(profile.getInstallableUnitProperty(createIU("test"), "test")); Discouraged access: The method getInstallableUnitProperty(IInstallableUnit, String) from the type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileTest.java (at line 128) Profile profile = (Profile) registry.addProfile(PROFILE_NAME); Discouraged access: The type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileTest.java (at line 128) Profile profile = (Profile) registry.addProfile(PROFILE_NAME); Discouraged access: The type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileTest.java (at line 129) assertTrue(profile.available(QueryUtil.createIUAnyQuery(), null).isEmpty()); Discouraged access: The method available(IQuery<IInstallableUnit>, IProgressMonitor) from the type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileTest.java (at line 130) profile.addInstallableUnit(createIU("test")); Discouraged access: The method addInstallableUnit(IInstallableUnit) from the type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileTest.java (at line 131) assertEquals(1, queryResultSize(profile.available(QueryUtil.createIUAnyQuery(), null))); Discouraged access: The method available(IQuery<IInstallableUnit>, IProgressMonitor) from the type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileTest.java (at line 132) profile.setSurrogateProfileHandler(new ISurrogateProfileHandler() { public IProfile createProfile(String id) { return null; } public boolean isSurrogate(IProfile profile) { return false; } public IQueryResult queryProfile(IProfile profile, IQuery query, IProgressMonitor monitor) { return new Collector(); } }); Discouraged access: The method setSurrogateProfileHandler(ISurrogateProfileHandler) from the type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileTest.java (at line 132) profile.setSurrogateProfileHandler(new ISurrogateProfileHandler() { Discouraged access: The type ISurrogateProfileHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileTest.java (at line 146) assertTrue(profile.available(QueryUtil.createIUAnyQuery(), null).isEmpty()); Discouraged access: The method available(IQuery<IInstallableUnit>, IProgressMonitor) from the type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileTest.java (at line 147) assertTrue(profile.snapshot().available(QueryUtil.createIUAnyQuery(), null).isEmpty()); Discouraged access: The method snapshot() from the type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
37. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileTest.java (at line 147) assertTrue(profile.snapshot().available(QueryUtil.createIUAnyQuery(), null).isEmpty()); Discouraged access: The method available(IQuery<IInstallableUnit>, IProgressMonitor) from the type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
38. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileTest.java (at line 158) class ProfileStringWriter extends ProfileWriter { Discouraged access: The type ProfileWriter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
39. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileTest.java (at line 161) super(stream, new ProcessingInstruction[] {ProcessingInstruction.makeTargetVersionInstruction(PROFILE_TEST_TARGET, PROFILE_TEST_VERSION)}); Discouraged access: The constructor ProfileWriter(OutputStream, XMLWriter.ProcessingInstruction[]) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
40. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileTest.java (at line 161) super(stream, new ProcessingInstruction[] {ProcessingInstruction.makeTargetVersionInstruction(PROFILE_TEST_TARGET, PROFILE_TEST_VERSION)}); Discouraged access: The type XMLWriter.ProcessingInstruction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
41. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileTest.java (at line 161) super(stream, new ProcessingInstruction[] {ProcessingInstruction.makeTargetVersionInstruction(PROFILE_TEST_TARGET, PROFILE_TEST_VERSION)}); Discouraged access: The type XMLWriter.ProcessingInstruction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
42. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileTest.java (at line 161) super(stream, new ProcessingInstruction[] {ProcessingInstruction.makeTargetVersionInstruction(PROFILE_TEST_TARGET, PROFILE_TEST_VERSION)}); Discouraged access: The method makeTargetVersionInstruction(String, Version) from the type XMLWriter.ProcessingInstruction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
43. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileTest.java (at line 165) start(PROFILE_TEST_ELEMENT); Discouraged access: The method start(String) from the type XMLWriter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
44. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileTest.java (at line 167) end(PROFILE_TEST_ELEMENT); Discouraged access: The method end(String) from the type XMLWriter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
45. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileTest.java (at line 168) flush(); Discouraged access: The method flush() from the type XMLWriter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
46. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileTest.java (at line 173) start(PROFILES_ELEMENT); Discouraged access: The method start(String) from the type XMLWriter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
47. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileTest.java (at line 174) attribute(COLLECTION_SIZE_ATTRIBUTE, profiles.length); Discouraged access: The method attribute(String, int) from the type XMLWriter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
48. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileTest.java (at line 174) attribute(COLLECTION_SIZE_ATTRIBUTE, profiles.length); Discouraged access: The field COLLECTION_SIZE_ATTRIBUTE from the type XMLConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
49. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileTest.java (at line 176) writeProfile(profiles[i]); Discouraged access: The method writeProfile(IProfile) from the type ProfileWriter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
50. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileTest.java (at line 178) end(PROFILES_ELEMENT); Discouraged access: The method end(String) from the type XMLWriter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
51. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileTest.java (at line 183) class ProfileStringParser extends ProfileParser { Discouraged access: The type ProfileParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
52. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileTest.java (at line 188) super(context, bundleId); Discouraged access: The constructor ProfileParser(BundleContext, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
53. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileTest.java (at line 192) this.status = null; Discouraged access: The field status from the type XMLParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
54. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileTest.java (at line 194) getParser(); Discouraged access: The method getParser() from the type XMLParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
55. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileTest.java (at line 196) xmlReader.setContentHandler(new ProfileDocHandler(PROFILE_TEST_ELEMENT, testHandler)); Discouraged access: The field xmlReader from the type XMLParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
56. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileTest.java (at line 197) xmlReader.parse(new InputSource(new StringReader(profileString))); Discouraged access: The field xmlReader from the type XMLParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
57. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileTest.java (at line 198) if (isValidXML()) { Discouraged access: The method isValidXML() from the type XMLParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
58. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileTest.java (at line 208) private final class ProfileDocHandler extends DocHandler { Discouraged access: The type XMLParser.DocHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
59. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileTest.java (at line 210) public ProfileDocHandler(String rootName, RootHandler rootHandler) { Discouraged access: The type XMLParser.RootHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
60. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileTest.java (at line 211) super(rootName, rootHandler); Discouraged access: The constructor XMLParser.DocHandler(String, XMLParser.RootHandler) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
61. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileTest.java (at line 216) Version profileTestVersion = extractPIVersion(target, data); Discouraged access: The method extractPIVersion(String, String) from the type XMLParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
62. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileTest.java (at line 224) private final class TestHandler extends RootHandler { Discouraged access: The type XMLParser.RootHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
63. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileTest.java (at line 237) duplicateElement(this, name, attributes); Discouraged access: The method duplicateElement(XMLParser.AbstractHandler, String, Attributes) from the type XMLParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
64. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileTest.java (at line 240) invalidElement(name, attributes); Discouraged access: The method invalidElement(String, Attributes) from the type XMLParser.AbstractHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
65. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileTest.java (at line 245) if (isValidXML()) { Discouraged access: The method isValidXML() from the type XMLParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
66. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileTest.java (at line 254) protected class ProfilesHandler extends AbstractHandler { Discouraged access: The type XMLParser.AbstractHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
67. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileTest.java (at line 258) public ProfilesHandler(AbstractHandler parentHandler, Attributes attributes) { Discouraged access: The type XMLParser.AbstractHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
68. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileTest.java (at line 259) super(parentHandler, PROFILES_ELEMENT); Discouraged access: The constructor XMLParser.AbstractHandler(ContentHandler, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
69. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileTest.java (at line 260) String size = parseOptionalAttribute(attributes, COLLECTION_SIZE_ATTRIBUTE); Discouraged access: The method parseOptionalAttribute(Attributes, String) from the type XMLParser.AbstractHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
70. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileTest.java (at line 260) String size = parseOptionalAttribute(attributes, COLLECTION_SIZE_ATTRIBUTE); Discouraged access: The field COLLECTION_SIZE_ATTRIBUTE from the type XMLConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
71. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileTest.java (at line 281) ProfileHandler profileHandler = (ProfileHandler) profileHandlers.get(profileId); Discouraged access: The type ProfileParser.ProfileHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
72. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileTest.java (at line 281) ProfileHandler profileHandler = (ProfileHandler) profileHandlers.get(profileId); Discouraged access: The type ProfileParser.ProfileHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
73. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileTest.java (at line 282) Profile parentProfile = null; Discouraged access: The type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
74. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileTest.java (at line 284) String parentId = profileHandler.getParentId(); Discouraged access: The method getParentId() from the type ProfileParser.ProfileHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
75. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileTest.java (at line 287) parentProfile = (Profile) profileMap.get(parentId); Discouraged access: The type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
76. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileTest.java (at line 290) Profile profile = new Profile(getAgent(), profileId, parentProfile, profileHandler.getProperties()); Discouraged access: The type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
77. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileTest.java (at line 290) Profile profile = new Profile(getAgent(), profileId, parentProfile, profileHandler.getProperties()); Discouraged access: The constructor Profile(IProvisioningAgent, String, Profile, Map<String,String>) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
78. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileTest.java (at line 290) Profile profile = new Profile(getAgent(), profileId, parentProfile, profileHandler.getProperties()); Discouraged access: The type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
79. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileTest.java (at line 290) Profile profile = new Profile(getAgent(), profileId, parentProfile, profileHandler.getProperties()); Discouraged access: The method getProperties() from the type ProfileParser.ProfileHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
80. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileTest.java (at line 291) profile.setTimestamp(profileHandler.getTimestamp()); Discouraged access: The method setTimestamp(long) from the type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
81. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileTest.java (at line 291) profile.setTimestamp(profileHandler.getTimestamp()); Discouraged access: The method getTimestamp() from the type ProfileParser.ProfileHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
82. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileTest.java (at line 292) IInstallableUnit[] ius = profileHandler.getInstallableUnits(); Discouraged access: The method getInstallableUnits() from the type ProfileParser.ProfileHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
83. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileTest.java (at line 296) 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/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
84. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileTest.java (at line 297) Map iuProperties = profileHandler.getIUProperties(iu); Discouraged access: The method getIUProperties(IInstallableUnit) from the type ProfileParser.ProfileHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
85. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileTest.java (at line 303) profile.setInstallableUnitProperty(iu, key, value); Discouraged access: The method setInstallableUnitProperty(IInstallableUnit, String, String) from the type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
86. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileTest.java (at line 312) if (name.equals(PROFILE_ELEMENT)) { Discouraged access: The field PROFILE_ELEMENT from the type ProfileXMLConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
87. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileTest.java (at line 315) invalidElement(name, attributes); Discouraged access: The method invalidElement(String, Attributes) from the type XMLParser.AbstractHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
88. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileTest.java (at line 320) public class ProfilesProfileHandler extends ProfileHandler { Discouraged access: The type ProfileParser.ProfileHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
89. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileTest.java (at line 325) this.parentHandler = profilesHandler; Discouraged access: The field parentHandler from the type XMLParser.AbstractHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
90. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileTest.java (at line 326) xmlReader.setContentHandler(this); Discouraged access: The field xmlReader from the type XMLParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
91. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileTest.java (at line 327) handleRootAttributes(attributes); Discouraged access: The method handleRootAttributes(Attributes) from the type ProfileParser.ProfileHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
92. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileTest.java (at line 331) if (isValidXML()) { Discouraged access: The method isValidXML() from the type XMLParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
93. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileTest.java (at line 332) profileHandlers.put(getProfileId(), this); Discouraged access: The method getProfileId() from the type ProfileParser.ProfileHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest11.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/4M/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/planner/PatchTest11.java (at line 50) ProfileChangeRequest req2 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest11.java (at line 50) ProfileChangeRequest req2 = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest11.java (at line 50) ProfileChangeRequest req2 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest11.java (at line 51) req2.addInstallableUnits(new IInstallableUnit[] {a1, p1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest11.java (at line 52) req2.setInstallableUnitInclusionRules(p1, ProfileInclusionRules.createOptionalInclusionRule(p1)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/AuthTest.java (at line 14) import org.eclipse.equinox.internal.p2.repository.RepositoryPreferences; Discouraged access: The type RepositoryPreferences is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/AuthTest.java (at line 78) assertEquals("There should have been N attempts", RepositoryPreferences.getLoginRetryCount() - 1, service.counter); Discouraged access: The type RepositoryPreferences is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/AuthTest.java (at line 78) assertEquals("There should have been N attempts", RepositoryPreferences.getLoginRetryCount() - 1, service.counter); Discouraged access: The method getLoginRetryCount() from the type RepositoryPreferences is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MinimalInstall.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/4M/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/planner/MinimalInstall.java (at line 48) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MinimalInstall.java (at line 48) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MinimalInstall.java (at line 48) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MinimalInstall.java (at line 49) req.addInstallableUnits(new IInstallableUnit[] {a1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small3.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/4M/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/planner/Bug300572Small3.java (at line 59) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small3.java (at line 59) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small3.java (at line 59) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small3.java (at line 60) req1.addInstallableUnits(new IInstallableUnit[] {featureBeingPatched, p1, p1b}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small3.java (at line 61) req1.setInstallableUnitInclusionRules(p1, ProfileInclusionRules.createOptionalInclusionRule(p1)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small3.java (at line 62) req1.setInstallableUnitInclusionRules(p1b, ProfileInclusionRules.createOptionalInclusionRule(p1b)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small3.java (at line 70) ProfileChangeRequest req2 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small3.java (at line 70) ProfileChangeRequest req2 = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small3.java (at line 70) ProfileChangeRequest req2 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small3.java (at line 71) req2.addInstallableUnits(new IInstallableUnit[] {p2, p2b}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small3.java (at line 72) req2.setInstallableUnitInclusionRules(p2, ProfileInclusionRules.createOptionalInclusionRule(p2)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small3.java (at line 73) req2.setInstallableUnitInclusionRules(p2, ProfileInclusionRules.createOptionalInclusionRule(p2b)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/RepositorManagerDifferentAgentTest.java (at line 17) import org.eclipse.equinox.internal.p2.core.helpers.ServiceHelper; Discouraged access: The type ServiceHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/RepositorManagerDifferentAgentTest.java (at line 26) IProvisioningAgentProvider agentProvider = (IProvisioningAgentProvider) ServiceHelper.getService(TestActivator.getContext(), IProvisioningAgentProvider.SERVICE_NAME); Discouraged access: The type ServiceHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/RepositorManagerDifferentAgentTest.java (at line 26) IProvisioningAgentProvider agentProvider = (IProvisioningAgentProvider) ServiceHelper.getService(TestActivator.getContext(), IProvisioningAgentProvider.SERVICE_NAME); Discouraged access: The method getService(BundleContext, String) from the type ServiceHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalUpdateSiteActionTest.java (at line 17) import org.eclipse.equinox.internal.p2.updatesite.LocalUpdateSiteAction; Discouraged access: The type LocalUpdateSiteAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalUpdateSiteActionTest.java (at line 19) import org.eclipse.equinox.p2.publisher.IPublisherInfo; Discouraged access: The type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalUpdateSiteActionTest.java (at line 42) expect(publisherInfo.getArtifactRepository()).andReturn(artifactRepository).anyTimes(); Discouraged access: The method getArtifactRepository() from the type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalUpdateSiteActionTest.java (at line 43) expect(publisherInfo.getArtifactOptions()).andReturn(IPublisherInfo.A_INDEX | IPublisherInfo.A_OVERWRITE | IPublisherInfo.A_PUBLISH).anyTimes(); Discouraged access: The method getArtifactOptions() from the type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalUpdateSiteActionTest.java (at line 43) expect(publisherInfo.getArtifactOptions()).andReturn(IPublisherInfo.A_INDEX | IPublisherInfo.A_OVERWRITE | IPublisherInfo.A_PUBLISH).anyTimes(); Discouraged access: The type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalUpdateSiteActionTest.java (at line 43) expect(publisherInfo.getArtifactOptions()).andReturn(IPublisherInfo.A_INDEX | IPublisherInfo.A_OVERWRITE | IPublisherInfo.A_PUBLISH).anyTimes(); Discouraged access: The field A_INDEX from the type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalUpdateSiteActionTest.java (at line 43) expect(publisherInfo.getArtifactOptions()).andReturn(IPublisherInfo.A_INDEX | IPublisherInfo.A_OVERWRITE | IPublisherInfo.A_PUBLISH).anyTimes(); Discouraged access: The type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalUpdateSiteActionTest.java (at line 43) expect(publisherInfo.getArtifactOptions()).andReturn(IPublisherInfo.A_INDEX | IPublisherInfo.A_OVERWRITE | IPublisherInfo.A_PUBLISH).anyTimes(); Discouraged access: The field A_OVERWRITE from the type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalUpdateSiteActionTest.java (at line 43) expect(publisherInfo.getArtifactOptions()).andReturn(IPublisherInfo.A_INDEX | IPublisherInfo.A_OVERWRITE | IPublisherInfo.A_PUBLISH).anyTimes(); Discouraged access: The type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalUpdateSiteActionTest.java (at line 43) expect(publisherInfo.getArtifactOptions()).andReturn(IPublisherInfo.A_INDEX | IPublisherInfo.A_OVERWRITE | IPublisherInfo.A_PUBLISH).anyTimes(); Discouraged access: The field A_PUBLISH from the type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalUpdateSiteActionTest.java (at line 44) expect(publisherInfo.getAdvice((String) anyObject(), anyBoolean(), (String) anyObject(), (Version) anyObject(), (Class) anyObject())).andReturn(Collections.EMPTY_LIST).anyTimes(); Discouraged access: The method getAdvice(String, boolean, String, Version, Class<IPublisherAdvice>) from the type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalUpdateSiteActionTest.java (at line 54) LocalUpdateSiteAction action = new LocalUpdateSiteAction(file.getAbsolutePath(), "qualifier"); Discouraged access: The type LocalUpdateSiteAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalUpdateSiteActionTest.java (at line 54) LocalUpdateSiteAction action = new LocalUpdateSiteAction(file.getAbsolutePath(), "qualifier"); Discouraged access: The constructor LocalUpdateSiteAction(String, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalUpdateSiteActionTest.java (at line 54) LocalUpdateSiteAction action = new LocalUpdateSiteAction(file.getAbsolutePath(), "qualifier"); Discouraged access: The type LocalUpdateSiteAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalUpdateSiteActionTest.java (at line 55) action.perform(publisherInfo, publisherResult, new NullProgressMonitor()); Discouraged access: The method perform(IPublisherInfo, IPublisherResult, IProgressMonitor) from the type LocalUpdateSiteAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/LocalUpdateSiteActionTest.java (at line 56) Collection ius = publisherResult.getIUs("test.feature.feature.jar", null); Discouraged access: The method getIUs(String, String) from the type IPublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MissingOptionalNonGreedyRequirement.java (at line 11) 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/4M/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/planner/MissingOptionalNonGreedyRequirement.java (at line 42) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MissingOptionalNonGreedyRequirement.java (at line 42) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MissingOptionalNonGreedyRequirement.java (at line 42) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MissingOptionalNonGreedyRequirement.java (at line 43) req.addInstallableUnits(new IInstallableUnit[] {a1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerOneInstalledReplacingIt.java (at line 14) import org.eclipse.equinox.internal.p2.operations.RequestFlexer; Discouraged access: The type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerOneInstalledReplacingIt.java (at line 64) RequestFlexer av = new RequestFlexer(planner); Discouraged access: The type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerOneInstalledReplacingIt.java (at line 64) RequestFlexer av = new RequestFlexer(planner); Discouraged access: The constructor RequestFlexer(IPlanner) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerOneInstalledReplacingIt.java (at line 64) RequestFlexer av = new RequestFlexer(planner); Discouraged access: The type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerOneInstalledReplacingIt.java (at line 65) av.setAllowInstalledElementRemoval(true); Discouraged access: The method setAllowInstalledElementRemoval(boolean) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerOneInstalledReplacingIt.java (at line 66) av.setProvisioningContext(context); Discouraged access: The method setProvisioningContext(ProvisioningContext) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerOneInstalledReplacingIt.java (at line 67) IProfileChangeRequest realRequest = av.getChangeRequest(requestToTest, profile, new NullProgressMonitor()); Discouraged access: The method getChangeRequest(IProfileChangeRequest, IProfile, IProgressMonitor) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerOneInstalledReplacingIt.java (at line 77) RequestFlexer av = new RequestFlexer(planner); Discouraged access: The type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerOneInstalledReplacingIt.java (at line 77) RequestFlexer av = new RequestFlexer(planner); Discouraged access: The constructor RequestFlexer(IPlanner) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerOneInstalledReplacingIt.java (at line 77) RequestFlexer av = new RequestFlexer(planner); Discouraged access: The type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerOneInstalledReplacingIt.java (at line 78) av.setAllowInstalledElementChange(true); Discouraged access: The method setAllowInstalledElementChange(boolean) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerOneInstalledReplacingIt.java (at line 79) av.setProvisioningContext(context); Discouraged access: The method setProvisioningContext(ProvisioningContext) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerOneInstalledReplacingIt.java (at line 80) IProfileChangeRequest realRequest = av.getChangeRequest(requestToTest, profile, new NullProgressMonitor()); Discouraged access: The method getChangeRequest(IProfileChangeRequest, IProfile, IProgressMonitor) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerOneInstalledReplacingIt.java (at line 91) RequestFlexer av = new RequestFlexer(planner); Discouraged access: The type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerOneInstalledReplacingIt.java (at line 91) RequestFlexer av = new RequestFlexer(planner); Discouraged access: The constructor RequestFlexer(IPlanner) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerOneInstalledReplacingIt.java (at line 91) RequestFlexer av = new RequestFlexer(planner); Discouraged access: The type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerOneInstalledReplacingIt.java (at line 92) av.setAllowDifferentVersion(true); Discouraged access: The method setAllowDifferentVersion(boolean) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerOneInstalledReplacingIt.java (at line 93) av.setAllowInstalledElementChange(true); Discouraged access: The method setAllowInstalledElementChange(boolean) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerOneInstalledReplacingIt.java (at line 94) av.setProvisioningContext(context); Discouraged access: The method setProvisioningContext(ProvisioningContext) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerOneInstalledReplacingIt.java (at line 95) IProfileChangeRequest realRequest = av.getChangeRequest(requestToTest, profile, new NullProgressMonitor()); Discouraged access: The method getChangeRequest(IProfileChangeRequest, IProfile, IProgressMonitor) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/full/AbstractEnd2EndTest.java (at line 17) import org.eclipse.equinox.internal.p2.core.helpers.LogHelper; Discouraged access: The type LogHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/full/AbstractEnd2EndTest.java (at line 18) import org.eclipse.equinox.internal.p2.core.helpers.ServiceHelper; Discouraged access: The type ServiceHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/full/AbstractEnd2EndTest.java (at line 19) 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/4M/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/full/AbstractEnd2EndTest.java (at line 20) import org.eclipse.equinox.internal.provisional.frameworkadmin.FrameworkAdmin; Discouraged access: The type FrameworkAdmin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/full/AbstractEnd2EndTest.java (at line 21) import org.eclipse.equinox.internal.provisional.p2.director.IDirector; Discouraged access: The type IDirector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/full/AbstractEnd2EndTest.java (at line 44) private IDirector director; Discouraged access: The type IDirector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/full/AbstractEnd2EndTest.java (at line 54) director = (IDirector) end2endAgent.getService(IDirector.SERVICE_NAME); Discouraged access: The type IDirector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/full/AbstractEnd2EndTest.java (at line 54) director = (IDirector) end2endAgent.getService(IDirector.SERVICE_NAME); Discouraged access: The type IDirector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/full/AbstractEnd2EndTest.java (at line 54) director = (IDirector) end2endAgent.getService(IDirector.SERVICE_NAME); Discouraged access: The field SERVICE_NAME from the type IDirector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/full/AbstractEnd2EndTest.java (at line 65) EnvironmentInfo info = (EnvironmentInfo) ServiceHelper.getService(TestActivator.getContext(), EnvironmentInfo.class.getName()); Discouraged access: The type ServiceHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/full/AbstractEnd2EndTest.java (at line 65) EnvironmentInfo info = (EnvironmentInfo) ServiceHelper.getService(TestActivator.getContext(), EnvironmentInfo.class.getName()); Discouraged access: The method getService(BundleContext, String) from the type ServiceHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/full/AbstractEnd2EndTest.java (at line 104) ProfileChangeRequest request = new ProfileChangeRequest(profile2); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/full/AbstractEnd2EndTest.java (at line 104) ProfileChangeRequest request = new ProfileChangeRequest(profile2); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/full/AbstractEnd2EndTest.java (at line 104) ProfileChangeRequest request = new ProfileChangeRequest(profile2); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/full/AbstractEnd2EndTest.java (at line 105) request.removeInstallableUnits(new IInstallableUnit[] {(IInstallableUnit) collect.iterator().next()}); Discouraged access: The method removeInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/full/AbstractEnd2EndTest.java (at line 106) IStatus s = director.provision(request, null, new NullProgressMonitor()); Discouraged access: The method provision(IProfileChangeRequest, ProvisioningContext, IProgressMonitor) from the type IDirector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/full/AbstractEnd2EndTest.java (at line 116) ProfileChangeRequest request = new ProfileChangeRequest(profile2); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/full/AbstractEnd2EndTest.java (at line 116) ProfileChangeRequest request = new ProfileChangeRequest(profile2); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/full/AbstractEnd2EndTest.java (at line 116) ProfileChangeRequest request = new ProfileChangeRequest(profile2); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/full/AbstractEnd2EndTest.java (at line 117) request.removeInstallableUnits(new IInstallableUnit[] {(IInstallableUnit) collect.iterator().next()});//, (IInstallableUnit) collect2.iterator().next()}); Discouraged access: The method removeInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/full/AbstractEnd2EndTest.java (at line 118) IStatus s = director.provision(request, null, new NullProgressMonitor()); Discouraged access: The method provision(IProfileChangeRequest, ProvisioningContext, IProgressMonitor) from the type IDirector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/full/AbstractEnd2EndTest.java (at line 129) IStatus s = director.revert(profile2, revertProfile, new ProvisioningContext(getAgent()), new NullProgressMonitor()); Discouraged access: The method revert(IProfile, IProfile, ProvisioningContext, IProgressMonitor) from the type IDirector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/full/AbstractEnd2EndTest.java (at line 140) ProfileChangeRequest request = new ProfileChangeRequest(profile2); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/full/AbstractEnd2EndTest.java (at line 140) ProfileChangeRequest request = new ProfileChangeRequest(profile2); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/full/AbstractEnd2EndTest.java (at line 140) ProfileChangeRequest request = new ProfileChangeRequest(profile2); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/full/AbstractEnd2EndTest.java (at line 141) request.addInstallableUnits(new IInstallableUnit[] {toInstall}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/full/AbstractEnd2EndTest.java (at line 142) IStatus s = director.provision(request, null, new NullProgressMonitor()); Discouraged access: The method provision(IProfileChangeRequest, ProvisioningContext, IProgressMonitor) from the type IDirector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/full/AbstractEnd2EndTest.java (at line 160) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/full/AbstractEnd2EndTest.java (at line 160) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/full/AbstractEnd2EndTest.java (at line 160) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/full/AbstractEnd2EndTest.java (at line 161) request.addInstallableUnits(new IInstallableUnit[] {bogusIU}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/full/AbstractEnd2EndTest.java (at line 162) IStatus s = director.provision(request, null, new NullProgressMonitor()); Discouraged access: The method provision(IProfileChangeRequest, ProvisioningContext, IProgressMonitor) from the type IDirector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/full/AbstractEnd2EndTest.java (at line 169) ProfileChangeRequest request = new ProfileChangeRequest(profile2); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/full/AbstractEnd2EndTest.java (at line 169) ProfileChangeRequest request = new ProfileChangeRequest(profile2); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/full/AbstractEnd2EndTest.java (at line 169) ProfileChangeRequest request = new ProfileChangeRequest(profile2); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/full/AbstractEnd2EndTest.java (at line 172) request.addInstallableUnits(new IInstallableUnit[] {platformIU}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
37. WARNING in /src/org/eclipse/equinox/p2/tests/full/AbstractEnd2EndTest.java (at line 173) IStatus s = director.provision(request, null, new NullProgressMonitor()); Discouraged access: The method provision(IProfileChangeRequest, ProvisioningContext, IProgressMonitor) from the type IDirector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
38. WARNING in /src/org/eclipse/equinox/p2/tests/full/AbstractEnd2EndTest.java (at line 175) LogHelper.log(s); Discouraged access: The type LogHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
39. WARNING in /src/org/eclipse/equinox/p2/tests/full/AbstractEnd2EndTest.java (at line 175) LogHelper.log(s); Discouraged access: The method log(IStatus) from the type LogHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
40. WARNING in /src/org/eclipse/equinox/p2/tests/full/AbstractEnd2EndTest.java (at line 227) protected FrameworkAdmin getEquinoxFrameworkAdmin() { Discouraged access: The type FrameworkAdmin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
41. WARNING in /src/org/eclipse/equinox/p2/tests/full/AbstractEnd2EndTest.java (at line 228) final String FILTER_OBJECTCLASS = "(" + Constants.OBJECTCLASS + "=" + FrameworkAdmin.class.getName() + ")"; Discouraged access: The type FrameworkAdmin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
42. WARNING in /src/org/eclipse/equinox/p2/tests/full/AbstractEnd2EndTest.java (at line 229) final String filterFwName = "(" + FrameworkAdmin.SERVICE_PROP_KEY_FW_NAME + "=Equinox)"; Discouraged access: The type FrameworkAdmin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
43. WARNING in /src/org/eclipse/equinox/p2/tests/full/AbstractEnd2EndTest.java (at line 229) final String filterFwName = "(" + FrameworkAdmin.SERVICE_PROP_KEY_FW_NAME + "=Equinox)"; Discouraged access: The field SERVICE_PROP_KEY_FW_NAME from the type FrameworkAdmin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
44. WARNING in /src/org/eclipse/equinox/p2/tests/full/AbstractEnd2EndTest.java (at line 230) final String filterLauncherName = "(" + FrameworkAdmin.SERVICE_PROP_KEY_LAUNCHER_NAME + "=Eclipse.exe)"; Discouraged access: The type FrameworkAdmin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
45. WARNING in /src/org/eclipse/equinox/p2/tests/full/AbstractEnd2EndTest.java (at line 230) final String filterLauncherName = "(" + FrameworkAdmin.SERVICE_PROP_KEY_LAUNCHER_NAME + "=Eclipse.exe)"; Discouraged access: The field SERVICE_PROP_KEY_LAUNCHER_NAME from the type FrameworkAdmin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
46. WARNING in /src/org/eclipse/equinox/p2/tests/full/AbstractEnd2EndTest.java (at line 253) return (FrameworkAdmin) fwAdminTracker.getService(); Discouraged access: The type FrameworkAdmin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
47. WARNING in /src/org/eclipse/equinox/p2/tests/full/AbstractEnd2EndTest.java (at line 258) EnvironmentInfo info = (EnvironmentInfo) ServiceHelper.getService(TestActivator.getContext(), EnvironmentInfo.class.getName()); Discouraged access: The type ServiceHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
48. WARNING in /src/org/eclipse/equinox/p2/tests/full/AbstractEnd2EndTest.java (at line 258) EnvironmentInfo info = (EnvironmentInfo) ServiceHelper.getService(TestActivator.getContext(), EnvironmentInfo.class.getName()); Discouraged access: The method getService(BundleContext, String) from the type ServiceHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug255984.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/4M/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/planner/Bug255984.java (at line 48) ProfileChangeRequest req = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug255984.java (at line 48) ProfileChangeRequest req = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug255984.java (at line 48) ProfileChangeRequest req = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug255984.java (at line 49) req.addInstallableUnits(new IInstallableUnit[] {b}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug255984.java (at line 50) req.setInstallableUnitInclusionRules(b, ProfileInclusionRules.createStrictInclusionRule(b)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug255984.java (at line 51) req.setInstallableUnitProfileProperty(b, "foo", "bar"); 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/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug255984.java (at line 59) ProfileChangeRequest req2 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug255984.java (at line 59) ProfileChangeRequest req2 = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug255984.java (at line 59) ProfileChangeRequest req2 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug255984.java (at line 60) req2.addInstallableUnits(new IInstallableUnit[] {a}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug255984.java (at line 61) req2.setInstallableUnitInclusionRules(a, ProfileInclusionRules.createStrictInclusionRule(a)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug255984.java (at line 62) req2.setInstallableUnitProfileProperty(a, "foo", "bar"); 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/4M/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/planner/Bug255984.java (at line 70) ProfileChangeRequest req3 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug255984.java (at line 70) ProfileChangeRequest req3 = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug255984.java (at line 70) ProfileChangeRequest req3 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug255984.java (at line 71) req3.removeInstallableUnits(new IInstallableUnit[] {b}); Discouraged access: The method removeInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug255984.java (at line 72) req3.removeInstallableUnitProfileProperty(b, "foo"); Discouraged access: The method removeInstallableUnitProfileProperty(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/FragmentTest.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/4M/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/metadata/FragmentTest.java (at line 34) ProfileChangeRequest req = new ProfileChangeRequest(createProfile(getName())); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/FragmentTest.java (at line 34) ProfileChangeRequest req = new ProfileChangeRequest(createProfile(getName())); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/FragmentTest.java (at line 34) ProfileChangeRequest req = new ProfileChangeRequest(createProfile(getName())); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/FragmentTest.java (at line 35) req.addInstallableUnits(iu1, iuf1, iuf2); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/FragmentTest.java (at line 54) ProfileChangeRequest req = new ProfileChangeRequest(createProfile(getName())); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/FragmentTest.java (at line 54) ProfileChangeRequest req = new ProfileChangeRequest(createProfile(getName())); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/FragmentTest.java (at line 54) ProfileChangeRequest req = new ProfileChangeRequest(createProfile(getName())); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/FragmentTest.java (at line 55) req.addInstallableUnits(iu1, iuf1); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/FragmentTest.java (at line 88) ProfileChangeRequest req = new ProfileChangeRequest(createProfile(getName())); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/FragmentTest.java (at line 88) ProfileChangeRequest req = new ProfileChangeRequest(createProfile(getName())); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/FragmentTest.java (at line 88) ProfileChangeRequest req = new ProfileChangeRequest(createProfile(getName())); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/FragmentTest.java (at line 89) req.addInstallableUnits(iu1, iuf1, iu2); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/FragmentTest.java (at line 126) ProfileChangeRequest req = new ProfileChangeRequest(createProfile(getName())); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/FragmentTest.java (at line 126) ProfileChangeRequest req = new ProfileChangeRequest(createProfile(getName())); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/FragmentTest.java (at line 126) ProfileChangeRequest req = new ProfileChangeRequest(createProfile(getName())); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/FragmentTest.java (at line 127) req.addInstallableUnits(iu1, iuf1); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest.java (at line 19) import org.eclipse.core.internal.registry.ExtensionRegistry; Discouraged access: The type ExtensionRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.bundles/bundles/org.eclipse.equinox.registry/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest.java (at line 22) import org.eclipse.equinox.internal.p2.artifact.repository.MirrorEvent; Discouraged access: The type MirrorEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest.java (at line 24) import org.eclipse.equinox.internal.p2.metadata.TouchpointData; Discouraged access: The type TouchpointData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest.java (at line 25) import org.eclipse.equinox.internal.p2.metadata.TouchpointInstruction; Discouraged access: The type TouchpointInstruction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest.java (at line 26) import org.eclipse.equinox.internal.p2.touchpoint.eclipse.Util; Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest.java (at line 27) import org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.ActionConstants; Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest.java (at line 28) import org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.RemoveRepositoryAction; Discouraged access: The type RemoveRepositoryAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest.java (at line 29) import org.eclipse.equinox.internal.provisional.p2.core.eventbus.ProvisioningListener; Discouraged access: The type ProvisioningListener is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest.java (at line 63) class ProvTestListener implements ProvisioningListener { Discouraged access: The type ProvisioningListener is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest.java (at line 70) if (o instanceof CollectEvent) { Discouraged access: The type CollectEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest.java (at line 71) if (((CollectEvent) o).getType() == CollectEvent.TYPE_OVERALL_START && ((CollectEvent) o).getRepository() == null) { Discouraged access: The method getType() from the type CollectEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest.java (at line 71) if (((CollectEvent) o).getType() == CollectEvent.TYPE_OVERALL_START && ((CollectEvent) o).getRepository() == null) { Discouraged access: The type CollectEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest.java (at line 71) if (((CollectEvent) o).getType() == CollectEvent.TYPE_OVERALL_START && ((CollectEvent) o).getRepository() == null) { Discouraged access: The type CollectEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest.java (at line 71) if (((CollectEvent) o).getType() == CollectEvent.TYPE_OVERALL_START && ((CollectEvent) o).getRepository() == null) { Discouraged access: The field TYPE_OVERALL_START from the type CollectEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest.java (at line 71) if (((CollectEvent) o).getType() == CollectEvent.TYPE_OVERALL_START && ((CollectEvent) o).getRepository() == null) { Discouraged access: The method getRepository() from the type CollectEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest.java (at line 71) if (((CollectEvent) o).getType() == CollectEvent.TYPE_OVERALL_START && ((CollectEvent) o).getRepository() == null) { Discouraged access: The type CollectEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest.java (at line 73) IArtifactRequest[] requests = ((CollectEvent) o).getDownloadRequests(); Discouraged access: The method getDownloadRequests() from the type CollectEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest.java (at line 73) IArtifactRequest[] requests = ((CollectEvent) o).getDownloadRequests(); Discouraged access: The type CollectEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest.java (at line 76) } else if (o instanceof MirrorEvent) { Discouraged access: The type MirrorEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest.java (at line 78) System.out.println(((MirrorEvent) o).getDownloadStatus()); Discouraged access: The method getDownloadStatus() from the type MirrorEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest.java (at line 78) System.out.println(((MirrorEvent) o).getDownloadStatus()); Discouraged access: The type MirrorEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest.java (at line 79) } else if (o instanceof CommitOperationEvent || o instanceof RollbackOperationEvent) Discouraged access: The type CommitOperationEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest.java (at line 79) } else if (o instanceof CommitOperationEvent || o instanceof RollbackOperationEvent) Discouraged access: The type RollbackOperationEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest.java (at line 84) getEventBus().addListener(listener); Discouraged access: The method addListener(ProvisioningListener) from the type IProvisioningEventBus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest.java (at line 89) IArtifactRepository bundlePool = Util.getBundlePoolRepository(getAgent(), profile); Discouraged access: The method getBundlePoolRepository(IProvisioningAgent, IProfile) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest.java (at line 89) IArtifactRepository bundlePool = Util.getBundlePoolRepository(getAgent(), profile); Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest.java (at line 107) getEventBus().removeListener(listener); Discouraged access: The method removeListener(ProvisioningListener) from the type IProvisioningEventBus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest.java (at line 115) class ProvTestListener implements ProvisioningListener { Discouraged access: The type ProvisioningListener is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest.java (at line 123) if (o instanceof PhaseEvent) { Discouraged access: The type PhaseEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest.java (at line 124) PhaseEvent event = (PhaseEvent) o; Discouraged access: The type PhaseEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest.java (at line 124) PhaseEvent event = (PhaseEvent) o; Discouraged access: The type PhaseEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest.java (at line 125) if (event.getType() == PhaseEvent.TYPE_START) { Discouraged access: The method getType() from the type PhaseEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest.java (at line 125) if (event.getType() == PhaseEvent.TYPE_START) { Discouraged access: The type PhaseEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest.java (at line 125) if (event.getType() == PhaseEvent.TYPE_START) { Discouraged access: The field TYPE_START from the type PhaseEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest.java (at line 126) if (!phaseStartEventToBePublised.remove(event.getPhaseId())) Discouraged access: The method getPhaseId() from the type PhaseEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest.java (at line 127) publishUnWantedPhaseEvent = event.getPhaseId(); Discouraged access: The method getPhaseId() from the type PhaseEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
37. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest.java (at line 128) } else if (event.getType() == PhaseEvent.TYPE_END) { Discouraged access: The method getType() from the type PhaseEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
38. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest.java (at line 128) } else if (event.getType() == PhaseEvent.TYPE_END) { Discouraged access: The type PhaseEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
39. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest.java (at line 128) } else if (event.getType() == PhaseEvent.TYPE_END) { Discouraged access: The field TYPE_END from the type PhaseEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
40. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest.java (at line 129) if (!phaseEndEventToBePublised.remove(event.getPhaseId())) Discouraged access: The method getPhaseId() from the type PhaseEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
41. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest.java (at line 130) publishUnWantedPhaseEvent = event.getPhaseId(); Discouraged access: The method getPhaseId() from the type PhaseEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
42. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest.java (at line 132) publishUnWantedPhaseType = event.getType(); Discouraged access: The method getType() from the type PhaseEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
43. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest.java (at line 133) } else if (o instanceof CommitOperationEvent || o instanceof RollbackOperationEvent) Discouraged access: The type CommitOperationEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
44. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest.java (at line 133) } else if (o instanceof CommitOperationEvent || o instanceof RollbackOperationEvent) Discouraged access: The type RollbackOperationEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
45. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest.java (at line 138) getEventBus().addListener(listener); Discouraged access: The method addListener(ProvisioningListener) from the type IProvisioningEventBus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
46. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest.java (at line 159) getEventBus().removeListener(listener); Discouraged access: The method removeListener(ProvisioningListener) from the type IProvisioningEventBus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
47. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest.java (at line 166) class ProvTestListener implements ProvisioningListener { Discouraged access: The type ProvisioningListener is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
48. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest.java (at line 174) if (o instanceof InstallableUnitEvent) { Discouraged access: The type InstallableUnitEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
49. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest.java (at line 175) InstallableUnitEvent event = (InstallableUnitEvent) o; Discouraged access: The type InstallableUnitEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
50. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest.java (at line 175) InstallableUnitEvent event = (InstallableUnitEvent) o; Discouraged access: The type InstallableUnitEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
51. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest.java (at line 176) if (event.getPhase().equals(PhaseSetFactory.PHASE_CONFIGURE) && event.isConfigure() && event.getInstallableUnit().getId().equals(iuId)) { Discouraged access: The method getPhase() from the type InstallableUnitEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
52. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest.java (at line 176) if (event.getPhase().equals(PhaseSetFactory.PHASE_CONFIGURE) && event.isConfigure() && event.getInstallableUnit().getId().equals(iuId)) { Discouraged access: The method isConfigure() from the type InstallableUnitEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
53. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest.java (at line 176) if (event.getPhase().equals(PhaseSetFactory.PHASE_CONFIGURE) && event.isConfigure() && event.getInstallableUnit().getId().equals(iuId)) { Discouraged access: The method getInstallableUnit() from the type InstallableUnitEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
54. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest.java (at line 177) if (event.isPre()) Discouraged access: The method isPre() from the type InstallableUnitEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
55. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest.java (at line 179) else if (event.isPost()) Discouraged access: The method isPost() from the type InstallableUnitEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
56. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest.java (at line 181) } else if (event.getPhase().equals(PhaseSetFactory.PHASE_UNCONFIGURE) && event.isUnConfigure() && event.getInstallableUnit().getId().equals(iuId)) { Discouraged access: The method getPhase() from the type InstallableUnitEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
57. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest.java (at line 181) } else if (event.getPhase().equals(PhaseSetFactory.PHASE_UNCONFIGURE) && event.isUnConfigure() && event.getInstallableUnit().getId().equals(iuId)) { Discouraged access: The method isUnConfigure() from the type InstallableUnitEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
58. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest.java (at line 181) } else if (event.getPhase().equals(PhaseSetFactory.PHASE_UNCONFIGURE) && event.isUnConfigure() && event.getInstallableUnit().getId().equals(iuId)) { Discouraged access: The method getInstallableUnit() from the type InstallableUnitEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
59. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest.java (at line 182) if (event.isPre()) Discouraged access: The method isPre() from the type InstallableUnitEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
60. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest.java (at line 184) else if (event.isPost()) Discouraged access: The method isPost() from the type InstallableUnitEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
61. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest.java (at line 187) } else if (o instanceof CommitOperationEvent || o instanceof RollbackOperationEvent) Discouraged access: The type CommitOperationEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
62. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest.java (at line 187) } else if (o instanceof CommitOperationEvent || o instanceof RollbackOperationEvent) Discouraged access: The type RollbackOperationEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
63. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest.java (at line 192) getEventBus().addListener(listener); Discouraged access: The method addListener(ProvisioningListener) from the type IProvisioningEventBus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
64. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest.java (at line 201) args.put(ActionConstants.PARM_AGENT, getAgent()); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
65. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest.java (at line 201) args.put(ActionConstants.PARM_AGENT, getAgent()); Discouraged access: The field PARM_AGENT from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
66. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest.java (at line 205) new RemoveRepositoryAction().execute(args); Discouraged access: The constructor RemoveRepositoryAction() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
67. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest.java (at line 205) new RemoveRepositoryAction().execute(args); Discouraged access: The method execute(Map<String,Object>) from the type RemoveRepositoryAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
68. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest.java (at line 205) new RemoveRepositoryAction().execute(args); Discouraged access: The type RemoveRepositoryAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
69. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest.java (at line 213) data.put(PhaseSetFactory.PHASE_CONFIGURE, new TouchpointInstruction(TouchpointInstruction.encodeAction("addRepository", parameters), null)); Discouraged access: The constructor TouchpointInstruction(String, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
70. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest.java (at line 213) data.put(PhaseSetFactory.PHASE_CONFIGURE, new TouchpointInstruction(TouchpointInstruction.encodeAction("addRepository", parameters), null)); Discouraged access: The type TouchpointInstruction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
71. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest.java (at line 213) data.put(PhaseSetFactory.PHASE_CONFIGURE, new TouchpointInstruction(TouchpointInstruction.encodeAction("addRepository", parameters), null)); Discouraged access: The method encodeAction(String, Map<String,String>) from the type TouchpointInstruction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
72. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest.java (at line 213) data.put(PhaseSetFactory.PHASE_CONFIGURE, new TouchpointInstruction(TouchpointInstruction.encodeAction("addRepository", parameters), null)); Discouraged access: The type TouchpointInstruction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
73. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest.java (at line 214) IInstallableUnit testIU = createResolvedIU(createEclipseIU(iuId, Version.create("1.0.0"), new IRequirement[0], new TouchpointData(data))); Discouraged access: The constructor TouchpointData(Map<String,ITouchpointInstruction>) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
74. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest.java (at line 214) IInstallableUnit testIU = createResolvedIU(createEclipseIU(iuId, Version.create("1.0.0"), new IRequirement[0], new TouchpointData(data))); Discouraged access: The type TouchpointData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
75. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest.java (at line 231) getEventBus().removeListener(listener); Discouraged access: The method removeListener(ProvisioningListener) from the type IProvisioningEventBus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
76. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest.java (at line 256) class ProvTestListener implements ProvisioningListener { Discouraged access: The type ProvisioningListener is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
77. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest.java (at line 264) if (o instanceof InstallableUnitEvent) { Discouraged access: The type InstallableUnitEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
78. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest.java (at line 265) InstallableUnitEvent event = (InstallableUnitEvent) o; Discouraged access: The type InstallableUnitEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
79. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest.java (at line 265) InstallableUnitEvent event = (InstallableUnitEvent) o; Discouraged access: The type InstallableUnitEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
80. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest.java (at line 266) if (event.getPhase().equals(PhaseSetFactory.PHASE_CONFIGURE) && event.getInstallableUnit().getId().equals(iuId)) { Discouraged access: The method getPhase() from the type InstallableUnitEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
81. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest.java (at line 266) if (event.getPhase().equals(PhaseSetFactory.PHASE_CONFIGURE) && event.getInstallableUnit().getId().equals(iuId)) { Discouraged access: The method getInstallableUnit() from the type InstallableUnitEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
82. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest.java (at line 267) if (event.isConfigure() && event.isPre()) Discouraged access: The method isConfigure() from the type InstallableUnitEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
83. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest.java (at line 267) if (event.isConfigure() && event.isPre()) Discouraged access: The method isPre() from the type InstallableUnitEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
84. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest.java (at line 269) else if (event.isConfigure() && event.isPost()) Discouraged access: The method isConfigure() from the type InstallableUnitEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
85. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest.java (at line 269) else if (event.isConfigure() && event.isPost()) Discouraged access: The method isPost() from the type InstallableUnitEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
86. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest.java (at line 271) else if (event.isUnConfigure() && event.isPre()) Discouraged access: The method isUnConfigure() from the type InstallableUnitEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
87. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest.java (at line 271) else if (event.isUnConfigure() && event.isPre()) Discouraged access: The method isPre() from the type InstallableUnitEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
88. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest.java (at line 273) else if (event.isUnConfigure() && event.isPost()) Discouraged access: The method isUnConfigure() from the type InstallableUnitEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
89. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest.java (at line 273) else if (event.isUnConfigure() && event.isPost()) Discouraged access: The method isPost() from the type InstallableUnitEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
90. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest.java (at line 275) } else if (event.getPhase().equals(PhaseSetFactory.PHASE_CONFIGURE) && event.getInstallableUnit().getId().equals(failureIU)) { Discouraged access: The method getPhase() from the type InstallableUnitEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
91. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest.java (at line 275) } else if (event.getPhase().equals(PhaseSetFactory.PHASE_CONFIGURE) && event.getInstallableUnit().getId().equals(failureIU)) { Discouraged access: The method getInstallableUnit() from the type InstallableUnitEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
92. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest.java (at line 276) if (event.isConfigure() && event.isPre()) { Discouraged access: The method isConfigure() from the type InstallableUnitEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
93. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest.java (at line 276) if (event.isConfigure() && event.isPre()) { Discouraged access: The method isPre() from the type InstallableUnitEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
94. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest.java (at line 278) } else if (event.isConfigure() && event.isPost()) Discouraged access: The method isConfigure() from the type InstallableUnitEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
95. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest.java (at line 278) } else if (event.isConfigure() && event.isPost()) Discouraged access: The method isPost() from the type InstallableUnitEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
96. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest.java (at line 280) else if (event.isUnConfigure() && event.isPre()) Discouraged access: The method isUnConfigure() from the type InstallableUnitEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
97. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest.java (at line 280) else if (event.isUnConfigure() && event.isPre()) Discouraged access: The method isPre() from the type InstallableUnitEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
98. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest.java (at line 282) else if (event.isUnConfigure() && event.isPost()) Discouraged access: The method isUnConfigure() from the type InstallableUnitEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
99. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest.java (at line 282) else if (event.isUnConfigure() && event.isPost()) Discouraged access: The method isPost() from the type InstallableUnitEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
100. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest.java (at line 285) } else if (o instanceof CommitOperationEvent || o instanceof RollbackOperationEvent) Discouraged access: The type RollbackOperationEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AbstractPlannerTest.java (at line 17) 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/4M/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/planner/AbstractPlannerTest.java (at line 53) Map<String, InstallableUnitOperand> result = new HashMap<String, InstallableUnitOperand>(); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AbstractPlannerTest.java (at line 53) Map<String, InstallableUnitOperand> result = new HashMap<String, InstallableUnitOperand>(); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AbstractPlannerTest.java (at line 54) Operand[] operands = ((ProvisioningPlan) plan).getOperands(); Discouraged access: The type Operand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AbstractPlannerTest.java (at line 54) Operand[] operands = ((ProvisioningPlan) plan).getOperands(); Discouraged access: The method getOperands() from the type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AbstractPlannerTest.java (at line 54) Operand[] operands = ((ProvisioningPlan) plan).getOperands(); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AbstractPlannerTest.java (at line 56) if (!(operands[i] instanceof InstallableUnitOperand)) Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AbstractPlannerTest.java (at line 58) InstallableUnitOperand operand = (InstallableUnitOperand) operands[i]; Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AbstractPlannerTest.java (at line 58) InstallableUnitOperand operand = (InstallableUnitOperand) operands[i]; Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AbstractPlannerTest.java (at line 59) String id = operand.first() == null ? operand.second().getId() : operand.first().getId(); Discouraged access: The method first() from the type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AbstractPlannerTest.java (at line 59) String id = operand.first() == null ? operand.second().getId() : operand.first().getId(); Discouraged access: The method second() from the type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AbstractPlannerTest.java (at line 59) String id = operand.first() == null ? operand.second().getId() : operand.first().getId(); Discouraged access: The method first() from the type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AbstractPlannerTest.java (at line 60) InstallableUnitOperand existing = result.get(id); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AbstractPlannerTest.java (at line 64) IInstallableUnit first = existing.first() == null ? operand.first() : existing.first(); Discouraged access: The method first() from the type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AbstractPlannerTest.java (at line 64) IInstallableUnit first = existing.first() == null ? operand.first() : existing.first(); Discouraged access: The method first() from the type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AbstractPlannerTest.java (at line 64) IInstallableUnit first = existing.first() == null ? operand.first() : existing.first(); Discouraged access: The method first() from the type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AbstractPlannerTest.java (at line 65) IInstallableUnit second = existing.second() == null ? operand.second() : existing.second(); Discouraged access: The method second() from the type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AbstractPlannerTest.java (at line 65) IInstallableUnit second = existing.second() == null ? operand.second() : existing.second(); Discouraged access: The method second() from the type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AbstractPlannerTest.java (at line 65) IInstallableUnit second = existing.second() == null ? operand.second() : existing.second(); Discouraged access: The method second() from the type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AbstractPlannerTest.java (at line 66) result.put(id, new InstallableUnitOperand(first, second)); Discouraged access: The constructor InstallableUnitOperand(IInstallableUnit, IInstallableUnit) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AbstractPlannerTest.java (at line 66) result.put(id, new InstallableUnitOperand(first, second)); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AbstractPlannerTest.java (at line 89) Field profileStore = SimpleProfileRegistry.class.getDeclaredField("store"); Discouraged access: The type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AbstractPlannerTest.java (at line 94) Field profilesMapField = SimpleProfileRegistry.class.getDeclaredField("profiles"); //$NON-NLS-1$ Discouraged access: The type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AbstractPlannerTest.java (at line 105) SimpleProfileRegistry realProfileRegistry = (SimpleProfileRegistry) getProfileRegistry(); Discouraged access: The type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AbstractPlannerTest.java (at line 105) SimpleProfileRegistry realProfileRegistry = (SimpleProfileRegistry) getProfileRegistry(); Discouraged access: The type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AbstractPlannerTest.java (at line 107) Field profilesMapField = SimpleProfileRegistry.class.getDeclaredField("profiles"); //$NON-NLS-1$ Discouraged access: The type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AbstractPlannerTest.java (at line 111) Field profileStore = SimpleProfileRegistry.class.getDeclaredField("store"); Discouraged access: The type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AbstractPlannerTest.java (at line 121) IProfileChangeRequest result = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AbstractPlannerTest.java (at line 121) IProfileChangeRequest result = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AbstractPlannerTest.java (at line 158) Operand[] expectedOperands = ((ProvisioningPlan) expectedPlan).getOperands(); Discouraged access: The type Operand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AbstractPlannerTest.java (at line 158) Operand[] expectedOperands = ((ProvisioningPlan) expectedPlan).getOperands(); Discouraged access: The method getOperands() from the type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AbstractPlannerTest.java (at line 158) Operand[] expectedOperands = ((ProvisioningPlan) expectedPlan).getOperands(); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AbstractPlannerTest.java (at line 159) Operand[] actualOperands = ((ProvisioningPlan) actualPlan).getOperands(); Discouraged access: The type Operand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AbstractPlannerTest.java (at line 159) Operand[] actualOperands = ((ProvisioningPlan) actualPlan).getOperands(); Discouraged access: The method getOperands() from the type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AbstractPlannerTest.java (at line 159) Operand[] actualOperands = ((ProvisioningPlan) actualPlan).getOperands(); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AbstractPlannerTest.java (at line 164) if (!(expectedOperands[outer] instanceof InstallableUnitOperand)) Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
37. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AbstractPlannerTest.java (at line 166) IInstallableUnit first = ((InstallableUnitOperand) expectedOperands[outer]).first(); Discouraged access: The method first() from the type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
38. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AbstractPlannerTest.java (at line 166) IInstallableUnit first = ((InstallableUnitOperand) expectedOperands[outer]).first(); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
39. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AbstractPlannerTest.java (at line 167) IInstallableUnit second = ((InstallableUnitOperand) expectedOperands[outer]).second(); Discouraged access: The method second() from the type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
40. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AbstractPlannerTest.java (at line 167) IInstallableUnit second = ((InstallableUnitOperand) expectedOperands[outer]).second(); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
41. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AbstractPlannerTest.java (at line 172) if (!(actualOperands[inner] instanceof InstallableUnitOperand)) Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
42. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AbstractPlannerTest.java (at line 174) InstallableUnitOperand actual = (InstallableUnitOperand) actualOperands[inner]; Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
43. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AbstractPlannerTest.java (at line 174) InstallableUnitOperand actual = (InstallableUnitOperand) actualOperands[inner]; Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
44. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AbstractPlannerTest.java (at line 178) if (actual.second() != null) Discouraged access: The method second() from the type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
45. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AbstractPlannerTest.java (at line 180) if (!actual.first().getId().equals(first.getId())) Discouraged access: The method first() from the type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
46. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AbstractPlannerTest.java (at line 183) assertEquals("0.5", first, actual.first()); Discouraged access: The method first() from the type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
47. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AbstractPlannerTest.java (at line 187) assertNotNull("1.2 " + actual, actual.second()); Discouraged access: The method second() from the type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
48. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AbstractPlannerTest.java (at line 188) if (!actual.second().getId().equals(second.getId())) Discouraged access: The method second() from the type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
49. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AbstractPlannerTest.java (at line 191) assertEquals("2.0", second, actual.second()); Discouraged access: The method second() from the type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/processors/ZipVerifierProcessorTest.java (at line 17) import org.eclipse.equinox.internal.p2.core.helpers.FileUtils; Discouraged access: The type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/processors/ZipVerifierProcessorTest.java (at line 18) import org.eclipse.equinox.internal.provisional.p2.artifact.repository.processing.ProcessingStep; Discouraged access: The type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/processors/ZipVerifierProcessorTest.java (at line 19) import org.eclipse.equinox.internal.provisional.p2.artifact.repository.processing.ZipVerifierStep; Discouraged access: The type ZipVerifierStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/processors/ZipVerifierProcessorTest.java (at line 35) ProcessingStep step = new ZipVerifierStep(); Discouraged access: The type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/processors/ZipVerifierProcessorTest.java (at line 35) ProcessingStep step = new ZipVerifierStep(); Discouraged access: The constructor ZipVerifierStep() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/processors/ZipVerifierProcessorTest.java (at line 35) ProcessingStep step = new ZipVerifierStep(); Discouraged access: The type ZipVerifierStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/processors/ZipVerifierProcessorTest.java (at line 37) step.link(destination, new NullProgressMonitor()); Discouraged access: The method link(OutputStream, IProgressMonitor) from the type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/processors/ZipVerifierProcessorTest.java (at line 42) FileUtils.copyStream(inputStream, true, step, true); Discouraged access: The type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/processors/ZipVerifierProcessorTest.java (at line 42) FileUtils.copyStream(inputStream, true, step, true); Discouraged access: The method copyStream(InputStream, boolean, OutputStream, boolean) from the type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/processors/ZipVerifierProcessorTest.java (at line 44) assertEquals(step.getStatus().getSeverity(), IStatus.OK); Discouraged access: The method getStatus() from the type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/processors/ZipVerifierProcessorTest.java (at line 49) ProcessingStep step = new ZipVerifierStep(); Discouraged access: The type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/processors/ZipVerifierProcessorTest.java (at line 49) ProcessingStep step = new ZipVerifierStep(); Discouraged access: The constructor ZipVerifierStep() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/processors/ZipVerifierProcessorTest.java (at line 49) ProcessingStep step = new ZipVerifierStep(); Discouraged access: The type ZipVerifierStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/processors/ZipVerifierProcessorTest.java (at line 51) step.link(destination, new NullProgressMonitor()); Discouraged access: The method link(OutputStream, IProgressMonitor) from the type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/processors/ZipVerifierProcessorTest.java (at line 56) FileUtils.copyStream(inputStream, true, step, true); Discouraged access: The type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/processors/ZipVerifierProcessorTest.java (at line 56) FileUtils.copyStream(inputStream, true, step, true); Discouraged access: The method copyStream(InputStream, boolean, OutputStream, boolean) from the type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/processors/ZipVerifierProcessorTest.java (at line 58) assertEquals(step.getStatus().getSeverity(), IStatus.ERROR); Discouraged access: The method getStatus() from the type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/processors/ZipVerifierProcessorTest.java (at line 63) ProcessingStep step = new ZipVerifierStep(); Discouraged access: The type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/processors/ZipVerifierProcessorTest.java (at line 63) ProcessingStep step = new ZipVerifierStep(); Discouraged access: The constructor ZipVerifierStep() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/processors/ZipVerifierProcessorTest.java (at line 63) ProcessingStep step = new ZipVerifierStep(); Discouraged access: The type ZipVerifierStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/processors/ZipVerifierProcessorTest.java (at line 65) step.link(destination, new NullProgressMonitor()); Discouraged access: The method link(OutputStream, IProgressMonitor) from the type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/processors/ZipVerifierProcessorTest.java (at line 70) FileUtils.copyStream(inputStream, true, step, true); Discouraged access: The type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/processors/ZipVerifierProcessorTest.java (at line 70) FileUtils.copyStream(inputStream, true, step, true); Discouraged access: The method copyStream(InputStream, boolean, OutputStream, boolean) from the type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/processors/ZipVerifierProcessorTest.java (at line 72) assertEquals(step.getStatus().getSeverity(), IStatus.ERROR); Discouraged access: The method getStatus() from the type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/processors/ZipVerifierProcessorTest.java (at line 77) ProcessingStep step = new ZipVerifierStep(); Discouraged access: The type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/processors/ZipVerifierProcessorTest.java (at line 77) ProcessingStep step = new ZipVerifierStep(); Discouraged access: The constructor ZipVerifierStep() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/processors/ZipVerifierProcessorTest.java (at line 77) ProcessingStep step = new ZipVerifierStep(); Discouraged access: The type ZipVerifierStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/processors/ZipVerifierProcessorTest.java (at line 79) step.link(destination, new NullProgressMonitor()); Discouraged access: The method link(OutputStream, IProgressMonitor) from the type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/processors/ZipVerifierProcessorTest.java (at line 84) FileUtils.copyStream(inputStream, true, step, true); Discouraged access: The type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/processors/ZipVerifierProcessorTest.java (at line 84) FileUtils.copyStream(inputStream, true, step, true); Discouraged access: The method copyStream(InputStream, boolean, OutputStream, boolean) from the type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/processors/ZipVerifierProcessorTest.java (at line 86) assertEquals(step.getStatus().getSeverity(), IStatus.ERROR); Discouraged access: The method getStatus() from the type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/processors/ZipVerifierProcessorTest.java (at line 92) ProcessingStep step = new ZipVerifierStep(); Discouraged access: The type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/processors/ZipVerifierProcessorTest.java (at line 92) ProcessingStep step = new ZipVerifierStep(); Discouraged access: The constructor ZipVerifierStep() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/processors/ZipVerifierProcessorTest.java (at line 92) ProcessingStep step = new ZipVerifierStep(); Discouraged access: The type ZipVerifierStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/processors/ZipVerifierProcessorTest.java (at line 94) step.link(destination, new NullProgressMonitor()); Discouraged access: The method link(OutputStream, IProgressMonitor) from the type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/processors/ZipVerifierProcessorTest.java (at line 99) FileUtils.copyStream(inputStream, true, step, true); Discouraged access: The type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
37. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/processors/ZipVerifierProcessorTest.java (at line 99) FileUtils.copyStream(inputStream, true, step, true); Discouraged access: The method copyStream(InputStream, boolean, OutputStream, boolean) from the type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
38. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/processors/ZipVerifierProcessorTest.java (at line 101) assertEquals(step.getStatus().getSeverity(), IStatus.ERROR); Discouraged access: The method getStatus() from the type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AbsolutePlanTest.java (at line 47) Operand[] ops = ((ProvisioningPlan) plan).getOperands(); Discouraged access: The type Operand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AbsolutePlanTest.java (at line 47) Operand[] ops = ((ProvisioningPlan) plan).getOperands(); Discouraged access: The method getOperands() from the type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AbsolutePlanTest.java (at line 47) Operand[] ops = ((ProvisioningPlan) plan).getOperands(); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AbsolutePlanTest.java (at line 50) if (ops[i] instanceof InstallableUnitPropertyOperand) Discouraged access: The type InstallableUnitPropertyOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/directorywatcher/TestRepositoryWatcher.java (at line 16) import org.eclipse.equinox.internal.provisional.p2.directorywatcher.DirectoryWatcher; Discouraged access: The type DirectoryWatcher is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.directorywatcher/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/directorywatcher/TestRepositoryWatcher.java (at line 17) import org.eclipse.equinox.internal.provisional.p2.directorywatcher.RepositoryListener; Discouraged access: The type RepositoryListener is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.directorywatcher/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/directorywatcher/TestRepositoryWatcher.java (at line 30) class TestRepositoryWatcher extends DirectoryWatcher { Discouraged access: The type DirectoryWatcher is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.directorywatcher/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/directorywatcher/TestRepositoryWatcher.java (at line 32) private RepositoryListener listener; Discouraged access: The type RepositoryListener is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.directorywatcher/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/directorywatcher/TestRepositoryWatcher.java (at line 38) RepositoryListener listener = new RepositoryListener(AbstractProvisioningTest.getUniqueString(), null); Discouraged access: The type RepositoryListener is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.directorywatcher/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/directorywatcher/TestRepositoryWatcher.java (at line 38) RepositoryListener listener = new RepositoryListener(AbstractProvisioningTest.getUniqueString(), null); Discouraged access: The constructor RepositoryListener(String, Map<String,String>) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.directorywatcher/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/directorywatcher/TestRepositoryWatcher.java (at line 38) RepositoryListener listener = new RepositoryListener(AbstractProvisioningTest.getUniqueString(), null); Discouraged access: The type RepositoryListener is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.directorywatcher/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/directorywatcher/TestRepositoryWatcher.java (at line 40) props.put(DirectoryWatcher.DIR, folder.getAbsolutePath()); Discouraged access: The type DirectoryWatcher is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.directorywatcher/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/directorywatcher/TestRepositoryWatcher.java (at line 40) props.put(DirectoryWatcher.DIR, folder.getAbsolutePath()); Discouraged access: The field DIR from the type DirectoryWatcher is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.directorywatcher/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/directorywatcher/TestRepositoryWatcher.java (at line 41) props.put(DirectoryWatcher.POLL, "500"); Discouraged access: The type DirectoryWatcher is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.directorywatcher/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/directorywatcher/TestRepositoryWatcher.java (at line 41) props.put(DirectoryWatcher.POLL, "500"); Discouraged access: The field POLL from the type DirectoryWatcher is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.directorywatcher/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/directorywatcher/TestRepositoryWatcher.java (at line 51) super(props, context); Discouraged access: The constructor DirectoryWatcher(Map<String,String>, BundleContext) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.directorywatcher/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/directorywatcher/TestRepositoryWatcher.java (at line 57) public synchronized void addListener(RepositoryListener repoListener) { Discouraged access: The type RepositoryListener is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.directorywatcher/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/directorywatcher/TestRepositoryWatcher.java (at line 58) super.addListener(repoListener); Discouraged access: The method addListener(DirectoryChangeListener) from the type DirectoryWatcher is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.directorywatcher/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/directorywatcher/TestRepositoryWatcher.java (at line 66) return listener.getMetadataRepository().query(QueryUtil.createIUAnyQuery(), null).toArray(IInstallableUnit.class); Discouraged access: The method getMetadataRepository() from the type RepositoryListener is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.directorywatcher/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/directorywatcher/TestRepositoryWatcher.java (at line 73) IQueryResult keys = listener.getArtifactRepository().query(ArtifactKeyQuery.ALL_KEYS, null); Discouraged access: The method getArtifactRepository() from the type RepositoryListener is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.directorywatcher/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/directorywatcher/TestRepositoryWatcher.java (at line 81) return listener.getArtifactRepository().getArtifactDescriptors(key); Discouraged access: The method getArtifactRepository() from the type RepositoryListener is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.directorywatcher/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/directorywatcher/TestRepositoryWatcher.java (at line 88) return ((IFileArtifactRepository) listener.getArtifactRepository()).getArtifactFile(key); Discouraged access: The method getArtifactRepository() from the type RepositoryListener is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.directorywatcher/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/RootFilesActionTest.java (at line 19) import org.eclipse.equinox.internal.p2.core.helpers.FileUtils; Discouraged access: The type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/RootFilesActionTest.java (at line 20) import org.eclipse.equinox.internal.p2.metadata.ArtifactKey; Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/RootFilesActionTest.java (at line 23) import org.eclipse.equinox.p2.publisher.AbstractPublisherAction; Discouraged access: The type AbstractPublisherAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/RootFilesActionTest.java (at line 24) import org.eclipse.equinox.p2.publisher.IPublisherInfo; Discouraged access: The type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/RootFilesActionTest.java (at line 48) private Collection<IRootFilesAdvice> adviceCollection; Discouraged access: The type IRootFilesAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/RootFilesActionTest.java (at line 58) testAction = new RootFilesAction(publisherInfo, idArg, versionArg, flavorArg); Discouraged access: The constructor RootFilesAction(IPublisherInfo, String, Version, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/RootFilesActionTest.java (at line 58) testAction = new RootFilesAction(publisherInfo, idArg, versionArg, flavorArg); Discouraged access: The type RootFilesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/RootFilesActionTest.java (at line 59) assertEquals(Status.OK_STATUS, testAction.perform(publisherInfo, publisherResult, new NullProgressMonitor())); Discouraged access: The method perform(IPublisherInfo, IPublisherResult, IProgressMonitor) from the type AbstractPublisherAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/RootFilesActionTest.java (at line 66) expect(publisherInfo.getArtifactRepository()).andReturn(artifactRepository).anyTimes(); Discouraged access: The method getArtifactRepository() from the type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/RootFilesActionTest.java (at line 67) expect(publisherInfo.getArtifactOptions()).andReturn(IPublisherInfo.A_INDEX | IPublisherInfo.A_OVERWRITE | IPublisherInfo.A_PUBLISH).anyTimes(); Discouraged access: The method getArtifactOptions() from the type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/RootFilesActionTest.java (at line 67) expect(publisherInfo.getArtifactOptions()).andReturn(IPublisherInfo.A_INDEX | IPublisherInfo.A_OVERWRITE | IPublisherInfo.A_PUBLISH).anyTimes(); Discouraged access: The type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/RootFilesActionTest.java (at line 67) expect(publisherInfo.getArtifactOptions()).andReturn(IPublisherInfo.A_INDEX | IPublisherInfo.A_OVERWRITE | IPublisherInfo.A_PUBLISH).anyTimes(); Discouraged access: The field A_INDEX from the type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/RootFilesActionTest.java (at line 67) expect(publisherInfo.getArtifactOptions()).andReturn(IPublisherInfo.A_INDEX | IPublisherInfo.A_OVERWRITE | IPublisherInfo.A_PUBLISH).anyTimes(); Discouraged access: The type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/RootFilesActionTest.java (at line 67) expect(publisherInfo.getArtifactOptions()).andReturn(IPublisherInfo.A_INDEX | IPublisherInfo.A_OVERWRITE | IPublisherInfo.A_PUBLISH).anyTimes(); Discouraged access: The field A_OVERWRITE from the type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/RootFilesActionTest.java (at line 67) expect(publisherInfo.getArtifactOptions()).andReturn(IPublisherInfo.A_INDEX | IPublisherInfo.A_OVERWRITE | IPublisherInfo.A_PUBLISH).anyTimes(); Discouraged access: The type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/RootFilesActionTest.java (at line 67) expect(publisherInfo.getArtifactOptions()).andReturn(IPublisherInfo.A_INDEX | IPublisherInfo.A_OVERWRITE | IPublisherInfo.A_PUBLISH).anyTimes(); Discouraged access: The field A_PUBLISH from the type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/RootFilesActionTest.java (at line 68) expect(publisherInfo.getAdvice(configSpec, true, null, null, IRootFilesAdvice.class)).andReturn(adviceCollection).anyTimes(); Discouraged access: The method getAdvice(String, boolean, String, Version, Class<IRootFilesAdvice>) from the type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/RootFilesActionTest.java (at line 68) expect(publisherInfo.getAdvice(configSpec, true, null, null, IRootFilesAdvice.class)).andReturn(adviceCollection).anyTimes(); Discouraged access: The type IRootFilesAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/RootFilesActionTest.java (at line 69) expect(publisherInfo.getAdvice(configSpec, false, flavorArg + topArg, versionArg, ITouchpointAdvice.class)).andReturn(null).anyTimes(); Discouraged access: The method getAdvice(String, boolean, String, Version, Class<ITouchpointAdvice>) from the type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/RootFilesActionTest.java (at line 69) expect(publisherInfo.getAdvice(configSpec, false, flavorArg + topArg, versionArg, ITouchpointAdvice.class)).andReturn(null).anyTimes(); Discouraged access: The type ITouchpointAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/RootFilesActionTest.java (at line 75) topLevel = AbstractPublisherAction.getArrayFromString(topArg, COMMA_SEPARATOR); Discouraged access: The type AbstractPublisherAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/RootFilesActionTest.java (at line 75) topLevel = AbstractPublisherAction.getArrayFromString(topArg, COMMA_SEPARATOR); Discouraged access: The method getArrayFromString(String, String) from the type AbstractPublisherAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/RootFilesActionTest.java (at line 81) adviceCollection.add(new RootFilesAdvice(null, root.listFiles(), null, configSpec)); Discouraged access: The constructor RootFilesAdvice(File, File[], File[], String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/RootFilesActionTest.java (at line 81) adviceCollection.add(new RootFilesAdvice(null, root.listFiles(), null, configSpec)); Discouraged access: The type RootFilesAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/RootFilesActionTest.java (at line 85) adviceCollection.add(new RootFilesAdvice(root, null, null, configSpec)); Discouraged access: The constructor RootFilesAdvice(File, File[], File[], String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/RootFilesActionTest.java (at line 85) adviceCollection.add(new RootFilesAdvice(root, null, null, configSpec)); Discouraged access: The type RootFilesAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/RootFilesActionTest.java (at line 91) adviceCollection.add(new RootFilesAdvice(null, null, excludedFiles, configSpec)); Discouraged access: The constructor RootFilesAdvice(File, File[], File[], String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/RootFilesActionTest.java (at line 91) adviceCollection.add(new RootFilesAdvice(null, null, excludedFiles, configSpec)); Discouraged access: The type RootFilesAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/RootFilesActionTest.java (at line 97) adviceCollection.add(new RootFilesAdvice(null, null, excludedFiles, configSpec)); Discouraged access: The constructor RootFilesAdvice(File, File[], File[], String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/RootFilesActionTest.java (at line 97) adviceCollection.add(new RootFilesAdvice(null, null, excludedFiles, configSpec)); Discouraged access: The type RootFilesAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/RootFilesActionTest.java (at line 109) IArtifactKey key = ArtifactKey.parse("binary,sdk.rootfiles.win32.win32.x86,3.4.0.i0305"); //$NON-NLS-1$ Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/RootFilesActionTest.java (at line 109) IArtifactKey key = ArtifactKey.parse("binary,sdk.rootfiles.win32.win32.x86,3.4.0.i0305"); //$NON-NLS-1$ Discouraged access: The method parse(String) from the type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/RootFilesActionTest.java (at line 168) FileUtils.copyStream(new FileInputStream(contentBytes), false, content, true); Discouraged access: The type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/RootFilesActionTest.java (at line 168) FileUtils.copyStream(new FileInputStream(contentBytes), false, content, true); Discouraged access: The method copyStream(InputStream, boolean, OutputStream, boolean) from the type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/full/End2EndTest36.java (at line 26) FrameworkAdmin fwkAdmin = getEquinoxFrameworkAdmin(); Discouraged access: The type FrameworkAdmin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/full/End2EndTest36.java (at line 27) Manipulator manipulator = fwkAdmin.getManipulator(); Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/full/End2EndTest36.java (at line 27) Manipulator manipulator = fwkAdmin.getManipulator(); Discouraged access: The method getManipulator() from the type FrameworkAdmin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/full/End2EndTest36.java (at line 28) LauncherData launcherData = manipulator.getLauncherData(); Discouraged access: The type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/full/End2EndTest36.java (at line 28) LauncherData launcherData = manipulator.getLauncherData(); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/full/End2EndTest36.java (at line 29) launcherData.setFwConfigLocation(new File(installFolder, "configuration")); Discouraged access: The method setFwConfigLocation(File) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/full/End2EndTest36.java (at line 30) launcherData.setLauncher(new File(installFolder, getLauncherName("eclipse", Platform.getOS()))); Discouraged access: The method setLauncher(File) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/full/End2EndTest36.java (at line 32) manipulator.load(); Discouraged access: The method load() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/full/End2EndTest36.java (at line 35) } catch (FrameworkAdminRuntimeException e) { Discouraged access: The type FrameworkAdminRuntimeException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/full/End2EndTest36.java (at line 41) assertContains("Can't find VM arg", manipulator.getLauncherData().getJvmArgs(), "-Xms40m"); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/full/End2EndTest36.java (at line 41) assertContains("Can't find VM arg", manipulator.getLauncherData().getJvmArgs(), "-Xms40m"); Discouraged access: The method getJvmArgs() from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/full/End2EndTest36.java (at line 42) assertContains("Can't find VM arg", manipulator.getLauncherData().getJvmArgs(), "-Xmx384m"); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/full/End2EndTest36.java (at line 42) assertContains("Can't find VM arg", manipulator.getLauncherData().getJvmArgs(), "-Xmx384m"); Discouraged access: The method getJvmArgs() from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/full/End2EndTest36.java (at line 44) String[] programArgs = manipulator.getLauncherData().getProgramArgs(); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/full/End2EndTest36.java (at line 44) String[] programArgs = manipulator.getLauncherData().getProgramArgs(); Discouraged access: The method getProgramArgs() from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/full/End2EndTest36.java (at line 49) assertTrue(manipulator.getConfigData().getBundles().length > 50); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/full/End2EndTest36.java (at line 49) assertTrue(manipulator.getConfigData().getBundles().length > 50); Discouraged access: The method getBundles() from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AdditionalConstraints.java (at line 15) 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/4M/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/planner/AdditionalConstraints.java (at line 51) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AdditionalConstraints.java (at line 51) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AdditionalConstraints.java (at line 51) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AdditionalConstraints.java (at line 52) req.addInstallableUnits(new IInstallableUnit[] {a1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AdditionalConstraints.java (at line 54) req.addExtraRequirements(Arrays.<IRequirement> asList(createRequiredCapabilities(IInstallableUnit.NAMESPACE_IU_ID, "B", new VersionRange("[2.0.0, 2.0.0]"))[0])); Discouraged access: The method addExtraRequirements(Collection<IRequirement>) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AdditionalConstraints.java (at line 63) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AdditionalConstraints.java (at line 63) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AdditionalConstraints.java (at line 63) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AdditionalConstraints.java (at line 65) req.addExtraRequirements(Arrays.<IRequirement> asList(createRequiredCapabilities(IInstallableUnit.NAMESPACE_IU_ID, "B", new VersionRange("[1.0.0, 4.0.0]"))[0])); Discouraged access: The method addExtraRequirements(Collection<IRequirement>) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java (at line 16) import org.eclipse.equinox.internal.p2.ui.sdk.scheduler.PreviousConfigurationFinder.ConfigurationDescriptor; Discouraged access: The type PreviousConfigurationFinder.ConfigurationDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java (at line 17) import org.eclipse.equinox.internal.p2.ui.sdk.scheduler.PreviousConfigurationFinder.Identifier; Discouraged access: The type PreviousConfigurationFinder.Identifier is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java (at line 22) private ConfigurationDescriptor referenceConfiguration; Discouraged access: The type PreviousConfigurationFinder.ConfigurationDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java (at line 26) referenceConfiguration = new ConfigurationDescriptor("org.eclipse.platform", new Identifier(4, 3, 0), "12345678", "win32_win32_x86", null); Discouraged access: The constructor PreviousConfigurationFinder.ConfigurationDescriptor(String, PreviousConfigurationFinder.Identifier, String, String, File) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java (at line 26) referenceConfiguration = new ConfigurationDescriptor("org.eclipse.platform", new Identifier(4, 3, 0), "12345678", "win32_win32_x86", null); Discouraged access: The type PreviousConfigurationFinder.ConfigurationDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java (at line 26) referenceConfiguration = new ConfigurationDescriptor("org.eclipse.platform", new Identifier(4, 3, 0), "12345678", "win32_win32_x86", null); Discouraged access: The constructor PreviousConfigurationFinder.Identifier(int, int, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java (at line 26) referenceConfiguration = new ConfigurationDescriptor("org.eclipse.platform", new Identifier(4, 3, 0), "12345678", "win32_win32_x86", null); Discouraged access: The type PreviousConfigurationFinder.Identifier is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java (at line 31) List<ConfigurationDescriptor> configs = new PreviousConfigurationFinder(configFolder).readPreviousConfigurations(configFolder); Discouraged access: The type PreviousConfigurationFinder.ConfigurationDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java (at line 31) List<ConfigurationDescriptor> configs = new PreviousConfigurationFinder(configFolder).readPreviousConfigurations(configFolder); Discouraged access: The constructor PreviousConfigurationFinder(File) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java (at line 31) List<ConfigurationDescriptor> configs = new PreviousConfigurationFinder(configFolder).readPreviousConfigurations(configFolder); Discouraged access: The method readPreviousConfigurations(File) from the type PreviousConfigurationFinder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java (at line 31) List<ConfigurationDescriptor> configs = new PreviousConfigurationFinder(configFolder).readPreviousConfigurations(configFolder); Discouraged access: The type PreviousConfigurationFinder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java (at line 32) ConfigurationDescriptor match = new PreviousConfigurationFinder(configFolder).findMostRelevantConfigurationFromInstallHashDir(configs, referenceConfiguration); Discouraged access: The type PreviousConfigurationFinder.ConfigurationDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java (at line 32) ConfigurationDescriptor match = new PreviousConfigurationFinder(configFolder).findMostRelevantConfigurationFromInstallHashDir(configs, referenceConfiguration); Discouraged access: The constructor PreviousConfigurationFinder(File) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java (at line 32) ConfigurationDescriptor match = new PreviousConfigurationFinder(configFolder).findMostRelevantConfigurationFromInstallHashDir(configs, referenceConfiguration); Discouraged access: The method findMostRelevantConfigurationFromInstallHashDir(List<PreviousConfigurationFinder.ConfigurationDescriptor>, PreviousConfigurationFinder.ConfigurationDescriptor) from the type PreviousConfigurationFinder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java (at line 32) ConfigurationDescriptor match = new PreviousConfigurationFinder(configFolder).findMostRelevantConfigurationFromInstallHashDir(configs, referenceConfiguration); Discouraged access: The type PreviousConfigurationFinder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java (at line 33) assertEquals("org.eclipse.platform", match.getProductId()); Discouraged access: The method getProductId() from the type PreviousConfigurationFinder.ConfigurationDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java (at line 34) assertEquals(new Identifier(4, 2, 1), match.getVersion()); Discouraged access: The constructor PreviousConfigurationFinder.Identifier(int, int, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java (at line 34) assertEquals(new Identifier(4, 2, 1), match.getVersion()); Discouraged access: The type PreviousConfigurationFinder.Identifier is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java (at line 34) assertEquals(new Identifier(4, 2, 1), match.getVersion()); Discouraged access: The method getVersion() from the type PreviousConfigurationFinder.ConfigurationDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java (at line 39) List<ConfigurationDescriptor> configs = new PreviousConfigurationFinder(configFolder).readPreviousConfigurations(configFolder); Discouraged access: The type PreviousConfigurationFinder.ConfigurationDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java (at line 39) List<ConfigurationDescriptor> configs = new PreviousConfigurationFinder(configFolder).readPreviousConfigurations(configFolder); Discouraged access: The constructor PreviousConfigurationFinder(File) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java (at line 39) List<ConfigurationDescriptor> configs = new PreviousConfigurationFinder(configFolder).readPreviousConfigurations(configFolder); Discouraged access: The method readPreviousConfigurations(File) from the type PreviousConfigurationFinder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java (at line 39) List<ConfigurationDescriptor> configs = new PreviousConfigurationFinder(configFolder).readPreviousConfigurations(configFolder); Discouraged access: The type PreviousConfigurationFinder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java (at line 40) ConfigurationDescriptor match = new PreviousConfigurationFinder(configFolder).findMostRelevantConfigurationFromInstallHashDir(configs, referenceConfiguration); Discouraged access: The type PreviousConfigurationFinder.ConfigurationDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java (at line 40) ConfigurationDescriptor match = new PreviousConfigurationFinder(configFolder).findMostRelevantConfigurationFromInstallHashDir(configs, referenceConfiguration); Discouraged access: The constructor PreviousConfigurationFinder(File) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java (at line 40) ConfigurationDescriptor match = new PreviousConfigurationFinder(configFolder).findMostRelevantConfigurationFromInstallHashDir(configs, referenceConfiguration); Discouraged access: The method findMostRelevantConfigurationFromInstallHashDir(List<PreviousConfigurationFinder.ConfigurationDescriptor>, PreviousConfigurationFinder.ConfigurationDescriptor) from the type PreviousConfigurationFinder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java (at line 40) ConfigurationDescriptor match = new PreviousConfigurationFinder(configFolder).findMostRelevantConfigurationFromInstallHashDir(configs, referenceConfiguration); Discouraged access: The type PreviousConfigurationFinder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java (at line 41) assertEquals("org.eclipse.platform", match.getProductId()); Discouraged access: The method getProductId() from the type PreviousConfigurationFinder.ConfigurationDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java (at line 42) assertEquals(new Identifier(4, 2, 0), match.getVersion()); Discouraged access: The constructor PreviousConfigurationFinder.Identifier(int, int, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java (at line 42) assertEquals(new Identifier(4, 2, 0), match.getVersion()); Discouraged access: The type PreviousConfigurationFinder.Identifier is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java (at line 42) assertEquals(new Identifier(4, 2, 0), match.getVersion()); Discouraged access: The method getVersion() from the type PreviousConfigurationFinder.ConfigurationDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java (at line 47) List<ConfigurationDescriptor> configs = new PreviousConfigurationFinder(configFolder).readPreviousConfigurations(configFolder); Discouraged access: The type PreviousConfigurationFinder.ConfigurationDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java (at line 47) List<ConfigurationDescriptor> configs = new PreviousConfigurationFinder(configFolder).readPreviousConfigurations(configFolder); Discouraged access: The constructor PreviousConfigurationFinder(File) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java (at line 47) List<ConfigurationDescriptor> configs = new PreviousConfigurationFinder(configFolder).readPreviousConfigurations(configFolder); Discouraged access: The method readPreviousConfigurations(File) from the type PreviousConfigurationFinder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java (at line 47) List<ConfigurationDescriptor> configs = new PreviousConfigurationFinder(configFolder).readPreviousConfigurations(configFolder); Discouraged access: The type PreviousConfigurationFinder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java (at line 48) ConfigurationDescriptor match = new PreviousConfigurationFinder(configFolder).findMostRelevantConfigurationFromInstallHashDir(configs, referenceConfiguration); Discouraged access: The type PreviousConfigurationFinder.ConfigurationDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
37. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java (at line 48) ConfigurationDescriptor match = new PreviousConfigurationFinder(configFolder).findMostRelevantConfigurationFromInstallHashDir(configs, referenceConfiguration); Discouraged access: The constructor PreviousConfigurationFinder(File) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
38. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java (at line 48) ConfigurationDescriptor match = new PreviousConfigurationFinder(configFolder).findMostRelevantConfigurationFromInstallHashDir(configs, referenceConfiguration); Discouraged access: The method findMostRelevantConfigurationFromInstallHashDir(List<PreviousConfigurationFinder.ConfigurationDescriptor>, PreviousConfigurationFinder.ConfigurationDescriptor) from the type PreviousConfigurationFinder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
39. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java (at line 48) ConfigurationDescriptor match = new PreviousConfigurationFinder(configFolder).findMostRelevantConfigurationFromInstallHashDir(configs, referenceConfiguration); Discouraged access: The type PreviousConfigurationFinder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
40. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java (at line 49) assertEquals("org.eclipse.epp.jee", match.getProductId()); Discouraged access: The method getProductId() from the type PreviousConfigurationFinder.ConfigurationDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
41. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java (at line 50) assertEquals(new Identifier(1, 5, 1), match.getVersion()); Discouraged access: The constructor PreviousConfigurationFinder.Identifier(int, int, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
42. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java (at line 50) assertEquals(new Identifier(1, 5, 1), match.getVersion()); Discouraged access: The type PreviousConfigurationFinder.Identifier is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
43. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java (at line 50) assertEquals(new Identifier(1, 5, 1), match.getVersion()); Discouraged access: The method getVersion() from the type PreviousConfigurationFinder.ConfigurationDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
44. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java (at line 55) List<ConfigurationDescriptor> configs = new PreviousConfigurationFinder(configFolder).readPreviousConfigurations(configFolder); Discouraged access: The type PreviousConfigurationFinder.ConfigurationDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
45. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java (at line 55) List<ConfigurationDescriptor> configs = new PreviousConfigurationFinder(configFolder).readPreviousConfigurations(configFolder); Discouraged access: The constructor PreviousConfigurationFinder(File) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
46. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java (at line 55) List<ConfigurationDescriptor> configs = new PreviousConfigurationFinder(configFolder).readPreviousConfigurations(configFolder); Discouraged access: The method readPreviousConfigurations(File) from the type PreviousConfigurationFinder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
47. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java (at line 55) List<ConfigurationDescriptor> configs = new PreviousConfigurationFinder(configFolder).readPreviousConfigurations(configFolder); Discouraged access: The type PreviousConfigurationFinder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
48. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java (at line 56) ConfigurationDescriptor match = new PreviousConfigurationFinder(configFolder).findMostRelevantConfigurationFromInstallHashDir(configs, referenceConfiguration); Discouraged access: The type PreviousConfigurationFinder.ConfigurationDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
49. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java (at line 56) ConfigurationDescriptor match = new PreviousConfigurationFinder(configFolder).findMostRelevantConfigurationFromInstallHashDir(configs, referenceConfiguration); Discouraged access: The constructor PreviousConfigurationFinder(File) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
50. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java (at line 56) ConfigurationDescriptor match = new PreviousConfigurationFinder(configFolder).findMostRelevantConfigurationFromInstallHashDir(configs, referenceConfiguration); Discouraged access: The method findMostRelevantConfigurationFromInstallHashDir(List<PreviousConfigurationFinder.ConfigurationDescriptor>, PreviousConfigurationFinder.ConfigurationDescriptor) from the type PreviousConfigurationFinder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
51. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java (at line 56) ConfigurationDescriptor match = new PreviousConfigurationFinder(configFolder).findMostRelevantConfigurationFromInstallHashDir(configs, referenceConfiguration); Discouraged access: The type PreviousConfigurationFinder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
52. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java (at line 63) List<ConfigurationDescriptor> configs = new PreviousConfigurationFinder(configFolder).readPreviousConfigurations(configFolder); Discouraged access: The type PreviousConfigurationFinder.ConfigurationDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
53. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java (at line 63) List<ConfigurationDescriptor> configs = new PreviousConfigurationFinder(configFolder).readPreviousConfigurations(configFolder); Discouraged access: The constructor PreviousConfigurationFinder(File) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
54. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java (at line 63) List<ConfigurationDescriptor> configs = new PreviousConfigurationFinder(configFolder).readPreviousConfigurations(configFolder); Discouraged access: The method readPreviousConfigurations(File) from the type PreviousConfigurationFinder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
55. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java (at line 63) List<ConfigurationDescriptor> configs = new PreviousConfigurationFinder(configFolder).readPreviousConfigurations(configFolder); Discouraged access: The type PreviousConfigurationFinder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
56. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java (at line 64) ConfigurationDescriptor match = new PreviousConfigurationFinder(configFolder).findMostRelevantConfigurationFromProductId(configs, referenceConfiguration); Discouraged access: The type PreviousConfigurationFinder.ConfigurationDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
57. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java (at line 64) ConfigurationDescriptor match = new PreviousConfigurationFinder(configFolder).findMostRelevantConfigurationFromProductId(configs, referenceConfiguration); Discouraged access: The constructor PreviousConfigurationFinder(File) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
58. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java (at line 64) ConfigurationDescriptor match = new PreviousConfigurationFinder(configFolder).findMostRelevantConfigurationFromProductId(configs, referenceConfiguration); Discouraged access: The method findMostRelevantConfigurationFromProductId(List<PreviousConfigurationFinder.ConfigurationDescriptor>, PreviousConfigurationFinder.ConfigurationDescriptor) from the type PreviousConfigurationFinder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
59. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java (at line 64) ConfigurationDescriptor match = new PreviousConfigurationFinder(configFolder).findMostRelevantConfigurationFromProductId(configs, referenceConfiguration); Discouraged access: The type PreviousConfigurationFinder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
60. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java (at line 65) assertEquals("org.eclipse.platform", match.getProductId()); Discouraged access: The method getProductId() from the type PreviousConfigurationFinder.ConfigurationDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
61. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java (at line 66) assertEquals(new Identifier(4, 2, 1), match.getVersion()); Discouraged access: The constructor PreviousConfigurationFinder.Identifier(int, int, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
62. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java (at line 66) assertEquals(new Identifier(4, 2, 1), match.getVersion()); Discouraged access: The type PreviousConfigurationFinder.Identifier is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
63. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java (at line 66) assertEquals(new Identifier(4, 2, 1), match.getVersion()); Discouraged access: The method getVersion() from the type PreviousConfigurationFinder.ConfigurationDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
64. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java (at line 71) List<ConfigurationDescriptor> configs = new PreviousConfigurationFinder(configFolder).readPreviousConfigurations(configFolder); Discouraged access: The type PreviousConfigurationFinder.ConfigurationDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
65. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java (at line 71) List<ConfigurationDescriptor> configs = new PreviousConfigurationFinder(configFolder).readPreviousConfigurations(configFolder); Discouraged access: The constructor PreviousConfigurationFinder(File) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
66. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java (at line 71) List<ConfigurationDescriptor> configs = new PreviousConfigurationFinder(configFolder).readPreviousConfigurations(configFolder); Discouraged access: The method readPreviousConfigurations(File) from the type PreviousConfigurationFinder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
67. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java (at line 71) List<ConfigurationDescriptor> configs = new PreviousConfigurationFinder(configFolder).readPreviousConfigurations(configFolder); Discouraged access: The type PreviousConfigurationFinder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
68. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java (at line 72) ConfigurationDescriptor match = new PreviousConfigurationFinder(configFolder).findMostRelevantConfigurationFromProductId(configs, referenceConfiguration); Discouraged access: The type PreviousConfigurationFinder.ConfigurationDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
69. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java (at line 72) ConfigurationDescriptor match = new PreviousConfigurationFinder(configFolder).findMostRelevantConfigurationFromProductId(configs, referenceConfiguration); Discouraged access: The constructor PreviousConfigurationFinder(File) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
70. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java (at line 72) ConfigurationDescriptor match = new PreviousConfigurationFinder(configFolder).findMostRelevantConfigurationFromProductId(configs, referenceConfiguration); Discouraged access: The method findMostRelevantConfigurationFromProductId(List<PreviousConfigurationFinder.ConfigurationDescriptor>, PreviousConfigurationFinder.ConfigurationDescriptor) from the type PreviousConfigurationFinder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
71. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java (at line 72) ConfigurationDescriptor match = new PreviousConfigurationFinder(configFolder).findMostRelevantConfigurationFromProductId(configs, referenceConfiguration); Discouraged access: The type PreviousConfigurationFinder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
72. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java (at line 73) assertEquals("org.eclipse.platform", match.getProductId()); Discouraged access: The method getProductId() from the type PreviousConfigurationFinder.ConfigurationDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
73. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java (at line 74) assertEquals(new Identifier(4, 3, 0), match.getVersion()); Discouraged access: The constructor PreviousConfigurationFinder.Identifier(int, int, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
74. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java (at line 74) assertEquals(new Identifier(4, 3, 0), match.getVersion()); Discouraged access: The type PreviousConfigurationFinder.Identifier is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
75. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java (at line 74) assertEquals(new Identifier(4, 3, 0), match.getVersion()); Discouraged access: The method getVersion() from the type PreviousConfigurationFinder.ConfigurationDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
76. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java (at line 79) List<ConfigurationDescriptor> configs = new PreviousConfigurationFinder(configFolder).readPreviousConfigurations(configFolder); Discouraged access: The type PreviousConfigurationFinder.ConfigurationDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
77. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java (at line 79) List<ConfigurationDescriptor> configs = new PreviousConfigurationFinder(configFolder).readPreviousConfigurations(configFolder); Discouraged access: The constructor PreviousConfigurationFinder(File) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
78. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java (at line 79) List<ConfigurationDescriptor> configs = new PreviousConfigurationFinder(configFolder).readPreviousConfigurations(configFolder); Discouraged access: The method readPreviousConfigurations(File) from the type PreviousConfigurationFinder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
79. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java (at line 79) List<ConfigurationDescriptor> configs = new PreviousConfigurationFinder(configFolder).readPreviousConfigurations(configFolder); Discouraged access: The type PreviousConfigurationFinder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
80. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java (at line 80) ConfigurationDescriptor match = new PreviousConfigurationFinder(configFolder).findMostRelevantConfigurationFromProductId(configs, referenceConfiguration); Discouraged access: The type PreviousConfigurationFinder.ConfigurationDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
81. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java (at line 80) ConfigurationDescriptor match = new PreviousConfigurationFinder(configFolder).findMostRelevantConfigurationFromProductId(configs, referenceConfiguration); Discouraged access: The constructor PreviousConfigurationFinder(File) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
82. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java (at line 80) ConfigurationDescriptor match = new PreviousConfigurationFinder(configFolder).findMostRelevantConfigurationFromProductId(configs, referenceConfiguration); Discouraged access: The method findMostRelevantConfigurationFromProductId(List<PreviousConfigurationFinder.ConfigurationDescriptor>, PreviousConfigurationFinder.ConfigurationDescriptor) from the type PreviousConfigurationFinder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
83. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java (at line 80) ConfigurationDescriptor match = new PreviousConfigurationFinder(configFolder).findMostRelevantConfigurationFromProductId(configs, referenceConfiguration); Discouraged access: The type PreviousConfigurationFinder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
84. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java (at line 86) List<ConfigurationDescriptor> configs = new PreviousConfigurationFinder(configFolder).readPreviousConfigurations(configFolder); Discouraged access: The type PreviousConfigurationFinder.ConfigurationDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
85. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java (at line 86) List<ConfigurationDescriptor> configs = new PreviousConfigurationFinder(configFolder).readPreviousConfigurations(configFolder); Discouraged access: The constructor PreviousConfigurationFinder(File) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
86. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java (at line 86) List<ConfigurationDescriptor> configs = new PreviousConfigurationFinder(configFolder).readPreviousConfigurations(configFolder); Discouraged access: The method readPreviousConfigurations(File) from the type PreviousConfigurationFinder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
87. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java (at line 86) List<ConfigurationDescriptor> configs = new PreviousConfigurationFinder(configFolder).readPreviousConfigurations(configFolder); Discouraged access: The type PreviousConfigurationFinder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
88. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java (at line 87) ConfigurationDescriptor match = new PreviousConfigurationFinder(configFolder).findMostRelevantConfigurationFromProductId(configs, referenceConfiguration); Discouraged access: The type PreviousConfigurationFinder.ConfigurationDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
89. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java (at line 87) ConfigurationDescriptor match = new PreviousConfigurationFinder(configFolder).findMostRelevantConfigurationFromProductId(configs, referenceConfiguration); Discouraged access: The constructor PreviousConfigurationFinder(File) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
90. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java (at line 87) ConfigurationDescriptor match = new PreviousConfigurationFinder(configFolder).findMostRelevantConfigurationFromProductId(configs, referenceConfiguration); Discouraged access: The method findMostRelevantConfigurationFromProductId(List<PreviousConfigurationFinder.ConfigurationDescriptor>, PreviousConfigurationFinder.ConfigurationDescriptor) from the type PreviousConfigurationFinder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
91. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java (at line 87) ConfigurationDescriptor match = new PreviousConfigurationFinder(configFolder).findMostRelevantConfigurationFromProductId(configs, referenceConfiguration); Discouraged access: The type PreviousConfigurationFinder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
92. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java (at line 88) assertEquals("org.eclipse.platform", match.getProductId()); Discouraged access: The method getProductId() from the type PreviousConfigurationFinder.ConfigurationDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
93. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java (at line 89) assertEquals(new Identifier(4, 2, 0), match.getVersion()); Discouraged access: The constructor PreviousConfigurationFinder.Identifier(int, int, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
94. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java (at line 89) assertEquals(new Identifier(4, 2, 0), match.getVersion()); Discouraged access: The type PreviousConfigurationFinder.Identifier is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
95. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java (at line 89) assertEquals(new Identifier(4, 2, 0), match.getVersion()); Discouraged access: The method getVersion() from the type PreviousConfigurationFinder.ConfigurationDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
96. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java (at line 94) List<ConfigurationDescriptor> configs = new PreviousConfigurationFinder(configFolder).readPreviousConfigurations(configFolder); Discouraged access: The type PreviousConfigurationFinder.ConfigurationDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
97. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java (at line 94) List<ConfigurationDescriptor> configs = new PreviousConfigurationFinder(configFolder).readPreviousConfigurations(configFolder); Discouraged access: The constructor PreviousConfigurationFinder(File) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
98. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java (at line 94) List<ConfigurationDescriptor> configs = new PreviousConfigurationFinder(configFolder).readPreviousConfigurations(configFolder); Discouraged access: The method readPreviousConfigurations(File) from the type PreviousConfigurationFinder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
99. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java (at line 94) List<ConfigurationDescriptor> configs = new PreviousConfigurationFinder(configFolder).readPreviousConfigurations(configFolder); Discouraged access: The type PreviousConfigurationFinder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
100. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java (at line 95) ConfigurationDescriptor match = new PreviousConfigurationFinder(configFolder).findMostRelevantConfigurationFromProductId(configs, referenceConfiguration); Discouraged access: The constructor PreviousConfigurationFinder(File) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java (at line 15) import org.eclipse.equinox.internal.p2.engine.InstallableUnitOperand; Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java (at line 16) import org.eclipse.equinox.internal.p2.touchpoint.eclipse.EclipseTouchpoint; Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java (at line 17) import org.eclipse.equinox.internal.p2.touchpoint.eclipse.Util; Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java (at line 18) import org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.ActionConstants; Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java (at line 19) import org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.SetProgramPropertyAction; Discouraged access: The type SetProgramPropertyAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java (at line 20) import org.eclipse.equinox.internal.provisional.frameworkadmin.Manipulator; Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java (at line 24) import org.eclipse.equinox.p2.publisher.eclipse.BundlesAction; Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java (at line 28) import org.eclipse.equinox.spi.p2.publisher.PublisherHelper; Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java (at line 43) parameters.put(ActionConstants.PARM_AGENT, getAgent()); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java (at line 43) parameters.put(ActionConstants.PARM_AGENT, getAgent()); Discouraged access: The field PARM_AGENT from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java (at line 44) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java (at line 44) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The constructor EclipseTouchpoint() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java (at line 44) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java (at line 48) InstallableUnitOperand operand = new InstallableUnitOperand(null, createIU("test")); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java (at line 48) InstallableUnitOperand operand = new InstallableUnitOperand(null, createIU("test")); Discouraged access: The constructor InstallableUnitOperand(IInstallableUnit, IInstallableUnit) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java (at line 48) InstallableUnitOperand operand = new InstallableUnitOperand(null, createIU("test")); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java (at line 49) touchpoint.initializePhase(null, profile, "test", parameters); Discouraged access: The method initializePhase(IProgressMonitor, IProfile, String, Map<String,Object>) from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java (at line 50) parameters.put("iu", operand.second()); Discouraged access: The method second() from the type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java (at line 51) touchpoint.initializeOperand(profile, parameters); Discouraged access: The method initializeOperand(IProfile, Map<String,Object>) from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java (at line 52) Manipulator manipulator = (Manipulator) parameters.get(EclipseTouchpoint.PARM_MANIPULATOR); Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java (at line 52) Manipulator manipulator = (Manipulator) parameters.get(EclipseTouchpoint.PARM_MANIPULATOR); Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java (at line 52) Manipulator manipulator = (Manipulator) parameters.get(EclipseTouchpoint.PARM_MANIPULATOR); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java (at line 52) Manipulator manipulator = (Manipulator) parameters.get(EclipseTouchpoint.PARM_MANIPULATOR); Discouraged access: The field PARM_MANIPULATOR from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java (at line 57) assertFalse(manipulator.getConfigData().getProperties().containsKey(frameworkDependentPropertyName)); Discouraged access: The method getProperties() from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java (at line 57) assertFalse(manipulator.getConfigData().getProperties().containsKey(frameworkDependentPropertyName)); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java (at line 58) parameters.put(ActionConstants.PARM_PROP_NAME, frameworkDependentPropertyName); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java (at line 58) parameters.put(ActionConstants.PARM_PROP_NAME, frameworkDependentPropertyName); Discouraged access: The field PARM_PROP_NAME from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java (at line 59) parameters.put(ActionConstants.PARM_PROP_VALUE, frameworkDependentPropertyValue); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java (at line 59) parameters.put(ActionConstants.PARM_PROP_VALUE, frameworkDependentPropertyValue); Discouraged access: The field PARM_PROP_VALUE from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java (at line 62) SetProgramPropertyAction action = new SetProgramPropertyAction(); Discouraged access: The type SetProgramPropertyAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java (at line 62) SetProgramPropertyAction action = new SetProgramPropertyAction(); Discouraged access: The constructor SetProgramPropertyAction() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java (at line 62) SetProgramPropertyAction action = new SetProgramPropertyAction(); Discouraged access: The type SetProgramPropertyAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java (at line 63) action.execute(parameters); Discouraged access: The method execute(Map<String,Object>) from the type SetProgramPropertyAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java (at line 64) assertEquals("true", manipulator.getConfigData().getProperty(frameworkDependentPropertyName)); Discouraged access: The method getProperty(String) from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java (at line 64) assertEquals("true", manipulator.getConfigData().getProperty(frameworkDependentPropertyName)); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java (at line 65) action.undo(parameters); Discouraged access: The method undo(Map<String,Object>) from the type SetProgramPropertyAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
37. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java (at line 66) assertFalse(manipulator.getConfigData().getProperties().containsKey(frameworkDependentPropertyName)); Discouraged access: The method getProperties() from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
38. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java (at line 66) assertFalse(manipulator.getConfigData().getProperties().containsKey(frameworkDependentPropertyName)); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
39. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java (at line 76) IFileArtifactRepository bundlePool = Util.getBundlePoolRepository(getAgent(), profile); Discouraged access: The method getBundlePoolRepository(IProvisioningAgent, IProfile) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
40. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java (at line 76) IFileArtifactRepository bundlePool = Util.getBundlePoolRepository(getAgent(), profile); Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
41. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java (at line 83) BundleDescription bundleDescription = BundlesAction.createBundleDescription(osgiTarget); Discouraged access: The method createBundleDescription(File) from the type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
42. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java (at line 83) BundleDescription bundleDescription = BundlesAction.createBundleDescription(osgiTarget); Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
43. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java (at line 84) IArtifactKey key = BundlesAction.createBundleArtifactKey(bundleDescription.getSymbolicName(), bundleDescription.getVersion().toString()); Discouraged access: The method createBundleArtifactKey(String, String) from the type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
44. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java (at line 84) IArtifactKey key = BundlesAction.createBundleArtifactKey(bundleDescription.getSymbolicName(), bundleDescription.getVersion().toString()); Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
45. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java (at line 85) IArtifactDescriptor descriptor = PublisherHelper.createArtifactDescriptor(key, osgiTarget); Discouraged access: The method createArtifactDescriptor(IArtifactKey, File) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
46. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java (at line 85) IArtifactDescriptor descriptor = PublisherHelper.createArtifactDescriptor(key, osgiTarget); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
47. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java (at line 90) parameters.put(ActionConstants.PARM_AGENT, getAgent()); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
48. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java (at line 90) parameters.put(ActionConstants.PARM_AGENT, getAgent()); Discouraged access: The field PARM_AGENT from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
49. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java (at line 91) parameters.put(ActionConstants.PARM_PROFILE, profile); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
50. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java (at line 91) parameters.put(ActionConstants.PARM_PROFILE, profile); Discouraged access: The field PARM_PROFILE from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
51. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java (at line 92) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
52. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java (at line 92) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The constructor EclipseTouchpoint() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
53. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java (at line 92) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
54. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java (at line 93) touchpoint.initializePhase(null, profile, "test", parameters); Discouraged access: The method initializePhase(IProgressMonitor, IProfile, String, Map<String,Object>) from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
55. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java (at line 94) InstallableUnitOperand operand = new InstallableUnitOperand(null, iu); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
56. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java (at line 94) InstallableUnitOperand operand = new InstallableUnitOperand(null, iu); Discouraged access: The constructor InstallableUnitOperand(IInstallableUnit, IInstallableUnit) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
57. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java (at line 94) InstallableUnitOperand operand = new InstallableUnitOperand(null, iu); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
58. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java (at line 95) parameters.put("iu", operand.second()); Discouraged access: The method second() from the type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
59. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java (at line 97) touchpoint.initializeOperand(profile, parameters); Discouraged access: The method initializeOperand(IProfile, Map<String,Object>) from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
60. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java (at line 98) Manipulator manipulator = (Manipulator) parameters.get(EclipseTouchpoint.PARM_MANIPULATOR); Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
61. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java (at line 98) Manipulator manipulator = (Manipulator) parameters.get(EclipseTouchpoint.PARM_MANIPULATOR); Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
62. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java (at line 98) Manipulator manipulator = (Manipulator) parameters.get(EclipseTouchpoint.PARM_MANIPULATOR); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
63. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java (at line 98) Manipulator manipulator = (Manipulator) parameters.get(EclipseTouchpoint.PARM_MANIPULATOR); Discouraged access: The field PARM_MANIPULATOR from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
64. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java (at line 102) assertFalse(Arrays.asList(manipulator.getLauncherData().getProgramArgs()).contains(resolvedArtifact)); Discouraged access: The method getProgramArgs() from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
65. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java (at line 102) assertFalse(Arrays.asList(manipulator.getLauncherData().getProgramArgs()).contains(resolvedArtifact)); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
66. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java (at line 103) parameters.put(ActionConstants.PARM_PROP_NAME, "test"); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
67. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java (at line 103) parameters.put(ActionConstants.PARM_PROP_NAME, "test"); Discouraged access: The field PARM_PROP_NAME from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
68. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java (at line 104) parameters.put(ActionConstants.PARM_PROP_VALUE, "@artifact"); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
69. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java (at line 104) parameters.put(ActionConstants.PARM_PROP_VALUE, "@artifact"); Discouraged access: The field PARM_PROP_VALUE from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
70. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java (at line 108) SetProgramPropertyAction action = new SetProgramPropertyAction(); Discouraged access: The type SetProgramPropertyAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
71. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java (at line 108) SetProgramPropertyAction action = new SetProgramPropertyAction(); Discouraged access: The constructor SetProgramPropertyAction() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
72. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java (at line 108) SetProgramPropertyAction action = new SetProgramPropertyAction(); Discouraged access: The type SetProgramPropertyAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
73. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java (at line 110) action.execute(parameters); Discouraged access: The method execute(Map<String,Object>) from the type SetProgramPropertyAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
74. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java (at line 111) assertTrue(manipulator.getConfigData().getProperty("test").equals(resolvedArtifact)); Discouraged access: The method getProperty(String) from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
75. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java (at line 111) assertTrue(manipulator.getConfigData().getProperty("test").equals(resolvedArtifact)); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
76. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java (at line 112) action.undo(parameters); Discouraged access: The method undo(Map<String,Object>) from the type SetProgramPropertyAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
77. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java (at line 113) assertFalse(manipulator.getConfigData().getProperties().containsKey("test")); Discouraged access: The method getProperties() from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
78. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java (at line 113) assertFalse(manipulator.getConfigData().getProperties().containsKey("test")); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
79. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java (at line 115) action.execute(parameters); Discouraged access: The method execute(Map<String,Object>) from the type SetProgramPropertyAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
80. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java (at line 116) assertTrue(manipulator.getConfigData().getProperty("test").equals(resolvedArtifact)); Discouraged access: The method getProperty(String) from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
81. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java (at line 116) assertTrue(manipulator.getConfigData().getProperty("test").equals(resolvedArtifact)); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
82. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java (at line 118) parameters.remove(ActionConstants.PARM_PROP_VALUE); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
83. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java (at line 118) parameters.remove(ActionConstants.PARM_PROP_VALUE); Discouraged access: The field PARM_PROP_VALUE from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
84. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java (at line 120) action.execute(parameters); Discouraged access: The method execute(Map<String,Object>) from the type SetProgramPropertyAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
85. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java (at line 121) assertFalse(manipulator.getConfigData().getProperties().containsKey("test")); Discouraged access: The method getProperties() from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
86. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java (at line 121) assertFalse(manipulator.getConfigData().getProperties().containsKey("test")); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
87. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java (at line 122) action.undo(parameters); Discouraged access: The method undo(Map<String,Object>) from the type SetProgramPropertyAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
88. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java (at line 123) assertTrue(manipulator.getConfigData().getProperty("test").equals(resolvedArtifact)); Discouraged access: The method getProperty(String) from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
89. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java (at line 123) assertTrue(manipulator.getConfigData().getProperty("test").equals(resolvedArtifact)); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
90. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java (at line 133) IFileArtifactRepository bundlePool = Util.getBundlePoolRepository(getAgent(), profile); Discouraged access: The method getBundlePoolRepository(IProvisioningAgent, IProfile) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
91. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java (at line 133) IFileArtifactRepository bundlePool = Util.getBundlePoolRepository(getAgent(), profile); Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
92. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java (at line 140) BundleDescription bundleDescription = BundlesAction.createBundleDescription(osgiTarget); Discouraged access: The method createBundleDescription(File) from the type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
93. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java (at line 140) BundleDescription bundleDescription = BundlesAction.createBundleDescription(osgiTarget); Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
94. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java (at line 141) IArtifactKey key = BundlesAction.createBundleArtifactKey(bundleDescription.getSymbolicName(), bundleDescription.getVersion().toString()); Discouraged access: The method createBundleArtifactKey(String, String) from the type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
95. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java (at line 141) IArtifactKey key = BundlesAction.createBundleArtifactKey(bundleDescription.getSymbolicName(), bundleDescription.getVersion().toString()); Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
96. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java (at line 142) IArtifactDescriptor descriptor = PublisherHelper.createArtifactDescriptor(key, osgiTarget); Discouraged access: The method createArtifactDescriptor(IArtifactKey, File) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
97. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java (at line 142) IArtifactDescriptor descriptor = PublisherHelper.createArtifactDescriptor(key, osgiTarget); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
98. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java (at line 147) parameters.put(ActionConstants.PARM_AGENT, getAgent()); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
99. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java (at line 147) parameters.put(ActionConstants.PARM_AGENT, getAgent()); Discouraged access: The field PARM_AGENT from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
100. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetProgramPropertyActionTest.java (at line 148) parameters.put(ActionConstants.PARM_PROFILE, profile); Discouraged access: The field PARM_PROFILE from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/installer/InstallDescriptionParserTest.java (at line 17) import org.eclipse.equinox.internal.p2.installer.InstallDescriptionParser; Discouraged access: The type InstallDescriptionParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/installer/InstallDescriptionParserTest.java (at line 18) import org.eclipse.equinox.internal.provisional.p2.installer.InstallDescription; Discouraged access: The type InstallDescription is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/installer/InstallDescriptionParserTest.java (at line 29) protected void assertEquals(String message, InstallDescription expected, InstallDescription actual) { Discouraged access: The type InstallDescription is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/installer/InstallDescriptionParserTest.java (at line 29) protected void assertEquals(String message, InstallDescription expected, InstallDescription actual) { Discouraged access: The type InstallDescription is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/installer/InstallDescriptionParserTest.java (at line 30) assertEquals(message, expected.getLauncherName(), actual.getLauncherName()); Discouraged access: The method getLauncherName() from the type InstallDescription is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/installer/InstallDescriptionParserTest.java (at line 30) assertEquals(message, expected.getLauncherName(), actual.getLauncherName()); Discouraged access: The method getLauncherName() from the type InstallDescription is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/installer/InstallDescriptionParserTest.java (at line 31) assertEquals(message, expected.getProductName(), actual.getProductName()); Discouraged access: The method getProductName() from the type InstallDescription is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/installer/InstallDescriptionParserTest.java (at line 31) assertEquals(message, expected.getProductName(), actual.getProductName()); Discouraged access: The method getProductName() from the type InstallDescription is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/installer/InstallDescriptionParserTest.java (at line 32) assertEquals(message, expected.getAgentLocation(), actual.getAgentLocation()); Discouraged access: The method getAgentLocation() from the type InstallDescription is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/installer/InstallDescriptionParserTest.java (at line 32) assertEquals(message, expected.getAgentLocation(), actual.getAgentLocation()); Discouraged access: The method getAgentLocation() from the type InstallDescription is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/installer/InstallDescriptionParserTest.java (at line 33) assertEquals(message, expected.getArtifactRepositories(), actual.getArtifactRepositories()); Discouraged access: The method getArtifactRepositories() from the type InstallDescription is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/installer/InstallDescriptionParserTest.java (at line 33) assertEquals(message, expected.getArtifactRepositories(), actual.getArtifactRepositories()); Discouraged access: The method getArtifactRepositories() from the type InstallDescription is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/installer/InstallDescriptionParserTest.java (at line 34) assertEquals(message, expected.getBundleLocation(), actual.getBundleLocation()); Discouraged access: The method getBundleLocation() from the type InstallDescription is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/installer/InstallDescriptionParserTest.java (at line 34) assertEquals(message, expected.getBundleLocation(), actual.getBundleLocation()); Discouraged access: The method getBundleLocation() from the type InstallDescription is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/installer/InstallDescriptionParserTest.java (at line 35) assertEquals(message, expected.getInstallLocation(), actual.getInstallLocation()); Discouraged access: The method getInstallLocation() from the type InstallDescription is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/installer/InstallDescriptionParserTest.java (at line 35) assertEquals(message, expected.getInstallLocation(), actual.getInstallLocation()); Discouraged access: The method getInstallLocation() from the type InstallDescription is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/installer/InstallDescriptionParserTest.java (at line 36) assertEquals(message, expected.getMetadataRepositories(), actual.getMetadataRepositories()); Discouraged access: The method getMetadataRepositories() from the type InstallDescription is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/installer/InstallDescriptionParserTest.java (at line 36) assertEquals(message, expected.getMetadataRepositories(), actual.getMetadataRepositories()); Discouraged access: The method getMetadataRepositories() from the type InstallDescription is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/installer/InstallDescriptionParserTest.java (at line 37) assertEquals(message, expected.getProfileProperties(), actual.getProfileProperties()); Discouraged access: The method getProfileProperties() from the type InstallDescription is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/installer/InstallDescriptionParserTest.java (at line 37) assertEquals(message, expected.getProfileProperties(), actual.getProfileProperties()); Discouraged access: The method getProfileProperties() from the type InstallDescription is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/installer/InstallDescriptionParserTest.java (at line 38) assertEquals(message, expected.getRoots(), actual.getRoots()); Discouraged access: The method getRoots() from the type InstallDescription is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/installer/InstallDescriptionParserTest.java (at line 38) assertEquals(message, expected.getRoots(), actual.getRoots()); Discouraged access: The method getRoots() from the type InstallDescription is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/installer/InstallDescriptionParserTest.java (at line 39) assertEquals(message, expected.isAutoStart(), actual.isAutoStart()); Discouraged access: The method isAutoStart() from the type InstallDescription is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/installer/InstallDescriptionParserTest.java (at line 39) assertEquals(message, expected.isAutoStart(), actual.isAutoStart()); Discouraged access: The method isAutoStart() from the type InstallDescription is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/installer/InstallDescriptionParserTest.java (at line 42) private InstallDescription loadDescription(String filename) { Discouraged access: The type InstallDescription is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/installer/InstallDescriptionParserTest.java (at line 49) InstallDescription description = null; Discouraged access: The type InstallDescription is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/installer/InstallDescriptionParserTest.java (at line 51) description = InstallDescriptionParser.createDescription(location.toExternalForm(), SubMonitor.convert(getMonitor())); Discouraged access: The type InstallDescriptionParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/installer/InstallDescriptionParserTest.java (at line 51) description = InstallDescriptionParser.createDescription(location.toExternalForm(), SubMonitor.convert(getMonitor())); Discouraged access: The method createDescription(String, SubMonitor) from the type InstallDescriptionParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/installer/InstallDescriptionParserTest.java (at line 59) String[] elements = InstallDescriptionParser.getArrayFromString(null, "."); Discouraged access: The type InstallDescriptionParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/installer/InstallDescriptionParserTest.java (at line 59) String[] elements = InstallDescriptionParser.getArrayFromString(null, "."); Discouraged access: The method getArrayFromString(String, String) from the type InstallDescriptionParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/installer/InstallDescriptionParserTest.java (at line 67) InstallDescription description = loadDescription("empty.properties"); Discouraged access: The type InstallDescription is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/installer/InstallDescriptionParserTest.java (at line 69) assertEquals("1.0", new InstallDescription(), description); Discouraged access: The constructor InstallDescription() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/installer/InstallDescriptionParserTest.java (at line 69) assertEquals("1.0", new InstallDescription(), description); Discouraged access: The type InstallDescription is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/installer/InstallDescriptionParserTest.java (at line 88) InstallDescription description = InstallDescriptionParser.createDescription(null, SubMonitor.convert(getMonitor())); Discouraged access: The type InstallDescription is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/installer/InstallDescriptionParserTest.java (at line 88) InstallDescription description = InstallDescriptionParser.createDescription(null, SubMonitor.convert(getMonitor())); Discouraged access: The type InstallDescriptionParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/installer/InstallDescriptionParserTest.java (at line 88) InstallDescription description = InstallDescriptionParser.createDescription(null, SubMonitor.convert(getMonitor())); Discouraged access: The method createDescription(String, SubMonitor) from the type InstallDescriptionParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/target/classes |
37. WARNING in /src/org/eclipse/equinox/p2/tests/installer/InstallDescriptionParserTest.java (at line 90) assertEquals("1.0", new InstallDescription(), description); Discouraged access: The constructor InstallDescription() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/target/classes |
38. WARNING in /src/org/eclipse/equinox/p2/tests/installer/InstallDescriptionParserTest.java (at line 90) assertEquals("1.0", new InstallDescription(), description); Discouraged access: The type InstallDescription is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/target/classes |
39. WARNING in /src/org/eclipse/equinox/p2/tests/installer/InstallDescriptionParserTest.java (at line 103) InstallDescription description = loadDescription("good.properties"); Discouraged access: The type InstallDescription is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/target/classes |
40. WARNING in /src/org/eclipse/equinox/p2/tests/installer/InstallDescriptionParserTest.java (at line 104) URI[] artifactRepositories = description.getArtifactRepositories(); Discouraged access: The method getArtifactRepositories() from the type InstallDescription is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/target/classes |
41. WARNING in /src/org/eclipse/equinox/p2/tests/installer/InstallDescriptionParserTest.java (at line 108) URI[] metadataRepositories = description.getMetadataRepositories(); Discouraged access: The method getMetadataRepositories() from the type InstallDescription is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/target/classes |
42. WARNING in /src/org/eclipse/equinox/p2/tests/installer/InstallDescriptionParserTest.java (at line 112) assertEquals("1.4", "testFlavor", description.getProfileProperties().get("eclipse.p2.flavor")); Discouraged access: The method getProfileProperties() from the type InstallDescription is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/target/classes |
43. WARNING in /src/org/eclipse/equinox/p2/tests/installer/InstallDescriptionParserTest.java (at line 113) assertEquals("1.5", "Test Profile Name", description.getProductName()); Discouraged access: The method getProductName() from the type InstallDescription is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/target/classes |
44. WARNING in /src/org/eclipse/equinox/p2/tests/installer/InstallDescriptionParserTest.java (at line 114) assertEquals("1.5", "testLauncherName", description.getLauncherName()); Discouraged access: The method getLauncherName() from the type InstallDescription is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/target/classes |
45. WARNING in /src/org/eclipse/equinox/p2/tests/installer/InstallDescriptionParserTest.java (at line 115) IVersionedId[] roots = description.getRoots(); Discouraged access: The method getRoots() from the type InstallDescription is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/target/classes |
46. WARNING in /src/org/eclipse/equinox/p2/tests/installer/InstallDescriptionParserTest.java (at line 121) assertTrue("1.10", !description.isAutoStart()); Discouraged access: The method isAutoStart() from the type InstallDescription is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/target/classes |
47. WARNING in /src/org/eclipse/equinox/p2/tests/installer/InstallDescriptionParserTest.java (at line 122) assertEquals("1.11", new Path("/tmp/agent/"), description.getAgentLocation()); Discouraged access: The method getAgentLocation() from the type InstallDescription is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/target/classes |
48. WARNING in /src/org/eclipse/equinox/p2/tests/installer/InstallDescriptionParserTest.java (at line 123) assertEquals("1.12", new Path("/tmp/bundles/"), description.getBundleLocation()); Discouraged access: The method getBundleLocation() from the type InstallDescription is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/target/classes |
49. WARNING in /src/org/eclipse/equinox/p2/tests/installer/InstallDescriptionParserTest.java (at line 124) assertEquals("1.13", new Path("/tmp/install/"), description.getInstallLocation()); Discouraged access: The method getInstallLocation() from the type InstallDescription is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/target/classes |
50. WARNING in /src/org/eclipse/equinox/p2/tests/installer/InstallDescriptionParserTest.java (at line 128) InstallDescription description = loadDescription("bad.properties"); Discouraged access: The type InstallDescription is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/target/classes |
51. WARNING in /src/org/eclipse/equinox/p2/tests/installer/InstallDescriptionParserTest.java (at line 130) assertEquals("1.0", new InstallDescription(), description); Discouraged access: The constructor InstallDescription() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/target/classes |
52. WARNING in /src/org/eclipse/equinox/p2/tests/installer/InstallDescriptionParserTest.java (at line 130) assertEquals("1.0", new InstallDescription(), description); Discouraged access: The type InstallDescription is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/target/classes |
53. WARNING in /src/org/eclipse/equinox/p2/tests/installer/InstallDescriptionParserTest.java (at line 138) InstallDescriptionParser.createDescription(new File("/does/not/exist/InstallDescriptionParserTest").toURL().toExternalForm(), SubMonitor.convert(getMonitor())); Discouraged access: The type InstallDescriptionParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/target/classes |
54. WARNING in /src/org/eclipse/equinox/p2/tests/installer/InstallDescriptionParserTest.java (at line 138) InstallDescriptionParser.createDescription(new File("/does/not/exist/InstallDescriptionParserTest").toURL().toExternalForm(), SubMonitor.convert(getMonitor())); Discouraged access: The method createDescription(String, SubMonitor) from the type InstallDescriptionParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/target/classes |
55. WARNING in /src/org/eclipse/equinox/p2/tests/installer/InstallDescriptionParserTest.java (at line 156) InstallDescriptionParser.createDescription(null, SubMonitor.convert(getMonitor())); Discouraged access: The type InstallDescriptionParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/target/classes |
56. WARNING in /src/org/eclipse/equinox/p2/tests/installer/InstallDescriptionParserTest.java (at line 156) InstallDescriptionParser.createDescription(null, SubMonitor.convert(getMonitor())); Discouraged access: The method createDescription(String, SubMonitor) from the type InstallDescriptionParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/target/classes |
57. WARNING in /src/org/eclipse/equinox/p2/tests/installer/InstallDescriptionParserTest.java (at line 169) InstallDescription description = loadDescription("sdk-installer.properties"); Discouraged access: The type InstallDescription is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/target/classes |
58. WARNING in /src/org/eclipse/equinox/p2/tests/installer/InstallDescriptionParserTest.java (at line 170) URI[] artifactRepositories = description.getArtifactRepositories(); Discouraged access: The method getArtifactRepositories() from the type InstallDescription is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/target/classes |
59. WARNING in /src/org/eclipse/equinox/p2/tests/installer/InstallDescriptionParserTest.java (at line 173) URI[] metadataRepositories = description.getMetadataRepositories(); Discouraged access: The method getMetadataRepositories() from the type InstallDescription is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/target/classes |
60. WARNING in /src/org/eclipse/equinox/p2/tests/installer/InstallDescriptionParserTest.java (at line 176) assertEquals("1.4", "tooling", description.getProfileProperties().get("eclipse.p2.flavor")); Discouraged access: The method getProfileProperties() from the type InstallDescription is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/target/classes |
61. WARNING in /src/org/eclipse/equinox/p2/tests/installer/InstallDescriptionParserTest.java (at line 177) assertEquals("1.5", "Eclipse SDK", description.getProductName()); Discouraged access: The method getProductName() from the type InstallDescription is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/target/classes |
62. WARNING in /src/org/eclipse/equinox/p2/tests/installer/InstallDescriptionParserTest.java (at line 178) assertEquals("1.5", "eclipse", description.getLauncherName()); Discouraged access: The method getLauncherName() from the type InstallDescription is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/target/classes |
63. WARNING in /src/org/eclipse/equinox/p2/tests/installer/InstallDescriptionParserTest.java (at line 179) IVersionedId[] roots = description.getRoots(); Discouraged access: The method getRoots() from the type InstallDescription is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/target/classes |
64. WARNING in /src/org/eclipse/equinox/p2/tests/installer/InstallDescriptionParserTest.java (at line 182) assertTrue("1.9", description.isAutoStart()); Discouraged access: The method isAutoStart() from the type InstallDescription is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/SimpleArtifactRepositoryTest.java (at line 24) import org.eclipse.equinox.internal.p2.metadata.ArtifactKey; Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/SimpleArtifactRepositoryTest.java (at line 25) import org.eclipse.equinox.internal.provisional.p2.artifact.repository.processing.ProcessingStep; Discouraged access: The type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/SimpleArtifactRepositoryTest.java (at line 26) import org.eclipse.equinox.internal.provisional.p2.artifact.repository.processing.ProcessingStepHandler; Discouraged access: The type ProcessingStepHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/SimpleArtifactRepositoryTest.java (at line 36) import org.eclipse.equinox.spi.p2.publisher.PublisherHelper; Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/SimpleArtifactRepositoryTest.java (at line 86) IArtifactKey key = PublisherHelper.createBinaryArtifactKey("testKeyId", Version.create("1.2.3")); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/SimpleArtifactRepositoryTest.java (at line 86) IArtifactKey key = PublisherHelper.createBinaryArtifactKey("testKeyId", Version.create("1.2.3")); Discouraged access: The method createBinaryArtifactKey(String, Version) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/SimpleArtifactRepositoryTest.java (at line 87) IArtifactDescriptor descriptor = PublisherHelper.createArtifactDescriptor(key, null); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/SimpleArtifactRepositoryTest.java (at line 87) IArtifactDescriptor descriptor = PublisherHelper.createArtifactDescriptor(key, null); Discouraged access: The method createArtifactDescriptor(IArtifactKey, File) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/SimpleArtifactRepositoryTest.java (at line 119) IArtifactKey key = PublisherHelper.createBinaryArtifactKey("testKeyId", Version.create("1.2.3")); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/SimpleArtifactRepositoryTest.java (at line 119) IArtifactKey key = PublisherHelper.createBinaryArtifactKey("testKeyId", Version.create("1.2.3")); Discouraged access: The method createBinaryArtifactKey(String, Version) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/SimpleArtifactRepositoryTest.java (at line 120) IArtifactDescriptor descriptor = PublisherHelper.createArtifactDescriptor(key, null); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/SimpleArtifactRepositoryTest.java (at line 120) IArtifactDescriptor descriptor = PublisherHelper.createArtifactDescriptor(key, null); Discouraged access: The method createArtifactDescriptor(IArtifactKey, File) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/SimpleArtifactRepositoryTest.java (at line 169) class TestStep extends ProcessingStep { Discouraged access: The type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/SimpleArtifactRepositoryTest.java (at line 177) setStatus(myStatus); Discouraged access: The method setStatus(IStatus) from the type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/SimpleArtifactRepositoryTest.java (at line 178) super.close(); Discouraged access: The method close() from the type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/SimpleArtifactRepositoryTest.java (at line 190) IArtifactDescriptor descriptor = new ArtifactDescriptor(new ArtifactKey("osgi.bundle", "aaPlugin", Version.create("1.0.0"))); Discouraged access: The constructor ArtifactKey(String, String, Version) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/SimpleArtifactRepositoryTest.java (at line 190) IArtifactDescriptor descriptor = new ArtifactDescriptor(new ArtifactKey("osgi.bundle", "aaPlugin", Version.create("1.0.0"))); Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/SimpleArtifactRepositoryTest.java (at line 198) (new ProcessingStepHandler()).link(new ProcessingStep[] {okStep, errStep, warnStep}, out, new NullProgressMonitor()); Discouraged access: The constructor ProcessingStepHandler() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/SimpleArtifactRepositoryTest.java (at line 198) (new ProcessingStepHandler()).link(new ProcessingStep[] {okStep, errStep, warnStep}, out, new NullProgressMonitor()); Discouraged access: The method link(ProcessingStep[], OutputStream, IProgressMonitor) from the type ProcessingStepHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/SimpleArtifactRepositoryTest.java (at line 198) (new ProcessingStepHandler()).link(new ProcessingStep[] {okStep, errStep, warnStep}, out, new NullProgressMonitor()); Discouraged access: The type ProcessingStepHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/SimpleArtifactRepositoryTest.java (at line 198) (new ProcessingStepHandler()).link(new ProcessingStep[] {okStep, errStep, warnStep}, out, new NullProgressMonitor()); Discouraged access: The type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/SimpleArtifactRepositoryTest.java (at line 212) (new ProcessingStepHandler()).link(new ProcessingStep[] {okStep, warnStep, errStep, warnStep2}, out, new NullProgressMonitor()); Discouraged access: The constructor ProcessingStepHandler() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/SimpleArtifactRepositoryTest.java (at line 212) (new ProcessingStepHandler()).link(new ProcessingStep[] {okStep, warnStep, errStep, warnStep2}, out, new NullProgressMonitor()); Discouraged access: The method link(ProcessingStep[], OutputStream, IProgressMonitor) from the type ProcessingStepHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/SimpleArtifactRepositoryTest.java (at line 212) (new ProcessingStepHandler()).link(new ProcessingStep[] {okStep, warnStep, errStep, warnStep2}, out, new NullProgressMonitor()); Discouraged access: The type ProcessingStepHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/SimpleArtifactRepositoryTest.java (at line 212) (new ProcessingStepHandler()).link(new ProcessingStep[] {okStep, warnStep, errStep, warnStep2}, out, new NullProgressMonitor()); Discouraged access: The type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/SimpleArtifactRepositoryTest.java (at line 243) ArtifactDescriptor descriptor = new ArtifactDescriptor(new ArtifactKey("org.eclipse.update.feature", "test", Version.parseVersion("1.0.0"))); Discouraged access: The constructor ArtifactKey(String, String, Version) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/SimpleArtifactRepositoryTest.java (at line 243) ArtifactDescriptor descriptor = new ArtifactDescriptor(new ArtifactKey("org.eclipse.update.feature", "test", Version.parseVersion("1.0.0"))); Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/SimpleArtifactRepositoryTest.java (at line 261) IArtifactDescriptor descriptor = new ArtifactDescriptor(new ArtifactKey("osgi.bundle", "helloworld", Version.createOSGi(1, 0, 0))); Discouraged access: The constructor ArtifactKey(String, String, Version) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/SimpleArtifactRepositoryTest.java (at line 261) IArtifactDescriptor descriptor = new ArtifactDescriptor(new ArtifactKey("osgi.bundle", "helloworld", Version.createOSGi(1, 0, 0))); Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/SimpleArtifactRepositoryTest.java (at line 352) TestDescriptor descriptor = new TestDescriptor(new ArtifactKey("osgi.bundle", "aaPlugin", Version.create("1.0.0"))); Discouraged access: The constructor ArtifactKey(String, String, Version) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/SimpleArtifactRepositoryTest.java (at line 352) TestDescriptor descriptor = new TestDescriptor(new ArtifactKey("osgi.bundle", "aaPlugin", Version.create("1.0.0"))); Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/SimpleArtifactRepositoryTest.java (at line 359) assertTrue(repo.contains(new ArtifactDescriptor(new ArtifactKey("osgi.bundle", "aaPlugin", Version.create("1.0.0"))))); Discouraged access: The constructor ArtifactKey(String, String, Version) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/SimpleArtifactRepositoryTest.java (at line 359) assertTrue(repo.contains(new ArtifactDescriptor(new ArtifactKey("osgi.bundle", "aaPlugin", Version.create("1.0.0"))))); Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/SimpleArtifactRepositoryTest.java (at line 371) ArtifactDescriptor d = new ArtifactDescriptor(new ArtifactKey("osgi.bundle", "a" + i, Version.create("1.0.0"))); Discouraged access: The constructor ArtifactKey(String, String, Version) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/SimpleArtifactRepositoryTest.java (at line 371) ArtifactDescriptor d = new ArtifactDescriptor(new ArtifactKey("osgi.bundle", "a" + i, Version.create("1.0.0"))); Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/SimpleArtifactRepositoryTest.java (at line 389) ArtifactDescriptor d = new ArtifactDescriptor(new ArtifactKey("osgi.bundle", "a" + i, Version.create("1.0.0"))); Discouraged access: The constructor ArtifactKey(String, String, Version) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
37. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/SimpleArtifactRepositoryTest.java (at line 389) ArtifactDescriptor d = new ArtifactDescriptor(new ArtifactKey("osgi.bundle", "a" + i, Version.create("1.0.0"))); Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
38. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/SimpleArtifactRepositoryTest.java (at line 405) ArtifactDescriptor d1 = new ArtifactDescriptor(new ArtifactKey("osgi.bundle", "a", Version.create("1.0.0"))); Discouraged access: The constructor ArtifactKey(String, String, Version) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
39. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/SimpleArtifactRepositoryTest.java (at line 405) ArtifactDescriptor d1 = new ArtifactDescriptor(new ArtifactKey("osgi.bundle", "a", Version.create("1.0.0"))); Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
40. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/SimpleArtifactRepositoryTest.java (at line 406) ArtifactDescriptor d2 = new ArtifactDescriptor(new ArtifactKey("osgi.bundle", "a", Version.create("2.0.0"))); Discouraged access: The constructor ArtifactKey(String, String, Version) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
41. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/SimpleArtifactRepositoryTest.java (at line 406) ArtifactDescriptor d2 = new ArtifactDescriptor(new ArtifactKey("osgi.bundle", "a", Version.create("2.0.0"))); Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
42. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/SimpleArtifactRepositoryTest.java (at line 407) ArtifactDescriptor d3 = new ArtifactDescriptor(new ArtifactKey("osgi.bundle", "a", Version.create("2.0.0"))); Discouraged access: The constructor ArtifactKey(String, String, Version) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
43. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/SimpleArtifactRepositoryTest.java (at line 407) ArtifactDescriptor d3 = new ArtifactDescriptor(new ArtifactKey("osgi.bundle", "a", Version.create("2.0.0"))); Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/testserver/helper/AbstractTestServerClientCase.java (at line 15) import org.eclipse.equinox.internal.p2.core.helpers.ServiceHelper; Discouraged access: The type ServiceHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/testserver/helper/AbstractTestServerClientCase.java (at line 45) return (IProvisioningAgent) ServiceHelper.getService(TestActivator.getContext(), IProvisioningAgent.SERVICE_NAME); Discouraged access: The type ServiceHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/testserver/helper/AbstractTestServerClientCase.java (at line 45) return (IProvisioningAgent) ServiceHelper.getService(TestActivator.getContext(), IProvisioningAgent.SERVICE_NAME); Discouraged access: The method getService(BundleContext, String) from the type ServiceHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SWTFragment.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/4M/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/planner/SWTFragment.java (at line 46) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SWTFragment.java (at line 46) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SWTFragment.java (at line 46) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SWTFragment.java (at line 47) req.setProfileProperty("os", "win32"); Discouraged access: The method setProfileProperty(String, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SWTFragment.java (at line 48) req.addInstallableUnits(new IInstallableUnit[] {swt}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactRepositoryWithReferenceDescriptors.java (at line 18) import org.eclipse.equinox.internal.p2.metadata.ArtifactKey; Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactRepositoryWithReferenceDescriptors.java (at line 42) descriptor1 = new SimpleArtifactDescriptor(new ArtifactKey("osgi.bundle", "test1Reference", Version.create("1.0.0"))); Discouraged access: The constructor ArtifactKey(String, String, Version) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactRepositoryWithReferenceDescriptors.java (at line 42) descriptor1 = new SimpleArtifactDescriptor(new ArtifactKey("osgi.bundle", "test1Reference", Version.create("1.0.0"))); Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactRepositoryWithReferenceDescriptors.java (at line 48) descriptor2 = new SimpleArtifactDescriptor(new ArtifactKey("osgi.bundle", "test1Reference", Version.create("1.0.0"))); Discouraged access: The constructor ArtifactKey(String, String, Version) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactRepositoryWithReferenceDescriptors.java (at line 48) descriptor2 = new SimpleArtifactDescriptor(new ArtifactKey("osgi.bundle", "test1Reference", Version.create("1.0.0"))); Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/IUWithFilter.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/4M/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/planner/IUWithFilter.java (at line 42) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/IUWithFilter.java (at line 42) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/IUWithFilter.java (at line 42) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/IUWithFilter.java (at line 43) req.addInstallableUnits(new IInstallableUnit[] {a1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/engine/EngineTest.java (at line 36) private static class CountPhase extends Phase { Discouraged access: The type Phase is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/engine/EngineTest.java (at line 41) super(name, 1, forced); Discouraged access: The constructor Phase(String, int, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/engine/EngineTest.java (at line 48) protected IStatus completeOperand(IProfile profile, Operand operand, Map parameters, IProgressMonitor monitor) { Discouraged access: The type Operand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/engine/EngineTest.java (at line 50) return super.completeOperand(profile, operand, parameters, monitor); Discouraged access: The method completeOperand(IProfile, Operand, Map<String,Object>, IProgressMonitor) from the type Phase is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/engine/EngineTest.java (at line 55) return super.completePhase(monitor, profile, parameters); Discouraged access: The method completePhase(IProgressMonitor, IProfile, Map<String,Object>) from the type Phase is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/engine/EngineTest.java (at line 58) protected IStatus initializeOperand(IProfile profile, Operand operand, Map parameters, IProgressMonitor monitor) { Discouraged access: The type Operand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/engine/EngineTest.java (at line 60) return super.initializeOperand(profile, operand, parameters, monitor); Discouraged access: The method initializeOperand(IProfile, Operand, Map<String,Object>, IProgressMonitor) from the type Phase is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/engine/EngineTest.java (at line 65) return super.initializePhase(monitor, profile, parameters); Discouraged access: The method initializePhase(IProgressMonitor, IProfile, Map<String,Object>) from the type Phase is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/engine/EngineTest.java (at line 68) protected List<ProvisioningAction> getActions(Operand operand) { Discouraged access: The type Operand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/engine/EngineTest.java (at line 87) protected List<ProvisioningAction> getActions(Operand operand) { Discouraged access: The type Operand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/engine/EngineTest.java (at line 101) protected List<ProvisioningAction> getActions(Operand operand) { Discouraged access: The type Operand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/engine/EngineTest.java (at line 116) private static class TestPhaseSet extends PhaseSet { Discouraged access: The type PhaseSet is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/engine/EngineTest.java (at line 117) public TestPhaseSet(Phase phase) { Discouraged access: The type Phase is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/engine/EngineTest.java (at line 118) super(new Phase[] {new Collect(100), new Unconfigure(10), new Uninstall(50), new Property(1), new CheckTrust(10), new Install(50), new Configure(10), phase}); Discouraged access: The constructor PhaseSet(Phase[]) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/engine/EngineTest.java (at line 118) super(new Phase[] {new Collect(100), new Unconfigure(10), new Uninstall(50), new Property(1), new CheckTrust(10), new Install(50), new Configure(10), phase}); Discouraged access: The type Phase is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/engine/EngineTest.java (at line 118) super(new Phase[] {new Collect(100), new Unconfigure(10), new Uninstall(50), new Property(1), new CheckTrust(10), new Install(50), new Configure(10), phase}); Discouraged access: The constructor Collect(int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/engine/EngineTest.java (at line 118) super(new Phase[] {new Collect(100), new Unconfigure(10), new Uninstall(50), new Property(1), new CheckTrust(10), new Install(50), new Configure(10), phase}); Discouraged access: The type Collect is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/engine/EngineTest.java (at line 118) super(new Phase[] {new Collect(100), new Unconfigure(10), new Uninstall(50), new Property(1), new CheckTrust(10), new Install(50), new Configure(10), phase}); Discouraged access: The constructor Unconfigure(int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/engine/EngineTest.java (at line 118) super(new Phase[] {new Collect(100), new Unconfigure(10), new Uninstall(50), new Property(1), new CheckTrust(10), new Install(50), new Configure(10), phase}); Discouraged access: The type Unconfigure is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/engine/EngineTest.java (at line 118) super(new Phase[] {new Collect(100), new Unconfigure(10), new Uninstall(50), new Property(1), new CheckTrust(10), new Install(50), new Configure(10), phase}); Discouraged access: The constructor Uninstall(int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/engine/EngineTest.java (at line 118) super(new Phase[] {new Collect(100), new Unconfigure(10), new Uninstall(50), new Property(1), new CheckTrust(10), new Install(50), new Configure(10), phase}); Discouraged access: The type Uninstall is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/engine/EngineTest.java (at line 118) super(new Phase[] {new Collect(100), new Unconfigure(10), new Uninstall(50), new Property(1), new CheckTrust(10), new Install(50), new Configure(10), phase}); Discouraged access: The constructor Property(int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/engine/EngineTest.java (at line 118) super(new Phase[] {new Collect(100), new Unconfigure(10), new Uninstall(50), new Property(1), new CheckTrust(10), new Install(50), new Configure(10), phase}); Discouraged access: The type Property is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/engine/EngineTest.java (at line 118) super(new Phase[] {new Collect(100), new Unconfigure(10), new Uninstall(50), new Property(1), new CheckTrust(10), new Install(50), new Configure(10), phase}); Discouraged access: The constructor CheckTrust(int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/engine/EngineTest.java (at line 118) super(new Phase[] {new Collect(100), new Unconfigure(10), new Uninstall(50), new Property(1), new CheckTrust(10), new Install(50), new Configure(10), phase}); Discouraged access: The type CheckTrust is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/engine/EngineTest.java (at line 118) super(new Phase[] {new Collect(100), new Unconfigure(10), new Uninstall(50), new Property(1), new CheckTrust(10), new Install(50), new Configure(10), phase}); Discouraged access: The constructor Install(int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/engine/EngineTest.java (at line 118) super(new Phase[] {new Collect(100), new Unconfigure(10), new Uninstall(50), new Property(1), new CheckTrust(10), new Install(50), new Configure(10), phase}); Discouraged access: The type Install is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/engine/EngineTest.java (at line 118) super(new Phase[] {new Collect(100), new Unconfigure(10), new Uninstall(50), new Property(1), new CheckTrust(10), new Install(50), new Configure(10), phase}); Discouraged access: The constructor Configure(int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/engine/EngineTest.java (at line 118) super(new Phase[] {new Collect(100), new Unconfigure(10), new Uninstall(50), new Property(1), new CheckTrust(10), new Install(50), new Configure(10), phase}); Discouraged access: The type Configure is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/engine/EngineTest.java (at line 122) super(new Phase[] {new Collect(100), new Unconfigure(10, forced), new Uninstall(50, forced), new Property(1), new CheckTrust(10), new Install(50), new Configure(10)}); Discouraged access: The constructor PhaseSet(Phase[]) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/engine/EngineTest.java (at line 122) super(new Phase[] {new Collect(100), new Unconfigure(10, forced), new Uninstall(50, forced), new Property(1), new CheckTrust(10), new Install(50), new Configure(10)}); Discouraged access: The type Phase is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/engine/EngineTest.java (at line 122) super(new Phase[] {new Collect(100), new Unconfigure(10, forced), new Uninstall(50, forced), new Property(1), new CheckTrust(10), new Install(50), new Configure(10)}); Discouraged access: The constructor Collect(int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/engine/EngineTest.java (at line 122) super(new Phase[] {new Collect(100), new Unconfigure(10, forced), new Uninstall(50, forced), new Property(1), new CheckTrust(10), new Install(50), new Configure(10)}); Discouraged access: The type Collect is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/engine/EngineTest.java (at line 122) super(new Phase[] {new Collect(100), new Unconfigure(10, forced), new Uninstall(50, forced), new Property(1), new CheckTrust(10), new Install(50), new Configure(10)}); Discouraged access: The constructor Unconfigure(int, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/engine/EngineTest.java (at line 122) super(new Phase[] {new Collect(100), new Unconfigure(10, forced), new Uninstall(50, forced), new Property(1), new CheckTrust(10), new Install(50), new Configure(10)}); Discouraged access: The type Unconfigure is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/engine/EngineTest.java (at line 122) super(new Phase[] {new Collect(100), new Unconfigure(10, forced), new Uninstall(50, forced), new Property(1), new CheckTrust(10), new Install(50), new Configure(10)}); Discouraged access: The constructor Uninstall(int, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
37. WARNING in /src/org/eclipse/equinox/p2/tests/engine/EngineTest.java (at line 122) super(new Phase[] {new Collect(100), new Unconfigure(10, forced), new Uninstall(50, forced), new Property(1), new CheckTrust(10), new Install(50), new Configure(10)}); Discouraged access: The type Uninstall is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
38. WARNING in /src/org/eclipse/equinox/p2/tests/engine/EngineTest.java (at line 122) super(new Phase[] {new Collect(100), new Unconfigure(10, forced), new Uninstall(50, forced), new Property(1), new CheckTrust(10), new Install(50), new Configure(10)}); Discouraged access: The constructor Property(int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
39. WARNING in /src/org/eclipse/equinox/p2/tests/engine/EngineTest.java (at line 122) super(new Phase[] {new Collect(100), new Unconfigure(10, forced), new Uninstall(50, forced), new Property(1), new CheckTrust(10), new Install(50), new Configure(10)}); Discouraged access: The type Property is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
40. WARNING in /src/org/eclipse/equinox/p2/tests/engine/EngineTest.java (at line 122) super(new Phase[] {new Collect(100), new Unconfigure(10, forced), new Uninstall(50, forced), new Property(1), new CheckTrust(10), new Install(50), new Configure(10)}); Discouraged access: The constructor CheckTrust(int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
41. WARNING in /src/org/eclipse/equinox/p2/tests/engine/EngineTest.java (at line 122) super(new Phase[] {new Collect(100), new Unconfigure(10, forced), new Uninstall(50, forced), new Property(1), new CheckTrust(10), new Install(50), new Configure(10)}); Discouraged access: The type CheckTrust is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
42. WARNING in /src/org/eclipse/equinox/p2/tests/engine/EngineTest.java (at line 122) super(new Phase[] {new Collect(100), new Unconfigure(10, forced), new Uninstall(50, forced), new Property(1), new CheckTrust(10), new Install(50), new Configure(10)}); Discouraged access: The constructor Install(int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
43. WARNING in /src/org/eclipse/equinox/p2/tests/engine/EngineTest.java (at line 122) super(new Phase[] {new Collect(100), new Unconfigure(10, forced), new Uninstall(50, forced), new Property(1), new CheckTrust(10), new Install(50), new Configure(10)}); Discouraged access: The type Install is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
44. WARNING in /src/org/eclipse/equinox/p2/tests/engine/EngineTest.java (at line 122) super(new Phase[] {new Collect(100), new Unconfigure(10, forced), new Uninstall(50, forced), new Property(1), new CheckTrust(10), new Install(50), new Configure(10)}); Discouraged access: The constructor Configure(int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
45. WARNING in /src/org/eclipse/equinox/p2/tests/engine/EngineTest.java (at line 122) super(new Phase[] {new Collect(100), new Unconfigure(10, forced), new Uninstall(50, forced), new Property(1), new CheckTrust(10), new Install(50), new Configure(10)}); Discouraged access: The type Configure is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
46. WARNING in /src/org/eclipse/equinox/p2/tests/engine/EngineTest.java (at line 177) PhaseSet phaseSet = null; Discouraged access: The type PhaseSet is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
47. WARNING in /src/org/eclipse/equinox/p2/tests/engine/EngineTest.java (at line 265) PhaseSet phaseSet = new PhaseSet(new Phase[] {}) { Discouraged access: The type PhaseSet is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
48. WARNING in /src/org/eclipse/equinox/p2/tests/engine/EngineTest.java (at line 265) PhaseSet phaseSet = new PhaseSet(new Phase[] {}) { Discouraged access: The type PhaseSet is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
49. WARNING in /src/org/eclipse/equinox/p2/tests/engine/EngineTest.java (at line 265) PhaseSet phaseSet = new PhaseSet(new Phase[] {}) { Discouraged access: The type Phase is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
50. WARNING in /src/org/eclipse/equinox/p2/tests/engine/EngineTest.java (at line 324) final Sizing sizingPhase = new Sizing(100); Discouraged access: The type Sizing is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
51. WARNING in /src/org/eclipse/equinox/p2/tests/engine/EngineTest.java (at line 324) final Sizing sizingPhase = new Sizing(100); Discouraged access: The constructor Sizing(int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
52. WARNING in /src/org/eclipse/equinox/p2/tests/engine/EngineTest.java (at line 324) final Sizing sizingPhase = new Sizing(100); Discouraged access: The type Sizing is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
53. WARNING in /src/org/eclipse/equinox/p2/tests/engine/EngineTest.java (at line 325) PhaseSet phaseSet = new PhaseSet(new Phase[] {sizingPhase}); Discouraged access: The type PhaseSet is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
54. WARNING in /src/org/eclipse/equinox/p2/tests/engine/EngineTest.java (at line 325) PhaseSet phaseSet = new PhaseSet(new Phase[] {sizingPhase}); Discouraged access: The constructor PhaseSet(Phase[]) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
55. WARNING in /src/org/eclipse/equinox/p2/tests/engine/EngineTest.java (at line 325) PhaseSet phaseSet = new PhaseSet(new Phase[] {sizingPhase}); Discouraged access: The type PhaseSet is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
56. WARNING in /src/org/eclipse/equinox/p2/tests/engine/EngineTest.java (at line 325) PhaseSet phaseSet = new PhaseSet(new Phase[] {sizingPhase}); Discouraged access: The type Phase is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
57. WARNING in /src/org/eclipse/equinox/p2/tests/engine/EngineTest.java (at line 331) assertTrue(sizingPhase.getDiskSize() == 0); Discouraged access: The method getDiskSize() from the type Sizing is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
58. WARNING in /src/org/eclipse/equinox/p2/tests/engine/EngineTest.java (at line 332) assertTrue(sizingPhase.getDownloadSize() == 0); Discouraged access: The method getDownloadSize() from the type Sizing is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
59. WARNING in /src/org/eclipse/equinox/p2/tests/engine/EngineTest.java (at line 471) PhaseSet phaseSet = new TestPhaseSet(phase); Discouraged access: The type PhaseSet is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
60. WARNING in /src/org/eclipse/equinox/p2/tests/engine/EngineTest.java (at line 493) PhaseSet phaseSet = new TestPhaseSet(phase); Discouraged access: The type PhaseSet is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
61. WARNING in /src/org/eclipse/equinox/p2/tests/engine/EngineTest.java (at line 512) PhaseSet phaseSet = new TestPhaseSet(phase); Discouraged access: The type PhaseSet is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractReconcilerTest.java (at line 20) 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/4M/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/reconciler/dropins/AbstractReconcilerTest.java (at line 21) import org.eclipse.equinox.internal.p2.engine.SurrogateProfileHandler; Discouraged access: The type SurrogateProfileHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractReconcilerTest.java (at line 22) import org.eclipse.equinox.internal.p2.jarprocessor.StreamProcessor; Discouraged access: The type StreamProcessor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractReconcilerTest.java (at line 24) import org.eclipse.equinox.internal.p2.updatesite.Activator; Discouraged access: The type Activator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractReconcilerTest.java (at line 25) import org.eclipse.equinox.internal.simpleconfigurator.manipulator.SimpleConfiguratorManipulatorImpl; Discouraged access: The type SimpleConfiguratorManipulatorImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator.manipulator/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractReconcilerTest.java (at line 78) FileUtils.unzipFile(file, output); Discouraged access: The type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractReconcilerTest.java (at line 78) FileUtils.unzipFile(file, output); Discouraged access: The method unzipFile(File, File) from the type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractReconcilerTest.java (at line 104) StreamProcessor.start(process.getErrorStream(), StreamProcessor.STDERR, true); Discouraged access: The type StreamProcessor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractReconcilerTest.java (at line 104) StreamProcessor.start(process.getErrorStream(), StreamProcessor.STDERR, true); Discouraged access: The method start(InputStream, String, boolean) from the type StreamProcessor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractReconcilerTest.java (at line 104) StreamProcessor.start(process.getErrorStream(), StreamProcessor.STDERR, true); Discouraged access: The type StreamProcessor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractReconcilerTest.java (at line 104) StreamProcessor.start(process.getErrorStream(), StreamProcessor.STDERR, true); Discouraged access: The field STDERR from the type StreamProcessor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractReconcilerTest.java (at line 105) StreamProcessor.start(process.getInputStream(), StreamProcessor.STDOUT, true); Discouraged access: The type StreamProcessor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractReconcilerTest.java (at line 105) StreamProcessor.start(process.getInputStream(), StreamProcessor.STDOUT, true); Discouraged access: The method start(InputStream, String, boolean) from the type StreamProcessor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractReconcilerTest.java (at line 105) StreamProcessor.start(process.getInputStream(), StreamProcessor.STDOUT, true); Discouraged access: The type StreamProcessor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractReconcilerTest.java (at line 105) StreamProcessor.start(process.getInputStream(), StreamProcessor.STDOUT, true); Discouraged access: The field STDOUT from the type StreamProcessor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractReconcilerTest.java (at line 160) Location installLocation = (Location) ServiceHelper.getService(TestActivator.getContext(), Location.class.getName(), Location.INSTALL_FILTER); Discouraged access: The type ServiceHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractReconcilerTest.java (at line 160) Location installLocation = (Location) ServiceHelper.getService(TestActivator.getContext(), Location.class.getName(), Location.INSTALL_FILTER); Discouraged access: The method getService(BundleContext, String, String) from the type ServiceHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractReconcilerTest.java (at line 166) return URLUtil.toFile(url); Discouraged access: The type URLUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractReconcilerTest.java (at line 166) return URLUtil.toFile(url); Discouraged access: The method toFile(URL) from the type URLUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractReconcilerTest.java (at line 333) SimpleConfiguratorManipulator manipulator = new SimpleConfiguratorManipulatorImpl(); Discouraged access: The constructor SimpleConfiguratorManipulatorImpl() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator.manipulator/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractReconcilerTest.java (at line 333) SimpleConfiguratorManipulator manipulator = new SimpleConfiguratorManipulatorImpl(); Discouraged access: The type SimpleConfiguratorManipulatorImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator.manipulator/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractReconcilerTest.java (at line 349) SimpleConfiguratorManipulator manipulator = new SimpleConfiguratorManipulatorImpl(); Discouraged access: The constructor SimpleConfiguratorManipulatorImpl() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator.manipulator/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractReconcilerTest.java (at line 349) SimpleConfiguratorManipulator manipulator = new SimpleConfiguratorManipulatorImpl(); Discouraged access: The type SimpleConfiguratorManipulatorImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator.manipulator/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractReconcilerTest.java (at line 452) public Configuration getConfiguration() { Discouraged access: The type Configuration is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractReconcilerTest.java (at line 458) public Configuration loadConfiguration(File configLocation, File installLocation) { Discouraged access: The type Configuration is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractReconcilerTest.java (at line 460) return Configuration.load(configLocation, installLocation.toURL()); Discouraged access: The type Configuration is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractReconcilerTest.java (at line 460) return Configuration.load(configLocation, installLocation.toURL()); Discouraged access: The method load(File, URL) from the type Configuration is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractReconcilerTest.java (at line 474) public void save(String message, Configuration configuration) { Discouraged access: The type Configuration is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractReconcilerTest.java (at line 478) configuration.save(configLocation, installLocation.toURL()); Discouraged access: The method save(File, URL) from the type Configuration is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractReconcilerTest.java (at line 490) public boolean removeSite(Configuration configuration, String location) throws IOException, URISyntaxException { Discouraged access: The type Configuration is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractReconcilerTest.java (at line 492) List sites = configuration.getSites(); Discouraged access: The method getSites() from the type Configuration is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractReconcilerTest.java (at line 494) Site tempSite = (Site) iter.next(); Discouraged access: The type Site is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractReconcilerTest.java (at line 494) Site tempSite = (Site) iter.next(); Discouraged access: The type Site is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractReconcilerTest.java (at line 495) String siteURL = tempSite.getUrl(); Discouraged access: The method getUrl() from the type Site is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractReconcilerTest.java (at line 498) return configuration.removeSite(tempSite); Discouraged access: The method removeSite(Site) from the type Configuration is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractReconcilerTest.java (at line 507) public Feature createFeature(Site site, String id, String version, String url) { Discouraged access: The type Feature is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
37. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractReconcilerTest.java (at line 507) public Feature createFeature(Site site, String id, String version, String url) { Discouraged access: The type Site is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
38. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractReconcilerTest.java (at line 508) Feature result = new Feature(site); Discouraged access: The type Feature is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
39. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractReconcilerTest.java (at line 508) Feature result = new Feature(site); Discouraged access: The constructor Feature(Site) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
40. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractReconcilerTest.java (at line 508) Feature result = new Feature(site); Discouraged access: The type Feature is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
41. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractReconcilerTest.java (at line 509) result.setId(id); Discouraged access: The method setId(String) from the type Feature is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
42. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractReconcilerTest.java (at line 510) result.setVersion(version); Discouraged access: The method setVersion(String) from the type Feature is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
43. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractReconcilerTest.java (at line 511) result.setUrl(url); Discouraged access: The method setUrl(String) from the type Feature is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
44. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractReconcilerTest.java (at line 518) public Site createSite(String policy, boolean enabled, boolean updateable, String uri, String[] plugins) { Discouraged access: The type Site is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
45. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractReconcilerTest.java (at line 519) Site result = new Site(); Discouraged access: The type Site is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
46. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractReconcilerTest.java (at line 519) Site result = new Site(); Discouraged access: The constructor Site() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
47. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractReconcilerTest.java (at line 519) Site result = new Site(); Discouraged access: The type Site is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
48. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractReconcilerTest.java (at line 520) result.setPolicy(policy); Discouraged access: The method setPolicy(String) from the type Site is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
49. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractReconcilerTest.java (at line 521) result.setEnabled(enabled); Discouraged access: The method setEnabled(boolean) from the type Site is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
50. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractReconcilerTest.java (at line 522) result.setUpdateable(updateable); Discouraged access: The method setUpdateable(boolean) from the type Site is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
51. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractReconcilerTest.java (at line 523) result.setUrl(uri); Discouraged access: The method setUrl(String) from the type Site is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
52. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractReconcilerTest.java (at line 526) result.addPlugin(plugins[i]); Discouraged access: The method addPlugin(String) from the type Site is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
53. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractReconcilerTest.java (at line 551) FileUtils.copy(source, destination, new File(""), false); Discouraged access: The type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
54. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractReconcilerTest.java (at line 551) FileUtils.copy(source, destination, new File(""), false); Discouraged access: The method copy(File, File, File, boolean) from the type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
55. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractReconcilerTest.java (at line 561) public void assertFeatureExists(String message, Configuration configuration, String id, String version) { Discouraged access: The type Configuration is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
56. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractReconcilerTest.java (at line 562) List sites = configuration.getSites(); Discouraged access: The method getSites() from the type Configuration is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
57. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractReconcilerTest.java (at line 566) Site site = (Site) iter.next(); Discouraged access: The type Site is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
58. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractReconcilerTest.java (at line 566) Site site = (Site) iter.next(); Discouraged access: The type Site is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
59. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractReconcilerTest.java (at line 567) Feature[] features = site.getFeatures(); Discouraged access: The type Feature is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
60. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractReconcilerTest.java (at line 567) Feature[] features = site.getFeatures(); Discouraged access: The method getFeatures() from the type Site is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
61. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractReconcilerTest.java (at line 569) if (id.equals(features[i].getId())) { Discouraged access: The method getId() from the type Feature is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
62. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractReconcilerTest.java (at line 572) else if (version.equals(features[i].getVersion())) Discouraged access: The method getVersion() from the type Feature is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
63. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractReconcilerTest.java (at line 586) SimpleProfileRegistry registry = new SimpleProfileRegistry(getAgent(), location, new SurrogateProfileHandler(getAgent()), false); Discouraged access: The type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
64. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractReconcilerTest.java (at line 586) SimpleProfileRegistry registry = new SimpleProfileRegistry(getAgent(), location, new SurrogateProfileHandler(getAgent()), false); Discouraged access: The constructor SimpleProfileRegistry(IProvisioningAgent, File, ISurrogateProfileHandler, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
65. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractReconcilerTest.java (at line 586) SimpleProfileRegistry registry = new SimpleProfileRegistry(getAgent(), location, new SurrogateProfileHandler(getAgent()), false); Discouraged access: The type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
66. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractReconcilerTest.java (at line 586) SimpleProfileRegistry registry = new SimpleProfileRegistry(getAgent(), location, new SurrogateProfileHandler(getAgent()), false); Discouraged access: The constructor SurrogateProfileHandler(IProvisioningAgent) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
67. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractReconcilerTest.java (at line 586) SimpleProfileRegistry registry = new SimpleProfileRegistry(getAgent(), location, new SurrogateProfileHandler(getAgent()), false); Discouraged access: The type SurrogateProfileHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
68. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractReconcilerTest.java (at line 587) IProfile[] profiles = registry.getProfiles(); Discouraged access: The method getProfiles() from the type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
69. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractReconcilerTest.java (at line 595) SimpleProfileRegistry registry = new SimpleProfileRegistry(getAgent(), location, new SurrogateProfileHandler(getAgent()), false); Discouraged access: The type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
70. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractReconcilerTest.java (at line 595) SimpleProfileRegistry registry = new SimpleProfileRegistry(getAgent(), location, new SurrogateProfileHandler(getAgent()), false); Discouraged access: The constructor SimpleProfileRegistry(IProvisioningAgent, File, ISurrogateProfileHandler, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
71. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractReconcilerTest.java (at line 595) SimpleProfileRegistry registry = new SimpleProfileRegistry(getAgent(), location, new SurrogateProfileHandler(getAgent()), false); Discouraged access: The type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
72. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractReconcilerTest.java (at line 595) SimpleProfileRegistry registry = new SimpleProfileRegistry(getAgent(), location, new SurrogateProfileHandler(getAgent()), false); Discouraged access: The constructor SurrogateProfileHandler(IProvisioningAgent) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
73. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractReconcilerTest.java (at line 595) SimpleProfileRegistry registry = new SimpleProfileRegistry(getAgent(), location, new SurrogateProfileHandler(getAgent()), false); Discouraged access: The type SurrogateProfileHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
74. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractReconcilerTest.java (at line 596) IProfile[] profiles = registry.getProfiles(); Discouraged access: The method getProfiles() from the type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
75. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractReconcilerTest.java (at line 613) File root = new File(Activator.getBundleContext().getProperty("java.home")); Discouraged access: The type Activator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
76. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractReconcilerTest.java (at line 613) File root = new File(Activator.getBundleContext().getProperty("java.home")); Discouraged access: The method getBundleContext() from the type Activator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MissingOptionalWithDependencies3.java (at line 11) 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/4M/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/planner/MissingOptionalWithDependencies3.java (at line 55) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MissingOptionalWithDependencies3.java (at line 55) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MissingOptionalWithDependencies3.java (at line 55) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MissingOptionalWithDependencies3.java (at line 56) req.addInstallableUnits(new IInstallableUnit[] {d}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/UnzipActionTest.java (at line 13) import org.eclipse.equinox.internal.p2.touchpoint.natives.IBackupStore; Discouraged access: The type IBackupStore is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/UnzipActionTest.java (at line 14) import org.eclipse.equinox.internal.p2.touchpoint.natives.NativeTouchpoint; Discouraged access: The type NativeTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/UnzipActionTest.java (at line 15) import org.eclipse.equinox.internal.p2.touchpoint.natives.actions.ActionConstants; Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/UnzipActionTest.java (at line 16) import org.eclipse.equinox.internal.p2.touchpoint.natives.actions.UnzipAction; Discouraged access: The type UnzipAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/UnzipActionTest.java (at line 21) import org.eclipse.equinox.spi.p2.publisher.PublisherHelper; Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/UnzipActionTest.java (at line 55) IArtifactKey key = PublisherHelper.createBinaryArtifactKey("test", DEFAULT_VERSION); Discouraged access: The method createBinaryArtifactKey(String, Version) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/UnzipActionTest.java (at line 55) IArtifactKey key = PublisherHelper.createBinaryArtifactKey("test", DEFAULT_VERSION); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/UnzipActionTest.java (at line 57) iuDesc.setTouchpointType(PublisherHelper.TOUCHPOINT_NATIVE); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/UnzipActionTest.java (at line 57) iuDesc.setTouchpointType(PublisherHelper.TOUCHPOINT_NATIVE); Discouraged access: The field TOUCHPOINT_NATIVE from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/UnzipActionTest.java (at line 61) parameters.put(ActionConstants.PARM_PROFILE, profile); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/UnzipActionTest.java (at line 61) parameters.put(ActionConstants.PARM_PROFILE, profile); Discouraged access: The field PARM_PROFILE from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/UnzipActionTest.java (at line 63) parameters.put(ActionConstants.PARM_PROFILE, profile); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/UnzipActionTest.java (at line 63) parameters.put(ActionConstants.PARM_PROFILE, profile); Discouraged access: The field PARM_PROFILE from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/UnzipActionTest.java (at line 64) NativeTouchpoint touchpoint = new NativeTouchpoint(); Discouraged access: The type NativeTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/UnzipActionTest.java (at line 64) NativeTouchpoint touchpoint = new NativeTouchpoint(); Discouraged access: The constructor NativeTouchpoint() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/UnzipActionTest.java (at line 64) NativeTouchpoint touchpoint = new NativeTouchpoint(); Discouraged access: The type NativeTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/UnzipActionTest.java (at line 65) touchpoint.initializePhase(null, profile, "test", parameters); Discouraged access: The method initializePhase(IProgressMonitor, IProfile, String, Map<String,Object>) from the type NativeTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/UnzipActionTest.java (at line 67) parameters.put(ActionConstants.PARM_SOURCE, zipTarget.getAbsolutePath()); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/UnzipActionTest.java (at line 67) parameters.put(ActionConstants.PARM_SOURCE, zipTarget.getAbsolutePath()); Discouraged access: The field PARM_SOURCE from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/UnzipActionTest.java (at line 68) parameters.put(ActionConstants.PARM_TARGET, installFolder.getAbsolutePath()); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/UnzipActionTest.java (at line 68) parameters.put(ActionConstants.PARM_TARGET, installFolder.getAbsolutePath()); Discouraged access: The field PARM_TARGET from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/UnzipActionTest.java (at line 74) UnzipAction action = new UnzipAction(); Discouraged access: The type UnzipAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/UnzipActionTest.java (at line 74) UnzipAction action = new UnzipAction(); Discouraged access: The constructor UnzipAction() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/UnzipActionTest.java (at line 74) UnzipAction action = new UnzipAction(); Discouraged access: The type UnzipAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/UnzipActionTest.java (at line 75) action.execute(parameters); Discouraged access: The method execute(Map<String,Object>) from the type UnzipAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/UnzipActionTest.java (at line 78) action.undo(parameters); Discouraged access: The method undo(Map<String,Object>) from the type UnzipAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/UnzipActionTest.java (at line 95) IArtifactKey key = PublisherHelper.createBinaryArtifactKey("testExecuteUndoBackup", DEFAULT_VERSION); Discouraged access: The method createBinaryArtifactKey(String, Version) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/UnzipActionTest.java (at line 95) IArtifactKey key = PublisherHelper.createBinaryArtifactKey("testExecuteUndoBackup", DEFAULT_VERSION); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/UnzipActionTest.java (at line 97) iuDesc.setTouchpointType(PublisherHelper.TOUCHPOINT_NATIVE); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/UnzipActionTest.java (at line 97) iuDesc.setTouchpointType(PublisherHelper.TOUCHPOINT_NATIVE); Discouraged access: The field TOUCHPOINT_NATIVE from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/UnzipActionTest.java (at line 101) parameters.put(ActionConstants.PARM_PROFILE, profile); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/UnzipActionTest.java (at line 101) parameters.put(ActionConstants.PARM_PROFILE, profile); Discouraged access: The field PARM_PROFILE from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/UnzipActionTest.java (at line 103) parameters.put(ActionConstants.PARM_PROFILE, profile); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/UnzipActionTest.java (at line 103) parameters.put(ActionConstants.PARM_PROFILE, profile); Discouraged access: The field PARM_PROFILE from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/UnzipActionTest.java (at line 104) NativeTouchpoint touchpoint = new NativeTouchpoint(); Discouraged access: The type NativeTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/UnzipActionTest.java (at line 104) NativeTouchpoint touchpoint = new NativeTouchpoint(); Discouraged access: The constructor NativeTouchpoint() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
37. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/UnzipActionTest.java (at line 104) NativeTouchpoint touchpoint = new NativeTouchpoint(); Discouraged access: The type NativeTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
38. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/UnzipActionTest.java (at line 105) touchpoint.initializePhase(null, profile, "testExecuteUndoBackup", parameters); Discouraged access: The method initializePhase(IProgressMonitor, IProfile, String, Map<String,Object>) from the type NativeTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
39. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/UnzipActionTest.java (at line 107) parameters.put(ActionConstants.PARM_SOURCE, zipTarget.getAbsolutePath()); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
40. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/UnzipActionTest.java (at line 107) parameters.put(ActionConstants.PARM_SOURCE, zipTarget.getAbsolutePath()); Discouraged access: The field PARM_SOURCE from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
41. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/UnzipActionTest.java (at line 108) parameters.put(ActionConstants.PARM_TARGET, installFolder.getAbsolutePath()); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
42. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/UnzipActionTest.java (at line 108) parameters.put(ActionConstants.PARM_TARGET, installFolder.getAbsolutePath()); Discouraged access: The field PARM_TARGET from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
43. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/UnzipActionTest.java (at line 119) UnzipAction action = new UnzipAction(); Discouraged access: The type UnzipAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
44. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/UnzipActionTest.java (at line 119) UnzipAction action = new UnzipAction(); Discouraged access: The constructor UnzipAction() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
45. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/UnzipActionTest.java (at line 119) UnzipAction action = new UnzipAction(); Discouraged access: The type UnzipAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
46. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/UnzipActionTest.java (at line 120) action.execute(parameters); Discouraged access: The method execute(Map<String,Object>) from the type UnzipAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
47. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/UnzipActionTest.java (at line 124) action.undo(parameters); Discouraged access: The method undo(Map<String,Object>) from the type UnzipAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
48. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/UnzipActionTest.java (at line 125) IBackupStore backup = (IBackupStore) parameters.get(NativeTouchpoint.PARM_BACKUP); Discouraged access: The type IBackupStore is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
49. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/UnzipActionTest.java (at line 125) IBackupStore backup = (IBackupStore) parameters.get(NativeTouchpoint.PARM_BACKUP); Discouraged access: The type IBackupStore is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
50. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/UnzipActionTest.java (at line 125) IBackupStore backup = (IBackupStore) parameters.get(NativeTouchpoint.PARM_BACKUP); Discouraged access: The type NativeTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
51. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/UnzipActionTest.java (at line 125) IBackupStore backup = (IBackupStore) parameters.get(NativeTouchpoint.PARM_BACKUP); Discouraged access: The field PARM_BACKUP from the type NativeTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
52. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/UnzipActionTest.java (at line 127) backup.restore(); Discouraged access: The method restore() from the type IBackupStore is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
53. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/UnzipActionTest.java (at line 133) backup.discard(); Discouraged access: The method discard() from the type IBackupStore is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
54. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/UnzipActionTest.java (at line 154) IArtifactKey key = PublisherHelper.createBinaryArtifactKey(profileId, DEFAULT_VERSION); Discouraged access: The method createBinaryArtifactKey(String, Version) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
55. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/UnzipActionTest.java (at line 154) IArtifactKey key = PublisherHelper.createBinaryArtifactKey(profileId, DEFAULT_VERSION); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
56. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/UnzipActionTest.java (at line 156) iuDesc.setTouchpointType(PublisherHelper.TOUCHPOINT_NATIVE); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
57. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/UnzipActionTest.java (at line 156) iuDesc.setTouchpointType(PublisherHelper.TOUCHPOINT_NATIVE); Discouraged access: The field TOUCHPOINT_NATIVE from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
58. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/UnzipActionTest.java (at line 160) parameters.put(ActionConstants.PARM_PROFILE, profile); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
59. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/UnzipActionTest.java (at line 160) parameters.put(ActionConstants.PARM_PROFILE, profile); Discouraged access: The field PARM_PROFILE from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
60. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/UnzipActionTest.java (at line 162) parameters.put(ActionConstants.PARM_PROFILE, profile); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
61. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/UnzipActionTest.java (at line 162) parameters.put(ActionConstants.PARM_PROFILE, profile); Discouraged access: The field PARM_PROFILE from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
62. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/UnzipActionTest.java (at line 163) NativeTouchpoint touchpoint = new NativeTouchpoint(); Discouraged access: The type NativeTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
63. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/UnzipActionTest.java (at line 163) NativeTouchpoint touchpoint = new NativeTouchpoint(); Discouraged access: The constructor NativeTouchpoint() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
64. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/UnzipActionTest.java (at line 163) NativeTouchpoint touchpoint = new NativeTouchpoint(); Discouraged access: The type NativeTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
65. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/UnzipActionTest.java (at line 164) touchpoint.initializePhase(null, profile, profileId, parameters); Discouraged access: The method initializePhase(IProgressMonitor, IProfile, String, Map<String,Object>) from the type NativeTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
66. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/UnzipActionTest.java (at line 166) parameters.put(ActionConstants.PARM_SOURCE, zipTarget.getAbsolutePath()); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
67. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/UnzipActionTest.java (at line 166) parameters.put(ActionConstants.PARM_SOURCE, zipTarget.getAbsolutePath()); Discouraged access: The field PARM_SOURCE from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
68. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/UnzipActionTest.java (at line 167) parameters.put(ActionConstants.PARM_TARGET, installFolder.getAbsolutePath()); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
69. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/UnzipActionTest.java (at line 167) parameters.put(ActionConstants.PARM_TARGET, installFolder.getAbsolutePath()); Discouraged access: The field PARM_TARGET from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
70. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/UnzipActionTest.java (at line 178) UnzipAction action = new UnzipAction(); Discouraged access: The type UnzipAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
71. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/UnzipActionTest.java (at line 178) UnzipAction action = new UnzipAction(); Discouraged access: The constructor UnzipAction() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
72. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/UnzipActionTest.java (at line 178) UnzipAction action = new UnzipAction(); Discouraged access: The type UnzipAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
73. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/UnzipActionTest.java (at line 179) action.execute(parameters); Discouraged access: The method execute(Map<String,Object>) from the type UnzipAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
74. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/UnzipActionTest.java (at line 181) action.undo(parameters); Discouraged access: The method undo(Map<String,Object>) from the type UnzipAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
75. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/UnzipActionTest.java (at line 182) IBackupStore backup = (IBackupStore) parameters.get(NativeTouchpoint.PARM_BACKUP); Discouraged access: The type IBackupStore is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
76. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/UnzipActionTest.java (at line 182) IBackupStore backup = (IBackupStore) parameters.get(NativeTouchpoint.PARM_BACKUP); Discouraged access: The type IBackupStore is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
77. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/UnzipActionTest.java (at line 182) IBackupStore backup = (IBackupStore) parameters.get(NativeTouchpoint.PARM_BACKUP); Discouraged access: The type NativeTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
78. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/UnzipActionTest.java (at line 182) IBackupStore backup = (IBackupStore) parameters.get(NativeTouchpoint.PARM_BACKUP); Discouraged access: The field PARM_BACKUP from the type NativeTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
79. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/UnzipActionTest.java (at line 184) backup.restore(); Discouraged access: The method restore() from the type IBackupStore is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
80. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/UnzipActionTest.java (at line 190) backup.discard(); Discouraged access: The method discard() from the type IBackupStore is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
81. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/UnzipActionTest.java (at line 206) parameters.put(ActionConstants.PARM_PATH, "foo"); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
82. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/UnzipActionTest.java (at line 206) parameters.put(ActionConstants.PARM_PATH, "foo"); Discouraged access: The field PARM_PATH from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
83. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/UnzipActionTest.java (at line 211) parameters.put(ActionConstants.PARM_PATH, "foo/"); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
84. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/UnzipActionTest.java (at line 211) parameters.put(ActionConstants.PARM_PATH, "foo/"); Discouraged access: The field PARM_PATH from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
85. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/UnzipActionTest.java (at line 216) parameters.put(ActionConstants.PARM_PATH, "**/bar"); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
86. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/UnzipActionTest.java (at line 216) parameters.put(ActionConstants.PARM_PATH, "**/bar"); Discouraged access: The field PARM_PATH from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
87. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/UnzipActionTest.java (at line 232) parameters.put(ActionConstants.PARM_INCLUDE, "foo/b.txt"); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
88. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/UnzipActionTest.java (at line 232) parameters.put(ActionConstants.PARM_INCLUDE, "foo/b.txt"); Discouraged access: The field PARM_INCLUDE from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
89. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/UnzipActionTest.java (at line 238) parameters.put(ActionConstants.PARM_INCLUDE, "*/b.txt"); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
90. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/UnzipActionTest.java (at line 238) parameters.put(ActionConstants.PARM_INCLUDE, "*/b.txt"); Discouraged access: The field PARM_INCLUDE from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
91. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/UnzipActionTest.java (at line 244) parameters.put(ActionConstants.PARM_INCLUDE, "**/c.txt"); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
92. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/UnzipActionTest.java (at line 244) parameters.put(ActionConstants.PARM_INCLUDE, "**/c.txt"); Discouraged access: The field PARM_INCLUDE from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
93. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/UnzipActionTest.java (at line 260) parameters.put(ActionConstants.PARM_EXCLUDE, "foo/b.txt"); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
94. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/UnzipActionTest.java (at line 260) parameters.put(ActionConstants.PARM_EXCLUDE, "foo/b.txt"); Discouraged access: The field PARM_EXCLUDE from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
95. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/UnzipActionTest.java (at line 266) parameters.put(ActionConstants.PARM_EXCLUDE, "*/b.txt"); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
96. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/UnzipActionTest.java (at line 266) parameters.put(ActionConstants.PARM_EXCLUDE, "*/b.txt"); Discouraged access: The field PARM_EXCLUDE from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
97. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/UnzipActionTest.java (at line 272) parameters.put(ActionConstants.PARM_EXCLUDE, "**/c.txt"); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
98. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/UnzipActionTest.java (at line 272) parameters.put(ActionConstants.PARM_EXCLUDE, "**/c.txt"); Discouraged access: The field PARM_EXCLUDE from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
99. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/UnzipActionTest.java (at line 286) parameters.put(ActionConstants.PARM_INCLUDE, "*.txt"); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
100. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/UnzipActionTest.java (at line 286) parameters.put(ActionConstants.PARM_INCLUDE, "*.txt"); Discouraged access: The field PARM_INCLUDE from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug207319.java (at line 11) 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/4M/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/planner/Bug207319.java (at line 14) import org.eclipse.equinox.internal.provisional.p2.director.IDirector; Discouraged access: The type IDirector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug207319.java (at line 23) IDirector director; Discouraged access: The type IDirector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug207319.java (at line 38) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug207319.java (at line 38) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug207319.java (at line 38) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug207319.java (at line 39) req.addInstallableUnits(new IInstallableUnit[] {b}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug207319.java (at line 40) assertEquals(IStatus.OK, director.provision(req, null, null).getSeverity()); Discouraged access: The method provision(IProfileChangeRequest, ProvisioningContext, IProgressMonitor) from the type IDirector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug207319.java (at line 44) ProfileChangeRequest req2 = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug207319.java (at line 44) ProfileChangeRequest req2 = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug207319.java (at line 44) ProfileChangeRequest req2 = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug207319.java (at line 45) req2.addInstallableUnits(new IInstallableUnit[] {c}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug207319.java (at line 46) assertEquals(IStatus.OK, director.provision(req2, null, null).getSeverity()); Discouraged access: The method provision(IProfileChangeRequest, ProvisioningContext, IProgressMonitor) from the type IDirector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/Adder.java (at line 17) import org.eclipse.equinox.internal.p2.artifact.repository.Activator; Discouraged access: The type Activator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/Adder.java (at line 18) import org.eclipse.equinox.internal.provisional.p2.artifact.repository.processing.ProcessingStep; Discouraged access: The type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/Adder.java (at line 23) public class Adder extends ProcessingStep { Discouraged access: The type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/Adder.java (at line 32) super(); Discouraged access: The constructor ProcessingStep() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/Adder.java (at line 37) super.initialize(agent, descriptor, context); Discouraged access: The method initialize(IProvisioningAgent, IProcessingStepDescriptor, IArtifactDescriptor) from the type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/Adder.java (at line 42) setStatus(new Status(code, Activator.ID, "Adder operand specification invalid", e)); Discouraged access: The method setStatus(IStatus) from the type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/Adder.java (at line 42) setStatus(new Status(code, Activator.ID, "Adder operand specification invalid", e)); Discouraged access: The type Activator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/Adder.java (at line 42) setStatus(new Status(code, Activator.ID, "Adder operand specification invalid", e)); Discouraged access: The field ID from the type Activator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/Adder.java (at line 48) getDestination().write(b + operand); Discouraged access: The method getDestination() from the type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/Adder.java (at line 52) super.close(); Discouraged access: The method close() from the type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/AbstractSharedInstallTest.java (at line 18) 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/4M/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/sharedinstall/AbstractSharedInstallTest.java (at line 53) return new SimpleProfileRegistry(getAgent(), getUserProfileRegistryFolder()).listProfileTimestamps(profileId); Discouraged access: The constructor SimpleProfileRegistry(IProvisioningAgent, File) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/AbstractSharedInstallTest.java (at line 53) return new SimpleProfileRegistry(getAgent(), getUserProfileRegistryFolder()).listProfileTimestamps(profileId); Discouraged access: The method listProfileTimestamps(String) from the type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/AbstractSharedInstallTest.java (at line 53) return new SimpleProfileRegistry(getAgent(), getUserProfileRegistryFolder()).listProfileTimestamps(profileId); Discouraged access: The type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/AbstractSharedInstallTest.java (at line 57) long[] ts = new SimpleProfileRegistry(getAgent(), profileFolder).listProfileTimestamps(profileId); Discouraged access: The constructor SimpleProfileRegistry(IProvisioningAgent, File) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/AbstractSharedInstallTest.java (at line 57) long[] ts = new SimpleProfileRegistry(getAgent(), profileFolder).listProfileTimestamps(profileId); Discouraged access: The method listProfileTimestamps(String) from the type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/AbstractSharedInstallTest.java (at line 57) long[] ts = new SimpleProfileRegistry(getAgent(), profileFolder).listProfileTimestamps(profileId); Discouraged access: The type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/processors/Pack200ProcessorTest.java (at line 16) import org.eclipse.equinox.internal.p2.artifact.processors.pack200.Pack200ProcessorStep; Discouraged access: The type Pack200ProcessorStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/processors/Pack200ProcessorTest.java (at line 17) import org.eclipse.equinox.internal.p2.core.helpers.FileUtils; Discouraged access: The type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/processors/Pack200ProcessorTest.java (at line 18) import org.eclipse.equinox.internal.p2.jarprocessor.PackStep; Discouraged access: The type PackStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/processors/Pack200ProcessorTest.java (at line 19) import org.eclipse.equinox.internal.provisional.p2.artifact.repository.processing.ProcessingStep; Discouraged access: The type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/processors/Pack200ProcessorTest.java (at line 36) if (!PackStep.canPack()) Discouraged access: The type PackStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/processors/Pack200ProcessorTest.java (at line 36) if (!PackStep.canPack()) Discouraged access: The method canPack() from the type PackStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/processors/Pack200ProcessorTest.java (at line 39) ProcessingStep step = new Pack200ProcessorStep(); Discouraged access: The type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/processors/Pack200ProcessorTest.java (at line 39) ProcessingStep step = new Pack200ProcessorStep(); Discouraged access: The constructor Pack200ProcessorStep() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/processors/Pack200ProcessorTest.java (at line 39) ProcessingStep step = new Pack200ProcessorStep(); Discouraged access: The type Pack200ProcessorStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/processors/Pack200ProcessorTest.java (at line 41) step.link(destination, new NullProgressMonitor()); Discouraged access: The method link(OutputStream, IProgressMonitor) from the type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/processors/Pack200ProcessorTest.java (at line 46) FileUtils.copyStream(inputStream, true, step, true); Discouraged access: The type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/processors/Pack200ProcessorTest.java (at line 46) FileUtils.copyStream(inputStream, true, step, true); Discouraged access: The method copyStream(InputStream, boolean, OutputStream, boolean) from the type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/processors/Pack200ProcessorTest.java (at line 51) FileUtils.copyStream(inputStream, true, expected, true); Discouraged access: The type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/processors/Pack200ProcessorTest.java (at line 51) FileUtils.copyStream(inputStream, true, expected, true); Discouraged access: The method copyStream(InputStream, boolean, OutputStream, boolean) from the type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/processors/Pack200ProcessorTest.java (at line 59) ProcessingStep step = new Pack200ProcessorStep(); Discouraged access: The type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/processors/Pack200ProcessorTest.java (at line 59) ProcessingStep step = new Pack200ProcessorStep(); Discouraged access: The constructor Pack200ProcessorStep() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/processors/Pack200ProcessorTest.java (at line 59) ProcessingStep step = new Pack200ProcessorStep(); Discouraged access: The type Pack200ProcessorStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/processors/Pack200ProcessorTest.java (at line 61) step.link(destination, new NullProgressMonitor()); Discouraged access: The method link(OutputStream, IProgressMonitor) from the type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/processors/Pack200ProcessorTest.java (at line 65) FileUtils.copyStream(inputStream, true, step, true); Discouraged access: The type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/processors/Pack200ProcessorTest.java (at line 65) FileUtils.copyStream(inputStream, true, step, true); Discouraged access: The method copyStream(InputStream, boolean, OutputStream, boolean) from the type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/processors/Pack200ProcessorTest.java (at line 68) assertFalse(step.getStatus().isOK()); Discouraged access: The method getStatus() from the type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/processors/Pack200ProcessorTest.java (at line 93) if (!PackStep.canPack()) Discouraged access: The type PackStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/processors/Pack200ProcessorTest.java (at line 93) if (!PackStep.canPack()) Discouraged access: The method canPack() from the type PackStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/processors/Pack200ProcessorTest.java (at line 96) ProcessingStep step = new Pack200ProcessorStep(); Discouraged access: The type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/processors/Pack200ProcessorTest.java (at line 96) ProcessingStep step = new Pack200ProcessorStep(); Discouraged access: The constructor Pack200ProcessorStep() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/processors/Pack200ProcessorTest.java (at line 96) ProcessingStep step = new Pack200ProcessorStep(); Discouraged access: The type Pack200ProcessorStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/processors/Pack200ProcessorTest.java (at line 100) step.link(destination, new NullProgressMonitor()); Discouraged access: The method link(OutputStream, IProgressMonitor) from the type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/processors/Pack200ProcessorTest.java (at line 105) FileUtils.copyStream(inputStream, true, step, true); Discouraged access: The type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/processors/Pack200ProcessorTest.java (at line 105) FileUtils.copyStream(inputStream, true, step, true); Discouraged access: The method copyStream(InputStream, boolean, OutputStream, boolean) from the type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/IUProperties.java (at line 11) 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/4M/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/planner/IUProperties.java (at line 14) import org.eclipse.equinox.internal.p2.core.helpers.LogHelper; Discouraged access: The type LogHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/IUProperties.java (at line 15) import org.eclipse.equinox.internal.p2.engine.ProvisioningPlan; Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/IUProperties.java (at line 53) ProfileChangeRequest req1 = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/IUProperties.java (at line 53) ProfileChangeRequest req1 = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/planner/IUProperties.java (at line 53) ProfileChangeRequest req1 = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/planner/IUProperties.java (at line 54) req1.addInstallableUnits(new IInstallableUnit[] {a1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/planner/IUProperties.java (at line 55) req1.setInstallableUnitProfileProperty(a1, "FOO", "BAR"); 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/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/planner/IUProperties.java (at line 56) req1.setInstallableUnitProfileProperty(b1, "FOO", "BAR"); 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/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/planner/IUProperties.java (at line 61) LogHelper.log(s); Discouraged access: The type LogHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/planner/IUProperties.java (at line 61) LogHelper.log(s); Discouraged access: The method log(IStatus) from the type LogHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/planner/IUProperties.java (at line 65) ProfileChangeRequest req2 = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/planner/IUProperties.java (at line 65) ProfileChangeRequest req2 = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/planner/IUProperties.java (at line 65) ProfileChangeRequest req2 = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/planner/IUProperties.java (at line 66) req2.removeInstallableUnitProfileProperty(b1, "FOO"); Discouraged access: The method removeInstallableUnitProfileProperty(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/planner/IUProperties.java (at line 67) ProvisioningPlan pp2 = (ProvisioningPlan) planner.getProvisioningPlan(req2, null, null); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/planner/IUProperties.java (at line 67) ProvisioningPlan pp2 = (ProvisioningPlan) planner.getProvisioningPlan(req2, null, null); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/planner/IUProperties.java (at line 68) assertEquals(0, pp2.getOperands().length); Discouraged access: The method getOperands() from the type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug270683.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/4M/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/planner/Bug270683.java (at line 16) import org.eclipse.equinox.internal.p2.engine.ProvisioningPlan; Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug270683.java (at line 17) import org.eclipse.equinox.internal.provisional.p2.director.PlannerStatus; Discouraged access: The type PlannerStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug270683.java (at line 56) ProfileChangeRequest req3 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug270683.java (at line 56) ProfileChangeRequest req3 = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug270683.java (at line 56) ProfileChangeRequest req3 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug270683.java (at line 57) req3.addInstallableUnits(new IInstallableUnit[] {a1, p1, pp1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug270683.java (at line 58) ProvisioningPlan plan3 = (ProvisioningPlan) planner.getProvisioningPlan(req3, null, null); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug270683.java (at line 58) ProvisioningPlan plan3 = (ProvisioningPlan) planner.getProvisioningPlan(req3, null, null); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug270683.java (at line 59) assertEquals(IStatus.ERROR, plan3.getStatus().getSeverity()); Discouraged access: The method getStatus() from the type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug270683.java (at line 60) assertTrue(((PlannerStatus) plan3.getStatus()).getRequestStatus().getExplanations().toString().contains("patched")); Discouraged access: The method getRequestStatus() from the type PlannerStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug270683.java (at line 60) assertTrue(((PlannerStatus) plan3.getStatus()).getRequestStatus().getExplanations().toString().contains("patched")); Discouraged access: The method getExplanations() from the type RequestStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug270683.java (at line 60) assertTrue(((PlannerStatus) plan3.getStatus()).getRequestStatus().getExplanations().toString().contains("patched")); Discouraged access: The type PlannerStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug270683.java (at line 60) assertTrue(((PlannerStatus) plan3.getStatus()).getRequestStatus().getExplanations().toString().contains("patched")); Discouraged access: The method getStatus() from the type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java (at line 16) import org.eclipse.equinox.internal.p2.engine.InstallableUnitOperand; Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java (at line 17) import org.eclipse.equinox.internal.p2.publisher.eclipse.FeatureParser; Discouraged access: The type FeatureParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java (at line 19) import org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.ActionConstants; Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java (at line 20) import org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.InstallFeatureAction; Discouraged access: The type InstallFeatureAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java (at line 24) import org.eclipse.equinox.p2.publisher.PublisherInfo; Discouraged access: The type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java (at line 25) import org.eclipse.equinox.p2.publisher.eclipse.Feature; Discouraged access: The type Feature is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java (at line 26) import org.eclipse.equinox.p2.publisher.eclipse.FeaturesAction; Discouraged access: The type FeaturesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java (at line 30) import org.eclipse.equinox.spi.p2.publisher.PublisherHelper; Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java (at line 49) IFileArtifactRepository bundlePool = Util.getBundlePoolRepository(getAgent(), profile); Discouraged access: The method getBundlePoolRepository(IProvisioningAgent, IProfile) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java (at line 49) IFileArtifactRepository bundlePool = Util.getBundlePoolRepository(getAgent(), profile); Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java (at line 56) FeatureParser parser = new FeatureParser(); Discouraged access: The type FeatureParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java (at line 56) FeatureParser parser = new FeatureParser(); Discouraged access: The constructor FeatureParser() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java (at line 56) FeatureParser parser = new FeatureParser(); Discouraged access: The type FeatureParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java (at line 57) Feature feature = parser.parse(featureTarget); Discouraged access: The type Feature is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java (at line 57) Feature feature = parser.parse(featureTarget); Discouraged access: The method parse(File) from the type FeatureParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java (at line 59) final PublisherInfo info = new PublisherInfo(); Discouraged access: The type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java (at line 59) final PublisherInfo info = new PublisherInfo(); Discouraged access: The constructor PublisherInfo() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java (at line 59) final PublisherInfo info = new PublisherInfo(); Discouraged access: The type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java (at line 60) info.setArtifactRepository(bundlePool); Discouraged access: The method setArtifactRepository(IArtifactRepository) from the type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java (at line 61) IArtifactKey key = FeaturesAction.createFeatureArtifactKey(feature.getId(), feature.getVersion()); Discouraged access: The method createFeatureArtifactKey(String, String) from the type FeaturesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java (at line 61) IArtifactKey key = FeaturesAction.createFeatureArtifactKey(feature.getId(), feature.getVersion()); Discouraged access: The type FeaturesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java (at line 61) IArtifactKey key = FeaturesAction.createFeatureArtifactKey(feature.getId(), feature.getVersion()); Discouraged access: The method getId() from the type Feature is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java (at line 61) IArtifactKey key = FeaturesAction.createFeatureArtifactKey(feature.getId(), feature.getVersion()); Discouraged access: The method getVersion() from the type Feature is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java (at line 62) IArtifactDescriptor descriptor = PublisherHelper.createArtifactDescriptor(info, key, featureTarget); Discouraged access: The method createArtifactDescriptor(IPublisherInfo, IArtifactKey, File) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java (at line 62) IArtifactDescriptor descriptor = PublisherHelper.createArtifactDescriptor(info, key, featureTarget); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java (at line 64) IInstallableUnit iu = FeaturesAction.createFeatureJarIU(feature, info); Discouraged access: The method createFeatureJarIU(Feature, IPublisherInfo) from the type FeaturesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java (at line 64) IInstallableUnit iu = FeaturesAction.createFeatureJarIU(feature, info); Discouraged access: The type FeaturesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java (at line 69) parameters.put(ActionConstants.PARM_AGENT, getAgent()); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java (at line 69) parameters.put(ActionConstants.PARM_AGENT, getAgent()); Discouraged access: The field PARM_AGENT from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java (at line 70) parameters.put(ActionConstants.PARM_PROFILE, profile); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java (at line 70) parameters.put(ActionConstants.PARM_PROFILE, profile); Discouraged access: The field PARM_PROFILE from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java (at line 71) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java (at line 71) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The constructor EclipseTouchpoint() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java (at line 71) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java (at line 72) touchpoint.initializePhase(null, profile, "test", parameters); Discouraged access: The method initializePhase(IProgressMonitor, IProfile, String, Map<String,Object>) from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java (at line 73) InstallableUnitOperand operand = new InstallableUnitOperand(null, iu); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
37. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java (at line 73) InstallableUnitOperand operand = new InstallableUnitOperand(null, iu); Discouraged access: The constructor InstallableUnitOperand(IInstallableUnit, IInstallableUnit) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
38. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java (at line 73) InstallableUnitOperand operand = new InstallableUnitOperand(null, iu); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
39. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java (at line 74) parameters.put("iu", operand.second()); Discouraged access: The method second() from the type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
40. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java (at line 75) touchpoint.initializeOperand(profile, parameters); Discouraged access: The method initializeOperand(IProfile, Map<String,Object>) from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
41. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java (at line 77) parameters.put(ActionConstants.PARM_FEATURE, key.toString()); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
42. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java (at line 77) parameters.put(ActionConstants.PARM_FEATURE, key.toString()); Discouraged access: The field PARM_FEATURE from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
43. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java (at line 78) parameters.put(ActionConstants.PARM_FEATURE_ID, ActionConstants.PARM_DEFAULT_VALUE); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
44. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java (at line 78) parameters.put(ActionConstants.PARM_FEATURE_ID, ActionConstants.PARM_DEFAULT_VALUE); Discouraged access: The field PARM_FEATURE_ID from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
45. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java (at line 78) parameters.put(ActionConstants.PARM_FEATURE_ID, ActionConstants.PARM_DEFAULT_VALUE); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
46. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java (at line 78) parameters.put(ActionConstants.PARM_FEATURE_ID, ActionConstants.PARM_DEFAULT_VALUE); Discouraged access: The field PARM_DEFAULT_VALUE from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
47. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java (at line 79) parameters.put(ActionConstants.PARM_FEATURE_VERSION, ActionConstants.PARM_DEFAULT_VALUE); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
48. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java (at line 79) parameters.put(ActionConstants.PARM_FEATURE_VERSION, ActionConstants.PARM_DEFAULT_VALUE); Discouraged access: The field PARM_FEATURE_VERSION from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
49. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java (at line 79) parameters.put(ActionConstants.PARM_FEATURE_VERSION, ActionConstants.PARM_DEFAULT_VALUE); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
50. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java (at line 79) parameters.put(ActionConstants.PARM_FEATURE_VERSION, ActionConstants.PARM_DEFAULT_VALUE); Discouraged access: The field PARM_DEFAULT_VALUE from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
51. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java (at line 82) PlatformConfigurationWrapper configuration = (PlatformConfigurationWrapper) parameters.get(EclipseTouchpoint.PARM_PLATFORM_CONFIGURATION); Discouraged access: The type PlatformConfigurationWrapper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
52. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java (at line 82) PlatformConfigurationWrapper configuration = (PlatformConfigurationWrapper) parameters.get(EclipseTouchpoint.PARM_PLATFORM_CONFIGURATION); Discouraged access: The type PlatformConfigurationWrapper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
53. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java (at line 82) PlatformConfigurationWrapper configuration = (PlatformConfigurationWrapper) parameters.get(EclipseTouchpoint.PARM_PLATFORM_CONFIGURATION); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
54. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java (at line 82) PlatformConfigurationWrapper configuration = (PlatformConfigurationWrapper) parameters.get(EclipseTouchpoint.PARM_PLATFORM_CONFIGURATION); Discouraged access: The field PARM_PLATFORM_CONFIGURATION from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
55. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java (at line 86) assertFalse(configuration.containsFeature(siteURI, feature.getId(), feature.getVersion())); Discouraged access: The method containsFeature(URI, String, String) from the type PlatformConfigurationWrapper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
56. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java (at line 86) assertFalse(configuration.containsFeature(siteURI, feature.getId(), feature.getVersion())); Discouraged access: The method getId() from the type Feature is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
57. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java (at line 86) assertFalse(configuration.containsFeature(siteURI, feature.getId(), feature.getVersion())); Discouraged access: The method getVersion() from the type Feature is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
58. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java (at line 87) InstallFeatureAction action = new InstallFeatureAction(); Discouraged access: The type InstallFeatureAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
59. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java (at line 87) InstallFeatureAction action = new InstallFeatureAction(); Discouraged access: The constructor InstallFeatureAction() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
60. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java (at line 87) InstallFeatureAction action = new InstallFeatureAction(); Discouraged access: The type InstallFeatureAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
61. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java (at line 88) IStatus status = action.execute(parameters); Discouraged access: The method execute(Map<String,Object>) from the type InstallFeatureAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
62. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java (at line 90) assertTrue(configuration.containsFeature(siteURI, feature.getId(), feature.getVersion())); Discouraged access: The method containsFeature(URI, String, String) from the type PlatformConfigurationWrapper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
63. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java (at line 90) assertTrue(configuration.containsFeature(siteURI, feature.getId(), feature.getVersion())); Discouraged access: The method getId() from the type Feature is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
64. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java (at line 90) assertTrue(configuration.containsFeature(siteURI, feature.getId(), feature.getVersion())); Discouraged access: The method getVersion() from the type Feature is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
65. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java (at line 91) action.undo(parameters); Discouraged access: The method undo(Map<String,Object>) from the type InstallFeatureAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
66. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java (at line 92) assertFalse(configuration.containsFeature(siteURI, feature.getId(), feature.getVersion())); Discouraged access: The method containsFeature(URI, String, String) from the type PlatformConfigurationWrapper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
67. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java (at line 92) assertFalse(configuration.containsFeature(siteURI, feature.getId(), feature.getVersion())); Discouraged access: The method getId() from the type Feature is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
68. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java (at line 92) assertFalse(configuration.containsFeature(siteURI, feature.getId(), feature.getVersion())); Discouraged access: The method getVersion() from the type Feature is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
69. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java (at line 102) IFileArtifactRepository bundlePool = Util.getBundlePoolRepository(getAgent(), profile); Discouraged access: The method getBundlePoolRepository(IProvisioningAgent, IProfile) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
70. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java (at line 102) IFileArtifactRepository bundlePool = Util.getBundlePoolRepository(getAgent(), profile); Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
71. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java (at line 109) FeatureParser parser = new FeatureParser(); Discouraged access: The type FeatureParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
72. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java (at line 109) FeatureParser parser = new FeatureParser(); Discouraged access: The constructor FeatureParser() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
73. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java (at line 109) FeatureParser parser = new FeatureParser(); Discouraged access: The type FeatureParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
74. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java (at line 110) Feature feature = parser.parse(featureTarget); Discouraged access: The type Feature is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
75. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java (at line 110) Feature feature = parser.parse(featureTarget); Discouraged access: The method parse(File) from the type FeatureParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
76. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java (at line 112) final PublisherInfo info = new PublisherInfo(); Discouraged access: The type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
77. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java (at line 112) final PublisherInfo info = new PublisherInfo(); Discouraged access: The constructor PublisherInfo() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
78. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java (at line 112) final PublisherInfo info = new PublisherInfo(); Discouraged access: The type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
79. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java (at line 113) info.setArtifactRepository(bundlePool); Discouraged access: The method setArtifactRepository(IArtifactRepository) from the type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
80. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java (at line 114) IArtifactKey key = FeaturesAction.createFeatureArtifactKey(feature.getId(), feature.getVersion()); Discouraged access: The method createFeatureArtifactKey(String, String) from the type FeaturesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
81. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java (at line 114) IArtifactKey key = FeaturesAction.createFeatureArtifactKey(feature.getId(), feature.getVersion()); Discouraged access: The type FeaturesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
82. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java (at line 114) IArtifactKey key = FeaturesAction.createFeatureArtifactKey(feature.getId(), feature.getVersion()); Discouraged access: The method getId() from the type Feature is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
83. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java (at line 114) IArtifactKey key = FeaturesAction.createFeatureArtifactKey(feature.getId(), feature.getVersion()); Discouraged access: The method getVersion() from the type Feature is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
84. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java (at line 115) IArtifactDescriptor descriptor = PublisherHelper.createArtifactDescriptor(info, key, featureTarget); Discouraged access: The method createArtifactDescriptor(IPublisherInfo, IArtifactKey, File) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
85. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java (at line 115) IArtifactDescriptor descriptor = PublisherHelper.createArtifactDescriptor(info, key, featureTarget); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
86. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java (at line 117) IInstallableUnit iu = FeaturesAction.createFeatureJarIU(feature, info); Discouraged access: The method createFeatureJarIU(Feature, IPublisherInfo) from the type FeaturesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
87. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java (at line 117) IInstallableUnit iu = FeaturesAction.createFeatureJarIU(feature, info); Discouraged access: The type FeaturesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
88. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java (at line 122) parameters.put(ActionConstants.PARM_AGENT, getAgent()); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
89. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java (at line 122) parameters.put(ActionConstants.PARM_AGENT, getAgent()); Discouraged access: The field PARM_AGENT from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
90. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java (at line 123) parameters.put(ActionConstants.PARM_PROFILE, profile); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
91. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java (at line 123) parameters.put(ActionConstants.PARM_PROFILE, profile); Discouraged access: The field PARM_PROFILE from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
92. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java (at line 124) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
93. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java (at line 124) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The constructor EclipseTouchpoint() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
94. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java (at line 124) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
95. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java (at line 125) touchpoint.initializePhase(null, profile, "test", parameters); Discouraged access: The method initializePhase(IProgressMonitor, IProfile, String, Map<String,Object>) from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
96. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java (at line 126) InstallableUnitOperand operand = new InstallableUnitOperand(null, iu); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
97. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java (at line 126) InstallableUnitOperand operand = new InstallableUnitOperand(null, iu); Discouraged access: The constructor InstallableUnitOperand(IInstallableUnit, IInstallableUnit) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
98. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java (at line 126) InstallableUnitOperand operand = new InstallableUnitOperand(null, iu); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
99. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java (at line 127) parameters.put("iu", operand.second()); Discouraged access: The method second() from the type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
100. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallFeatureActionTest.java (at line 128) touchpoint.initializeOperand(profile, parameters); Discouraged access: The method initializeOperand(IProfile, Map<String,Object>) from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AddIUProperty.java (at line 11) 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/4M/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/planner/AddIUProperty.java (at line 14) import org.eclipse.equinox.internal.p2.director.SimplePlanner; Discouraged access: The type SimplePlanner is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AddIUProperty.java (at line 46) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AddIUProperty.java (at line 46) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AddIUProperty.java (at line 46) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AddIUProperty.java (at line 47) req.addInstallableUnits(new IInstallableUnit[] {a1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AddIUProperty.java (at line 54) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AddIUProperty.java (at line 54) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AddIUProperty.java (at line 54) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AddIUProperty.java (at line 55) req.addInstallableUnits(new IInstallableUnit[] {a1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AddIUProperty.java (at line 56) req.setInstallableUnitInclusionRules(a1, ProfileInclusionRules.createOptionalInclusionRule(a1)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AddIUProperty.java (at line 64) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AddIUProperty.java (at line 64) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AddIUProperty.java (at line 64) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AddIUProperty.java (at line 65) req.addInstallableUnits(new IInstallableUnit[] {a1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AddIUProperty.java (at line 74) ProfileChangeRequest req4 = ProfileChangeRequest.createByProfileId(getAgent(), profile.getProfileId()); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AddIUProperty.java (at line 74) ProfileChangeRequest req4 = ProfileChangeRequest.createByProfileId(getAgent(), profile.getProfileId()); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AddIUProperty.java (at line 74) ProfileChangeRequest req4 = ProfileChangeRequest.createByProfileId(getAgent(), profile.getProfileId()); Discouraged access: The method createByProfileId(IProvisioningAgent, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AddIUProperty.java (at line 75) req4.addInstallableUnits(new IInstallableUnit[] {a2}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AddIUProperty.java (at line 80) ProfileChangeRequest req2 = ProfileChangeRequest.createByProfileId(getAgent(), profile.getProfileId()); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AddIUProperty.java (at line 80) ProfileChangeRequest req2 = ProfileChangeRequest.createByProfileId(getAgent(), profile.getProfileId()); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AddIUProperty.java (at line 80) ProfileChangeRequest req2 = ProfileChangeRequest.createByProfileId(getAgent(), profile.getProfileId()); Discouraged access: The method createByProfileId(IProvisioningAgent, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AddIUProperty.java (at line 81) req2.setInstallableUnitInclusionRules(a1, ProfileInclusionRules.createOptionalInclusionRule(a1)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AddIUProperty.java (at line 82) req2.addInstallableUnits(new IInstallableUnit[] {a2}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AddIUProperty.java (at line 93) IQueryResult iuProfileProperties = profile.query(new IUProfilePropertyQuery(SimplePlanner.INCLUSION_RULES, IUProfilePropertyQuery.ANY), null); Discouraged access: The type SimplePlanner is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AddIUProperty.java (at line 93) IQueryResult iuProfileProperties = profile.query(new IUProfilePropertyQuery(SimplePlanner.INCLUSION_RULES, IUProfilePropertyQuery.ANY), null); Discouraged access: The field INCLUSION_RULES from the type SimplePlanner is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AddIUProperty.java (at line 97) ProfileChangeRequest req3 = ProfileChangeRequest.createByProfileId(getAgent(), profile.getProfileId()); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AddIUProperty.java (at line 97) ProfileChangeRequest req3 = ProfileChangeRequest.createByProfileId(getAgent(), profile.getProfileId()); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AddIUProperty.java (at line 97) ProfileChangeRequest req3 = ProfileChangeRequest.createByProfileId(getAgent(), profile.getProfileId()); Discouraged access: The method createByProfileId(IProvisioningAgent, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AddIUProperty.java (at line 98) req3.removeInstallableUnitInclusionRules(a1); Discouraged access: The method removeInstallableUnitInclusionRules(IInstallableUnit) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTestUpdate4.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/4M/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/planner/PatchTestUpdate4.java (at line 70) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTestUpdate4.java (at line 70) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTestUpdate4.java (at line 70) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTestUpdate4.java (at line 71) req1.addInstallableUnits(new IInstallableUnit[] {p2Feature20}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTestUpdate4.java (at line 72) req1.setInstallableUnitInclusionRules(p2Feature20, ProfileInclusionRules.createStrictInclusionRule(p2Feature20)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTestUpdate4.java (at line 73) req1.removeInstallableUnits(new IInstallableUnit[] {p2Feature}); Discouraged access: The method removeInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/MetadataRepositoryManagerExceptionsTest.java (at line 20) import org.eclipse.equinox.internal.p2.metadata.repository.SimpleMetadataRepositoryFactory; Discouraged access: The type SimpleMetadataRepositoryFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/MetadataRepositoryManagerExceptionsTest.java (at line 21) import org.eclipse.equinox.internal.p2.updatesite.metadata.UpdateSiteMetadataRepositoryFactory; Discouraged access: The type UpdateSiteMetadataRepositoryFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/MetadataRepositoryManagerExceptionsTest.java (at line 64) factory = new SimpleMetadataRepositoryFactory(); Discouraged access: The constructor SimpleMetadataRepositoryFactory() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/MetadataRepositoryManagerExceptionsTest.java (at line 64) factory = new SimpleMetadataRepositoryFactory(); Discouraged access: The type SimpleMetadataRepositoryFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/MetadataRepositoryManagerExceptionsTest.java (at line 71) factory = new UpdateSiteMetadataRepositoryFactory(); Discouraged access: The constructor UpdateSiteMetadataRepositoryFactory() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/MetadataRepositoryManagerExceptionsTest.java (at line 71) factory = new UpdateSiteMetadataRepositoryFactory(); Discouraged access: The type UpdateSiteMetadataRepositoryFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetLauncherNameActionTest.java (at line 14) import org.eclipse.equinox.internal.p2.engine.InstallableUnitOperand; Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetLauncherNameActionTest.java (at line 15) import org.eclipse.equinox.internal.p2.touchpoint.eclipse.EclipseTouchpoint; Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetLauncherNameActionTest.java (at line 16) import org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.ActionConstants; Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetLauncherNameActionTest.java (at line 17) import org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.SetLauncherNameAction; Discouraged access: The type SetLauncherNameAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetLauncherNameActionTest.java (at line 18) import org.eclipse.equinox.internal.provisional.frameworkadmin.Manipulator; Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetLauncherNameActionTest.java (at line 34) parameters.put(ActionConstants.PARM_AGENT, getAgent()); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetLauncherNameActionTest.java (at line 34) parameters.put(ActionConstants.PARM_AGENT, getAgent()); Discouraged access: The field PARM_AGENT from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetLauncherNameActionTest.java (at line 35) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetLauncherNameActionTest.java (at line 35) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The constructor EclipseTouchpoint() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetLauncherNameActionTest.java (at line 35) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetLauncherNameActionTest.java (at line 39) InstallableUnitOperand operand = new InstallableUnitOperand(null, createIU("test")); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetLauncherNameActionTest.java (at line 39) InstallableUnitOperand operand = new InstallableUnitOperand(null, createIU("test")); Discouraged access: The constructor InstallableUnitOperand(IInstallableUnit, IInstallableUnit) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetLauncherNameActionTest.java (at line 39) InstallableUnitOperand operand = new InstallableUnitOperand(null, createIU("test")); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetLauncherNameActionTest.java (at line 40) touchpoint.initializePhase(null, profile, "test", parameters); Discouraged access: The method initializePhase(IProgressMonitor, IProfile, String, Map<String,Object>) from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetLauncherNameActionTest.java (at line 41) parameters.put(ActionConstants.PARM_PROFILE, profile); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetLauncherNameActionTest.java (at line 41) parameters.put(ActionConstants.PARM_PROFILE, profile); Discouraged access: The field PARM_PROFILE from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetLauncherNameActionTest.java (at line 42) parameters.put("iu", operand.second()); Discouraged access: The method second() from the type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetLauncherNameActionTest.java (at line 43) touchpoint.initializeOperand(profile, parameters); Discouraged access: The method initializeOperand(IProfile, Map<String,Object>) from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetLauncherNameActionTest.java (at line 44) Manipulator manipulator = (Manipulator) parameters.get(EclipseTouchpoint.PARM_MANIPULATOR); Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetLauncherNameActionTest.java (at line 44) Manipulator manipulator = (Manipulator) parameters.get(EclipseTouchpoint.PARM_MANIPULATOR); Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetLauncherNameActionTest.java (at line 44) Manipulator manipulator = (Manipulator) parameters.get(EclipseTouchpoint.PARM_MANIPULATOR); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetLauncherNameActionTest.java (at line 44) Manipulator manipulator = (Manipulator) parameters.get(EclipseTouchpoint.PARM_MANIPULATOR); Discouraged access: The field PARM_MANIPULATOR from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetLauncherNameActionTest.java (at line 48) assertNotSame(launcherName, profile.getProperty(EclipseTouchpoint.PROFILE_PROP_LAUNCHER_NAME)); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetLauncherNameActionTest.java (at line 48) assertNotSame(launcherName, profile.getProperty(EclipseTouchpoint.PROFILE_PROP_LAUNCHER_NAME)); Discouraged access: The field PROFILE_PROP_LAUNCHER_NAME from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetLauncherNameActionTest.java (at line 49) parameters.put(ActionConstants.PARM_LAUNCHERNAME, launcherName); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetLauncherNameActionTest.java (at line 49) parameters.put(ActionConstants.PARM_LAUNCHERNAME, launcherName); Discouraged access: The field PARM_LAUNCHERNAME from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetLauncherNameActionTest.java (at line 52) SetLauncherNameAction action = new SetLauncherNameAction(); Discouraged access: The type SetLauncherNameAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetLauncherNameActionTest.java (at line 52) SetLauncherNameAction action = new SetLauncherNameAction(); Discouraged access: The constructor SetLauncherNameAction() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetLauncherNameActionTest.java (at line 52) SetLauncherNameAction action = new SetLauncherNameAction(); Discouraged access: The type SetLauncherNameAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetLauncherNameActionTest.java (at line 53) action.execute(parameters); Discouraged access: The method execute(Map<String,Object>) from the type SetLauncherNameAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetLauncherNameActionTest.java (at line 54) assertEquals(launcherName, profile.getProperty(EclipseTouchpoint.PROFILE_PROP_LAUNCHER_NAME)); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetLauncherNameActionTest.java (at line 54) assertEquals(launcherName, profile.getProperty(EclipseTouchpoint.PROFILE_PROP_LAUNCHER_NAME)); Discouraged access: The field PROFILE_PROP_LAUNCHER_NAME from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetLauncherNameActionTest.java (at line 55) action.undo(parameters); Discouraged access: The method undo(Map<String,Object>) from the type SetLauncherNameAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetLauncherNameActionTest.java (at line 56) assertNotSame(launcherName, profile.getProperty(EclipseTouchpoint.PROFILE_PROP_LAUNCHER_NAME)); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetLauncherNameActionTest.java (at line 56) assertNotSame(launcherName, profile.getProperty(EclipseTouchpoint.PROFILE_PROP_LAUNCHER_NAME)); Discouraged access: The field PROFILE_PROP_LAUNCHER_NAME from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetLauncherNameActionTest.java (at line 61) parameters.put(ActionConstants.PARM_AGENT, getAgent()); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
37. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetLauncherNameActionTest.java (at line 61) parameters.put(ActionConstants.PARM_AGENT, getAgent()); Discouraged access: The field PARM_AGENT from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
38. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetLauncherNameActionTest.java (at line 62) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
39. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetLauncherNameActionTest.java (at line 62) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The constructor EclipseTouchpoint() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
40. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetLauncherNameActionTest.java (at line 62) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
41. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetLauncherNameActionTest.java (at line 70) InstallableUnitOperand operand = new InstallableUnitOperand(null, createIU("test")); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
42. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetLauncherNameActionTest.java (at line 70) InstallableUnitOperand operand = new InstallableUnitOperand(null, createIU("test")); Discouraged access: The constructor InstallableUnitOperand(IInstallableUnit, IInstallableUnit) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
43. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetLauncherNameActionTest.java (at line 70) InstallableUnitOperand operand = new InstallableUnitOperand(null, createIU("test")); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
44. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetLauncherNameActionTest.java (at line 71) touchpoint.initializePhase(null, profile, "test", parameters); Discouraged access: The method initializePhase(IProgressMonitor, IProfile, String, Map<String,Object>) from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
45. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetLauncherNameActionTest.java (at line 72) parameters.put(ActionConstants.PARM_PROFILE, profile); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
46. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetLauncherNameActionTest.java (at line 72) parameters.put(ActionConstants.PARM_PROFILE, profile); Discouraged access: The field PARM_PROFILE from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
47. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetLauncherNameActionTest.java (at line 73) parameters.put("iu", operand.second()); Discouraged access: The method second() from the type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
48. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetLauncherNameActionTest.java (at line 74) touchpoint.initializeOperand(profile, parameters); Discouraged access: The method initializeOperand(IProfile, Map<String,Object>) from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
49. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetLauncherNameActionTest.java (at line 76) Manipulator manipulator = (Manipulator) parameters.get(EclipseTouchpoint.PARM_MANIPULATOR); Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
50. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetLauncherNameActionTest.java (at line 76) Manipulator manipulator = (Manipulator) parameters.get(EclipseTouchpoint.PARM_MANIPULATOR); Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
51. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetLauncherNameActionTest.java (at line 76) Manipulator manipulator = (Manipulator) parameters.get(EclipseTouchpoint.PARM_MANIPULATOR); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
52. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetLauncherNameActionTest.java (at line 76) Manipulator manipulator = (Manipulator) parameters.get(EclipseTouchpoint.PARM_MANIPULATOR); Discouraged access: The field PARM_MANIPULATOR from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
53. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetLauncherNameActionTest.java (at line 79) parameters.put(ActionConstants.PARM_LAUNCHERNAME, ""); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
54. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetLauncherNameActionTest.java (at line 79) parameters.put(ActionConstants.PARM_LAUNCHERNAME, ""); Discouraged access: The field PARM_LAUNCHERNAME from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
55. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetLauncherNameActionTest.java (at line 82) SetLauncherNameAction action = new SetLauncherNameAction(); Discouraged access: The type SetLauncherNameAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
56. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetLauncherNameActionTest.java (at line 82) SetLauncherNameAction action = new SetLauncherNameAction(); Discouraged access: The constructor SetLauncherNameAction() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
57. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetLauncherNameActionTest.java (at line 82) SetLauncherNameAction action = new SetLauncherNameAction(); Discouraged access: The type SetLauncherNameAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
58. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetLauncherNameActionTest.java (at line 83) action.execute(parameters); Discouraged access: The method execute(Map<String,Object>) from the type SetLauncherNameAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
59. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetLauncherNameActionTest.java (at line 103) parameters.put(ActionConstants.PARM_AGENT, getAgent()); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
60. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetLauncherNameActionTest.java (at line 103) parameters.put(ActionConstants.PARM_AGENT, getAgent()); Discouraged access: The field PARM_AGENT from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
61. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetLauncherNameActionTest.java (at line 104) InstallableUnitOperand operand = new InstallableUnitOperand(null, createIU("test")); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
62. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetLauncherNameActionTest.java (at line 104) InstallableUnitOperand operand = new InstallableUnitOperand(null, createIU("test")); Discouraged access: The constructor InstallableUnitOperand(IInstallableUnit, IInstallableUnit) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
63. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetLauncherNameActionTest.java (at line 104) InstallableUnitOperand operand = new InstallableUnitOperand(null, createIU("test")); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
64. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetLauncherNameActionTest.java (at line 105) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
65. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetLauncherNameActionTest.java (at line 105) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The constructor EclipseTouchpoint() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
66. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetLauncherNameActionTest.java (at line 105) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
67. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetLauncherNameActionTest.java (at line 106) touchpoint.initializePhase(null, profile, "test", parameters); Discouraged access: The method initializePhase(IProgressMonitor, IProfile, String, Map<String,Object>) from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
68. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetLauncherNameActionTest.java (at line 107) parameters.put(ActionConstants.PARM_PROFILE, profile); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
69. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetLauncherNameActionTest.java (at line 107) parameters.put(ActionConstants.PARM_PROFILE, profile); Discouraged access: The field PARM_PROFILE from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
70. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetLauncherNameActionTest.java (at line 108) parameters.put("iu", operand.second()); Discouraged access: The method second() from the type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
71. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetLauncherNameActionTest.java (at line 109) touchpoint.initializeOperand(profile, parameters); Discouraged access: The method initializeOperand(IProfile, Map<String,Object>) from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
72. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetLauncherNameActionTest.java (at line 111) parameters.put(ActionConstants.PARM_LAUNCHERNAME, "foo"); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
73. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetLauncherNameActionTest.java (at line 111) parameters.put(ActionConstants.PARM_LAUNCHERNAME, "foo"); Discouraged access: The field PARM_LAUNCHERNAME from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
74. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetLauncherNameActionTest.java (at line 114) SetLauncherNameAction action = new SetLauncherNameAction(); Discouraged access: The type SetLauncherNameAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
75. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetLauncherNameActionTest.java (at line 114) SetLauncherNameAction action = new SetLauncherNameAction(); Discouraged access: The constructor SetLauncherNameAction() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
76. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetLauncherNameActionTest.java (at line 114) SetLauncherNameAction action = new SetLauncherNameAction(); Discouraged access: The type SetLauncherNameAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
77. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetLauncherNameActionTest.java (at line 115) action.execute(parameters); Discouraged access: The method execute(Map<String,Object>) from the type SetLauncherNameAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
78. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetLauncherNameActionTest.java (at line 117) Manipulator manipulator = (Manipulator) parameters.get(EclipseTouchpoint.PARM_MANIPULATOR); Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
79. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetLauncherNameActionTest.java (at line 117) Manipulator manipulator = (Manipulator) parameters.get(EclipseTouchpoint.PARM_MANIPULATOR); Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
80. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetLauncherNameActionTest.java (at line 117) Manipulator manipulator = (Manipulator) parameters.get(EclipseTouchpoint.PARM_MANIPULATOR); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
81. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetLauncherNameActionTest.java (at line 117) Manipulator manipulator = (Manipulator) parameters.get(EclipseTouchpoint.PARM_MANIPULATOR); Discouraged access: The field PARM_MANIPULATOR from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
82. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetLauncherNameActionTest.java (at line 121) manipulator.getConfigData().addBundle(new BundleInfo(bundle.toURI())); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
83. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetLauncherNameActionTest.java (at line 121) manipulator.getConfigData().addBundle(new BundleInfo(bundle.toURI())); Discouraged access: The method addBundle(BundleInfo) from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
84. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetLauncherNameActionTest.java (at line 122) manipulator.save(false); Discouraged access: The method save(boolean) from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleProvider.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/4M/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/planner/MultipleProvider.java (at line 54) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleProvider.java (at line 54) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleProvider.java (at line 54) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleProvider.java (at line 55) req.addInstallableUnits(new IInstallableUnit[] {a1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionWithJRELocationTest.java (at line 19) import org.eclipse.equinox.internal.p2.publisher.eclipse.ProductFile; Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionWithJRELocationTest.java (at line 22) import org.eclipse.equinox.p2.publisher.eclipse.ProductAction; Discouraged access: The type ProductAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionWithJRELocationTest.java (at line 25) import org.eclipse.equinox.spi.p2.publisher.PublisherHelper; Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionWithJRELocationTest.java (at line 40) expectedProvidedCapabilities.add(MetadataFactory.createProvidedCapability(PublisherHelper.CAPABILITY_NS_JAVA_PACKAGE, "my.package", null)); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionWithJRELocationTest.java (at line 40) expectedProvidedCapabilities.add(MetadataFactory.createProvidedCapability(PublisherHelper.CAPABILITY_NS_JAVA_PACKAGE, "my.package", null)); Discouraged access: The field CAPABILITY_NS_JAVA_PACKAGE from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionWithJRELocationTest.java (at line 41) expectedProvidedCapabilities.add(MetadataFactory.createProvidedCapability(PublisherHelper.CAPABILITY_NS_JAVA_PACKAGE, "my.package", Version.create("1.0.0"))); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionWithJRELocationTest.java (at line 41) expectedProvidedCapabilities.add(MetadataFactory.createProvidedCapability(PublisherHelper.CAPABILITY_NS_JAVA_PACKAGE, "my.package", Version.create("1.0.0"))); Discouraged access: The field CAPABILITY_NS_JAVA_PACKAGE from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionWithJRELocationTest.java (at line 49) expectedProvidedCapabilities.add(MetadataFactory.createProvidedCapability(PublisherHelper.CAPABILITY_NS_JAVA_PACKAGE, "my.package", null)); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionWithJRELocationTest.java (at line 49) expectedProvidedCapabilities.add(MetadataFactory.createProvidedCapability(PublisherHelper.CAPABILITY_NS_JAVA_PACKAGE, "my.package", null)); Discouraged access: The field CAPABILITY_NS_JAVA_PACKAGE from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionWithJRELocationTest.java (at line 50) expectedProvidedCapabilities.add(MetadataFactory.createProvidedCapability(PublisherHelper.CAPABILITY_NS_JAVA_PACKAGE, "my.package", Version.create("1.0.0"))); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionWithJRELocationTest.java (at line 50) expectedProvidedCapabilities.add(MetadataFactory.createProvidedCapability(PublisherHelper.CAPABILITY_NS_JAVA_PACKAGE, "my.package", Version.create("1.0.0"))); Discouraged access: The field CAPABILITY_NS_JAVA_PACKAGE from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionWithJRELocationTest.java (at line 56) ProductFile productFile = new ProductFile(productFileLocation.getCanonicalPath()); Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionWithJRELocationTest.java (at line 56) ProductFile productFile = new ProductFile(productFileLocation.getCanonicalPath()); Discouraged access: The constructor ProductFile(String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionWithJRELocationTest.java (at line 56) ProductFile productFile = new ProductFile(productFileLocation.getCanonicalPath()); Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionWithJRELocationTest.java (at line 57) ProductAction testAction = new ProductAction(null, productFile, "tooling", null, jreLocation); Discouraged access: The type ProductAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionWithJRELocationTest.java (at line 57) ProductAction testAction = new ProductAction(null, productFile, "tooling", null, jreLocation); Discouraged access: The constructor ProductAction(String, IProductDescriptor, String, File, File) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionWithJRELocationTest.java (at line 57) ProductAction testAction = new ProductAction(null, productFile, "tooling", null, jreLocation); Discouraged access: The type ProductAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionWithJRELocationTest.java (at line 58) IPublisherResult publisherResult = new PublisherResult(); Discouraged access: The type IPublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionWithJRELocationTest.java (at line 58) IPublisherResult publisherResult = new PublisherResult(); Discouraged access: The constructor PublisherResult() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionWithJRELocationTest.java (at line 58) IPublisherResult publisherResult = new PublisherResult(); Discouraged access: The type PublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionWithJRELocationTest.java (at line 59) IStatus status = testAction.perform(new PublisherInfo(), publisherResult, null); Discouraged access: The method perform(IPublisherInfo, IPublisherResult, IProgressMonitor) from the type ProductAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionWithJRELocationTest.java (at line 59) IStatus status = testAction.perform(new PublisherInfo(), publisherResult, null); Discouraged access: The constructor PublisherInfo() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionWithJRELocationTest.java (at line 59) IStatus status = testAction.perform(new PublisherInfo(), publisherResult, null); Discouraged access: The type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionWithJRELocationTest.java (at line 62) Collection<IInstallableUnit> ius = publisherResult.getIUs(jreIuName, IPublisherResult.ROOT); Discouraged access: The method getIUs(String, String) from the type IPublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionWithJRELocationTest.java (at line 62) Collection<IInstallableUnit> ius = publisherResult.getIUs(jreIuName, IPublisherResult.ROOT); Discouraged access: The type IPublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionWithJRELocationTest.java (at line 62) Collection<IInstallableUnit> ius = publisherResult.getIUs(jreIuName, IPublisherResult.ROOT); Discouraged access: The field ROOT from the type IPublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/AbstractAntProvisioningTest.java (at line 20) import org.eclipse.equinox.internal.p2.persistence.XMLWriter; Discouraged access: The type XMLWriter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/AbstractAntProvisioningTest.java (at line 169) XMLWriter writer = new XMLWriter(outputStream, null); Discouraged access: The type XMLWriter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/AbstractAntProvisioningTest.java (at line 169) XMLWriter writer = new XMLWriter(outputStream, null); Discouraged access: The constructor XMLWriter(OutputStream, XMLWriter.ProcessingInstruction[]) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/AbstractAntProvisioningTest.java (at line 169) XMLWriter writer = new XMLWriter(outputStream, null); Discouraged access: The type XMLWriter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/AbstractAntProvisioningTest.java (at line 171) writer.flush(); Discouraged access: The method flush() from the type XMLWriter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/AbstractAntProvisioningTest.java (at line 181) private void writeElement(XMLWriter writer, AntTaskElement task) { Discouraged access: The type XMLWriter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/AbstractAntProvisioningTest.java (at line 186) writer.start(task.name); Discouraged access: The method start(String) from the type XMLWriter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/AbstractAntProvisioningTest.java (at line 190) writer.attribute((String) iter.next(), (String) iter.next()); Discouraged access: The method attribute(String, Object) from the type XMLWriter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/AbstractAntProvisioningTest.java (at line 197) writer.end(); Discouraged access: The method end() from the type XMLWriter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NoRequirements.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/4M/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/planner/NoRequirements.java (at line 36) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NoRequirements.java (at line 36) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NoRequirements.java (at line 36) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NoRequirements.java (at line 37) req.addInstallableUnits(new IInstallableUnit[] {a1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTestUpdate2.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/4M/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/planner/PatchTestUpdate2.java (at line 76) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTestUpdate2.java (at line 76) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTestUpdate2.java (at line 76) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTestUpdate2.java (at line 77) req1.addInstallableUnits(new IInstallableUnit[] {p2Feature20}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTestUpdate2.java (at line 78) req1.setInstallableUnitInclusionRules(p2Feature20, ProfileInclusionRules.createStrictInclusionRule(p2Feature20)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTestUpdate2.java (at line 79) req1.removeInstallableUnits(new IInstallableUnit[] {p2Feature}); Discouraged access: The method removeInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small6.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/4M/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/planner/Bug300572Small6.java (at line 51) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small6.java (at line 51) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small6.java (at line 51) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small6.java (at line 52) req1.addInstallableUnits(new IInstallableUnit[] {a1, p1, x}); //Here we are installing X just to have b1 be brought into the slice Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java (at line 16) import org.eclipse.equinox.internal.p2.publisher.eclipse.ProductFile; Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java (at line 27) ProductFile productFile = null; Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java (at line 28) ProductFile noLauncherFlag = null; Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java (at line 29) ProductFile falseLauncherFlag = null; Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java (at line 30) ProductFile trueLauncherFlag = null; Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java (at line 34) private ProductFile uidProductFile; Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java (at line 38) noLauncherFlag = new ProductFile(TestData.getFile("ProductActionTest/launcherFlags", "noLauncherFlag.product").toString()); Discouraged access: The constructor ProductFile(String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java (at line 38) noLauncherFlag = new ProductFile(TestData.getFile("ProductActionTest/launcherFlags", "noLauncherFlag.product").toString()); Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java (at line 39) falseLauncherFlag = new ProductFile(TestData.getFile("ProductActionTest/launcherFlags", "falseLauncherFlag.product").toString()); Discouraged access: The constructor ProductFile(String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java (at line 39) falseLauncherFlag = new ProductFile(TestData.getFile("ProductActionTest/launcherFlags", "falseLauncherFlag.product").toString()); Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java (at line 40) trueLauncherFlag = new ProductFile(TestData.getFile("ProductActionTest/launcherFlags", "trueLauncherFlag.product").toString()); Discouraged access: The constructor ProductFile(String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java (at line 40) trueLauncherFlag = new ProductFile(TestData.getFile("ProductActionTest/launcherFlags", "trueLauncherFlag.product").toString()); Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java (at line 41) productFile = new ProductFile(productFileLocation); Discouraged access: The constructor ProductFile(String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java (at line 41) productFile = new ProductFile(productFileLocation); Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java (at line 43) uidProductFile = new ProductFile(uidProductFileLocation); Discouraged access: The constructor ProductFile(String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java (at line 43) uidProductFile = new ProductFile(uidProductFileLocation); Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java (at line 47) * Test method for {@link org.eclipse.equinox.internal.p2.publisher.eclipse.ProductFile#getLauncherName()}. Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java (at line 47) * Test method for {@link org.eclipse.equinox.internal.p2.publisher.eclipse.ProductFile#getLauncherName()}. Discouraged access: The method getLauncherName() from the type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java (at line 50) assertEquals("1.0", "sample", productFile.getLauncherName()); Discouraged access: The method getLauncherName() from the type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java (at line 54) * Test method for {@link org.eclipse.equinox.internal.p2.publisher.eclipse.ProductFile#getLocation()}. Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java (at line 54) * Test method for {@link org.eclipse.equinox.internal.p2.publisher.eclipse.ProductFile#getLocation()}. Discouraged access: The method getLocation() from the type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java (at line 57) assertEquals("1.0", productFileLocation, productFile.getLocation().toString()); Discouraged access: The method getLocation() from the type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java (at line 61) * Test method for {@link org.eclipse.equinox.internal.p2.publisher.eclipse.ProductFile#getProperties()}. Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java (at line 64) Map<String, String> properties = productFile.getConfigurationProperties(); Discouraged access: The method getConfigurationProperties() from the type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java (at line 73) * Test method for {@link org.eclipse.equinox.internal.p2.publisher.eclipse.ProductFile#getBundles(boolean)}. Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java (at line 73) * Test method for {@link org.eclipse.equinox.internal.p2.publisher.eclipse.ProductFile#getBundles(boolean)}. Discouraged access: The method getBundles(boolean) from the type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java (at line 76) List bundles = productFile.getBundles(false); Discouraged access: The method getBundles(boolean) from the type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java (at line 80) bundles = productFile.getBundles(true); Discouraged access: The method getBundles(boolean) from the type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java (at line 85) * Test method for {@link org.eclipse.equinox.internal.p2.publisher.eclipse.ProductFile#getBundleInfos()}. Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java (at line 85) * Test method for {@link org.eclipse.equinox.internal.p2.publisher.eclipse.ProductFile#getBundleInfos()}. Discouraged access: The method getBundleInfos() from the type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java (at line 88) List bundleInfos = productFile.getBundleInfos(); Discouraged access: The method getBundleInfos() from the type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java (at line 97) * Test method for {@link org.eclipse.equinox.internal.p2.publisher.eclipse.ProductFile#getFragments()}. Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java (at line 97) * Test method for {@link org.eclipse.equinox.internal.p2.publisher.eclipse.ProductFile#getFragments()}. Discouraged access: The method getFragments() from the type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java (at line 100) List fragments = productFile.getFragments(); Discouraged access: The method getFragments() from the type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java (at line 106) * Test method for {@link org.eclipse.equinox.internal.p2.publisher.eclipse.ProductFile#getFeatures()}. Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java (at line 106) * Test method for {@link org.eclipse.equinox.internal.p2.publisher.eclipse.ProductFile#getFeatures()}. Discouraged access: The method getFeatures() from the type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
37. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java (at line 109) List features = productFile.getFeatures(); Discouraged access: The method getFeatures() from the type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
38. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java (at line 125) * Test method for {@link org.eclipse.equinox.internal.p2.publisher.eclipse.ProductFile#getConfigIniPath()}. Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
39. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java (at line 125) * Test method for {@link org.eclipse.equinox.internal.p2.publisher.eclipse.ProductFile#getConfigIniPath()}. Discouraged access: The method getConfigIniPath() from the type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
40. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java (at line 128) String configIni = productFile.getConfigIniPath("win32"); Discouraged access: The method getConfigIniPath(String) from the type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
41. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java (at line 133) * Test method for {@link org.eclipse.equinox.internal.p2.publisher.eclipse.ProductFile#getId()}. Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
42. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java (at line 133) * Test method for {@link org.eclipse.equinox.internal.p2.publisher.eclipse.ProductFile#getId()}. Discouraged access: The method getId() from the type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
43. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java (at line 136) String id = productFile.getId(); Discouraged access: The method getId() from the type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
44. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java (at line 141) String id = uidProductFile.getId(); Discouraged access: The method getId() from the type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
45. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java (at line 146) * Test method for {@link org.eclipse.equinox.internal.p2.publisher.eclipse.ProductFile#getSplashLocation()}. Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
46. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java (at line 146) * Test method for {@link org.eclipse.equinox.internal.p2.publisher.eclipse.ProductFile#getSplashLocation()}. Discouraged access: The method getSplashLocation() from the type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
47. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java (at line 149) String splashLocation = productFile.getSplashLocation(); Discouraged access: The method getSplashLocation() from the type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
48. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java (at line 154) * Test method for {@link org.eclipse.equinox.internal.p2.publisher.eclipse.ProductFile#getProductName()}. Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
49. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java (at line 154) * Test method for {@link org.eclipse.equinox.internal.p2.publisher.eclipse.ProductFile#getProductName()}. Discouraged access: The method getProductName() from the type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
50. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java (at line 157) String productName = productFile.getProductName(); Discouraged access: The method getProductName() from the type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
51. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java (at line 162) * Test method for {@link org.eclipse.equinox.internal.p2.publisher.eclipse.ProductFile#getApplication()}. Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
52. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java (at line 162) * Test method for {@link org.eclipse.equinox.internal.p2.publisher.eclipse.ProductFile#getApplication()}. Discouraged access: The method getApplication() from the type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
53. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java (at line 165) String application = productFile.getApplication(); Discouraged access: The method getApplication() from the type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
54. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java (at line 170) * Test method for {@link org.eclipse.equinox.internal.p2.publisher.eclipse.ProductFile#useFeatures()}. Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
55. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java (at line 170) * Test method for {@link org.eclipse.equinox.internal.p2.publisher.eclipse.ProductFile#useFeatures()}. Discouraged access: The method useFeatures() from the type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
56. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java (at line 173) boolean useFeatures = productFile.useFeatures(); Discouraged access: The method useFeatures() from the type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
57. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java (at line 178) * Test method for {@link org.eclipse.equinox.internal.p2.publisher.eclipse.ProductFile#getVersion()}. Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
58. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java (at line 178) * Test method for {@link org.eclipse.equinox.internal.p2.publisher.eclipse.ProductFile#getVersion()}. Discouraged access: The method getVersion() from the type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
59. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java (at line 181) String version = productFile.getVersion(); Discouraged access: The method getVersion() from the type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
60. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java (at line 186) * Test method for {@link org.eclipse.equinox.internal.p2.publisher.eclipse.ProductFile#getVMArguments(java.lang.String)}. Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
61. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java (at line 186) * Test method for {@link org.eclipse.equinox.internal.p2.publisher.eclipse.ProductFile#getVMArguments(java.lang.String)}. Discouraged access: The method getVMArguments(String) from the type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
62. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java (at line 189) String vmArguments = productFile.getVMArguments(""); Discouraged access: The method getVMArguments(String) from the type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
63. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java (at line 191) vmArguments = productFile.getVMArguments(null); Discouraged access: The method getVMArguments(String) from the type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
64. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java (at line 196) assertEquals("1.0", true, noLauncherFlag.includeLaunchers()); Discouraged access: The method includeLaunchers() from the type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
65. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java (at line 197) assertEquals("1.1", false, falseLauncherFlag.includeLaunchers()); Discouraged access: The method includeLaunchers() from the type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
66. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java (at line 198) assertEquals("1.2", true, trueLauncherFlag.includeLaunchers()); Discouraged access: The method includeLaunchers() from the type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
67. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java (at line 202) * Test method for {@link org.eclipse.equinox.internal.p2.publisher.eclipse.ProductFile#getProgramArguments(java.lang.String)}. Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
68. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java (at line 202) * Test method for {@link org.eclipse.equinox.internal.p2.publisher.eclipse.ProductFile#getProgramArguments(java.lang.String)}. Discouraged access: The method getProgramArguments(String) from the type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
69. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java (at line 205) String programArguments = productFile.getProgramArguments(""); Discouraged access: The method getProgramArguments(String) from the type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
70. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java (at line 207) programArguments = productFile.getProgramArguments(null); Discouraged access: The method getProgramArguments(String) from the type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
71. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java (at line 213) ProductFile product = new ProductFile(productWithLicense); Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
72. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java (at line 213) ProductFile product = new ProductFile(productWithLicense); Discouraged access: The constructor ProductFile(String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
73. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java (at line 213) ProductFile product = new ProductFile(productWithLicense); Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
74. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java (at line 214) assertEquals("1.0", "http://www.example.com", product.getLicenseURL()); Discouraged access: The method getLicenseURL() from the type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
75. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java (at line 219) ProductFile product = new ProductFile(productWithLicense); Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
76. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java (at line 219) ProductFile product = new ProductFile(productWithLicense); Discouraged access: The constructor ProductFile(String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
77. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java (at line 219) ProductFile product = new ProductFile(productWithLicense); Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
78. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java (at line 220) assertEquals("1.0", "This is the liCenSE.", product.getLicenseText().trim()); Discouraged access: The method getLicenseText() from the type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/ProfileSynchronizerTest.java (at line 18) import org.eclipse.equinox.internal.p2.reconciler.dropins.ProfileSynchronizer; Discouraged access: The type ProfileSynchronizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.reconciler.dropins/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/ProfileSynchronizerTest.java (at line 60) ProfileSynchronizer sync = new ProfileSynchronizer(agent, sdkProfile, new ArrayList<IMetadataRepository>()); Discouraged access: The type ProfileSynchronizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.reconciler.dropins/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/ProfileSynchronizerTest.java (at line 60) ProfileSynchronizer sync = new ProfileSynchronizer(agent, sdkProfile, new ArrayList<IMetadataRepository>()); Discouraged access: The constructor ProfileSynchronizer(IProvisioningAgent, IProfile, Collection<IMetadataRepository>) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.reconciler.dropins/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/ProfileSynchronizerTest.java (at line 60) ProfileSynchronizer sync = new ProfileSynchronizer(agent, sdkProfile, new ArrayList<IMetadataRepository>()); Discouraged access: The type ProfileSynchronizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.reconciler.dropins/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/ProfileSynchronizerTest.java (at line 61) sync.synchronize(null); Discouraged access: The method synchronize(IProgressMonitor) from the type ProfileSynchronizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.reconciler.dropins/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/ProfileSynchronizerTest.java (at line 70) Field[] fields = org.eclipse.equinox.internal.p2.reconciler.dropins.Activator.class.getDeclaredFields(); Discouraged access: The type Activator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.reconciler.dropins/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/ProfileSynchronizerTest.java (at line 74) fields[i].set(org.eclipse.equinox.internal.p2.reconciler.dropins.Activator.class, TestActivator.getContext()); Discouraged access: The type Activator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.reconciler.dropins/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddJVMArgumentActionTest.java (at line 13) import org.eclipse.equinox.internal.p2.engine.InstallableUnitOperand; Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddJVMArgumentActionTest.java (at line 14) import org.eclipse.equinox.internal.p2.touchpoint.eclipse.EclipseTouchpoint; Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddJVMArgumentActionTest.java (at line 15) import org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.ActionConstants; Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddJVMArgumentActionTest.java (at line 16) import org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.AddJVMArgumentAction; Discouraged access: The type AddJVMArgumentAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddJVMArgumentActionTest.java (at line 17) import org.eclipse.equinox.internal.provisional.frameworkadmin.LauncherData; Discouraged access: The type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddJVMArgumentActionTest.java (at line 18) import org.eclipse.equinox.internal.provisional.frameworkadmin.Manipulator; Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddJVMArgumentActionTest.java (at line 25) private LauncherData launcherData; Discouraged access: The type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddJVMArgumentActionTest.java (at line 42) parameters.put(ActionConstants.PARM_AGENT, getAgent()); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddJVMArgumentActionTest.java (at line 42) parameters.put(ActionConstants.PARM_AGENT, getAgent()); Discouraged access: The field PARM_AGENT from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddJVMArgumentActionTest.java (at line 43) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddJVMArgumentActionTest.java (at line 43) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The constructor EclipseTouchpoint() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddJVMArgumentActionTest.java (at line 43) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddJVMArgumentActionTest.java (at line 47) InstallableUnitOperand operand = new InstallableUnitOperand(null, createIU("test")); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddJVMArgumentActionTest.java (at line 47) InstallableUnitOperand operand = new InstallableUnitOperand(null, createIU("test")); Discouraged access: The constructor InstallableUnitOperand(IInstallableUnit, IInstallableUnit) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddJVMArgumentActionTest.java (at line 47) InstallableUnitOperand operand = new InstallableUnitOperand(null, createIU("test")); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddJVMArgumentActionTest.java (at line 48) touchpoint.initializePhase(null, profile, "test", parameters); Discouraged access: The method initializePhase(IProgressMonitor, IProfile, String, Map<String,Object>) from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddJVMArgumentActionTest.java (at line 49) parameters.put("iu", operand.second()); Discouraged access: The method second() from the type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddJVMArgumentActionTest.java (at line 50) touchpoint.initializeOperand(profile, parameters); Discouraged access: The method initializeOperand(IProfile, Map<String,Object>) from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddJVMArgumentActionTest.java (at line 51) parameters.put(ActionConstants.PARM_PROFILE_DATA_DIRECTORY, tempDir); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddJVMArgumentActionTest.java (at line 51) parameters.put(ActionConstants.PARM_PROFILE_DATA_DIRECTORY, tempDir); Discouraged access: The field PARM_PROFILE_DATA_DIRECTORY from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddJVMArgumentActionTest.java (at line 53) Manipulator manipulator = (Manipulator) parameters.get(EclipseTouchpoint.PARM_MANIPULATOR); Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddJVMArgumentActionTest.java (at line 53) Manipulator manipulator = (Manipulator) parameters.get(EclipseTouchpoint.PARM_MANIPULATOR); Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddJVMArgumentActionTest.java (at line 53) Manipulator manipulator = (Manipulator) parameters.get(EclipseTouchpoint.PARM_MANIPULATOR); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddJVMArgumentActionTest.java (at line 53) Manipulator manipulator = (Manipulator) parameters.get(EclipseTouchpoint.PARM_MANIPULATOR); Discouraged access: The field PARM_MANIPULATOR from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddJVMArgumentActionTest.java (at line 55) launcherData = manipulator.getLauncherData(); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddJVMArgumentActionTest.java (at line 66) assertFalse(Arrays.asList(launcherData.getJvmArgs()).contains(jvmArg)); Discouraged access: The method getJvmArgs() from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddJVMArgumentActionTest.java (at line 67) parameters.put(ActionConstants.PARM_JVM_ARG, jvmArg); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddJVMArgumentActionTest.java (at line 67) parameters.put(ActionConstants.PARM_JVM_ARG, jvmArg); Discouraged access: The field PARM_JVM_ARG from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddJVMArgumentActionTest.java (at line 69) AddJVMArgumentAction action = new AddJVMArgumentAction(); Discouraged access: The type AddJVMArgumentAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddJVMArgumentActionTest.java (at line 69) AddJVMArgumentAction action = new AddJVMArgumentAction(); Discouraged access: The constructor AddJVMArgumentAction() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddJVMArgumentActionTest.java (at line 69) AddJVMArgumentAction action = new AddJVMArgumentAction(); Discouraged access: The type AddJVMArgumentAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddJVMArgumentActionTest.java (at line 70) action.execute(Collections.unmodifiableMap(parameters)); Discouraged access: The method execute(Map<String,Object>) from the type AddJVMArgumentAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddJVMArgumentActionTest.java (at line 71) assertTrue(Arrays.asList(launcherData.getJvmArgs()).contains(jvmArg)); Discouraged access: The method getJvmArgs() from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddJVMArgumentActionTest.java (at line 72) action.undo(Collections.unmodifiableMap(parameters)); Discouraged access: The method undo(Map<String,Object>) from the type AddJVMArgumentAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddJVMArgumentActionTest.java (at line 73) assertFalse(Arrays.asList(launcherData.getJvmArgs()).contains(jvmArg)); Discouraged access: The method getJvmArgs() from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddJVMArgumentActionTest.java (at line 77) parameters.put(ActionConstants.PARM_JVM_ARG, byteArg); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
37. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddJVMArgumentActionTest.java (at line 77) parameters.put(ActionConstants.PARM_JVM_ARG, byteArg); Discouraged access: The field PARM_JVM_ARG from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
38. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddJVMArgumentActionTest.java (at line 78) action.execute(Collections.unmodifiableMap(parameters)); Discouraged access: The method execute(Map<String,Object>) from the type AddJVMArgumentAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
39. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddJVMArgumentActionTest.java (at line 79) assertTrue(Arrays.asList(launcherData.getJvmArgs()).contains(byteArg)); Discouraged access: The method getJvmArgs() from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
40. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddJVMArgumentActionTest.java (at line 80) action.undo(Collections.unmodifiableMap(parameters)); Discouraged access: The method undo(Map<String,Object>) from the type AddJVMArgumentAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
41. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddJVMArgumentActionTest.java (at line 81) assertFalse(Arrays.asList(launcherData.getJvmArgs()).contains(byteArg)); Discouraged access: The method getJvmArgs() from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MissingNonGreedyRequirement.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/4M/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/planner/MissingNonGreedyRequirement.java (at line 17) import org.eclipse.equinox.internal.p2.director.Explanation; Discouraged access: The type Explanation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MissingNonGreedyRequirement.java (at line 18) import org.eclipse.equinox.internal.p2.engine.ProvisioningPlan; Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MissingNonGreedyRequirement.java (at line 52) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MissingNonGreedyRequirement.java (at line 52) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MissingNonGreedyRequirement.java (at line 52) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MissingNonGreedyRequirement.java (at line 53) req.addInstallableUnits(new IInstallableUnit[] {a1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MissingNonGreedyRequirement.java (at line 59) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MissingNonGreedyRequirement.java (at line 59) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MissingNonGreedyRequirement.java (at line 59) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MissingNonGreedyRequirement.java (at line 60) req.addInstallableUnits(new IInstallableUnit[] {a1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MissingNonGreedyRequirement.java (at line 61) ProvisioningPlan plan = (ProvisioningPlan) planner.getProvisioningPlan(req, null, null); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MissingNonGreedyRequirement.java (at line 61) ProvisioningPlan plan = (ProvisioningPlan) planner.getProvisioningPlan(req, null, null); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MissingNonGreedyRequirement.java (at line 62) assertEquals(IStatus.ERROR, plan.getStatus().getSeverity()); Discouraged access: The method getStatus() from the type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MissingNonGreedyRequirement.java (at line 63) RequestStatus requestStatus = ((PlannerStatus) plan.getStatus()).getRequestStatus(); Discouraged access: The type RequestStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MissingNonGreedyRequirement.java (at line 63) RequestStatus requestStatus = ((PlannerStatus) plan.getStatus()).getRequestStatus(); Discouraged access: The method getRequestStatus() from the type PlannerStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MissingNonGreedyRequirement.java (at line 63) RequestStatus requestStatus = ((PlannerStatus) plan.getStatus()).getRequestStatus(); Discouraged access: The type PlannerStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MissingNonGreedyRequirement.java (at line 63) RequestStatus requestStatus = ((PlannerStatus) plan.getStatus()).getRequestStatus(); Discouraged access: The method getStatus() from the type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MissingNonGreedyRequirement.java (at line 64) Set explanation = requestStatus.getExplanations(); Discouraged access: The method getExplanations() from the type RequestStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MissingNonGreedyRequirement.java (at line 66) assertTrue(requestStatus.getConflictsWithInstalledRoots().contains(a1)); Discouraged access: The method getConflictsWithInstalledRoots() from the type RequestStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MissingNonGreedyRequirement.java (at line 67) assertEquals(Explanation.MISSING_REQUIREMENT, requestStatus.getShortExplanation()); Discouraged access: The type Explanation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MissingNonGreedyRequirement.java (at line 67) assertEquals(Explanation.MISSING_REQUIREMENT, requestStatus.getShortExplanation()); Discouraged access: The field MISSING_REQUIREMENT from the type Explanation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MissingNonGreedyRequirement.java (at line 67) assertEquals(Explanation.MISSING_REQUIREMENT, requestStatus.getShortExplanation()); Discouraged access: The method getShortExplanation() from the type RequestStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/TransferExceptionsTest.java (at line 39) IStatus s = getTransport().download(new URI("bogus!bogus"), fos, new NullProgressMonitor()); Discouraged access: The method download(URI, OutputStream, IProgressMonitor) from the type Transport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/TransferExceptionsTest.java (at line 42) s = getTransport().download(new URI("bogus://somewhere.else"), fos, new NullProgressMonitor()); Discouraged access: The method download(URI, OutputStream, IProgressMonitor) from the type Transport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/TransferExceptionsTest.java (at line 45) s = getTransport().download(new URI("http:bogusURL"), fos, new NullProgressMonitor()); Discouraged access: The method download(URI, OutputStream, IProgressMonitor) from the type Transport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/TransferExceptionsTest.java (at line 48) s = getTransport().download(new URI("http://bogusURL:80/"), fos, new NullProgressMonitor()); Discouraged access: The method download(URI, OutputStream, IProgressMonitor) from the type Transport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/TransferExceptionsTest.java (at line 51) s = getTransport().download(new URI("http:/bogusURL:999999999999/"), fos, new NullProgressMonitor()); Discouraged access: The method download(URI, OutputStream, IProgressMonitor) from the type Transport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/TransferExceptionsTest.java (at line 54) s = getTransport().download(new URI("http://bogus.nowhere"), fos, new NullProgressMonitor()); Discouraged access: The method download(URI, OutputStream, IProgressMonitor) from the type Transport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/TransferExceptionsTest.java (at line 57) s = getTransport().download(new URI("http://www.eclipse.org/AFileThatDoesNotExist.foo"), fos, new NullProgressMonitor()); Discouraged access: The method download(URI, OutputStream, IProgressMonitor) from the type Transport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactRepositoryManagerTest.java (at line 20) import org.eclipse.equinox.internal.p2.core.helpers.ServiceHelper; Discouraged access: The type ServiceHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactRepositoryManagerTest.java (at line 118) IPreferencesService prefService = (IPreferencesService) ServiceHelper.getService(TestActivator.getContext(), IPreferencesService.class.getName()); Discouraged access: The type ServiceHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactRepositoryManagerTest.java (at line 118) IPreferencesService prefService = (IPreferencesService) ServiceHelper.getService(TestActivator.getContext(), IPreferencesService.class.getName()); Discouraged access: The method getService(BundleContext, String) from the type ServiceHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactRepositoryManagerTest.java (at line 300) getEventBus().addListener(listener); Discouraged access: The method addListener(ProvisioningListener) from the type IProvisioningEventBus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactRepositoryManagerTest.java (at line 328) getEventBus().addListener(listener); Discouraged access: The method addListener(ProvisioningListener) from the type IProvisioningEventBus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug302580.java (at line 45) ProvisioningPlan plan = (ProvisioningPlan) planner.getProvisioningPlan(createProfileChangeRequest(ius.toSet(), null, null), null, new NullProgressMonitor()); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug302580.java (at line 45) ProvisioningPlan plan = (ProvisioningPlan) planner.getProvisioningPlan(createProfileChangeRequest(ius.toSet(), null, null), null, new NullProgressMonitor()); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug302580.java (at line 47) Operand ops[] = plan.getOperands(); Discouraged access: The type Operand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug302580.java (at line 47) Operand ops[] = plan.getOperands(); Discouraged access: The method getOperands() from the type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug302580.java (at line 51) if (ops[i] instanceof InstallableUnitOperand) { Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug302580.java (at line 52) InstallableUnitOperand iuo = (InstallableUnitOperand) ops[i]; Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug302580.java (at line 52) InstallableUnitOperand iuo = (InstallableUnitOperand) ops[i]; Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug302580.java (at line 54) if (iuo.first() == null) { Discouraged access: The method first() from the type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug302580.java (at line 55) message += iuo.second() + " will be installed\n"; Discouraged access: The method second() from the type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug302580.java (at line 57) if (iuo.second() == null) { Discouraged access: The method second() from the type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug302580.java (at line 58) message += iuo.first() + " will be uninstalled\n"; Discouraged access: The method first() from the type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug302580.java (at line 60) if (iuo.first() != null && iuo.second() != null) { Discouraged access: The method first() from the type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug302580.java (at line 60) if (iuo.first() != null && iuo.second() != null) { Discouraged access: The method second() from the type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug302580.java (at line 61) message += iuo.first() + " will be replaced with " + iuo.second() + "\n"; Discouraged access: The method first() from the type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug302580.java (at line 61) message += iuo.first() + " will be replaced with " + iuo.second() + "\n"; Discouraged access: The method second() from the type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug302580.java (at line 68) if (ops[i] instanceof InstallableUnitOperand) { Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug302580.java (at line 69) InstallableUnitOperand iuo = (InstallableUnitOperand) ops[i]; Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug302580.java (at line 69) InstallableUnitOperand iuo = (InstallableUnitOperand) ops[i]; Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug302580.java (at line 71) if (iuo.second() == null) { Discouraged access: The method second() from the type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug302580.java (at line 72) String id = iuo.first().getId(); Discouraged access: The method first() from the type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/director/RollbackTest.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/4M/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/director/RollbackTest.java (at line 17) import org.eclipse.equinox.internal.p2.director.DirectorActivator; Discouraged access: The type DirectorActivator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/director/RollbackTest.java (at line 18) import org.eclipse.equinox.internal.provisional.p2.director.IDirector; Discouraged access: The type IDirector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/director/RollbackTest.java (at line 37) private IDirector director; Discouraged access: The type IDirector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/director/RollbackTest.java (at line 65) URI location = ((IAgentLocation) getAgent().getService(IAgentLocation.SERVICE_NAME)).getDataArea(DirectorActivator.PI_DIRECTOR); Discouraged access: The type DirectorActivator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/director/RollbackTest.java (at line 65) URI location = ((IAgentLocation) getAgent().getService(IAgentLocation.SERVICE_NAME)).getDataArea(DirectorActivator.PI_DIRECTOR); Discouraged access: The field PI_DIRECTOR from the type DirectorActivator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/director/RollbackTest.java (at line 73) ProfileChangeRequest request1 = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/director/RollbackTest.java (at line 73) ProfileChangeRequest request1 = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/director/RollbackTest.java (at line 73) ProfileChangeRequest request1 = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/director/RollbackTest.java (at line 74) request1.setProfileProperty("test1", "test"); Discouraged access: The method setProfileProperty(String, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/director/RollbackTest.java (at line 75) request1.setProfileProperty("test2", "test"); Discouraged access: The method setProfileProperty(String, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/director/RollbackTest.java (at line 76) IStatus status = director.provision(request1, null, new NullProgressMonitor()); Discouraged access: The method provision(IProfileChangeRequest, ProvisioningContext, IProgressMonitor) from the type IDirector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/director/RollbackTest.java (at line 83) ProfileChangeRequest request2 = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/director/RollbackTest.java (at line 83) ProfileChangeRequest request2 = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/director/RollbackTest.java (at line 83) ProfileChangeRequest request2 = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/director/RollbackTest.java (at line 84) request2.removeProfileProperty("test1"); Discouraged access: The method removeProfileProperty(String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/director/RollbackTest.java (at line 85) request2.setProfileProperty("test2", "bad"); Discouraged access: The method setProfileProperty(String, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/director/RollbackTest.java (at line 86) request2.setProfileProperty("test3", "test"); Discouraged access: The method setProfileProperty(String, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/director/RollbackTest.java (at line 87) status = director.provision(request2, null, new NullProgressMonitor()); Discouraged access: The method provision(IProfileChangeRequest, ProvisioningContext, IProgressMonitor) from the type IDirector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/director/RollbackTest.java (at line 96) status = director.revert(profile, revertProfile, new ProvisioningContext(getAgent()), new NullProgressMonitor()); Discouraged access: The method revert(IProfile, IProfile, ProvisioningContext, IProgressMonitor) from the type IDirector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/director/RollbackTest.java (at line 107) ProfileChangeRequest request1 = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/director/RollbackTest.java (at line 107) ProfileChangeRequest request1 = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/director/RollbackTest.java (at line 107) ProfileChangeRequest request1 = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/director/RollbackTest.java (at line 108) request1.addInstallableUnits(new IInstallableUnit[] {a1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/director/RollbackTest.java (at line 109) request1.addInstallableUnits(new IInstallableUnit[] {b1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/director/RollbackTest.java (at line 110) IStatus status = director.provision(request1, null, new NullProgressMonitor()); Discouraged access: The method provision(IProfileChangeRequest, ProvisioningContext, IProgressMonitor) from the type IDirector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/director/RollbackTest.java (at line 119) ProfileChangeRequest request2 = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/director/RollbackTest.java (at line 119) ProfileChangeRequest request2 = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/director/RollbackTest.java (at line 119) ProfileChangeRequest request2 = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/director/RollbackTest.java (at line 120) request2.removeInstallableUnits(new IInstallableUnit[] {a1}); Discouraged access: The method removeInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/director/RollbackTest.java (at line 121) request2.addInstallableUnits(new IInstallableUnit[] {c1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/director/RollbackTest.java (at line 122) status = director.provision(request2, null, new NullProgressMonitor()); Discouraged access: The method provision(IProfileChangeRequest, ProvisioningContext, IProgressMonitor) from the type IDirector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/director/RollbackTest.java (at line 133) status = director.revert(profile, revertProfile, new ProvisioningContext(getAgent()), new NullProgressMonitor()); Discouraged access: The method revert(IProfile, IProfile, ProvisioningContext, IProgressMonitor) from the type IDirector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/director/RollbackTest.java (at line 146) ProfileChangeRequest request1 = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/director/RollbackTest.java (at line 146) ProfileChangeRequest request1 = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/director/RollbackTest.java (at line 146) ProfileChangeRequest request1 = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
37. WARNING in /src/org/eclipse/equinox/p2/tests/director/RollbackTest.java (at line 147) request1.addInstallableUnits(new IInstallableUnit[] {a1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
38. WARNING in /src/org/eclipse/equinox/p2/tests/director/RollbackTest.java (at line 148) request1.setInstallableUnitProfileProperty(a1, "test1", "test"); 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/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
39. WARNING in /src/org/eclipse/equinox/p2/tests/director/RollbackTest.java (at line 149) request1.setInstallableUnitProfileProperty(a1, "test2", "test"); 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/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
40. WARNING in /src/org/eclipse/equinox/p2/tests/director/RollbackTest.java (at line 150) IStatus status = director.provision(request1, null, new NullProgressMonitor()); Discouraged access: The method provision(IProfileChangeRequest, ProvisioningContext, IProgressMonitor) from the type IDirector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
41. WARNING in /src/org/eclipse/equinox/p2/tests/director/RollbackTest.java (at line 157) ProfileChangeRequest request2 = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
42. WARNING in /src/org/eclipse/equinox/p2/tests/director/RollbackTest.java (at line 157) ProfileChangeRequest request2 = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
43. WARNING in /src/org/eclipse/equinox/p2/tests/director/RollbackTest.java (at line 157) ProfileChangeRequest request2 = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
44. WARNING in /src/org/eclipse/equinox/p2/tests/director/RollbackTest.java (at line 158) request2.removeInstallableUnitProfileProperty(a1, "test1"); Discouraged access: The method removeInstallableUnitProfileProperty(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
45. WARNING in /src/org/eclipse/equinox/p2/tests/director/RollbackTest.java (at line 159) request2.setInstallableUnitProfileProperty(a1, "test2", "bad"); 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/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
46. WARNING in /src/org/eclipse/equinox/p2/tests/director/RollbackTest.java (at line 160) request2.setInstallableUnitProfileProperty(a1, "test3", "test"); 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/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
47. WARNING in /src/org/eclipse/equinox/p2/tests/director/RollbackTest.java (at line 161) status = director.provision(request2, null, new NullProgressMonitor()); Discouraged access: The method provision(IProfileChangeRequest, ProvisioningContext, IProgressMonitor) from the type IDirector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
48. WARNING in /src/org/eclipse/equinox/p2/tests/director/RollbackTest.java (at line 170) status = director.revert(profile, revertProfile, new ProvisioningContext(getAgent()), new NullProgressMonitor()); Discouraged access: The method revert(IProfile, IProfile, ProvisioningContext, IProgressMonitor) from the type IDirector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
49. WARNING in /src/org/eclipse/equinox/p2/tests/director/RollbackTest.java (at line 181) ProfileChangeRequest request1 = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
50. WARNING in /src/org/eclipse/equinox/p2/tests/director/RollbackTest.java (at line 181) ProfileChangeRequest request1 = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
51. WARNING in /src/org/eclipse/equinox/p2/tests/director/RollbackTest.java (at line 181) ProfileChangeRequest request1 = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
52. WARNING in /src/org/eclipse/equinox/p2/tests/director/RollbackTest.java (at line 182) request1.addInstallableUnits(new IInstallableUnit[] {d1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
53. WARNING in /src/org/eclipse/equinox/p2/tests/director/RollbackTest.java (at line 183) request1.setInstallableUnitProfileProperty(d1, "test1", "test"); 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/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
54. WARNING in /src/org/eclipse/equinox/p2/tests/director/RollbackTest.java (at line 184) request1.setInstallableUnitProfileProperty(a1, "test2", "test"); 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/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
55. WARNING in /src/org/eclipse/equinox/p2/tests/director/RollbackTest.java (at line 185) IStatus status = director.provision(request1, null, new NullProgressMonitor()); Discouraged access: The method provision(IProfileChangeRequest, ProvisioningContext, IProgressMonitor) from the type IDirector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
56. WARNING in /src/org/eclipse/equinox/p2/tests/director/RollbackTest.java (at line 192) ProfileChangeRequest request2 = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
57. WARNING in /src/org/eclipse/equinox/p2/tests/director/RollbackTest.java (at line 192) ProfileChangeRequest request2 = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
58. WARNING in /src/org/eclipse/equinox/p2/tests/director/RollbackTest.java (at line 192) ProfileChangeRequest request2 = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
59. WARNING in /src/org/eclipse/equinox/p2/tests/director/RollbackTest.java (at line 193) request2.removeInstallableUnits(new IInstallableUnit[] {d1}); Discouraged access: The method removeInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
60. WARNING in /src/org/eclipse/equinox/p2/tests/director/RollbackTest.java (at line 194) request2.addInstallableUnits(new IInstallableUnit[] {b1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
61. WARNING in /src/org/eclipse/equinox/p2/tests/director/RollbackTest.java (at line 195) request2.setInstallableUnitProfileProperty(b1, "test3", "test"); 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/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
62. WARNING in /src/org/eclipse/equinox/p2/tests/director/RollbackTest.java (at line 197) status = director.provision(request2, null, new NullProgressMonitor()); Discouraged access: The method provision(IProfileChangeRequest, ProvisioningContext, IProgressMonitor) from the type IDirector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
63. WARNING in /src/org/eclipse/equinox/p2/tests/director/RollbackTest.java (at line 206) status = director.revert(profile, revertProfile, new ProvisioningContext(getAgent()), new NullProgressMonitor()); Discouraged access: The method revert(IProfile, IProfile, ProvisioningContext, IProgressMonitor) from the type IDirector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TychoUsage.java (at line 6) import org.eclipse.equinox.internal.p2.director.Projector; Discouraged access: The type Projector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TychoUsage.java (at line 7) import org.eclipse.equinox.internal.p2.director.Slicer; Discouraged access: The type Slicer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TychoUsage.java (at line 56) Slicer slicer = new Slicer(repo, context, false); Discouraged access: The type Slicer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TychoUsage.java (at line 56) Slicer slicer = new Slicer(repo, context, false); Discouraged access: The constructor Slicer(IQueryable<IInstallableUnit>, Map<String,String>, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TychoUsage.java (at line 56) Slicer slicer = new Slicer(repo, context, false); Discouraged access: The type Slicer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TychoUsage.java (at line 57) IQueryable<IInstallableUnit> slice = slicer.slice(new IInstallableUnit[] {topLevelIU}, new NullProgressMonitor()); Discouraged access: The method slice(IInstallableUnit[], IProgressMonitor) from the type Slicer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TychoUsage.java (at line 59) Projector p = new Projector(slice, context, new HashSet<IInstallableUnit>(), false); Discouraged access: The type Projector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TychoUsage.java (at line 59) Projector p = new Projector(slice, context, new HashSet<IInstallableUnit>(), false); Discouraged access: The constructor Projector(IQueryable<IInstallableUnit>, Map<String,String>, Set<IInstallableUnit>, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TychoUsage.java (at line 59) Projector p = new Projector(slice, context, new HashSet<IInstallableUnit>(), false); Discouraged access: The type Projector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TychoUsage.java (at line 60) p.encode(topLevelIU, new IInstallableUnit[0], new Collector<IInstallableUnit>(), newRoots, new NullProgressMonitor()); Discouraged access: The method encode(IInstallableUnit, IInstallableUnit[], IQueryable<IInstallableUnit>, Collection<IInstallableUnit>, IProgressMonitor) from the type Projector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TychoUsage.java (at line 61) IStatus result = p.invokeSolver(new NullProgressMonitor()); Discouraged access: The method invokeSolver(IProgressMonitor) from the type Projector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TychoUsage.java (at line 63) assertFalse(p.extractSolution().isEmpty()); Discouraged access: The method extractSolution() from the type Projector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/SiteIndexFileTest.java (at line 17) import org.eclipse.equinox.internal.p2.core.helpers.ServiceHelper; Discouraged access: The type ServiceHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/SiteIndexFileTest.java (at line 19) import org.eclipse.equinox.internal.p2.repository.helpers.LocationProperties; Discouraged access: The type LocationProperties is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/SiteIndexFileTest.java (at line 20) import org.eclipse.equinox.internal.p2.updatesite.metadata.UpdateSiteMetadataRepository; Discouraged access: The type UpdateSiteMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/SiteIndexFileTest.java (at line 34) class VisibleMetadataRepositoryManager extends MetadataRepositoryManager { Discouraged access: The type MetadataRepositoryManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/SiteIndexFileTest.java (at line 36) super((IProvisioningAgent) ServiceHelper.getService(TestActivator.getContext(), IProvisioningAgent.SERVICE_NAME)); Discouraged access: The constructor MetadataRepositoryManager(IProvisioningAgent) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/SiteIndexFileTest.java (at line 36) super((IProvisioningAgent) ServiceHelper.getService(TestActivator.getContext(), IProvisioningAgent.SERVICE_NAME)); Discouraged access: The type ServiceHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/SiteIndexFileTest.java (at line 36) super((IProvisioningAgent) ServiceHelper.getService(TestActivator.getContext(), IProvisioningAgent.SERVICE_NAME)); Discouraged access: The method getService(BundleContext, String) from the type ServiceHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/SiteIndexFileTest.java (at line 40) return super.sortSuffixes(suffixes, location, preferredOrder); Discouraged access: The method sortSuffixes(String[], URI, String[]) from the type AbstractRepositoryManager<IInstallableUnit> is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/SiteIndexFileTest.java (at line 175) LocationProperties locationProperties = LocationProperties.create(null); Discouraged access: The type LocationProperties is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/SiteIndexFileTest.java (at line 175) LocationProperties locationProperties = LocationProperties.create(null); Discouraged access: The type LocationProperties is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/SiteIndexFileTest.java (at line 175) LocationProperties locationProperties = LocationProperties.create(null); Discouraged access: The method create(InputStream) from the type LocationProperties is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/SiteIndexFileTest.java (at line 177) assertFalse(locationProperties.exists()); Discouraged access: The method exists() from the type LocationProperties is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/SiteIndexFileTest.java (at line 188) LocationProperties locationProperties = null; Discouraged access: The type LocationProperties is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/SiteIndexFileTest.java (at line 191) locationProperties = LocationProperties.create(inputStream); Discouraged access: The type LocationProperties is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/SiteIndexFileTest.java (at line 191) locationProperties = LocationProperties.create(inputStream); Discouraged access: The method create(InputStream) from the type LocationProperties is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/SiteIndexFileTest.java (at line 196) assertFalse(locationProperties.exists()); Discouraged access: The method exists() from the type LocationProperties is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/SiteIndexFileTest.java (at line 205) LocationProperties locationProperties = LocationProperties.create(inputStream); Discouraged access: The type LocationProperties is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/SiteIndexFileTest.java (at line 205) LocationProperties locationProperties = LocationProperties.create(inputStream); Discouraged access: The type LocationProperties is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/SiteIndexFileTest.java (at line 205) LocationProperties locationProperties = LocationProperties.create(inputStream); Discouraged access: The method create(InputStream) from the type LocationProperties is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/SiteIndexFileTest.java (at line 207) assertFalse(locationProperties.exists()); Discouraged access: The method exists() from the type LocationProperties is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/SiteIndexFileTest.java (at line 216) LocationProperties locationProperties = LocationProperties.create(inputStream); Discouraged access: The type LocationProperties is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/SiteIndexFileTest.java (at line 216) LocationProperties locationProperties = LocationProperties.create(inputStream); Discouraged access: The type LocationProperties is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/SiteIndexFileTest.java (at line 216) LocationProperties locationProperties = LocationProperties.create(inputStream); Discouraged access: The method create(InputStream) from the type LocationProperties is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/SiteIndexFileTest.java (at line 218) assertEquals("1.1", Version.createOSGi(1, 0, 0), locationProperties.getVersion()); Discouraged access: The method getVersion() from the type LocationProperties is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/SiteIndexFileTest.java (at line 219) assertEquals("1.2", 0, locationProperties.getMetadataFactorySearchOrder().length); Discouraged access: The method getMetadataFactorySearchOrder() from the type LocationProperties is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/SiteIndexFileTest.java (at line 228) LocationProperties locationProperties = LocationProperties.create(inputStream); Discouraged access: The type LocationProperties is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/SiteIndexFileTest.java (at line 228) LocationProperties locationProperties = LocationProperties.create(inputStream); Discouraged access: The type LocationProperties is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/SiteIndexFileTest.java (at line 228) LocationProperties locationProperties = LocationProperties.create(inputStream); Discouraged access: The method create(InputStream) from the type LocationProperties is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/SiteIndexFileTest.java (at line 230) assertEquals("1.1", Version.createOSGi(1, 0, 0), locationProperties.getVersion()); Discouraged access: The method getVersion() from the type LocationProperties is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/SiteIndexFileTest.java (at line 231) assertEquals("1.2", 0, locationProperties.getMetadataFactorySearchOrder().length); Discouraged access: The method getMetadataFactorySearchOrder() from the type LocationProperties is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/SiteIndexFileTest.java (at line 240) LocationProperties locationProperties = LocationProperties.create(inputStream); Discouraged access: The type LocationProperties is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/SiteIndexFileTest.java (at line 240) LocationProperties locationProperties = LocationProperties.create(inputStream); Discouraged access: The type LocationProperties is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/SiteIndexFileTest.java (at line 240) LocationProperties locationProperties = LocationProperties.create(inputStream); Discouraged access: The method create(InputStream) from the type LocationProperties is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/SiteIndexFileTest.java (at line 242) assertEquals("1.1", Version.createOSGi(1, 0, 0), locationProperties.getVersion()); Discouraged access: The method getVersion() from the type LocationProperties is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/SiteIndexFileTest.java (at line 243) assertEquals("1.2", 3, locationProperties.getMetadataFactorySearchOrder().length); Discouraged access: The method getMetadataFactorySearchOrder() from the type LocationProperties is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/SiteIndexFileTest.java (at line 244) assertEquals("1.4", 3, locationProperties.getArtifactFactorySearchOrder().length); Discouraged access: The method getArtifactFactorySearchOrder() from the type LocationProperties is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
37. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/SiteIndexFileTest.java (at line 245) assertArrayOrder(new String[] {"bar", "foo", "!"}, locationProperties.getMetadataFactorySearchOrder()); Discouraged access: The method getMetadataFactorySearchOrder() from the type LocationProperties is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
38. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/SiteIndexFileTest.java (at line 246) assertArrayOrder(new String[] {"foo", "bar", "!"}, locationProperties.getArtifactFactorySearchOrder()); Discouraged access: The method getArtifactFactorySearchOrder() from the type LocationProperties is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
39. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/SiteIndexFileTest.java (at line 258) assertTrue(repository instanceof UpdateSiteMetadataRepository); Discouraged access: The type UpdateSiteMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
40. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/SiteIndexFileTest.java (at line 275) assertTrue(repository instanceof UpdateSiteMetadataRepository); Discouraged access: The type UpdateSiteMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
41. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/SiteIndexFileTest.java (at line 290) assertTrue(repository instanceof LocalMetadataRepository); Discouraged access: The type LocalMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
42. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/SiteIndexFileTest.java (at line 305) assertTrue(repository instanceof LocalMetadataRepository || repository instanceof UpdateSiteMetadataRepository); Discouraged access: The type LocalMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
43. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/SiteIndexFileTest.java (at line 305) assertTrue(repository instanceof LocalMetadataRepository || repository instanceof UpdateSiteMetadataRepository); Discouraged access: The type UpdateSiteMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
44. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/SiteIndexFileTest.java (at line 320) assertTrue(repository instanceof UpdateSiteMetadataRepository); Discouraged access: The type UpdateSiteMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
45. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/SiteIndexFileTest.java (at line 335) assertTrue(repository instanceof UpdateSiteMetadataRepository); Discouraged access: The type UpdateSiteMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
46. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/SiteIndexFileTest.java (at line 350) assertTrue(repository instanceof UpdateSiteMetadataRepository); Discouraged access: The type UpdateSiteMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
47. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/SiteIndexFileTest.java (at line 365) assertTrue(repository instanceof UpdateSiteMetadataRepository); Discouraged access: The type UpdateSiteMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
48. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/SiteIndexFileTest.java (at line 394) assertTrue("1.0", repository instanceof CompositeMetadataRepository); Discouraged access: The type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
49. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/SiteIndexFileTest.java (at line 395) CompositeMetadataRepository compositeMetadataRepository = (CompositeMetadataRepository) repository; Discouraged access: The type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
50. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/SiteIndexFileTest.java (at line 395) CompositeMetadataRepository compositeMetadataRepository = (CompositeMetadataRepository) repository; Discouraged access: The type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
51. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/SiteIndexFileTest.java (at line 396) assertEquals("1.1", 2, compositeMetadataRepository.getChildren().size()); Discouraged access: The method getChildren() from the type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
52. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/SiteIndexFileTest.java (at line 397) IMetadataRepository child1 = getMetadataRepositoryManager().loadRepository(compositeMetadataRepository.getChildren().get(0), new NullProgressMonitor()); Discouraged access: The method getChildren() from the type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
53. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/SiteIndexFileTest.java (at line 398) IMetadataRepository child2 = getMetadataRepositoryManager().loadRepository(compositeMetadataRepository.getChildren().get(1), new NullProgressMonitor()); Discouraged access: The method getChildren() from the type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
54. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/SiteIndexFileTest.java (at line 399) assertTrue("1.2", child1 instanceof UpdateSiteMetadataRepository); Discouraged access: The type UpdateSiteMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
55. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/SiteIndexFileTest.java (at line 400) assertTrue("1.2", child2 instanceof LocalMetadataRepository); Discouraged access: The type LocalMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
56. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/SiteIndexFileTest.java (at line 446) assertTrue(metadataRepository instanceof UpdateSiteMetadataRepository); Discouraged access: The type UpdateSiteMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/ant/MirrorTaskTest.java (at line 20) import org.eclipse.equinox.internal.p2.artifact.processors.md5.Messages; Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/ant/MirrorTaskTest.java (at line 21) import org.eclipse.equinox.internal.p2.core.helpers.CollectionUtils; Discouraged access: The type CollectionUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/ant/MirrorTaskTest.java (at line 22) import org.eclipse.equinox.internal.p2.director.PermissiveSlicer; Discouraged access: The type PermissiveSlicer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/ant/MirrorTaskTest.java (at line 23) import org.eclipse.equinox.internal.p2.metadata.ArtifactKey; Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/ant/MirrorTaskTest.java (at line 24) 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/4M/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/ant/MirrorTaskTest.java (at line 26) import org.eclipse.equinox.p2.internal.repository.comparator.MD5ArtifactComparator; Discouraged access: The type MD5ArtifactComparator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/ant/MirrorTaskTest.java (at line 34) import org.eclipse.equinox.spi.p2.publisher.PublisherHelper; Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/ant/MirrorTaskTest.java (at line 177) assertEquals("Unexpected message", NLS.bind(org.eclipse.equinox.p2.internal.repository.tools.Messages.AbstractRepositoryTask_unableToFind, iu), rootCause(exception).getMessage()); Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/ant/MirrorTaskTest.java (at line 177) assertEquals("Unexpected message", NLS.bind(org.eclipse.equinox.p2.internal.repository.tools.Messages.AbstractRepositoryTask_unableToFind, iu), rootCause(exception).getMessage()); Discouraged access: The field AbstractRepositoryTask_unableToFind from the type Messages is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/ant/MirrorTaskTest.java (at line 195) if (!(rootCause(exception) instanceof ProvisionException && rootCause(exception).getMessage().equals(org.eclipse.equinox.p2.internal.repository.tools.Messages.MirrorApplication_metadataDestinationNoSource))) Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/ant/MirrorTaskTest.java (at line 195) if (!(rootCause(exception) instanceof ProvisionException && rootCause(exception).getMessage().equals(org.eclipse.equinox.p2.internal.repository.tools.Messages.MirrorApplication_metadataDestinationNoSource))) Discouraged access: The field MirrorApplication_metadataDestinationNoSource from the type Messages is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/ant/MirrorTaskTest.java (at line 214) if (!(rootCause(exception) instanceof ProvisionException) && rootCause(exception).getMessage().contains(org.eclipse.equinox.p2.internal.repository.tools.Messages.MirrorApplication_artifactDestinationNoSource)) Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/ant/MirrorTaskTest.java (at line 214) if (!(rootCause(exception) instanceof ProvisionException) && rootCause(exception).getMessage().contains(org.eclipse.equinox.p2.internal.repository.tools.Messages.MirrorApplication_artifactDestinationNoSource)) Discouraged access: The field MirrorApplication_artifactDestinationNoSource from the type Messages is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/ant/MirrorTaskTest.java (at line 259) assertTrue("Unexpected error", NLS.bind(org.eclipse.equinox.p2.internal.repository.tools.Messages.exception_invalidDestination, location).equals(exception.getMessage())); Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/ant/MirrorTaskTest.java (at line 259) assertTrue("Unexpected error", NLS.bind(org.eclipse.equinox.p2.internal.repository.tools.Messages.exception_invalidDestination, location).equals(exception.getMessage())); Discouraged access: The field exception_invalidDestination from the type Messages is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/ant/MirrorTaskTest.java (at line 336) PermissiveSlicer slicer = new PermissiveSlicer(repo, p, true, true, true, true, false); Discouraged access: The type PermissiveSlicer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/ant/MirrorTaskTest.java (at line 336) PermissiveSlicer slicer = new PermissiveSlicer(repo, p, true, true, true, true, false); Discouraged access: The constructor PermissiveSlicer(IQueryable<IInstallableUnit>, Map<String,String>, boolean, boolean, boolean, boolean, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/ant/MirrorTaskTest.java (at line 336) PermissiveSlicer slicer = new PermissiveSlicer(repo, p, true, true, true, true, false); Discouraged access: The type PermissiveSlicer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/ant/MirrorTaskTest.java (at line 337) IQueryable result = slicer.slice(new IInstallableUnit[] {iu}, new NullProgressMonitor()); Discouraged access: The method slice(IInstallableUnit[], IProgressMonitor) from the type Slicer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/ant/MirrorTaskTest.java (at line 364) PermissiveSlicer slicer = new PermissiveSlicer(repo, CollectionUtils.<String, String> emptyMap(), true, false, true, false, false); Discouraged access: The type PermissiveSlicer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/ant/MirrorTaskTest.java (at line 364) PermissiveSlicer slicer = new PermissiveSlicer(repo, CollectionUtils.<String, String> emptyMap(), true, false, true, false, false); Discouraged access: The constructor PermissiveSlicer(IQueryable<IInstallableUnit>, Map<String,String>, boolean, boolean, boolean, boolean, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/ant/MirrorTaskTest.java (at line 364) PermissiveSlicer slicer = new PermissiveSlicer(repo, CollectionUtils.<String, String> emptyMap(), true, false, true, false, false); Discouraged access: The type PermissiveSlicer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/ant/MirrorTaskTest.java (at line 364) PermissiveSlicer slicer = new PermissiveSlicer(repo, CollectionUtils.<String, String> emptyMap(), true, false, true, false, false); Discouraged access: The type CollectionUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/ant/MirrorTaskTest.java (at line 364) PermissiveSlicer slicer = new PermissiveSlicer(repo, CollectionUtils.<String, String> emptyMap(), true, false, true, false, false); Discouraged access: The method emptyMap() from the type CollectionUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/ant/MirrorTaskTest.java (at line 365) IQueryable result = slicer.slice(new IInstallableUnit[] {iu}, new NullProgressMonitor()); Discouraged access: The method slice(IInstallableUnit[], IProgressMonitor) from the type Slicer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/ant/MirrorTaskTest.java (at line 394) PermissiveSlicer slicer = new PermissiveSlicer(repo, p, false, true, true, false, false); Discouraged access: The type PermissiveSlicer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/ant/MirrorTaskTest.java (at line 394) PermissiveSlicer slicer = new PermissiveSlicer(repo, p, false, true, true, false, false); Discouraged access: The constructor PermissiveSlicer(IQueryable<IInstallableUnit>, Map<String,String>, boolean, boolean, boolean, boolean, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/ant/MirrorTaskTest.java (at line 394) PermissiveSlicer slicer = new PermissiveSlicer(repo, p, false, true, true, false, false); Discouraged access: The type PermissiveSlicer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/ant/MirrorTaskTest.java (at line 395) IQueryable result = slicer.slice(new IInstallableUnit[] {iu}, new NullProgressMonitor()); Discouraged access: The method slice(IInstallableUnit[], IProgressMonitor) from the type Slicer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/ant/MirrorTaskTest.java (at line 422) PermissiveSlicer slicer = new PermissiveSlicer(repo, p, true, true, true, false, false); Discouraged access: The type PermissiveSlicer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/ant/MirrorTaskTest.java (at line 422) PermissiveSlicer slicer = new PermissiveSlicer(repo, p, true, true, true, false, false); Discouraged access: The constructor PermissiveSlicer(IQueryable<IInstallableUnit>, Map<String,String>, boolean, boolean, boolean, boolean, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/ant/MirrorTaskTest.java (at line 422) PermissiveSlicer slicer = new PermissiveSlicer(repo, p, true, true, true, false, false); Discouraged access: The type PermissiveSlicer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/ant/MirrorTaskTest.java (at line 423) IQueryable result = slicer.slice(new IInstallableUnit[] {iu}, new NullProgressMonitor()); Discouraged access: The method slice(IInstallableUnit[], IProgressMonitor) from the type Slicer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/ant/MirrorTaskTest.java (at line 454) PermissiveSlicer slicer = new PermissiveSlicer(repo, p, true, true, true, false, false); Discouraged access: The type PermissiveSlicer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/ant/MirrorTaskTest.java (at line 454) PermissiveSlicer slicer = new PermissiveSlicer(repo, p, true, true, true, false, false); Discouraged access: The constructor PermissiveSlicer(IQueryable<IInstallableUnit>, Map<String,String>, boolean, boolean, boolean, boolean, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/ant/MirrorTaskTest.java (at line 454) PermissiveSlicer slicer = new PermissiveSlicer(repo, p, true, true, true, false, false); Discouraged access: The type PermissiveSlicer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
37. WARNING in /src/org/eclipse/equinox/p2/tests/ant/MirrorTaskTest.java (at line 455) IQueryable result = slicer.slice(new IInstallableUnit[] {iu}, new NullProgressMonitor()); Discouraged access: The method slice(IInstallableUnit[], IProgressMonitor) from the type Slicer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
38. WARNING in /src/org/eclipse/equinox/p2/tests/ant/MirrorTaskTest.java (at line 486) PermissiveSlicer slicer = new PermissiveSlicer(repo, p, true, true, true, false, false); Discouraged access: The type PermissiveSlicer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
39. WARNING in /src/org/eclipse/equinox/p2/tests/ant/MirrorTaskTest.java (at line 486) PermissiveSlicer slicer = new PermissiveSlicer(repo, p, true, true, true, false, false); Discouraged access: The constructor PermissiveSlicer(IQueryable<IInstallableUnit>, Map<String,String>, boolean, boolean, boolean, boolean, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
40. WARNING in /src/org/eclipse/equinox/p2/tests/ant/MirrorTaskTest.java (at line 486) PermissiveSlicer slicer = new PermissiveSlicer(repo, p, true, true, true, false, false); Discouraged access: The type PermissiveSlicer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
41. WARNING in /src/org/eclipse/equinox/p2/tests/ant/MirrorTaskTest.java (at line 487) IQueryable result = slicer.slice(new IInstallableUnit[] {iu}, new NullProgressMonitor()); Discouraged access: The method slice(IInstallableUnit[], IProgressMonitor) from the type Slicer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
42. WARNING in /src/org/eclipse/equinox/p2/tests/ant/MirrorTaskTest.java (at line 518) PermissiveSlicer slicer = new PermissiveSlicer(repo, p, true, true, true, false, false); Discouraged access: The type PermissiveSlicer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
43. WARNING in /src/org/eclipse/equinox/p2/tests/ant/MirrorTaskTest.java (at line 518) PermissiveSlicer slicer = new PermissiveSlicer(repo, p, true, true, true, false, false); Discouraged access: The constructor PermissiveSlicer(IQueryable<IInstallableUnit>, Map<String,String>, boolean, boolean, boolean, boolean, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
44. WARNING in /src/org/eclipse/equinox/p2/tests/ant/MirrorTaskTest.java (at line 518) PermissiveSlicer slicer = new PermissiveSlicer(repo, p, true, true, true, false, false); Discouraged access: The type PermissiveSlicer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
45. WARNING in /src/org/eclipse/equinox/p2/tests/ant/MirrorTaskTest.java (at line 519) IQueryable result = slicer.slice(new IInstallableUnit[] {iu}, new NullProgressMonitor()); Discouraged access: The method slice(IInstallableUnit[], IProgressMonitor) from the type Slicer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
46. WARNING in /src/org/eclipse/equinox/p2/tests/ant/MirrorTaskTest.java (at line 554) PermissiveSlicer slicer = new PermissiveSlicer(repo, p, true, true, true, false, false); Discouraged access: The type PermissiveSlicer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
47. WARNING in /src/org/eclipse/equinox/p2/tests/ant/MirrorTaskTest.java (at line 554) PermissiveSlicer slicer = new PermissiveSlicer(repo, p, true, true, true, false, false); Discouraged access: The constructor PermissiveSlicer(IQueryable<IInstallableUnit>, Map<String,String>, boolean, boolean, boolean, boolean, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
48. WARNING in /src/org/eclipse/equinox/p2/tests/ant/MirrorTaskTest.java (at line 554) PermissiveSlicer slicer = new PermissiveSlicer(repo, p, true, true, true, false, false); Discouraged access: The type PermissiveSlicer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
49. WARNING in /src/org/eclipse/equinox/p2/tests/ant/MirrorTaskTest.java (at line 555) IQueryable result = slicer.slice(new IInstallableUnit[] {iu}, new NullProgressMonitor()); Discouraged access: The method slice(IInstallableUnit[], IProgressMonitor) from the type Slicer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
50. WARNING in /src/org/eclipse/equinox/p2/tests/ant/MirrorTaskTest.java (at line 587) PermissiveSlicer slicer = new PermissiveSlicer(repo, p, true, true, true, false, false); Discouraged access: The type PermissiveSlicer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
51. WARNING in /src/org/eclipse/equinox/p2/tests/ant/MirrorTaskTest.java (at line 587) PermissiveSlicer slicer = new PermissiveSlicer(repo, p, true, true, true, false, false); Discouraged access: The constructor PermissiveSlicer(IQueryable<IInstallableUnit>, Map<String,String>, boolean, boolean, boolean, boolean, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
52. WARNING in /src/org/eclipse/equinox/p2/tests/ant/MirrorTaskTest.java (at line 587) PermissiveSlicer slicer = new PermissiveSlicer(repo, p, true, true, true, false, false); Discouraged access: The type PermissiveSlicer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
53. WARNING in /src/org/eclipse/equinox/p2/tests/ant/MirrorTaskTest.java (at line 588) IQueryable result = slicer.slice(new IInstallableUnit[] {iu, iu2}, new NullProgressMonitor()); Discouraged access: The method slice(IInstallableUnit[], IProgressMonitor) from the type Slicer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
54. WARNING in /src/org/eclipse/equinox/p2/tests/ant/MirrorTaskTest.java (at line 604) IArtifactKey key = new ArtifactKey("osgi.bundle", "a", Version.parseVersion("1.0.0")); Discouraged access: The constructor ArtifactKey(String, String, Version) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
55. WARNING in /src/org/eclipse/equinox/p2/tests/ant/MirrorTaskTest.java (at line 604) IArtifactKey key = new ArtifactKey("osgi.bundle", "a", Version.parseVersion("1.0.0")); Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
56. WARNING in /src/org/eclipse/equinox/p2/tests/ant/MirrorTaskTest.java (at line 614) key = new ArtifactKey("osgi.bundle", "b", Version.parseVersion("1.0.0")); Discouraged access: The constructor ArtifactKey(String, String, Version) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
57. WARNING in /src/org/eclipse/equinox/p2/tests/ant/MirrorTaskTest.java (at line 614) key = new ArtifactKey("osgi.bundle", "b", Version.parseVersion("1.0.0")); Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
58. WARNING in /src/org/eclipse/equinox/p2/tests/ant/MirrorTaskTest.java (at line 704) IArtifactKey dupKey = PublisherHelper.createBinaryArtifactKey("testKeyId", Version.create("1.2.3")); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
59. WARNING in /src/org/eclipse/equinox/p2/tests/ant/MirrorTaskTest.java (at line 704) IArtifactKey dupKey = PublisherHelper.createBinaryArtifactKey("testKeyId", Version.create("1.2.3")); Discouraged access: The method createBinaryArtifactKey(String, Version) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
60. WARNING in /src/org/eclipse/equinox/p2/tests/ant/MirrorTaskTest.java (at line 716) IArtifactDescriptor descriptor1 = PublisherHelper.createArtifactDescriptor(dupKey, artifact1); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
61. WARNING in /src/org/eclipse/equinox/p2/tests/ant/MirrorTaskTest.java (at line 716) IArtifactDescriptor descriptor1 = PublisherHelper.createArtifactDescriptor(dupKey, artifact1); Discouraged access: The method createArtifactDescriptor(IArtifactKey, File) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
62. WARNING in /src/org/eclipse/equinox/p2/tests/ant/MirrorTaskTest.java (at line 717) IArtifactDescriptor descriptor2 = PublisherHelper.createArtifactDescriptor(dupKey, baselineContentLocation); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
63. WARNING in /src/org/eclipse/equinox/p2/tests/ant/MirrorTaskTest.java (at line 717) IArtifactDescriptor descriptor2 = PublisherHelper.createArtifactDescriptor(dupKey, baselineContentLocation); Discouraged access: The method createArtifactDescriptor(IArtifactKey, File) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
64. WARNING in /src/org/eclipse/equinox/p2/tests/ant/MirrorTaskTest.java (at line 758) comparator.addAttribute("comparator", MD5ArtifactComparator.MD5_COMPARATOR_ID); Discouraged access: The type MD5ArtifactComparator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
65. WARNING in /src/org/eclipse/equinox/p2/tests/ant/MirrorTaskTest.java (at line 758) comparator.addAttribute("comparator", MD5ArtifactComparator.MD5_COMPARATOR_ID); Discouraged access: The field MD5_COMPARATOR_ID from the type MD5ArtifactComparator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
66. WARNING in /src/org/eclipse/equinox/p2/tests/ant/MirrorTaskTest.java (at line 782) String msg = NLS.bind(Messages.warning_differentMD5, new Object[] {URIUtil.toUnencodedString(baseline.getLocation()), URIUtil.toUnencodedString(repo.getLocation()), descriptor1}); Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
67. WARNING in /src/org/eclipse/equinox/p2/tests/ant/MirrorTaskTest.java (at line 782) String msg = NLS.bind(Messages.warning_differentMD5, new Object[] {URIUtil.toUnencodedString(baseline.getLocation()), URIUtil.toUnencodedString(repo.getLocation()), descriptor1}); Discouraged access: The field warning_differentMD5 from the type Messages is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
68. WARNING in /src/org/eclipse/equinox/p2/tests/ant/MirrorTaskTest.java (at line 820) InstallableUnit iu = new InstallableUnit(); Discouraged access: The type InstallableUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
69. WARNING in /src/org/eclipse/equinox/p2/tests/ant/MirrorTaskTest.java (at line 820) InstallableUnit iu = new InstallableUnit(); Discouraged access: The constructor InstallableUnit() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
70. WARNING in /src/org/eclipse/equinox/p2/tests/ant/MirrorTaskTest.java (at line 820) InstallableUnit iu = new InstallableUnit(); Discouraged access: The type InstallableUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
71. WARNING in /src/org/eclipse/equinox/p2/tests/ant/MirrorTaskTest.java (at line 821) iu.setId(descriptor.getArtifactKey().getId() + "IU"); Discouraged access: The method setId(String) from the type InstallableUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
72. WARNING in /src/org/eclipse/equinox/p2/tests/ant/MirrorTaskTest.java (at line 822) iu.setVersion(descriptor.getArtifactKey().getVersion()); Discouraged access: The method setVersion(Version) from the type InstallableUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
73. WARNING in /src/org/eclipse/equinox/p2/tests/ant/MirrorTaskTest.java (at line 823) iu.setArtifacts(new IArtifactKey[] {descriptor.getArtifactKey()}); Discouraged access: The method setArtifacts(IArtifactKey[]) from the type InstallableUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
74. WARNING in /src/org/eclipse/equinox/p2/tests/ant/MirrorTaskTest.java (at line 835) count += ((InstallableUnit) iter.next()).getArtifacts().size(); Discouraged access: The method getArtifacts() from the type InstallableUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
75. WARNING in /src/org/eclipse/equinox/p2/tests/ant/MirrorTaskTest.java (at line 835) count += ((InstallableUnit) iter.next()).getArtifacts().size(); Discouraged access: The type InstallableUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/generator/GeneratorTests.java (at line 18) import org.eclipse.equinox.internal.p2.publisher.Messages; Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/generator/GeneratorTests.java (at line 19) import org.eclipse.equinox.internal.p2.publisher.compatibility.GeneratorApplication; Discouraged access: The type GeneratorApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/generator/GeneratorTests.java (at line 20) import org.eclipse.equinox.internal.p2.updatesite.UpdateSitePublisherApplication; Discouraged access: The type UpdateSitePublisherApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/generator/GeneratorTests.java (at line 21) import org.eclipse.equinox.internal.simpleconfigurator.utils.URIUtil; Discouraged access: The type URIUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/generator/GeneratorTests.java (at line 23) import org.eclipse.equinox.p2.publisher.eclipse.FeaturesAndBundlesPublisherApplication; Discouraged access: The type FeaturesAndBundlesPublisherApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/generator/GeneratorTests.java (at line 24) import org.eclipse.equinox.p2.publisher.eclipse.InstallPublisherApplication; Discouraged access: The type InstallPublisherApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/generator/GeneratorTests.java (at line 33) protected class TestGeneratorApplication extends GeneratorApplication { Discouraged access: The type GeneratorApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/generator/GeneratorTests.java (at line 36) String appId = (String) applicationMap.get(APP_ID); Discouraged access: The field APP_ID from the type GeneratorApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/generator/GeneratorTests.java (at line 37) if (UPDATE_SITE_APPLICATION.equals(appId)) { Discouraged access: The field UPDATE_SITE_APPLICATION from the type GeneratorApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/generator/GeneratorTests.java (at line 38) UpdateSitePublisherApplication app = new UpdateSitePublisherApplication(); Discouraged access: The type UpdateSitePublisherApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/generator/GeneratorTests.java (at line 38) UpdateSitePublisherApplication app = new UpdateSitePublisherApplication(); Discouraged access: The constructor UpdateSitePublisherApplication() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/generator/GeneratorTests.java (at line 38) UpdateSitePublisherApplication app = new UpdateSitePublisherApplication(); Discouraged access: The type UpdateSitePublisherApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/generator/GeneratorTests.java (at line 39) return app.run((String[]) applicationMap.get(IApplicationContext.APPLICATION_ARGS)); Discouraged access: The method run(String[]) from the type AbstractPublisherApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/generator/GeneratorTests.java (at line 40) } else if (FEATURES_BUNDLES_APPLICATION.equals(appId)) { Discouraged access: The field FEATURES_BUNDLES_APPLICATION from the type GeneratorApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/generator/GeneratorTests.java (at line 41) FeaturesAndBundlesPublisherApplication app = new FeaturesAndBundlesPublisherApplication(); Discouraged access: The type FeaturesAndBundlesPublisherApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/generator/GeneratorTests.java (at line 41) FeaturesAndBundlesPublisherApplication app = new FeaturesAndBundlesPublisherApplication(); Discouraged access: The constructor FeaturesAndBundlesPublisherApplication() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/generator/GeneratorTests.java (at line 41) FeaturesAndBundlesPublisherApplication app = new FeaturesAndBundlesPublisherApplication(); Discouraged access: The type FeaturesAndBundlesPublisherApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/generator/GeneratorTests.java (at line 42) return app.run((String[]) applicationMap.get(IApplicationContext.APPLICATION_ARGS)); Discouraged access: The method run(String[]) from the type AbstractPublisherApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/generator/GeneratorTests.java (at line 43) } else if (INSTALL_APPLICATION.equals(appId)) { Discouraged access: The field INSTALL_APPLICATION from the type GeneratorApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/generator/GeneratorTests.java (at line 44) InstallPublisherApplication app = new InstallPublisherApplication(); Discouraged access: The type InstallPublisherApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/generator/GeneratorTests.java (at line 44) InstallPublisherApplication app = new InstallPublisherApplication(); Discouraged access: The constructor InstallPublisherApplication() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/generator/GeneratorTests.java (at line 44) InstallPublisherApplication app = new InstallPublisherApplication(); Discouraged access: The type InstallPublisherApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/generator/GeneratorTests.java (at line 45) return app.run((String[]) applicationMap.get(IApplicationContext.APPLICATION_ARGS)); Discouraged access: The method run(String[]) from the type AbstractPublisherApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/generator/GeneratorTests.java (at line 65) result = run(arguments); Discouraged access: The method run(String[]) from the type GeneratorApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/generator/GeneratorTests.java (at line 110) assertTrue("3.0 - Expected Illegal Argument", e.getMessage().equals(NLS.bind(Messages.exception_artifactRepoNoAppendDestroysInput, rootFolder.toURI()))); Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/generator/GeneratorTests.java (at line 110) assertTrue("3.0 - Expected Illegal Argument", e.getMessage().equals(NLS.bind(Messages.exception_artifactRepoNoAppendDestroysInput, rootFolder.toURI()))); Discouraged access: The field exception_artifactRepoNoAppendDestroysInput from the type Messages is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/generator/GeneratorTests.java (at line 137) String[] arguments = {"-updateSite", rootFolder.getAbsolutePath(), "-site", new File(rootFolder, "site.xml").getAbsolutePath(), "-metadataRepository", URIUtil.toUnencodedString(rootFolder.toURI()), "-artifactRepository", URIUtil.toUnencodedString(rootFolder.toURI()), "-metadataRepositoryName", "Basic Metadata Test Site", "-artifactRepositoryName", "Basic Artifact Test Site", "-compress", "-reusePack200Files", "-noDefaultIUs"}; Discouraged access: The type URIUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/generator/GeneratorTests.java (at line 137) String[] arguments = {"-updateSite", rootFolder.getAbsolutePath(), "-site", new File(rootFolder, "site.xml").getAbsolutePath(), "-metadataRepository", URIUtil.toUnencodedString(rootFolder.toURI()), "-artifactRepository", URIUtil.toUnencodedString(rootFolder.toURI()), "-metadataRepositoryName", "Basic Metadata Test Site", "-artifactRepositoryName", "Basic Artifact Test Site", "-compress", "-reusePack200Files", "-noDefaultIUs"}; Discouraged access: The method toUnencodedString(URI) from the type URIUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/generator/GeneratorTests.java (at line 137) String[] arguments = {"-updateSite", rootFolder.getAbsolutePath(), "-site", new File(rootFolder, "site.xml").getAbsolutePath(), "-metadataRepository", URIUtil.toUnencodedString(rootFolder.toURI()), "-artifactRepository", URIUtil.toUnencodedString(rootFolder.toURI()), "-metadataRepositoryName", "Basic Metadata Test Site", "-artifactRepositoryName", "Basic Artifact Test Site", "-compress", "-reusePack200Files", "-noDefaultIUs"}; Discouraged access: The type URIUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/generator/GeneratorTests.java (at line 137) String[] arguments = {"-updateSite", rootFolder.getAbsolutePath(), "-site", new File(rootFolder, "site.xml").getAbsolutePath(), "-metadataRepository", URIUtil.toUnencodedString(rootFolder.toURI()), "-artifactRepository", URIUtil.toUnencodedString(rootFolder.toURI()), "-metadataRepositoryName", "Basic Metadata Test Site", "-artifactRepositoryName", "Basic Artifact Test Site", "-compress", "-reusePack200Files", "-noDefaultIUs"}; Discouraged access: The method toUnencodedString(URI) from the type URIUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/generator/GeneratorTests.java (at line 149) IInstallableUnit iu = getIU(metadataRepo, URIUtil.toUnencodedString(siteXml.toURI()) + ".More Examples"); Discouraged access: The type URIUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/generator/GeneratorTests.java (at line 149) IInstallableUnit iu = getIU(metadataRepo, URIUtil.toUnencodedString(siteXml.toURI()) + ".More Examples"); Discouraged access: The method toUnencodedString(URI) from the type URIUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/generator/GeneratorTests.java (at line 155) iu = getIU(metadataRepo, URIUtil.toUnencodedString(siteXml.toURI()) + ".Examples"); Discouraged access: The type URIUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/generator/GeneratorTests.java (at line 155) iu = getIU(metadataRepo, URIUtil.toUnencodedString(siteXml.toURI()) + ".Examples"); Discouraged access: The method toUnencodedString(URI) from the type URIUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/core/BackupTest.java (at line 14) import org.eclipse.equinox.internal.p2.touchpoint.natives.BackupStore; Discouraged access: The type BackupStore is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/core/BackupTest.java (at line 108) BackupStore store = new BackupStore(null, BUPREFIX); Discouraged access: The type BackupStore is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/core/BackupTest.java (at line 108) BackupStore store = new BackupStore(null, BUPREFIX); Discouraged access: The constructor BackupStore(File, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/core/BackupTest.java (at line 108) BackupStore store = new BackupStore(null, BUPREFIX); Discouraged access: The type BackupStore is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/core/BackupTest.java (at line 111) store.backup(cTxtRelative); Discouraged access: The method backup(File) from the type BackupStore is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/core/BackupTest.java (at line 127) store.restore(); Discouraged access: The method restore() from the type BackupStore is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/core/BackupTest.java (at line 138) BackupStore store = new BackupStore(null, BUPREFIX); Discouraged access: The type BackupStore is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/core/BackupTest.java (at line 138) BackupStore store = new BackupStore(null, BUPREFIX); Discouraged access: The constructor BackupStore(File, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/core/BackupTest.java (at line 138) BackupStore store = new BackupStore(null, BUPREFIX); Discouraged access: The type BackupStore is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/core/BackupTest.java (at line 141) store.backup(aTxt); Discouraged access: The method backup(File) from the type BackupStore is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/core/BackupTest.java (at line 157) store.backup(bDir); Discouraged access: The method backup(File) from the type BackupStore is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/core/BackupTest.java (at line 167) store.backupCopy(bTxt); Discouraged access: The method backupCopy(File) from the type BackupStore is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/core/BackupTest.java (at line 175) store.restore(); Discouraged access: The method restore() from the type BackupStore is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/core/BackupTest.java (at line 190) BackupStore store = new BackupStore(null, BUPREFIX); Discouraged access: The type BackupStore is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/core/BackupTest.java (at line 190) BackupStore store = new BackupStore(null, BUPREFIX); Discouraged access: The constructor BackupStore(File, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/core/BackupTest.java (at line 190) BackupStore store = new BackupStore(null, BUPREFIX); Discouraged access: The type BackupStore is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/core/BackupTest.java (at line 193) store.backup(aTxt); Discouraged access: The method backup(File) from the type BackupStore is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/core/BackupTest.java (at line 209) store.backup(bDir); Discouraged access: The method backup(File) from the type BackupStore is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/core/BackupTest.java (at line 218) store.discard(); Discouraged access: The method discard() from the type BackupStore is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/core/BackupTest.java (at line 229) BackupStore store = new BackupStore(null, BUPREFIX); Discouraged access: The type BackupStore is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/core/BackupTest.java (at line 229) BackupStore store = new BackupStore(null, BUPREFIX); Discouraged access: The constructor BackupStore(File, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/core/BackupTest.java (at line 229) BackupStore store = new BackupStore(null, BUPREFIX); Discouraged access: The type BackupStore is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/core/BackupTest.java (at line 232) store.backupAll(aDir); Discouraged access: The method backupAll(File) from the type BackupStore is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/core/BackupTest.java (at line 249) store.restore(); Discouraged access: The method restore() from the type BackupStore is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/core/BackupTest.java (at line 259) BackupStore store = new BackupStore(null, BUPREFIX); Discouraged access: The type BackupStore is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/core/BackupTest.java (at line 259) BackupStore store = new BackupStore(null, BUPREFIX); Discouraged access: The constructor BackupStore(File, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/core/BackupTest.java (at line 259) BackupStore store = new BackupStore(null, BUPREFIX); Discouraged access: The type BackupStore is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/core/BackupTest.java (at line 262) store.backupCopyAll(aDir); Discouraged access: The method backupCopyAll(File) from the type BackupStore is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/core/BackupTest.java (at line 280) store.restore(); Discouraged access: The method restore() from the type BackupStore is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/core/BackupTest.java (at line 289) private void assertNoGarbage(BackupStore store) { Discouraged access: The type BackupStore is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/core/BackupTest.java (at line 290) File buDir = new File(store.getBackupRoot(), BUPREFIX); Discouraged access: The method getBackupRoot() from the type BackupStore is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactLockingTest.java (at line 15) import org.eclipse.equinox.internal.p2.artifact.repository.Activator; Discouraged access: The type Activator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactLockingTest.java (at line 18) import org.eclipse.equinox.internal.p2.metadata.ArtifactKey; Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactLockingTest.java (at line 36) lockingValue = Activator.getInstance().enableArtifactLocking(); Discouraged access: The type Activator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactLockingTest.java (at line 36) lockingValue = Activator.getInstance().enableArtifactLocking(); Discouraged access: The method getInstance() from the type Activator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactLockingTest.java (at line 36) lockingValue = Activator.getInstance().enableArtifactLocking(); Discouraged access: The method enableArtifactLocking() from the type Activator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactLockingTest.java (at line 37) System.setProperty(Activator.ENABLE_ARTIFACT_LOCKING, "true"); Discouraged access: The type Activator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactLockingTest.java (at line 37) System.setProperty(Activator.ENABLE_ARTIFACT_LOCKING, "true"); Discouraged access: The field ENABLE_ARTIFACT_LOCKING from the type Activator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactLockingTest.java (at line 49) System.setProperty(Activator.ENABLE_ARTIFACT_LOCKING, "" + lockingValue); Discouraged access: The type Activator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactLockingTest.java (at line 49) System.setProperty(Activator.ENABLE_ARTIFACT_LOCKING, "" + lockingValue); Discouraged access: The field ENABLE_ARTIFACT_LOCKING from the type Activator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactLockingTest.java (at line 66) repo1.addDescriptor(new SimpleArtifactDescriptor(new ArtifactKey("org.eclipse.test", "test2", Version.create("1.0.0"))), new NullProgressMonitor()); Discouraged access: The constructor ArtifactKey(String, String, Version) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactLockingTest.java (at line 66) repo1.addDescriptor(new SimpleArtifactDescriptor(new ArtifactKey("org.eclipse.test", "test2", Version.create("1.0.0"))), new NullProgressMonitor()); Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactLockingTest.java (at line 102) repo1.addDescriptor(new SimpleArtifactDescriptor(new ArtifactKey("org.eclipse.test", "test2", Version.create("1.0.0"))), new NullProgressMonitor()); Discouraged access: The constructor ArtifactKey(String, String, Version) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactLockingTest.java (at line 102) repo1.addDescriptor(new SimpleArtifactDescriptor(new ArtifactKey("org.eclipse.test", "test2", Version.create("1.0.0"))), new NullProgressMonitor()); Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactLockingTest.java (at line 176) repo2.addDescriptor(new SimpleArtifactDescriptor(new ArtifactKey("org.eclipse.test", "test2", Version.create("1.0.0"))), progressMonitor); Discouraged access: The constructor ArtifactKey(String, String, Version) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactLockingTest.java (at line 176) repo2.addDescriptor(new SimpleArtifactDescriptor(new ArtifactKey("org.eclipse.test", "test2", Version.create("1.0.0"))), progressMonitor); Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactLockingTest.java (at line 327) repo2.addDescriptor(new SimpleArtifactDescriptor(new ArtifactKey("org.eclipse.test", "test2", Version.create("1.0.0"))), new NullProgressMonitor()); Discouraged access: The constructor ArtifactKey(String, String, Version) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactLockingTest.java (at line 327) repo2.addDescriptor(new SimpleArtifactDescriptor(new ArtifactKey("org.eclipse.test", "test2", Version.create("1.0.0"))), new NullProgressMonitor()); Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactLockingTest.java (at line 333) repo1.addDescriptor(new SimpleArtifactDescriptor(new ArtifactKey("org.eclipse.test", "test1", Version.create("1.0.0"))), new NullProgressMonitor()); Discouraged access: The constructor ArtifactKey(String, String, Version) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactLockingTest.java (at line 333) repo1.addDescriptor(new SimpleArtifactDescriptor(new ArtifactKey("org.eclipse.test", "test1", Version.create("1.0.0"))), new NullProgressMonitor()); Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactLockingTest.java (at line 336) repo2.addDescriptor(new SimpleArtifactDescriptor(new ArtifactKey("org.eclipse.test", "test2", Version.create("1.0.0"))), new NullProgressMonitor()); Discouraged access: The constructor ArtifactKey(String, String, Version) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactLockingTest.java (at line 336) repo2.addDescriptor(new SimpleArtifactDescriptor(new ArtifactKey("org.eclipse.test", "test2", Version.create("1.0.0"))), new NullProgressMonitor()); Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactLockingTest.java (at line 341) ArtifactKey k = new ArtifactKey("org.eclipse.test", "test1", Version.create("1.0.0")); Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactLockingTest.java (at line 341) ArtifactKey k = new ArtifactKey("org.eclipse.test", "test1", Version.create("1.0.0")); Discouraged access: The constructor ArtifactKey(String, String, Version) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactLockingTest.java (at line 341) ArtifactKey k = new ArtifactKey("org.eclipse.test", "test1", Version.create("1.0.0")); Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactLockingTest.java (at line 350) ArtifactKey k = new ArtifactKey("org.eclipse.test", "test1", Version.create("1.0.0")); Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactLockingTest.java (at line 350) ArtifactKey k = new ArtifactKey("org.eclipse.test", "test1", Version.create("1.0.0")); Discouraged access: The constructor ArtifactKey(String, String, Version) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactLockingTest.java (at line 350) ArtifactKey k = new ArtifactKey("org.eclipse.test", "test1", Version.create("1.0.0")); Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactLockingTest.java (at line 359) SimpleArtifactDescriptor d1 = new SimpleArtifactDescriptor(new ArtifactKey("org.eclipse.test", "test1", Version.create("1.0.0"))); Discouraged access: The constructor ArtifactKey(String, String, Version) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactLockingTest.java (at line 359) SimpleArtifactDescriptor d1 = new SimpleArtifactDescriptor(new ArtifactKey("org.eclipse.test", "test1", Version.create("1.0.0"))); Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactLockingTest.java (at line 360) SimpleArtifactDescriptor d2 = new SimpleArtifactDescriptor(new ArtifactKey("org.eclipse.test", "test2", Version.create("1.0.0"))); Discouraged access: The constructor ArtifactKey(String, String, Version) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactLockingTest.java (at line 360) SimpleArtifactDescriptor d2 = new SimpleArtifactDescriptor(new ArtifactKey("org.eclipse.test", "test2", Version.create("1.0.0"))); Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactLockingTest.java (at line 375) ArtifactKey k1 = new ArtifactKey("org.eclipse.test", "test1", Version.create("1.0.0")); Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactLockingTest.java (at line 375) ArtifactKey k1 = new ArtifactKey("org.eclipse.test", "test1", Version.create("1.0.0")); Discouraged access: The constructor ArtifactKey(String, String, Version) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactLockingTest.java (at line 375) ArtifactKey k1 = new ArtifactKey("org.eclipse.test", "test1", Version.create("1.0.0")); Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactLockingTest.java (at line 376) ArtifactKey k2 = new ArtifactKey("org.eclipse.test", "test2", Version.create("1.0.0")); Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactLockingTest.java (at line 376) ArtifactKey k2 = new ArtifactKey("org.eclipse.test", "test2", Version.create("1.0.0")); Discouraged access: The constructor ArtifactKey(String, String, Version) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
37. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactLockingTest.java (at line 376) ArtifactKey k2 = new ArtifactKey("org.eclipse.test", "test2", Version.create("1.0.0")); Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
38. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactLockingTest.java (at line 394) ArtifactKey k1 = new ArtifactKey("org.eclipse.test", "test1", Version.create("1.0.0")); Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
39. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactLockingTest.java (at line 394) ArtifactKey k1 = new ArtifactKey("org.eclipse.test", "test1", Version.create("1.0.0")); Discouraged access: The constructor ArtifactKey(String, String, Version) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
40. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactLockingTest.java (at line 394) ArtifactKey k1 = new ArtifactKey("org.eclipse.test", "test1", Version.create("1.0.0")); Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
41. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactLockingTest.java (at line 395) ArtifactKey k2 = new ArtifactKey("org.eclipse.test", "test2", Version.create("1.0.0")); Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
42. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactLockingTest.java (at line 395) ArtifactKey k2 = new ArtifactKey("org.eclipse.test", "test2", Version.create("1.0.0")); Discouraged access: The constructor ArtifactKey(String, String, Version) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
43. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactLockingTest.java (at line 395) ArtifactKey k2 = new ArtifactKey("org.eclipse.test", "test2", Version.create("1.0.0")); Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
44. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactLockingTest.java (at line 396) ArtifactKey k3 = new ArtifactKey("org.eclipse.test", "test3", Version.create("1.0.0")); Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
45. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactLockingTest.java (at line 396) ArtifactKey k3 = new ArtifactKey("org.eclipse.test", "test3", Version.create("1.0.0")); Discouraged access: The constructor ArtifactKey(String, String, Version) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
46. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactLockingTest.java (at line 396) ArtifactKey k3 = new ArtifactKey("org.eclipse.test", "test3", Version.create("1.0.0")); Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
47. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactLockingTest.java (at line 414) ArtifactKey k1 = new ArtifactKey("org.eclipse.test", "test1", Version.create("1.0.0")); Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
48. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactLockingTest.java (at line 414) ArtifactKey k1 = new ArtifactKey("org.eclipse.test", "test1", Version.create("1.0.0")); Discouraged access: The constructor ArtifactKey(String, String, Version) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
49. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactLockingTest.java (at line 414) ArtifactKey k1 = new ArtifactKey("org.eclipse.test", "test1", Version.create("1.0.0")); Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
50. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactLockingTest.java (at line 415) ArtifactKey k2 = new ArtifactKey("org.eclipse.test", "test2", Version.create("1.0.0")); Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
51. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactLockingTest.java (at line 415) ArtifactKey k2 = new ArtifactKey("org.eclipse.test", "test2", Version.create("1.0.0")); Discouraged access: The constructor ArtifactKey(String, String, Version) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
52. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactLockingTest.java (at line 415) ArtifactKey k2 = new ArtifactKey("org.eclipse.test", "test2", Version.create("1.0.0")); Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
53. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactLockingTest.java (at line 416) ArtifactKey k3 = new ArtifactKey("org.eclipse.test", "test3", Version.create("1.0.0")); Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
54. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactLockingTest.java (at line 416) ArtifactKey k3 = new ArtifactKey("org.eclipse.test", "test3", Version.create("1.0.0")); Discouraged access: The constructor ArtifactKey(String, String, Version) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
55. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactLockingTest.java (at line 416) ArtifactKey k3 = new ArtifactKey("org.eclipse.test", "test3", Version.create("1.0.0")); Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
56. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactLockingTest.java (at line 434) ArtifactKey k1 = new ArtifactKey("org.eclipse.test", "test1", Version.create("1.0.0")); Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
57. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactLockingTest.java (at line 434) ArtifactKey k1 = new ArtifactKey("org.eclipse.test", "test1", Version.create("1.0.0")); Discouraged access: The constructor ArtifactKey(String, String, Version) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
58. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactLockingTest.java (at line 434) ArtifactKey k1 = new ArtifactKey("org.eclipse.test", "test1", Version.create("1.0.0")); Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
59. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactLockingTest.java (at line 435) ArtifactKey k2 = new ArtifactKey("org.eclipse.test", "test2", Version.create("1.0.0")); Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
60. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactLockingTest.java (at line 435) ArtifactKey k2 = new ArtifactKey("org.eclipse.test", "test2", Version.create("1.0.0")); Discouraged access: The constructor ArtifactKey(String, String, Version) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
61. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactLockingTest.java (at line 435) ArtifactKey k2 = new ArtifactKey("org.eclipse.test", "test2", Version.create("1.0.0")); Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
62. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactLockingTest.java (at line 453) repo1.addDescriptor(new SimpleArtifactDescriptor(new ArtifactKey("org.eclipse.test", "test1", Version.create("1.0.0"))), new NullProgressMonitor()); Discouraged access: The constructor ArtifactKey(String, String, Version) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
63. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactLockingTest.java (at line 453) repo1.addDescriptor(new SimpleArtifactDescriptor(new ArtifactKey("org.eclipse.test", "test1", Version.create("1.0.0"))), new NullProgressMonitor()); Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
64. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactLockingTest.java (at line 455) repo2.addDescriptor(new SimpleArtifactDescriptor(new ArtifactKey("org.eclipse.test", "test2", Version.create("1.0.0"))), new NullProgressMonitor()); Discouraged access: The constructor ArtifactKey(String, String, Version) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
65. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactLockingTest.java (at line 455) repo2.addDescriptor(new SimpleArtifactDescriptor(new ArtifactKey("org.eclipse.test", "test2", Version.create("1.0.0"))), new NullProgressMonitor()); Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/repository/FileReaderTest2.java (at line 19) import org.eclipse.equinox.internal.p2.repository.DownloadProgressEvent; Discouraged access: The type DownloadProgressEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/repository/FileReaderTest2.java (at line 20) import org.eclipse.equinox.internal.p2.transport.ecf.FileReader; Discouraged access: The type FileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/repository/FileReaderTest2.java (at line 21) import org.eclipse.equinox.internal.provisional.p2.core.eventbus.IProvisioningEventBus; Discouraged access: The type IProvisioningEventBus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/repository/FileReaderTest2.java (at line 22) import org.eclipse.equinox.internal.provisional.p2.core.eventbus.ProvisioningListener; Discouraged access: The type ProvisioningListener is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/repository/FileReaderTest2.java (at line 30) private FileReader reader; Discouraged access: The type FileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/repository/FileReaderTest2.java (at line 32) public PauseJob(String name, FileReader reader) { Discouraged access: The type FileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/repository/FileReaderTest2.java (at line 37) public FileReader getReader() { Discouraged access: The type FileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/repository/FileReaderTest2.java (at line 44) IProvisioningEventBus eventBus = getEventBus(); Discouraged access: The type IProvisioningEventBus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/repository/FileReaderTest2.java (at line 45) class PauseResumeProvisioningListener implements ProvisioningListener { Discouraged access: The type ProvisioningListener is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/repository/FileReaderTest2.java (at line 51) if (event instanceof DownloadProgressEvent) { Discouraged access: The type DownloadProgressEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/repository/FileReaderTest2.java (at line 60) eventBus.addListener(listener); Discouraged access: The method addListener(ProvisioningListener) from the type IProvisioningEventBus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/repository/FileReaderTest2.java (at line 62) final org.eclipse.equinox.internal.p2.transport.ecf.FileReader reader = new org.eclipse.equinox.internal.p2.transport.ecf.FileReader(getAgent(), null); Discouraged access: The type FileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/repository/FileReaderTest2.java (at line 62) final org.eclipse.equinox.internal.p2.transport.ecf.FileReader reader = new org.eclipse.equinox.internal.p2.transport.ecf.FileReader(getAgent(), null); Discouraged access: The constructor FileReader(IProvisioningAgent, IConnectContext) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/repository/FileReaderTest2.java (at line 62) final org.eclipse.equinox.internal.p2.transport.ecf.FileReader reader = new org.eclipse.equinox.internal.p2.transport.ecf.FileReader(getAgent(), null); Discouraged access: The type FileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/repository/FileReaderTest2.java (at line 68) reader.resume(); Discouraged access: The method resume() from the type FileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/repository/FileReaderTest2.java (at line 75) reader.pause(); Discouraged access: The method pause() from the type FileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/repository/FileReaderTest2.java (at line 93) eventBus.removeListener(listener); Discouraged access: The method removeListener(ProvisioningListener) from the type IProvisioningEventBus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/repository/FileReaderTest2.java (at line 99) final org.eclipse.equinox.internal.p2.transport.ecf.FileReader reader = new org.eclipse.equinox.internal.p2.transport.ecf.FileReader(getAgent(), null); Discouraged access: The type FileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/repository/FileReaderTest2.java (at line 99) final org.eclipse.equinox.internal.p2.transport.ecf.FileReader reader = new org.eclipse.equinox.internal.p2.transport.ecf.FileReader(getAgent(), null); Discouraged access: The constructor FileReader(IProvisioningAgent, IConnectContext) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/repository/FileReaderTest2.java (at line 99) final org.eclipse.equinox.internal.p2.transport.ecf.FileReader reader = new org.eclipse.equinox.internal.p2.transport.ecf.FileReader(getAgent(), null); Discouraged access: The type FileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/repository/FileReaderTest2.java (at line 115) reader.pause(); Discouraged access: The method pause() from the type FileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/repository/FileReaderTest2.java (at line 129) reader.resume(); Discouraged access: The method resume() from the type FileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/repository/FileReaderTest2.java (at line 144) final org.eclipse.equinox.internal.p2.transport.ecf.FileReader reader = new org.eclipse.equinox.internal.p2.transport.ecf.FileReader(getAgent(), null); Discouraged access: The type FileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/repository/FileReaderTest2.java (at line 144) final org.eclipse.equinox.internal.p2.transport.ecf.FileReader reader = new org.eclipse.equinox.internal.p2.transport.ecf.FileReader(getAgent(), null); Discouraged access: The constructor FileReader(IProvisioningAgent, IConnectContext) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/repository/FileReaderTest2.java (at line 144) final org.eclipse.equinox.internal.p2.transport.ecf.FileReader reader = new org.eclipse.equinox.internal.p2.transport.ecf.FileReader(getAgent(), null); Discouraged access: The type FileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/repository/FileReaderTest2.java (at line 148) reader.pause(); Discouraged access: The method pause() from the type FileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/repository/FileReaderTest2.java (at line 196) ProvisioningListener listener = new ProvisioningListener() { Discouraged access: The type ProvisioningListener is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/repository/FileReaderTest2.java (at line 196) ProvisioningListener listener = new ProvisioningListener() { Discouraged access: The type ProvisioningListener is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/repository/FileReaderTest2.java (at line 200) if (!startedPauseJob && o instanceof DownloadProgressEvent) { Discouraged access: The type DownloadProgressEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/repository/FileReaderTest2.java (at line 207) getEventBus().addListener(listener); Discouraged access: The method addListener(ProvisioningListener) from the type IProvisioningEventBus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/repository/FileReaderTest2.java (at line 211) FileReader readerWithoutPausing = new FileReader(null, null); Discouraged access: The type FileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/repository/FileReaderTest2.java (at line 211) FileReader readerWithoutPausing = new FileReader(null, null); Discouraged access: The constructor FileReader(IProvisioningAgent, IConnectContext) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/repository/FileReaderTest2.java (at line 211) FileReader readerWithoutPausing = new FileReader(null, null); Discouraged access: The type FileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/repository/FileReaderTest2.java (at line 212) readerWithoutPausing.readInto(URI.create(testRemoteFileURL), out1, null); Discouraged access: The method readInto(URI, OutputStream, IProgressMonitor) from the type FileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/repository/FileReaderTest2.java (at line 217) FileReader reader = pauseJob.getReader(); Discouraged access: The type FileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/repository/FileReaderTest2.java (at line 218) reader.readInto(URI.create(testRemoteFileURL), out, monitor); Discouraged access: The method readInto(URI, OutputStream, IProgressMonitor) from the type FileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
37. WARNING in /src/org/eclipse/equinox/p2/tests/repository/FileReaderTest2.java (at line 223) getEventBus().removeListener(listener); Discouraged access: The method removeListener(ProvisioningListener) from the type IProvisioningEventBus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerProduct2.java (at line 15) import org.eclipse.equinox.internal.p2.operations.RequestFlexer; Discouraged access: The type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerProduct2.java (at line 85) RequestFlexer av = new RequestFlexer(planner); Discouraged access: The type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerProduct2.java (at line 85) RequestFlexer av = new RequestFlexer(planner); Discouraged access: The constructor RequestFlexer(IPlanner) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerProduct2.java (at line 85) RequestFlexer av = new RequestFlexer(planner); Discouraged access: The type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerProduct2.java (at line 86) av.setAllowPartialInstall(false); Discouraged access: The method setAllowPartialInstall(boolean) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerProduct2.java (at line 87) av.setAllowDifferentVersion(false); Discouraged access: The method setAllowDifferentVersion(boolean) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerProduct2.java (at line 88) av.setAllowInstalledElementRemoval(true); Discouraged access: The method setAllowInstalledElementRemoval(boolean) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerProduct2.java (at line 89) av.setAllowInstalledElementChange(true); Discouraged access: The method setAllowInstalledElementChange(boolean) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerProduct2.java (at line 90) av.setProvisioningContext(context); Discouraged access: The method setProvisioningContext(ProvisioningContext) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerProduct2.java (at line 97) IProfileChangeRequest realRequest = av.getChangeRequest(specialRequest, profile, new NullProgressMonitor()); Discouraged access: The method getChangeRequest(IProfileChangeRequest, IProfile, IProgressMonitor) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug311330.java (at line 16) import org.eclipse.equinox.internal.p2.metadata.RequiredCapability; Discouraged access: The type RequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug311330.java (at line 35) RequiredCapability req1 = new RequiredCapability(IInstallableUnit.NAMESPACE_IU_ID, "org.eclipse.rap.jface", new VersionRange("[1.1.0, 1.4.0)"), null, 0, 0, false, null); Discouraged access: The type RequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug311330.java (at line 35) RequiredCapability req1 = new RequiredCapability(IInstallableUnit.NAMESPACE_IU_ID, "org.eclipse.rap.jface", new VersionRange("[1.1.0, 1.4.0)"), null, 0, 0, false, null); Discouraged access: The constructor RequiredCapability(String, String, VersionRange, IMatchExpression<IInstallableUnit>, int, int, boolean, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug311330.java (at line 35) RequiredCapability req1 = new RequiredCapability(IInstallableUnit.NAMESPACE_IU_ID, "org.eclipse.rap.jface", new VersionRange("[1.1.0, 1.4.0)"), null, 0, 0, false, null); Discouraged access: The type RequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerProduct.java (at line 15) import org.eclipse.equinox.internal.p2.operations.RequestFlexer; Discouraged access: The type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerProduct.java (at line 95) RequestFlexer av = new RequestFlexer(planner); Discouraged access: The type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerProduct.java (at line 95) RequestFlexer av = new RequestFlexer(planner); Discouraged access: The constructor RequestFlexer(IPlanner) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerProduct.java (at line 95) RequestFlexer av = new RequestFlexer(planner); Discouraged access: The type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerProduct.java (at line 96) av.setAllowPartialInstall(false); Discouraged access: The method setAllowPartialInstall(boolean) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerProduct.java (at line 97) av.setAllowDifferentVersion(false); Discouraged access: The method setAllowDifferentVersion(boolean) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerProduct.java (at line 98) av.setAllowInstalledElementRemoval(true); Discouraged access: The method setAllowInstalledElementRemoval(boolean) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerProduct.java (at line 99) av.setAllowInstalledElementChange(false); Discouraged access: The method setAllowInstalledElementChange(boolean) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerProduct.java (at line 100) av.setProvisioningContext(context); Discouraged access: The method setProvisioningContext(ProvisioningContext) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerProduct.java (at line 101) IProfileChangeRequest realRequest = av.getChangeRequest(originalRequest, profile, new NullProgressMonitor()); Discouraged access: The method getChangeRequest(IProfileChangeRequest, IProfile, IProgressMonitor) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerProduct.java (at line 108) RequestFlexer av = new RequestFlexer(planner); Discouraged access: The type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerProduct.java (at line 108) RequestFlexer av = new RequestFlexer(planner); Discouraged access: The constructor RequestFlexer(IPlanner) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerProduct.java (at line 108) RequestFlexer av = new RequestFlexer(planner); Discouraged access: The type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerProduct.java (at line 109) av.setAllowPartialInstall(false); Discouraged access: The method setAllowPartialInstall(boolean) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerProduct.java (at line 110) av.setAllowDifferentVersion(false); Discouraged access: The method setAllowDifferentVersion(boolean) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerProduct.java (at line 111) av.setAllowInstalledElementRemoval(false); Discouraged access: The method setAllowInstalledElementRemoval(boolean) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerProduct.java (at line 112) av.setAllowInstalledElementChange(true); Discouraged access: The method setAllowInstalledElementChange(boolean) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerProduct.java (at line 113) av.setProvisioningContext(context); Discouraged access: The method setProvisioningContext(ProvisioningContext) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerProduct.java (at line 114) IProfileChangeRequest realRequest = av.getChangeRequest(originalRequest, profile, new NullProgressMonitor()); Discouraged access: The method getChangeRequest(IProfileChangeRequest, IProfile, IProgressMonitor) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerProduct.java (at line 122) RequestFlexer av = new RequestFlexer(planner); Discouraged access: The type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerProduct.java (at line 122) RequestFlexer av = new RequestFlexer(planner); Discouraged access: The constructor RequestFlexer(IPlanner) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerProduct.java (at line 122) RequestFlexer av = new RequestFlexer(planner); Discouraged access: The type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerProduct.java (at line 123) av.setAllowPartialInstall(false); Discouraged access: The method setAllowPartialInstall(boolean) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerProduct.java (at line 124) av.setAllowDifferentVersion(false); Discouraged access: The method setAllowDifferentVersion(boolean) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerProduct.java (at line 125) av.setAllowInstalledElementRemoval(true); Discouraged access: The method setAllowInstalledElementRemoval(boolean) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerProduct.java (at line 126) av.setAllowInstalledElementChange(true); Discouraged access: The method setAllowInstalledElementChange(boolean) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerProduct.java (at line 127) av.setProvisioningContext(context); Discouraged access: The method setProvisioningContext(ProvisioningContext) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerProduct.java (at line 134) IProfileChangeRequest realRequest = av.getChangeRequest(specialRequest, profile, new NullProgressMonitor()); Discouraged access: The method getChangeRequest(IProfileChangeRequest, IProfile, IProgressMonitor) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallBundleActionTest.java (at line 17) import org.eclipse.equinox.internal.p2.engine.InstallableUnitOperand; Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallBundleActionTest.java (at line 18) import org.eclipse.equinox.internal.p2.touchpoint.eclipse.EclipseTouchpoint; Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallBundleActionTest.java (at line 19) import org.eclipse.equinox.internal.p2.touchpoint.eclipse.Util; Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallBundleActionTest.java (at line 20) import org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.ActionConstants; Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallBundleActionTest.java (at line 21) import org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.UninstallBundleAction; Discouraged access: The type UninstallBundleAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallBundleActionTest.java (at line 22) import org.eclipse.equinox.internal.provisional.frameworkadmin.Manipulator; Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallBundleActionTest.java (at line 26) import org.eclipse.equinox.p2.publisher.eclipse.BundlesAction; Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallBundleActionTest.java (at line 30) import org.eclipse.equinox.spi.p2.publisher.PublisherHelper; Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallBundleActionTest.java (at line 50) IFileArtifactRepository bundlePool = Util.getBundlePoolRepository(getAgent(), profile); Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallBundleActionTest.java (at line 50) IFileArtifactRepository bundlePool = Util.getBundlePoolRepository(getAgent(), profile); Discouraged access: The method getBundlePoolRepository(IProvisioningAgent, IProfile) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallBundleActionTest.java (at line 57) BundleDescription bundleDescription = BundlesAction.createBundleDescription(osgiTarget); Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallBundleActionTest.java (at line 57) BundleDescription bundleDescription = BundlesAction.createBundleDescription(osgiTarget); Discouraged access: The method createBundleDescription(File) from the type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallBundleActionTest.java (at line 58) IArtifactKey key = BundlesAction.createBundleArtifactKey(bundleDescription.getSymbolicName(), bundleDescription.getVersion().toString()); Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallBundleActionTest.java (at line 58) IArtifactKey key = BundlesAction.createBundleArtifactKey(bundleDescription.getSymbolicName(), bundleDescription.getVersion().toString()); Discouraged access: The method createBundleArtifactKey(String, String) from the type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallBundleActionTest.java (at line 59) IArtifactDescriptor descriptor = PublisherHelper.createArtifactDescriptor(key, osgiTarget); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallBundleActionTest.java (at line 59) IArtifactDescriptor descriptor = PublisherHelper.createArtifactDescriptor(key, osgiTarget); Discouraged access: The method createArtifactDescriptor(IArtifactKey, File) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallBundleActionTest.java (at line 64) parameters.put(ActionConstants.PARM_AGENT, getAgent()); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallBundleActionTest.java (at line 64) parameters.put(ActionConstants.PARM_AGENT, getAgent()); Discouraged access: The field PARM_AGENT from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallBundleActionTest.java (at line 65) parameters.put(ActionConstants.PARM_PROFILE, profile); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallBundleActionTest.java (at line 65) parameters.put(ActionConstants.PARM_PROFILE, profile); Discouraged access: The field PARM_PROFILE from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallBundleActionTest.java (at line 66) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallBundleActionTest.java (at line 66) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The constructor EclipseTouchpoint() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallBundleActionTest.java (at line 66) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallBundleActionTest.java (at line 67) touchpoint.initializePhase(null, profile, "test", parameters); Discouraged access: The method initializePhase(IProgressMonitor, IProfile, String, Map<String,Object>) from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallBundleActionTest.java (at line 68) InstallableUnitOperand operand = new InstallableUnitOperand(null, iu); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallBundleActionTest.java (at line 68) InstallableUnitOperand operand = new InstallableUnitOperand(null, iu); Discouraged access: The constructor InstallableUnitOperand(IInstallableUnit, IInstallableUnit) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallBundleActionTest.java (at line 68) InstallableUnitOperand operand = new InstallableUnitOperand(null, iu); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallBundleActionTest.java (at line 69) parameters.put("iu", operand.second()); Discouraged access: The method second() from the type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallBundleActionTest.java (at line 70) touchpoint.initializeOperand(profile, parameters); Discouraged access: The method initializeOperand(IProfile, Map<String,Object>) from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallBundleActionTest.java (at line 72) parameters.put(ActionConstants.PARM_BUNDLE, key.toString()); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallBundleActionTest.java (at line 72) parameters.put(ActionConstants.PARM_BUNDLE, key.toString()); Discouraged access: The field PARM_BUNDLE from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallBundleActionTest.java (at line 75) Manipulator manipulator = (Manipulator) parameters.get(EclipseTouchpoint.PARM_MANIPULATOR); Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallBundleActionTest.java (at line 75) Manipulator manipulator = (Manipulator) parameters.get(EclipseTouchpoint.PARM_MANIPULATOR); Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallBundleActionTest.java (at line 75) Manipulator manipulator = (Manipulator) parameters.get(EclipseTouchpoint.PARM_MANIPULATOR); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallBundleActionTest.java (at line 75) Manipulator manipulator = (Manipulator) parameters.get(EclipseTouchpoint.PARM_MANIPULATOR); Discouraged access: The field PARM_MANIPULATOR from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallBundleActionTest.java (at line 78) BundleInfo bundleInfo = Util.createBundleInfo(osgiTarget, iu); Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
37. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallBundleActionTest.java (at line 78) BundleInfo bundleInfo = Util.createBundleInfo(osgiTarget, iu); Discouraged access: The method createBundleInfo(File, IInstallableUnit) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
38. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallBundleActionTest.java (at line 79) manipulator.getConfigData().addBundle(bundleInfo); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
39. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallBundleActionTest.java (at line 79) manipulator.getConfigData().addBundle(bundleInfo); Discouraged access: The method addBundle(BundleInfo) from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
40. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallBundleActionTest.java (at line 81) UninstallBundleAction action = new UninstallBundleAction(); Discouraged access: The type UninstallBundleAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
41. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallBundleActionTest.java (at line 81) UninstallBundleAction action = new UninstallBundleAction(); Discouraged access: The constructor UninstallBundleAction() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
42. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallBundleActionTest.java (at line 81) UninstallBundleAction action = new UninstallBundleAction(); Discouraged access: The type UninstallBundleAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
43. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallBundleActionTest.java (at line 82) action.execute(parameters); Discouraged access: The method execute(Map<String,Object>) from the type UninstallBundleAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
44. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallBundleActionTest.java (at line 84) action.undo(parameters); Discouraged access: The method undo(Map<String,Object>) from the type UninstallBundleAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
45. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallBundleActionTest.java (at line 88) private boolean inBundles(Manipulator manipulator, File osgiTarget) { Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
46. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallBundleActionTest.java (at line 90) BundleInfo[] bundles = manipulator.getConfigData().getBundles(); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
47. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallBundleActionTest.java (at line 90) BundleInfo[] bundles = manipulator.getConfigData().getBundles(); Discouraged access: The method getBundles() from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/TestRepositoryListener.java (at line 16) import org.eclipse.equinox.internal.provisional.p2.core.eventbus.SynchronousProvisioningListener; Discouraged access: The type SynchronousProvisioningListener is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/TestRepositoryListener.java (at line 23) public class TestRepositoryListener implements SynchronousProvisioningListener { Discouraged access: The type SynchronousProvisioningListener is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/jarprocessor/JarProcessorTests.java (at line 15) import org.eclipse.equinox.internal.p2.jarprocessor.PackStep; Discouraged access: The type PackStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/jarprocessor/JarProcessorTests.java (at line 16) import org.eclipse.equinox.internal.p2.jarprocessor.verifier.Verifier; Discouraged access: The type Verifier is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/jarprocessor/JarProcessorTests.java (at line 17) import org.eclipse.equinox.internal.p2.jarprocessor.verifier.VerifyStep; Discouraged access: The type VerifyStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/jarprocessor/JarProcessorTests.java (at line 20) import org.eclipse.internal.provisional.equinox.p2.jarprocessor.JarProcessorExecutor.Options; Discouraged access: The type JarProcessorExecutor.Options is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/jarprocessor/JarProcessorTests.java (at line 25) if (!VerifyStep.canVerify()) Discouraged access: The type VerifyStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/jarprocessor/JarProcessorTests.java (at line 25) if (!VerifyStep.canVerify()) Discouraged access: The method canVerify() from the type VerifyStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/jarprocessor/JarProcessorTests.java (at line 31) Verifier verifier = new Verifier() { Discouraged access: The type Verifier is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/jarprocessor/JarProcessorTests.java (at line 31) Verifier verifier = new Verifier() { Discouraged access: The type Verifier is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/jarprocessor/JarProcessorTests.java (at line 34) options = new Options(); Discouraged access: The field options from the type JarProcessorExecutor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/jarprocessor/JarProcessorTests.java (at line 34) options = new Options(); Discouraged access: The constructor JarProcessorExecutor.Options() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/jarprocessor/JarProcessorTests.java (at line 34) options = new Options(); Discouraged access: The type JarProcessorExecutor.Options is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/jarprocessor/JarProcessorTests.java (at line 35) options.verbose = false; Discouraged access: The field options from the type JarProcessorExecutor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/jarprocessor/JarProcessorTests.java (at line 35) options.verbose = false; Discouraged access: The field verbose from the type JarProcessorExecutor.Options is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/jarprocessor/JarProcessorTests.java (at line 36) options.pack = true; // we are verifying during the pack phase. Discouraged access: The field options from the type JarProcessorExecutor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/jarprocessor/JarProcessorTests.java (at line 36) options.pack = true; // we are verifying during the pack phase. Discouraged access: The field pack from the type JarProcessorExecutor.Options is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/jarprocessor/JarProcessorTests.java (at line 37) options.outputDir = workingDirectory.toString(); Discouraged access: The field options from the type JarProcessorExecutor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/jarprocessor/JarProcessorTests.java (at line 37) options.outputDir = workingDirectory.toString(); Discouraged access: The field outputDir from the type JarProcessorExecutor.Options is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/jarprocessor/JarProcessorTests.java (at line 38) options.input = workingDirectory; Discouraged access: The field options from the type JarProcessorExecutor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/jarprocessor/JarProcessorTests.java (at line 38) options.input = workingDirectory; Discouraged access: The field input from the type JarProcessorExecutor.Options is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/jarprocessor/JarProcessorTests.java (at line 40) JarProcessor processor = new JarProcessor(); Discouraged access: The type JarProcessor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/jarprocessor/JarProcessorTests.java (at line 40) JarProcessor processor = new JarProcessor(); Discouraged access: The constructor JarProcessor() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/jarprocessor/JarProcessorTests.java (at line 40) JarProcessor processor = new JarProcessor(); Discouraged access: The type JarProcessor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/jarprocessor/JarProcessorTests.java (at line 41) processor.setWorkingDirectory(workingDirectory.getAbsolutePath()); Discouraged access: The method setWorkingDirectory(String) from the type JarProcessor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/jarprocessor/JarProcessorTests.java (at line 57) process(inputFile, filter, true, processor, null); Discouraged access: The method process(File, FileFilter, boolean, JarProcessor, Properties) from the type JarProcessorExecutor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/jarprocessor/JarProcessorTests.java (at line 74) verifier.verify(workingDir, new String[] {plugins.getAbsolutePath()}); Discouraged access: The method verify(File, String[]) from the type Verifier is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/jarprocessor/JarProcessorTests.java (at line 83) if (!PackStep.canPack() || !VerifyStep.canVerify()) Discouraged access: The type PackStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/jarprocessor/JarProcessorTests.java (at line 83) if (!PackStep.canPack() || !VerifyStep.canVerify()) Discouraged access: The method canPack() from the type PackStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/jarprocessor/JarProcessorTests.java (at line 83) if (!PackStep.canPack() || !VerifyStep.canVerify()) Discouraged access: The type VerifyStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/jarprocessor/JarProcessorTests.java (at line 83) if (!PackStep.canPack() || !VerifyStep.canVerify()) Discouraged access: The method canVerify() from the type VerifyStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/jarprocessor/JarProcessorTests.java (at line 109) Options options = new Options(); Discouraged access: The type JarProcessorExecutor.Options is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/jarprocessor/JarProcessorTests.java (at line 109) Options options = new Options(); Discouraged access: The constructor JarProcessorExecutor.Options() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/jarprocessor/JarProcessorTests.java (at line 109) Options options = new Options(); Discouraged access: The type JarProcessorExecutor.Options is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/jarprocessor/JarProcessorTests.java (at line 110) options.pack = true; Discouraged access: The field pack from the type JarProcessorExecutor.Options is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/jarprocessor/JarProcessorTests.java (at line 111) options.outputDir = packed.getAbsolutePath(); Discouraged access: The field outputDir from the type JarProcessorExecutor.Options is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/jarprocessor/JarProcessorTests.java (at line 112) options.input = input; Discouraged access: The field input from the type JarProcessorExecutor.Options is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/jarprocessor/JarProcessorTests.java (at line 119) JarProcessorExecutor executor = new JarProcessorExecutor(); Discouraged access: The type JarProcessorExecutor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/target/classes |
37. WARNING in /src/org/eclipse/equinox/p2/tests/jarprocessor/JarProcessorTests.java (at line 119) JarProcessorExecutor executor = new JarProcessorExecutor(); Discouraged access: The constructor JarProcessorExecutor() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/target/classes |
38. WARNING in /src/org/eclipse/equinox/p2/tests/jarprocessor/JarProcessorTests.java (at line 119) JarProcessorExecutor executor = new JarProcessorExecutor(); Discouraged access: The type JarProcessorExecutor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/target/classes |
39. WARNING in /src/org/eclipse/equinox/p2/tests/jarprocessor/JarProcessorTests.java (at line 120) executor.runJarProcessor(options); Discouraged access: The method runJarProcessor(JarProcessorExecutor.Options) from the type JarProcessorExecutor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/target/classes |
40. WARNING in /src/org/eclipse/equinox/p2/tests/jarprocessor/JarProcessorTests.java (at line 122) Verifier.main(new String[] {"-dir", packed.getAbsolutePath(), packed.getAbsolutePath()}); Discouraged access: The type Verifier is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/target/classes |
41. WARNING in /src/org/eclipse/equinox/p2/tests/jarprocessor/JarProcessorTests.java (at line 122) Verifier.main(new String[] {"-dir", packed.getAbsolutePath(), packed.getAbsolutePath()}); Discouraged access: The method main(String[]) from the type Verifier is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerOneInstalledOneBeingInstalled.java (at line 14) import org.eclipse.equinox.internal.p2.operations.RequestFlexer; Discouraged access: The type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerOneInstalledOneBeingInstalled.java (at line 100) RequestFlexer av = new RequestFlexer(planner); Discouraged access: The type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerOneInstalledOneBeingInstalled.java (at line 100) RequestFlexer av = new RequestFlexer(planner); Discouraged access: The constructor RequestFlexer(IPlanner) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerOneInstalledOneBeingInstalled.java (at line 100) RequestFlexer av = new RequestFlexer(planner); Discouraged access: The type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerOneInstalledOneBeingInstalled.java (at line 101) av.setAllowDifferentVersion(true); Discouraged access: The method setAllowDifferentVersion(boolean) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerOneInstalledOneBeingInstalled.java (at line 102) av.setProvisioningContext(context); Discouraged access: The method setProvisioningContext(ProvisioningContext) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerOneInstalledOneBeingInstalled.java (at line 103) IProfileChangeRequest realRequest = av.getChangeRequest(originalRequest, profile, new NullProgressMonitor()); Discouraged access: The method getChangeRequest(IProfileChangeRequest, IProfile, IProgressMonitor) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerOneInstalledOneBeingInstalled.java (at line 111) RequestFlexer av = new RequestFlexer(planner); Discouraged access: The type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerOneInstalledOneBeingInstalled.java (at line 111) RequestFlexer av = new RequestFlexer(planner); Discouraged access: The constructor RequestFlexer(IPlanner) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerOneInstalledOneBeingInstalled.java (at line 111) RequestFlexer av = new RequestFlexer(planner); Discouraged access: The type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerOneInstalledOneBeingInstalled.java (at line 112) av.setAllowPartialInstall(true); Discouraged access: The method setAllowPartialInstall(boolean) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerOneInstalledOneBeingInstalled.java (at line 113) av.setProvisioningContext(context); Discouraged access: The method setProvisioningContext(ProvisioningContext) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerOneInstalledOneBeingInstalled.java (at line 114) IProfileChangeRequest realRequest = av.getChangeRequest(originalRequest, profile, new NullProgressMonitor()); Discouraged access: The method getChangeRequest(IProfileChangeRequest, IProfile, IProgressMonitor) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerOneInstalledOneBeingInstalled.java (at line 119) RequestFlexer av = new RequestFlexer(planner); Discouraged access: The type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerOneInstalledOneBeingInstalled.java (at line 119) RequestFlexer av = new RequestFlexer(planner); Discouraged access: The constructor RequestFlexer(IPlanner) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerOneInstalledOneBeingInstalled.java (at line 119) RequestFlexer av = new RequestFlexer(planner); Discouraged access: The type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerOneInstalledOneBeingInstalled.java (at line 120) av.setAllowPartialInstall(true); Discouraged access: The method setAllowPartialInstall(boolean) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerOneInstalledOneBeingInstalled.java (at line 121) av.setAllowDifferentVersion(true); Discouraged access: The method setAllowDifferentVersion(boolean) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerOneInstalledOneBeingInstalled.java (at line 122) av.setProvisioningContext(context); Discouraged access: The method setProvisioningContext(ProvisioningContext) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerOneInstalledOneBeingInstalled.java (at line 123) IProfileChangeRequest realRequest = av.getChangeRequest(originalRequest, profile, new NullProgressMonitor()); Discouraged access: The method getChangeRequest(IProfileChangeRequest, IProfile, IProgressMonitor) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerOneInstalledOneBeingInstalled.java (at line 132) RequestFlexer av = new RequestFlexer(planner); Discouraged access: The type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerOneInstalledOneBeingInstalled.java (at line 132) RequestFlexer av = new RequestFlexer(planner); Discouraged access: The constructor RequestFlexer(IPlanner) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerOneInstalledOneBeingInstalled.java (at line 132) RequestFlexer av = new RequestFlexer(planner); Discouraged access: The type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerOneInstalledOneBeingInstalled.java (at line 133) av.setAllowInstalledElementChange(true); Discouraged access: The method setAllowInstalledElementChange(boolean) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerOneInstalledOneBeingInstalled.java (at line 134) av.setProvisioningContext(context); Discouraged access: The method setProvisioningContext(ProvisioningContext) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerOneInstalledOneBeingInstalled.java (at line 135) IProfileChangeRequest realRequest = av.getChangeRequest(originalRequest, profile, new NullProgressMonitor()); Discouraged access: The method getChangeRequest(IProfileChangeRequest, IProfile, IProgressMonitor) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerOneInstalledOneBeingInstalled.java (at line 146) RequestFlexer av = new RequestFlexer(planner); Discouraged access: The type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerOneInstalledOneBeingInstalled.java (at line 146) RequestFlexer av = new RequestFlexer(planner); Discouraged access: The constructor RequestFlexer(IPlanner) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerOneInstalledOneBeingInstalled.java (at line 146) RequestFlexer av = new RequestFlexer(planner); Discouraged access: The type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerOneInstalledOneBeingInstalled.java (at line 147) av.setAllowInstalledElementRemoval(true); Discouraged access: The method setAllowInstalledElementRemoval(boolean) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerOneInstalledOneBeingInstalled.java (at line 148) av.setProvisioningContext(context); Discouraged access: The method setProvisioningContext(ProvisioningContext) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerOneInstalledOneBeingInstalled.java (at line 149) IProfileChangeRequest realRequest = av.getChangeRequest(originalRequest, profile, new NullProgressMonitor()); Discouraged access: The method getChangeRequest(IProfileChangeRequest, IProfile, IProgressMonitor) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerOneInstalledOneBeingInstalled.java (at line 156) RequestFlexer av = new RequestFlexer(planner); Discouraged access: The type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerOneInstalledOneBeingInstalled.java (at line 156) RequestFlexer av = new RequestFlexer(planner); Discouraged access: The constructor RequestFlexer(IPlanner) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerOneInstalledOneBeingInstalled.java (at line 156) RequestFlexer av = new RequestFlexer(planner); Discouraged access: The type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerOneInstalledOneBeingInstalled.java (at line 157) av.setAllowPartialInstall(true); Discouraged access: The method setAllowPartialInstall(boolean) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
37. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerOneInstalledOneBeingInstalled.java (at line 158) av.setAllowDifferentVersion(true); Discouraged access: The method setAllowDifferentVersion(boolean) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
38. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerOneInstalledOneBeingInstalled.java (at line 159) av.setAllowInstalledElementRemoval(true); Discouraged access: The method setAllowInstalledElementRemoval(boolean) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
39. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerOneInstalledOneBeingInstalled.java (at line 160) av.setAllowInstalledElementChange(true); Discouraged access: The method setAllowInstalledElementChange(boolean) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
40. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerOneInstalledOneBeingInstalled.java (at line 161) av.setProvisioningContext(context); Discouraged access: The method setProvisioningContext(ProvisioningContext) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
41. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerOneInstalledOneBeingInstalled.java (at line 162) IProfileChangeRequest realRequest = av.getChangeRequest(originalRequest, profile, new NullProgressMonitor()); Discouraged access: The method getChangeRequest(IProfileChangeRequest, IProfile, IProgressMonitor) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
42. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerOneInstalledOneBeingInstalled.java (at line 171) RequestFlexer av = new RequestFlexer(planner); Discouraged access: The type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
43. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerOneInstalledOneBeingInstalled.java (at line 171) RequestFlexer av = new RequestFlexer(planner); Discouraged access: The constructor RequestFlexer(IPlanner) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
44. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerOneInstalledOneBeingInstalled.java (at line 171) RequestFlexer av = new RequestFlexer(planner); Discouraged access: The type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
45. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerOneInstalledOneBeingInstalled.java (at line 172) av.setProvisioningContext(context); Discouraged access: The method setProvisioningContext(ProvisioningContext) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
46. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerOneInstalledOneBeingInstalled.java (at line 173) IProfileChangeRequest realRequest = av.getChangeRequest(originalRequest, profile, new NullProgressMonitor()); Discouraged access: The method getChangeRequest(IProfileChangeRequest, IProfile, IProgressMonitor) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/CompositeMetadataRepositoryTest.java (at line 21) import org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository; Discouraged access: The type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/CompositeMetadataRepositoryTest.java (at line 22) import org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepositoryFactory; Discouraged access: The type CompositeMetadataRepositoryFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/CompositeMetadataRepositoryTest.java (at line 23) import org.eclipse.equinox.internal.p2.persistence.CompositeRepositoryState; Discouraged access: The type CompositeRepositoryState is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/CompositeMetadataRepositoryTest.java (at line 95) CompositeMetadataRepository compRepo = createRepo(false); Discouraged access: The type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/CompositeMetadataRepositoryTest.java (at line 103) compRepo.addInstallableUnits(Arrays.asList(iu)); Discouraged access: The method addInstallableUnits(Collection<IInstallableUnit>) from the type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/CompositeMetadataRepositoryTest.java (at line 112) CompositeMetadataRepository compRepo = createRepo(false); Discouraged access: The type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/CompositeMetadataRepositoryTest.java (at line 116) IQueryResult queryResult = compRepo.query(QueryUtil.createIUAnyQuery(), null); Discouraged access: The method query(IQuery<IInstallableUnit>, IProgressMonitor) from the type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/CompositeMetadataRepositoryTest.java (at line 117) compRepo.removeInstallableUnits(queryResult.toSet()); Discouraged access: The method removeInstallableUnits(Collection<IInstallableUnit>) from the type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/CompositeMetadataRepositoryTest.java (at line 126) CompositeMetadataRepository compRepo = createRepo(false); Discouraged access: The type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/CompositeMetadataRepositoryTest.java (at line 130) compRepo.removeAll(); Discouraged access: The method removeAll() from the type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/CompositeMetadataRepositoryTest.java (at line 189) CompositeMetadataRepository compRepo = createRepo(false); Discouraged access: The type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/CompositeMetadataRepositoryTest.java (at line 191) assertEquals("Initial Children size", 0, compRepo.getChildren().size()); Discouraged access: The method getChildren() from the type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/CompositeMetadataRepositoryTest.java (at line 194) compRepo.addChild(child.toURI()); Discouraged access: The method addChild(URI) from the type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/CompositeMetadataRepositoryTest.java (at line 195) assertEquals("Children size with 1 child", 1, compRepo.getChildren().size()); Discouraged access: The method getChildren() from the type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/CompositeMetadataRepositoryTest.java (at line 210) CompositeMetadataRepository compRepo = createRepo(false); Discouraged access: The type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/CompositeMetadataRepositoryTest.java (at line 212) assertEquals("Initial Children size", 0, compRepo.getChildren().size()); Discouraged access: The method getChildren() from the type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/CompositeMetadataRepositoryTest.java (at line 216) compRepo.addChild(child.toURI()); Discouraged access: The method addChild(URI) from the type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/CompositeMetadataRepositoryTest.java (at line 217) assertEquals("Children size with 1 child", 1, compRepo.getChildren().size()); Discouraged access: The method getChildren() from the type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/CompositeMetadataRepositoryTest.java (at line 219) compRepo.removeChild(child.toURI()); Discouraged access: The method removeChild(URI) from the type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/CompositeMetadataRepositoryTest.java (at line 220) assertEquals("Children size after remove", 0, compRepo.getChildren().size()); Discouraged access: The method getChildren() from the type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/CompositeMetadataRepositoryTest.java (at line 225) CompositeMetadataRepository compRepo = createRepo(false); Discouraged access: The type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/CompositeMetadataRepositoryTest.java (at line 227) assertEquals("Initial Children size", 0, compRepo.getChildren().size()); Discouraged access: The method getChildren() from the type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/CompositeMetadataRepositoryTest.java (at line 230) compRepo.addChild(child.toURI()); Discouraged access: The method addChild(URI) from the type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/CompositeMetadataRepositoryTest.java (at line 231) assertEquals("Children size with 1 child", 1, compRepo.getChildren().size()); Discouraged access: The method getChildren() from the type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/CompositeMetadataRepositoryTest.java (at line 234) compRepo.addChild(child.toURI()); Discouraged access: The method addChild(URI) from the type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/CompositeMetadataRepositoryTest.java (at line 236) assertEquals("Children size after repeat entry", 1, compRepo.getChildren().size()); Discouraged access: The method getChildren() from the type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/CompositeMetadataRepositoryTest.java (at line 241) CompositeMetadataRepository compRepo = createRepo(false); Discouraged access: The type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/CompositeMetadataRepositoryTest.java (at line 243) assertEquals("Initial Children size", 0, compRepo.getChildren().size()); Discouraged access: The method getChildren() from the type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/CompositeMetadataRepositoryTest.java (at line 246) compRepo.addChild(child1.toURI()); Discouraged access: The method addChild(URI) from the type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/CompositeMetadataRepositoryTest.java (at line 247) assertEquals("Children size with 1 child", 1, compRepo.getChildren().size()); Discouraged access: The method getChildren() from the type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/CompositeMetadataRepositoryTest.java (at line 250) compRepo.addChild(child2.toURI()); Discouraged access: The method addChild(URI) from the type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/CompositeMetadataRepositoryTest.java (at line 251) assertEquals("Children size with 2 children", 2, compRepo.getChildren().size()); Discouraged access: The method getChildren() from the type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/CompositeMetadataRepositoryTest.java (at line 266) assertEquals("Assert correct number of IUs", getNumUnique(repo1.query(QueryUtil.createIUAnyQuery(), null), repo2.query(QueryUtil.createIUAnyQuery(), null)), compRepo.query(QueryUtil.createIUAnyQuery(), null).toUnmodifiableSet().size()); Discouraged access: The method query(IQuery<IInstallableUnit>, IProgressMonitor) from the type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/CompositeMetadataRepositoryTest.java (at line 271) CompositeMetadataRepository compRepo = createRepo(false); Discouraged access: The type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/CompositeMetadataRepositoryTest.java (at line 273) assertEquals("Initial Children size", 0, compRepo.getChildren().size()); Discouraged access: The method getChildren() from the type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/CompositeMetadataRepositoryTest.java (at line 277) compRepo.addChild(child.toURI()); Discouraged access: The method addChild(URI) from the type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
37. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/CompositeMetadataRepositoryTest.java (at line 278) assertEquals("Children size with 1 child", 1, compRepo.getChildren().size()); Discouraged access: The method getChildren() from the type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
38. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/CompositeMetadataRepositoryTest.java (at line 281) compRepo.removeChild(invalidChild.toURI()); Discouraged access: The method removeChild(URI) from the type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
39. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/CompositeMetadataRepositoryTest.java (at line 283) assertEquals("Children size after remove", 1, compRepo.getChildren().size()); Discouraged access: The method getChildren() from the type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
40. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/CompositeMetadataRepositoryTest.java (at line 288) CompositeMetadataRepository compRepo = createRepo(false); Discouraged access: The type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
41. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/CompositeMetadataRepositoryTest.java (at line 290) assertEquals("Initial Children size", 0, compRepo.getChildren().size()); Discouraged access: The method getChildren() from the type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
42. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/CompositeMetadataRepositoryTest.java (at line 293) compRepo.addChild(child1.toURI()); Discouraged access: The method addChild(URI) from the type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
43. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/CompositeMetadataRepositoryTest.java (at line 294) assertEquals("Children size with 1 child", 1, compRepo.getChildren().size()); Discouraged access: The method getChildren() from the type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
44. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/CompositeMetadataRepositoryTest.java (at line 297) compRepo.addChild(child2.toURI()); Discouraged access: The method addChild(URI) from the type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
45. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/CompositeMetadataRepositoryTest.java (at line 298) assertEquals("Children size with 2 children", 2, compRepo.getChildren().size()); Discouraged access: The method getChildren() from the type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
46. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/CompositeMetadataRepositoryTest.java (at line 300) compRepo.removeAllChildren(); Discouraged access: The method removeAllChildren() from the type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
47. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/CompositeMetadataRepositoryTest.java (at line 301) assertEquals("Children size after removeAllChildren", 0, compRepo.getChildren().size()); Discouraged access: The method getChildren() from the type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
48. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/CompositeMetadataRepositoryTest.java (at line 307) CompositeMetadataRepository compRepo = null; Discouraged access: The type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
49. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/CompositeMetadataRepositoryTest.java (at line 312) compRepo = (CompositeMetadataRepository) getMetadataRepositoryManager().loadRepository(knownGoodRepoLocation.toURI(), null); Discouraged access: The type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
50. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/CompositeMetadataRepositoryTest.java (at line 319) List children = compRepo.getChildren(); Discouraged access: The method getChildren() from the type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
51. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/CompositeMetadataRepositoryTest.java (at line 348) CompositeMetadataRepository compRepo = null; Discouraged access: The type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
52. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/CompositeMetadataRepositoryTest.java (at line 350) compRepo = (CompositeMetadataRepository) getMetadataRepositoryManager().loadRepository(repoLocation.toURI(), null); Discouraged access: The type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
53. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/CompositeMetadataRepositoryTest.java (at line 355) List children = compRepo.getChildren(); Discouraged access: The method getChildren() from the type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
54. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/CompositeMetadataRepositoryTest.java (at line 405) CompositeMetadataRepository compRepo = null; Discouraged access: The type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
55. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/CompositeMetadataRepositoryTest.java (at line 409) compRepo = (CompositeMetadataRepository) getMetadataRepositoryManager().loadRepository(repoLocation.toURI(), null); Discouraged access: The type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
56. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/CompositeMetadataRepositoryTest.java (at line 415) assertEquals("2.0", 1, compRepo.getChildren().size()); Discouraged access: The method getChildren() from the type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
57. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/CompositeMetadataRepositoryTest.java (at line 423) CompositeMetadataRepository compRepo = null; Discouraged access: The type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
58. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/CompositeMetadataRepositoryTest.java (at line 429) compRepo = (CompositeMetadataRepository) getMetadataRepositoryManager().createRepository(compRepoLocation.toURI(), "Composite Repo", IMetadataRepositoryManager.TYPE_COMPOSITE_REPOSITORY, null); Discouraged access: The type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
59. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/CompositeMetadataRepositoryTest.java (at line 434) compRepo.addChild(repo1Location.toURI()); Discouraged access: The method addChild(URI) from the type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
60. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/CompositeMetadataRepositoryTest.java (at line 435) compRepo.addChild(repo2Location.toURI()); Discouraged access: The method addChild(URI) from the type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
61. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/CompositeMetadataRepositoryTest.java (at line 438) compRepo.query(QueryUtil.createIUAnyQuery(), new NullProgressMonitor()); Discouraged access: The method query(IQuery<IInstallableUnit>, IProgressMonitor) from the type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
62. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/CompositeMetadataRepositoryTest.java (at line 461) CompositeMetadataRepository compositeRepo = createRepo(false); Discouraged access: The type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
63. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/CompositeMetadataRepositoryTest.java (at line 462) compositeRepo.addChild(location1); Discouraged access: The method addChild(URI) from the type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
64. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/CompositeMetadataRepositoryTest.java (at line 463) compositeRepo.addChild(location2); Discouraged access: The method addChild(URI) from the type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
65. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/CompositeMetadataRepositoryTest.java (at line 464) IQueryResult queryResult = compositeRepo.query(QueryUtil.createLatestIUQuery(), monitor); Discouraged access: The method query(IQuery<IInstallableUnit>, IProgressMonitor) from the type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
66. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/CompositeMetadataRepositoryTest.java (at line 482) CompositeMetadataRepository compositeRepo = createRepo(false); Discouraged access: The type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
67. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/CompositeMetadataRepositoryTest.java (at line 483) compositeRepo.addChild(location1); Discouraged access: The method addChild(URI) from the type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
68. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/CompositeMetadataRepositoryTest.java (at line 484) compositeRepo.addChild(location2); Discouraged access: The method addChild(URI) from the type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
69. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/CompositeMetadataRepositoryTest.java (at line 495) IQueryResult queryResult = compositeRepo.query(cQuery, monitor); Discouraged access: The method query(IQuery<IInstallableUnit>, IProgressMonitor) from the type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
70. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/CompositeMetadataRepositoryTest.java (at line 504) CompositeMetadataRepository compRepo = createRepo(compressed); Discouraged access: The type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
71. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/CompositeMetadataRepositoryTest.java (at line 508) compRepo.addChild(child1.toURI()); Discouraged access: The method addChild(URI) from the type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
72. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/CompositeMetadataRepositoryTest.java (at line 510) compRepo.addChild(child2.toURI()); Discouraged access: The method addChild(URI) from the type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
73. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/CompositeMetadataRepositoryTest.java (at line 525) assertTrue("loaded repository was of type CompositeMetadataRepository", repo instanceof CompositeMetadataRepository); Discouraged access: The type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
74. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/CompositeMetadataRepositoryTest.java (at line 527) compRepo = (CompositeMetadataRepository) repo; Discouraged access: The type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
75. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/CompositeMetadataRepositoryTest.java (at line 541) assertEquals("Assert correct number of IUs", getNumUnique(repo1.query(QueryUtil.createIUAnyQuery(), null), repo2.query(QueryUtil.createIUAnyQuery(), null)), compRepo.query(QueryUtil.createIUAnyQuery(), null).toUnmodifiableSet().size()); Discouraged access: The method query(IQuery<IInstallableUnit>, IProgressMonitor) from the type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
76. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/CompositeMetadataRepositoryTest.java (at line 544) private CompositeMetadataRepository createRepo(boolean compressed) { Discouraged access: The type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
77. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/CompositeMetadataRepositoryTest.java (at line 556) if (!(repo instanceof CompositeMetadataRepository)) Discouraged access: The type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
78. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/CompositeMetadataRepositoryTest.java (at line 559) return (CompositeMetadataRepository) repo; Discouraged access: The type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
79. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/CompositeMetadataRepositoryTest.java (at line 596) CompositeMetadataRepository repository = createRepository(location, "in memory test"); Discouraged access: The type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
80. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/CompositeMetadataRepositoryTest.java (at line 597) repository.addChild(childOne); Discouraged access: The method addChild(URI) from the type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
81. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/CompositeMetadataRepositoryTest.java (at line 598) repository.addChild(childTwo); Discouraged access: The method addChild(URI) from the type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
82. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/CompositeMetadataRepositoryTest.java (at line 599) repository.addChild(childThree); Discouraged access: The method addChild(URI) from the type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
83. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/CompositeMetadataRepositoryTest.java (at line 600) assertEquals("1.0", 3, repository.getChildren().size()); Discouraged access: The method getChildren() from the type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
84. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/CompositeMetadataRepositoryTest.java (at line 601) repository.removeChild(childTwo); Discouraged access: The method removeChild(URI) from the type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
85. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/CompositeMetadataRepositoryTest.java (at line 602) assertEquals("1.1", 2, repository.getChildren().size()); Discouraged access: The method getChildren() from the type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
86. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/CompositeMetadataRepositoryTest.java (at line 604) repository.addChild(childOne); Discouraged access: The method addChild(URI) from the type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
87. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/CompositeMetadataRepositoryTest.java (at line 605) assertEquals("1.2", 2, repository.getChildren().size()); Discouraged access: The method getChildren() from the type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
88. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/CompositeMetadataRepositoryTest.java (at line 607) repository.addChild(new URI("one")); Discouraged access: The method addChild(URI) from the type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
89. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/CompositeMetadataRepositoryTest.java (at line 608) assertEquals("1.3", 2, repository.getChildren().size()); Discouraged access: The method getChildren() from the type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
90. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/CompositeMetadataRepositoryTest.java (at line 616) protected CompositeMetadataRepository createRepository(URI location, String name) { Discouraged access: The type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
91. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/CompositeMetadataRepositoryTest.java (at line 617) CompositeMetadataRepositoryFactory factory = new CompositeMetadataRepositoryFactory(); Discouraged access: The type CompositeMetadataRepositoryFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
92. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/CompositeMetadataRepositoryTest.java (at line 617) CompositeMetadataRepositoryFactory factory = new CompositeMetadataRepositoryFactory(); Discouraged access: The constructor CompositeMetadataRepositoryFactory() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
93. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/CompositeMetadataRepositoryTest.java (at line 617) CompositeMetadataRepositoryFactory factory = new CompositeMetadataRepositoryFactory(); Discouraged access: The type CompositeMetadataRepositoryFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
94. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/CompositeMetadataRepositoryTest.java (at line 619) return (CompositeMetadataRepository) factory.create(location, name, CompositeMetadataRepository.REPOSITORY_TYPE, null); Discouraged access: The type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
95. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/CompositeMetadataRepositoryTest.java (at line 619) return (CompositeMetadataRepository) factory.create(location, name, CompositeMetadataRepository.REPOSITORY_TYPE, null); Discouraged access: The method create(URI, String, String, Map<String,String>) from the type CompositeMetadataRepositoryFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
96. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/CompositeMetadataRepositoryTest.java (at line 619) return (CompositeMetadataRepository) factory.create(location, name, CompositeMetadataRepository.REPOSITORY_TYPE, null); Discouraged access: The type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
97. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/CompositeMetadataRepositoryTest.java (at line 619) return (CompositeMetadataRepository) factory.create(location, name, CompositeMetadataRepository.REPOSITORY_TYPE, null); Discouraged access: The field REPOSITORY_TYPE from the type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
98. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/CompositeMetadataRepositoryTest.java (at line 632) CompositeMetadataRepository repository = createRepository(location, "test"); Discouraged access: The type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
99. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/CompositeMetadataRepositoryTest.java (at line 634) repository.addChild(new URI("../one")); Discouraged access: The method addChild(URI) from the type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
100. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/CompositeMetadataRepositoryTest.java (at line 635) repository.addChild(new URI("../two")); Discouraged access: The method addChild(URI) from the type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/omniVersion/RawVersionTest.java (at line 14) import org.eclipse.equinox.internal.p2.metadata.VersionVector; Discouraged access: The type VersionVector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/omniVersion/RawVersionTest.java (at line 425) assertEquals(v.getSegment(0), new VersionVector(new Comparable[] {new Integer(1)}, null)); Discouraged access: The constructor VersionVector(Comparable<?>[], Comparable<?>) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/omniVersion/RawVersionTest.java (at line 425) assertEquals(v.getSegment(0), new VersionVector(new Comparable[] {new Integer(1)}, null)); Discouraged access: The type VersionVector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/omniVersion/RawVersionTest.java (at line 428) assertEquals(v.getSegment(0), new VersionVector(new Comparable[] {new Integer(1), new Integer(0)}, null)); Discouraged access: The constructor VersionVector(Comparable<?>[], Comparable<?>) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/omniVersion/RawVersionTest.java (at line 428) assertEquals(v.getSegment(0), new VersionVector(new Comparable[] {new Integer(1), new Integer(0)}, null)); Discouraged access: The type VersionVector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/omniVersion/RawVersionTest.java (at line 431) assertEquals(v.getSegment(0), new VersionVector(new Comparable[] {"a"}, null)); Discouraged access: The constructor VersionVector(Comparable<?>[], Comparable<?>) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/omniVersion/RawVersionTest.java (at line 431) assertEquals(v.getSegment(0), new VersionVector(new Comparable[] {"a"}, null)); Discouraged access: The type VersionVector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/omniVersion/RawVersionTest.java (at line 434) assertEquals(v.getSegment(0), new VersionVector(new Comparable[] {"a", "b"}, null)); Discouraged access: The constructor VersionVector(Comparable<?>[], Comparable<?>) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/omniVersion/RawVersionTest.java (at line 434) assertEquals(v.getSegment(0), new VersionVector(new Comparable[] {"a", "b"}, null)); Discouraged access: The type VersionVector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/omniVersion/RawVersionTest.java (at line 437) assertEquals(v.getSegment(0), new VersionVector(new Comparable[] {"a", "bc"}, null)); Discouraged access: The constructor VersionVector(Comparable<?>[], Comparable<?>) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/omniVersion/RawVersionTest.java (at line 437) assertEquals(v.getSegment(0), new VersionVector(new Comparable[] {"a", "bc"}, null)); Discouraged access: The type VersionVector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/omniVersion/RawVersionTest.java (at line 440) assertEquals(v.getSegment(0), new VersionVector(new Comparable[] {new Integer(1), new Integer(2)}, null)); Discouraged access: The constructor VersionVector(Comparable<?>[], Comparable<?>) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/omniVersion/RawVersionTest.java (at line 440) assertEquals(v.getSegment(0), new VersionVector(new Comparable[] {new Integer(1), new Integer(2)}, null)); Discouraged access: The type VersionVector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/omniVersion/RawVersionTest.java (at line 443) assertEquals(v.getSegment(0), new VersionVector(new Comparable[] {new Integer(1), new Integer(2), VersionVector.MAXS_VALUE}, null)); Discouraged access: The constructor VersionVector(Comparable<?>[], Comparable<?>) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/omniVersion/RawVersionTest.java (at line 443) assertEquals(v.getSegment(0), new VersionVector(new Comparable[] {new Integer(1), new Integer(2), VersionVector.MAXS_VALUE}, null)); Discouraged access: The type VersionVector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/omniVersion/RawVersionTest.java (at line 443) assertEquals(v.getSegment(0), new VersionVector(new Comparable[] {new Integer(1), new Integer(2), VersionVector.MAXS_VALUE}, null)); Discouraged access: The type VersionVector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/omniVersion/RawVersionTest.java (at line 443) assertEquals(v.getSegment(0), new VersionVector(new Comparable[] {new Integer(1), new Integer(2), VersionVector.MAXS_VALUE}, null)); Discouraged access: The field MAXS_VALUE from the type VersionVector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/omniVersion/RawVersionTest.java (at line 446) assertEquals(v.getSegment(0), new VersionVector(new Comparable[] {new Integer(1), new Integer(2), VersionVector.MAX_VALUE}, null)); Discouraged access: The constructor VersionVector(Comparable<?>[], Comparable<?>) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/omniVersion/RawVersionTest.java (at line 446) assertEquals(v.getSegment(0), new VersionVector(new Comparable[] {new Integer(1), new Integer(2), VersionVector.MAX_VALUE}, null)); Discouraged access: The type VersionVector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/omniVersion/RawVersionTest.java (at line 446) assertEquals(v.getSegment(0), new VersionVector(new Comparable[] {new Integer(1), new Integer(2), VersionVector.MAX_VALUE}, null)); Discouraged access: The type VersionVector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/omniVersion/RawVersionTest.java (at line 446) assertEquals(v.getSegment(0), new VersionVector(new Comparable[] {new Integer(1), new Integer(2), VersionVector.MAX_VALUE}, null)); Discouraged access: The field MAX_VALUE from the type VersionVector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/omniVersion/RawVersionTest.java (at line 449) assertEquals(v.getSegment(0), new VersionVector(new Comparable[] {new VersionVector(new Comparable[] {new Integer(1)}, null)}, null)); Discouraged access: The constructor VersionVector(Comparable<?>[], Comparable<?>) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/omniVersion/RawVersionTest.java (at line 449) assertEquals(v.getSegment(0), new VersionVector(new Comparable[] {new VersionVector(new Comparable[] {new Integer(1)}, null)}, null)); Discouraged access: The type VersionVector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/omniVersion/RawVersionTest.java (at line 449) assertEquals(v.getSegment(0), new VersionVector(new Comparable[] {new VersionVector(new Comparable[] {new Integer(1)}, null)}, null)); Discouraged access: The constructor VersionVector(Comparable<?>[], Comparable<?>) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/omniVersion/RawVersionTest.java (at line 449) assertEquals(v.getSegment(0), new VersionVector(new Comparable[] {new VersionVector(new Comparable[] {new Integer(1)}, null)}, null)); Discouraged access: The type VersionVector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/omniVersion/RawVersionTest.java (at line 452) assertEquals(v.getSegment(0), new VersionVector(new Comparable[] {new VersionVector(new Comparable[] {new Integer(1), new VersionVector(new Comparable[] {new Integer(2)}, null)}, null)}, null)); Discouraged access: The constructor VersionVector(Comparable<?>[], Comparable<?>) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/omniVersion/RawVersionTest.java (at line 452) assertEquals(v.getSegment(0), new VersionVector(new Comparable[] {new VersionVector(new Comparable[] {new Integer(1), new VersionVector(new Comparable[] {new Integer(2)}, null)}, null)}, null)); Discouraged access: The type VersionVector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/omniVersion/RawVersionTest.java (at line 452) assertEquals(v.getSegment(0), new VersionVector(new Comparable[] {new VersionVector(new Comparable[] {new Integer(1), new VersionVector(new Comparable[] {new Integer(2)}, null)}, null)}, null)); Discouraged access: The constructor VersionVector(Comparable<?>[], Comparable<?>) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/omniVersion/RawVersionTest.java (at line 452) assertEquals(v.getSegment(0), new VersionVector(new Comparable[] {new VersionVector(new Comparable[] {new Integer(1), new VersionVector(new Comparable[] {new Integer(2)}, null)}, null)}, null)); Discouraged access: The type VersionVector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/omniVersion/RawVersionTest.java (at line 452) assertEquals(v.getSegment(0), new VersionVector(new Comparable[] {new VersionVector(new Comparable[] {new Integer(1), new VersionVector(new Comparable[] {new Integer(2)}, null)}, null)}, null)); Discouraged access: The constructor VersionVector(Comparable<?>[], Comparable<?>) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/omniVersion/RawVersionTest.java (at line 452) assertEquals(v.getSegment(0), new VersionVector(new Comparable[] {new VersionVector(new Comparable[] {new Integer(1), new VersionVector(new Comparable[] {new Integer(2)}, null)}, null)}, null)); Discouraged access: The type VersionVector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/omniVersion/RawVersionTest.java (at line 632) assertEquals(((VersionVector) v.getPad()).getPad(), null); Discouraged access: The method getPad() from the type VersionVector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/omniVersion/RawVersionTest.java (at line 632) assertEquals(((VersionVector) v.getPad()).getPad(), null); Discouraged access: The type VersionVector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java (at line 23) import org.eclipse.equinox.internal.p2.metadata.ArtifactKey; Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java (at line 24) import org.eclipse.equinox.internal.p2.metadata.IRequiredCapability; Discouraged access: The type IRequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java (at line 31) import org.eclipse.equinox.p2.publisher.eclipse.FeaturesAction; Discouraged access: The type FeaturesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java (at line 35) import org.eclipse.equinox.spi.p2.publisher.PublisherHelper; Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java (at line 40) public static IArtifactKey FOO_KEY = ArtifactKey.parse("org.eclipse.update.feature,foo,1.0.0"); //$NON-NLS-1$ Discouraged access: The method parse(String) from the type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java (at line 40) public static IArtifactKey FOO_KEY = ArtifactKey.parse("org.eclipse.update.feature,foo,1.0.0"); //$NON-NLS-1$ Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java (at line 41) public static IArtifactKey BAR_KEY = ArtifactKey.parse("org.eclipse.update.feature,bar,1.1.1"); //$NON-NLS-1$ Discouraged access: The method parse(String) from the type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java (at line 41) public static IArtifactKey BAR_KEY = ArtifactKey.parse("org.eclipse.update.feature,bar,1.1.1"); //$NON-NLS-1$ Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java (at line 50) private Capture<ITouchpointAdvice> tpAdvice; Discouraged access: The type ITouchpointAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java (at line 53) testAction = new FeaturesAction(new File[] {root}); Discouraged access: The constructor FeaturesAction(File[]) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java (at line 53) testAction = new FeaturesAction(new File[] {root}); Discouraged access: The type FeaturesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java (at line 54) tpAdvice = new Capture<ITouchpointAdvice>(); Discouraged access: The type ITouchpointAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java (at line 63) testAction.perform(publisherInfo, publisherResult, new NullProgressMonitor()); Discouraged access: The method perform(IPublisherInfo, IPublisherResult, IProgressMonitor) from the type AbstractPublisherAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java (at line 79) publisherInfo = new PublisherInfo(); Discouraged access: The constructor PublisherInfo() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java (at line 79) publisherInfo = new PublisherInfo(); Discouraged access: The type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java (at line 80) FeaturesAction action = new FeaturesAction(new File[] {testFolder}); Discouraged access: The type FeaturesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java (at line 80) FeaturesAction action = new FeaturesAction(new File[] {testFolder}); Discouraged access: The constructor FeaturesAction(File[]) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java (at line 80) FeaturesAction action = new FeaturesAction(new File[] {testFolder}); Discouraged access: The type FeaturesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java (at line 81) action.perform(publisherInfo, publisherResult, new NullProgressMonitor()); Discouraged access: The method perform(IPublisherInfo, IPublisherResult, IProgressMonitor) from the type FeaturesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java (at line 83) IInstallableUnitPatch iu = (IInstallableUnitPatch) publisherResult.getIU("test.feature.feature.group", Version.parseVersion("1.0.0"), null); Discouraged access: The method getIU(String, Version, String) from the type IPublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java (at line 86) IRequiredCapability require = (IRequiredCapability) applicabilityScope[0][0]; Discouraged access: The type IRequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java (at line 86) IRequiredCapability require = (IRequiredCapability) applicabilityScope[0][0]; Discouraged access: The type IRequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java (at line 87) assertEquals("org.foo.feature.group", require.getName()); Discouraged access: The method getName() from the type IRequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java (at line 106) publisherInfo = new PublisherInfo(); Discouraged access: The constructor PublisherInfo() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java (at line 106) publisherInfo = new PublisherInfo(); Discouraged access: The type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java (at line 107) FeaturesAction action = new FeaturesAction(new File[] {testFolder}); Discouraged access: The type FeaturesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java (at line 107) FeaturesAction action = new FeaturesAction(new File[] {testFolder}); Discouraged access: The constructor FeaturesAction(File[]) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java (at line 107) FeaturesAction action = new FeaturesAction(new File[] {testFolder}); Discouraged access: The type FeaturesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java (at line 108) action.perform(publisherInfo, publisherResult, new NullProgressMonitor()); Discouraged access: The method perform(IPublisherInfo, IPublisherResult, IProgressMonitor) from the type FeaturesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java (at line 110) IInstallableUnit iu = publisherResult.getIU("test.feature.feature.group", Version.parseVersion("1.0.0"), null); Discouraged access: The method getIU(String, Version, String) from the type IPublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java (at line 114) if (((IRequiredCapability) require).getName().equals("org.foo.feature.group")) { Discouraged access: The method getName() from the type IRequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java (at line 114) if (((IRequiredCapability) require).getName().equals("org.foo.feature.group")) { Discouraged access: The type IRequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java (at line 119) } else if (((IRequiredCapability) require).getName().equals("org.plug")) { Discouraged access: The method getName() from the type IRequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java (at line 119) } else if (((IRequiredCapability) require).getName().equals("org.plug")) { Discouraged access: The type IRequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java (at line 142) publisherInfo = new PublisherInfo(); Discouraged access: The constructor PublisherInfo() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java (at line 142) publisherInfo = new PublisherInfo(); Discouraged access: The type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
37. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java (at line 143) FeaturesAction action = new FeaturesAction(new File[] {testFolder}); Discouraged access: The type FeaturesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
38. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java (at line 143) FeaturesAction action = new FeaturesAction(new File[] {testFolder}); Discouraged access: The constructor FeaturesAction(File[]) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
39. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java (at line 143) FeaturesAction action = new FeaturesAction(new File[] {testFolder}); Discouraged access: The type FeaturesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
40. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java (at line 144) action.perform(publisherInfo, publisherResult, new NullProgressMonitor()); Discouraged access: The method perform(IPublisherInfo, IPublisherResult, IProgressMonitor) from the type FeaturesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
41. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java (at line 146) IInstallableUnit iu = publisherResult.getIU("test.feature.feature.group", Version.parseVersion("1.0.0"), null); Discouraged access: The method getIU(String, Version, String) from the type IPublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
42. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java (at line 150) if (((IRequiredCapability) require).getName().equals("org.foo.feature.group")) { Discouraged access: The method getName() from the type IRequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
43. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java (at line 150) if (((IRequiredCapability) require).getName().equals("org.foo.feature.group")) { Discouraged access: The type IRequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
44. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java (at line 152) } else if (((IRequiredCapability) require).getName().equals("org.plug")) { Discouraged access: The method getName() from the type IRequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
45. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java (at line 152) } else if (((IRequiredCapability) require).getName().equals("org.plug")) { Discouraged access: The type IRequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
46. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java (at line 154) } else if (((IRequiredCapability) require).getName().equals("org.plug2")) { Discouraged access: The method getName() from the type IRequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
47. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java (at line 154) } else if (((IRequiredCapability) require).getName().equals("org.plug2")) { Discouraged access: The type IRequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
48. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java (at line 156) } else if (((IRequiredCapability) require).getName().equals("org.foo2.feature.group")) { Discouraged access: The method getName() from the type IRequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
49. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java (at line 156) } else if (((IRequiredCapability) require).getName().equals("org.foo2.feature.group")) { Discouraged access: The type IRequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
50. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java (at line 169) ArrayList fooIUs = new ArrayList(publisherResult.getIUs("foo.feature.jar", IPublisherResult.NON_ROOT)); //$NON-NLS-1$ Discouraged access: The method getIUs(String, String) from the type IPublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
51. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java (at line 169) ArrayList fooIUs = new ArrayList(publisherResult.getIUs("foo.feature.jar", IPublisherResult.NON_ROOT)); //$NON-NLS-1$ Discouraged access: The type IPublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
52. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java (at line 169) ArrayList fooIUs = new ArrayList(publisherResult.getIUs("foo.feature.jar", IPublisherResult.NON_ROOT)); //$NON-NLS-1$ Discouraged access: The field NON_ROOT from the type IPublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
53. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java (at line 197) contains(fooProvidedCapabilities, PublisherHelper.NAMESPACE_ECLIPSE_TYPE, "feature", fooVersion); //$NON-NLS-1$ Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
54. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java (at line 197) contains(fooProvidedCapabilities, PublisherHelper.NAMESPACE_ECLIPSE_TYPE, "feature", fooVersion); //$NON-NLS-1$ Discouraged access: The field NAMESPACE_ECLIPSE_TYPE from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
55. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java (at line 202) fooIUs = new ArrayList(publisherResult.getIUs("foo.feature.group", IPublisherResult.ROOT)); //$NON-NLS-1$ Discouraged access: The method getIUs(String, String) from the type IPublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
56. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java (at line 202) fooIUs = new ArrayList(publisherResult.getIUs("foo.feature.group", IPublisherResult.ROOT)); //$NON-NLS-1$ Discouraged access: The type IPublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
57. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java (at line 202) fooIUs = new ArrayList(publisherResult.getIUs("foo.feature.group", IPublisherResult.ROOT)); //$NON-NLS-1$ Discouraged access: The field ROOT from the type IPublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
58. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java (at line 213) ArrayList barIUs = new ArrayList(publisherResult.getIUs("bar.feature.jar", IPublisherResult.NON_ROOT)); //$NON-NLS-1$ Discouraged access: The method getIUs(String, String) from the type IPublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
59. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java (at line 213) ArrayList barIUs = new ArrayList(publisherResult.getIUs("bar.feature.jar", IPublisherResult.NON_ROOT)); //$NON-NLS-1$ Discouraged access: The type IPublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
60. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java (at line 213) ArrayList barIUs = new ArrayList(publisherResult.getIUs("bar.feature.jar", IPublisherResult.NON_ROOT)); //$NON-NLS-1$ Discouraged access: The field NON_ROOT from the type IPublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
61. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java (at line 226) barIUs = new ArrayList(publisherResult.getIUs("bar.feature.group", IPublisherResult.ROOT)); //$NON-NLS-1$ Discouraged access: The method getIUs(String, String) from the type IPublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
62. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java (at line 226) barIUs = new ArrayList(publisherResult.getIUs("bar.feature.group", IPublisherResult.ROOT)); //$NON-NLS-1$ Discouraged access: The type IPublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
63. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java (at line 226) barIUs = new ArrayList(publisherResult.getIUs("bar.feature.group", IPublisherResult.ROOT)); //$NON-NLS-1$ Discouraged access: The field ROOT from the type IPublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
64. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java (at line 249) contains(barProvidedCapabilities, PublisherHelper.NAMESPACE_ECLIPSE_TYPE, "feature", fooVersion); //$NON-NLS-1$ Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
65. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java (at line 249) contains(barProvidedCapabilities, PublisherHelper.NAMESPACE_ECLIPSE_TYPE, "feature", fooVersion); //$NON-NLS-1$ Discouraged access: The field NAMESPACE_ECLIPSE_TYPE from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
66. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java (at line 269) expect(publisherInfo.getAdvice(null, false, "bar.feature.jar", barVersion, IPropertyAdvice.class)).andReturn(adviceCollection).anyTimes(); Discouraged access: The method getAdvice(String, boolean, String, Version, Class<IPropertyAdvice>) from the type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
67. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java (at line 269) expect(publisherInfo.getAdvice(null, false, "bar.feature.jar", barVersion, IPropertyAdvice.class)).andReturn(adviceCollection).anyTimes(); Discouraged access: The type IPropertyAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
68. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java (at line 270) expect(publisherInfo.getAdvice(null, false, "bar", barVersion, IPropertyAdvice.class)).andReturn(adviceCollection).anyTimes(); Discouraged access: The method getAdvice(String, boolean, String, Version, Class<IPropertyAdvice>) from the type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
69. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java (at line 270) expect(publisherInfo.getAdvice(null, false, "bar", barVersion, IPropertyAdvice.class)).andReturn(adviceCollection).anyTimes(); Discouraged access: The type IPropertyAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
70. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java (at line 271) expect(publisherInfo.getAdvice(null, false, "bar", barVersion, IFeatureRootAdvice.class)).andReturn(Collections.EMPTY_LIST).anyTimes(); Discouraged access: The method getAdvice(String, boolean, String, Version, Class<IFeatureRootAdvice>) from the type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
71. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java (at line 271) expect(publisherInfo.getAdvice(null, false, "bar", barVersion, IFeatureRootAdvice.class)).andReturn(Collections.EMPTY_LIST).anyTimes(); Discouraged access: The type IFeatureRootAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
72. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java (at line 272) expect(publisherInfo.getAdvice(null, false, "bar.feature.group", barVersion, IPropertyAdvice.class)).andReturn(adviceCollection).anyTimes(); Discouraged access: The method getAdvice(String, boolean, String, Version, Class<IPropertyAdvice>) from the type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
73. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java (at line 272) expect(publisherInfo.getAdvice(null, false, "bar.feature.group", barVersion, IPropertyAdvice.class)).andReturn(adviceCollection).anyTimes(); Discouraged access: The type IPropertyAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
74. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java (at line 273) expect(publisherInfo.getAdvice(null, false, "bar.feature.group", barVersion, ITouchpointAdvice.class)).andReturn(Collections.EMPTY_LIST).anyTimes(); Discouraged access: The method getAdvice(String, boolean, String, Version, Class<ITouchpointAdvice>) from the type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
75. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java (at line 273) expect(publisherInfo.getAdvice(null, false, "bar.feature.group", barVersion, ITouchpointAdvice.class)).andReturn(Collections.EMPTY_LIST).anyTimes(); Discouraged access: The type ITouchpointAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
76. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java (at line 274) expect(publisherInfo.getAdvice(null, false, "bar.feature.group", barVersion, ICapabilityAdvice.class)).andReturn(Collections.EMPTY_LIST).anyTimes(); Discouraged access: The method getAdvice(String, boolean, String, Version, Class<ICapabilityAdvice>) from the type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
77. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java (at line 274) expect(publisherInfo.getAdvice(null, false, "bar.feature.group", barVersion, ICapabilityAdvice.class)).andReturn(Collections.EMPTY_LIST).anyTimes(); Discouraged access: The type ICapabilityAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
78. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java (at line 275) expect(publisherInfo.getAdvice(null, false, "bar.feature.group", barVersion, IAdditionalInstallableUnitAdvice.class)).andReturn(Collections.EMPTY_LIST).anyTimes(); Discouraged access: The method getAdvice(String, boolean, String, Version, Class<IAdditionalInstallableUnitAdvice>) from the type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
79. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java (at line 275) expect(publisherInfo.getAdvice(null, false, "bar.feature.group", barVersion, IAdditionalInstallableUnitAdvice.class)).andReturn(Collections.EMPTY_LIST).anyTimes(); Discouraged access: The type IAdditionalInstallableUnitAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
80. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java (at line 276) expect(publisherInfo.getAdvice(null, false, "foo.feature.jar", fooVersion, IPropertyAdvice.class)).andReturn(adviceCollection).anyTimes(); Discouraged access: The method getAdvice(String, boolean, String, Version, Class<IPropertyAdvice>) from the type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
81. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java (at line 276) expect(publisherInfo.getAdvice(null, false, "foo.feature.jar", fooVersion, IPropertyAdvice.class)).andReturn(adviceCollection).anyTimes(); Discouraged access: The type IPropertyAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
82. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java (at line 277) expect(publisherInfo.getAdvice(null, false, "bar.feature.group", barVersion, IUpdateDescriptorAdvice.class)).andReturn(Collections.EMPTY_LIST).anyTimes(); Discouraged access: The method getAdvice(String, boolean, String, Version, Class<IUpdateDescriptorAdvice>) from the type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
83. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java (at line 277) expect(publisherInfo.getAdvice(null, false, "bar.feature.group", barVersion, IUpdateDescriptorAdvice.class)).andReturn(Collections.EMPTY_LIST).anyTimes(); Discouraged access: The type IUpdateDescriptorAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
84. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java (at line 278) expect(publisherInfo.getAdvice(null, false, "foo", fooVersion, IPropertyAdvice.class)).andReturn(adviceCollection).anyTimes(); Discouraged access: The method getAdvice(String, boolean, String, Version, Class<IPropertyAdvice>) from the type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
85. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java (at line 278) expect(publisherInfo.getAdvice(null, false, "foo", fooVersion, IPropertyAdvice.class)).andReturn(adviceCollection).anyTimes(); Discouraged access: The type IPropertyAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
86. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java (at line 279) expect(publisherInfo.getAdvice(null, false, "foo", fooVersion, IFeatureRootAdvice.class)).andReturn(Collections.EMPTY_LIST).anyTimes(); Discouraged access: The method getAdvice(String, boolean, String, Version, Class<IFeatureRootAdvice>) from the type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
87. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java (at line 279) expect(publisherInfo.getAdvice(null, false, "foo", fooVersion, IFeatureRootAdvice.class)).andReturn(Collections.EMPTY_LIST).anyTimes(); Discouraged access: The type IFeatureRootAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
88. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java (at line 280) expect(publisherInfo.getAdvice(null, false, "foo.feature.group", fooVersion, IPropertyAdvice.class)).andReturn(adviceCollection).anyTimes(); Discouraged access: The method getAdvice(String, boolean, String, Version, Class<IPropertyAdvice>) from the type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
89. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java (at line 280) expect(publisherInfo.getAdvice(null, false, "foo.feature.group", fooVersion, IPropertyAdvice.class)).andReturn(adviceCollection).anyTimes(); Discouraged access: The type IPropertyAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
90. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java (at line 281) expect(publisherInfo.getAdvice(null, false, "foo.feature.group", fooVersion, ICapabilityAdvice.class)).andReturn(Collections.EMPTY_LIST).anyTimes(); Discouraged access: The method getAdvice(String, boolean, String, Version, Class<ICapabilityAdvice>) from the type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
91. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java (at line 281) expect(publisherInfo.getAdvice(null, false, "foo.feature.group", fooVersion, ICapabilityAdvice.class)).andReturn(Collections.EMPTY_LIST).anyTimes(); Discouraged access: The type ICapabilityAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
92. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java (at line 282) expect(publisherInfo.getAdvice(null, false, "foo.feature.group", fooVersion, IAdditionalInstallableUnitAdvice.class)).andReturn(Collections.EMPTY_LIST).anyTimes(); Discouraged access: The method getAdvice(String, boolean, String, Version, Class<IAdditionalInstallableUnitAdvice>) from the type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
93. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java (at line 282) expect(publisherInfo.getAdvice(null, false, "foo.feature.group", fooVersion, IAdditionalInstallableUnitAdvice.class)).andReturn(Collections.EMPTY_LIST).anyTimes(); Discouraged access: The type IAdditionalInstallableUnitAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
94. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java (at line 283) expect(publisherInfo.getAdvice(null, false, "foo.feature.group", fooVersion, IUpdateDescriptorAdvice.class)).andReturn(Collections.EMPTY_LIST).anyTimes(); Discouraged access: The method getAdvice(String, boolean, String, Version, Class<IUpdateDescriptorAdvice>) from the type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
95. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java (at line 283) expect(publisherInfo.getAdvice(null, false, "foo.feature.group", fooVersion, IUpdateDescriptorAdvice.class)).andReturn(Collections.EMPTY_LIST).anyTimes(); Discouraged access: The type IUpdateDescriptorAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
96. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java (at line 284) expect(publisherInfo.getArtifactOptions()).andReturn(IPublisherInfo.A_INDEX | IPublisherInfo.A_OVERWRITE | IPublisherInfo.A_PUBLISH).anyTimes(); Discouraged access: The method getArtifactOptions() from the type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
97. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java (at line 284) expect(publisherInfo.getArtifactOptions()).andReturn(IPublisherInfo.A_INDEX | IPublisherInfo.A_OVERWRITE | IPublisherInfo.A_PUBLISH).anyTimes(); Discouraged access: The type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
98. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java (at line 284) expect(publisherInfo.getArtifactOptions()).andReturn(IPublisherInfo.A_INDEX | IPublisherInfo.A_OVERWRITE | IPublisherInfo.A_PUBLISH).anyTimes(); Discouraged access: The field A_OVERWRITE from the type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
99. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java (at line 284) expect(publisherInfo.getArtifactOptions()).andReturn(IPublisherInfo.A_INDEX | IPublisherInfo.A_OVERWRITE | IPublisherInfo.A_PUBLISH).anyTimes(); Discouraged access: The type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
100. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/FeaturesActionTest.java (at line 284) expect(publisherInfo.getArtifactOptions()).andReturn(IPublisherInfo.A_INDEX | IPublisherInfo.A_OVERWRITE | IPublisherInfo.A_PUBLISH).anyTimes(); Discouraged access: The field A_PUBLISH from the type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/PathUtilTest.java (at line 15) import org.eclipse.equinox.internal.p2.update.PathUtil; Discouraged access: The type PathUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/PathUtilTest.java (at line 19) * Tests for {@link org.eclipse.equinox.internal.p2.update.PathUtil}. Discouraged access: The type PathUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/PathUtilTest.java (at line 48) String actual = PathUtil.makeRelative(location, root); Discouraged access: The type PathUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/PathUtilTest.java (at line 48) String actual = PathUtil.makeRelative(location, root); Discouraged access: The method makeRelative(String, URL) from the type PathUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java (at line 17) import org.eclipse.equinox.internal.p2.engine.InstallableUnitOperand; Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java (at line 18) import org.eclipse.equinox.internal.p2.touchpoint.eclipse.EclipseTouchpoint; Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java (at line 19) import org.eclipse.equinox.internal.p2.touchpoint.eclipse.Util; Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java (at line 20) import org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.ActionConstants; Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java (at line 21) import org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.MarkStartedAction; Discouraged access: The type MarkStartedAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java (at line 22) import org.eclipse.equinox.internal.provisional.frameworkadmin.Manipulator; Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java (at line 26) import org.eclipse.equinox.p2.publisher.eclipse.BundlesAction; Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java (at line 30) import org.eclipse.equinox.spi.p2.publisher.PublisherHelper; Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java (at line 50) IFileArtifactRepository bundlePool = Util.getBundlePoolRepository(getAgent(), profile); Discouraged access: The method getBundlePoolRepository(IProvisioningAgent, IProfile) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java (at line 50) IFileArtifactRepository bundlePool = Util.getBundlePoolRepository(getAgent(), profile); Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java (at line 57) BundleDescription bundleDescription = BundlesAction.createBundleDescription(osgiTarget); Discouraged access: The method createBundleDescription(File) from the type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java (at line 57) BundleDescription bundleDescription = BundlesAction.createBundleDescription(osgiTarget); Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java (at line 58) IArtifactKey key = BundlesAction.createBundleArtifactKey(bundleDescription.getSymbolicName(), bundleDescription.getVersion().toString()); Discouraged access: The method createBundleArtifactKey(String, String) from the type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java (at line 58) IArtifactKey key = BundlesAction.createBundleArtifactKey(bundleDescription.getSymbolicName(), bundleDescription.getVersion().toString()); Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java (at line 59) IArtifactDescriptor descriptor = PublisherHelper.createArtifactDescriptor(key, osgiTarget); Discouraged access: The method createArtifactDescriptor(IArtifactKey, File) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java (at line 59) IArtifactDescriptor descriptor = PublisherHelper.createArtifactDescriptor(key, osgiTarget); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java (at line 64) parameters.put(ActionConstants.PARM_AGENT, getAgent()); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java (at line 64) parameters.put(ActionConstants.PARM_AGENT, getAgent()); Discouraged access: The field PARM_AGENT from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java (at line 65) parameters.put(ActionConstants.PARM_PROFILE, profile); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java (at line 65) parameters.put(ActionConstants.PARM_PROFILE, profile); Discouraged access: The field PARM_PROFILE from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java (at line 66) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java (at line 66) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The constructor EclipseTouchpoint() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java (at line 66) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java (at line 67) touchpoint.initializePhase(null, profile, "test", parameters); Discouraged access: The method initializePhase(IProgressMonitor, IProfile, String, Map<String,Object>) from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java (at line 68) InstallableUnitOperand operand = new InstallableUnitOperand(null, iu); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java (at line 68) InstallableUnitOperand operand = new InstallableUnitOperand(null, iu); Discouraged access: The constructor InstallableUnitOperand(IInstallableUnit, IInstallableUnit) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java (at line 68) InstallableUnitOperand operand = new InstallableUnitOperand(null, iu); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java (at line 69) parameters.put("iu", operand.second()); Discouraged access: The method second() from the type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java (at line 70) touchpoint.initializeOperand(profile, parameters); Discouraged access: The method initializeOperand(IProfile, Map<String,Object>) from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java (at line 72) parameters.put(ActionConstants.PARM_STARTED, Boolean.TRUE.toString()); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java (at line 72) parameters.put(ActionConstants.PARM_STARTED, Boolean.TRUE.toString()); Discouraged access: The field PARM_STARTED from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java (at line 75) Manipulator manipulator = (Manipulator) parameters.get(EclipseTouchpoint.PARM_MANIPULATOR); Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java (at line 75) Manipulator manipulator = (Manipulator) parameters.get(EclipseTouchpoint.PARM_MANIPULATOR); Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java (at line 75) Manipulator manipulator = (Manipulator) parameters.get(EclipseTouchpoint.PARM_MANIPULATOR); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java (at line 75) Manipulator manipulator = (Manipulator) parameters.get(EclipseTouchpoint.PARM_MANIPULATOR); Discouraged access: The field PARM_MANIPULATOR from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java (at line 78) BundleInfo bundleInfo = Util.createBundleInfo(osgiTarget, iu); Discouraged access: The method createBundleInfo(File, IInstallableUnit) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
37. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java (at line 78) BundleInfo bundleInfo = Util.createBundleInfo(osgiTarget, iu); Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
38. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java (at line 79) manipulator.getConfigData().addBundle(bundleInfo); Discouraged access: The method addBundle(BundleInfo) from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
39. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java (at line 79) manipulator.getConfigData().addBundle(bundleInfo); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
40. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java (at line 82) MarkStartedAction action = new MarkStartedAction(); Discouraged access: The type MarkStartedAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
41. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java (at line 82) MarkStartedAction action = new MarkStartedAction(); Discouraged access: The constructor MarkStartedAction() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
42. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java (at line 82) MarkStartedAction action = new MarkStartedAction(); Discouraged access: The type MarkStartedAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
43. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java (at line 83) action.execute(parameters); Discouraged access: The method execute(Map<String,Object>) from the type MarkStartedAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
44. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java (at line 85) action.undo(parameters); Discouraged access: The method undo(Map<String,Object>) from the type MarkStartedAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
45. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java (at line 96) IFileArtifactRepository bundlePool = Util.getBundlePoolRepository(getAgent(), profile); Discouraged access: The method getBundlePoolRepository(IProvisioningAgent, IProfile) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
46. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java (at line 96) IFileArtifactRepository bundlePool = Util.getBundlePoolRepository(getAgent(), profile); Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
47. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java (at line 103) BundleDescription bundleDescription = BundlesAction.createBundleDescription(osgiTarget); Discouraged access: The method createBundleDescription(File) from the type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
48. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java (at line 103) BundleDescription bundleDescription = BundlesAction.createBundleDescription(osgiTarget); Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
49. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java (at line 104) IArtifactKey key = BundlesAction.createBundleArtifactKey(bundleDescription.getSymbolicName(), bundleDescription.getVersion().toString()); Discouraged access: The method createBundleArtifactKey(String, String) from the type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
50. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java (at line 104) IArtifactKey key = BundlesAction.createBundleArtifactKey(bundleDescription.getSymbolicName(), bundleDescription.getVersion().toString()); Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
51. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java (at line 105) IArtifactDescriptor descriptor = PublisherHelper.createArtifactDescriptor(key, osgiTarget); Discouraged access: The method createArtifactDescriptor(IArtifactKey, File) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
52. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java (at line 105) IArtifactDescriptor descriptor = PublisherHelper.createArtifactDescriptor(key, osgiTarget); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
53. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java (at line 110) parameters.put(ActionConstants.PARM_AGENT, getAgent()); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
54. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java (at line 110) parameters.put(ActionConstants.PARM_AGENT, getAgent()); Discouraged access: The field PARM_AGENT from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
55. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java (at line 111) parameters.put(ActionConstants.PARM_PROFILE, profile); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
56. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java (at line 111) parameters.put(ActionConstants.PARM_PROFILE, profile); Discouraged access: The field PARM_PROFILE from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
57. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java (at line 112) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
58. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java (at line 112) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The constructor EclipseTouchpoint() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
59. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java (at line 112) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
60. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java (at line 113) touchpoint.initializePhase(null, profile, "test", parameters); Discouraged access: The method initializePhase(IProgressMonitor, IProfile, String, Map<String,Object>) from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
61. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java (at line 114) InstallableUnitOperand operand = new InstallableUnitOperand(null, iu); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
62. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java (at line 114) InstallableUnitOperand operand = new InstallableUnitOperand(null, iu); Discouraged access: The constructor InstallableUnitOperand(IInstallableUnit, IInstallableUnit) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
63. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java (at line 114) InstallableUnitOperand operand = new InstallableUnitOperand(null, iu); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
64. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java (at line 115) parameters.put("iu", operand.second()); Discouraged access: The method second() from the type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
65. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java (at line 116) touchpoint.initializeOperand(profile, parameters); Discouraged access: The method initializeOperand(IProfile, Map<String,Object>) from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
66. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java (at line 118) parameters.put(ActionConstants.PARM_STARTED, Boolean.TRUE.toString()); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
67. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java (at line 118) parameters.put(ActionConstants.PARM_STARTED, Boolean.TRUE.toString()); Discouraged access: The field PARM_STARTED from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
68. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java (at line 121) Manipulator manipulator = (Manipulator) parameters.get(EclipseTouchpoint.PARM_MANIPULATOR); Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
69. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java (at line 121) Manipulator manipulator = (Manipulator) parameters.get(EclipseTouchpoint.PARM_MANIPULATOR); Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
70. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java (at line 121) Manipulator manipulator = (Manipulator) parameters.get(EclipseTouchpoint.PARM_MANIPULATOR); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
71. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java (at line 121) Manipulator manipulator = (Manipulator) parameters.get(EclipseTouchpoint.PARM_MANIPULATOR); Discouraged access: The field PARM_MANIPULATOR from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
72. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java (at line 124) BundleInfo bundleInfo = Util.createBundleInfo(osgiTarget, iu); Discouraged access: The method createBundleInfo(File, IInstallableUnit) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
73. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java (at line 124) BundleInfo bundleInfo = Util.createBundleInfo(osgiTarget, iu); Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
74. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java (at line 125) manipulator.getConfigData().addBundle(bundleInfo); Discouraged access: The method addBundle(BundleInfo) from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
75. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java (at line 125) manipulator.getConfigData().addBundle(bundleInfo); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
76. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java (at line 131) MarkStartedAction action = new MarkStartedAction(); Discouraged access: The type MarkStartedAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
77. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java (at line 131) MarkStartedAction action = new MarkStartedAction(); Discouraged access: The constructor MarkStartedAction() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
78. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java (at line 131) MarkStartedAction action = new MarkStartedAction(); Discouraged access: The type MarkStartedAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
79. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java (at line 132) action.execute(parameters); Discouraged access: The method execute(Map<String,Object>) from the type MarkStartedAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
80. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java (at line 134) action.undo(parameters); Discouraged access: The method undo(Map<String,Object>) from the type MarkStartedAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
81. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java (at line 145) IFileArtifactRepository bundlePool = Util.getBundlePoolRepository(getAgent(), profile); Discouraged access: The method getBundlePoolRepository(IProvisioningAgent, IProfile) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
82. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java (at line 145) IFileArtifactRepository bundlePool = Util.getBundlePoolRepository(getAgent(), profile); Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
83. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java (at line 152) BundleDescription bundleDescription = BundlesAction.createBundleDescription(osgiTarget); Discouraged access: The method createBundleDescription(File) from the type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
84. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java (at line 152) BundleDescription bundleDescription = BundlesAction.createBundleDescription(osgiTarget); Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
85. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java (at line 153) IArtifactKey key = BundlesAction.createBundleArtifactKey(bundleDescription.getSymbolicName(), bundleDescription.getVersion().toString()); Discouraged access: The method createBundleArtifactKey(String, String) from the type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
86. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java (at line 153) IArtifactKey key = BundlesAction.createBundleArtifactKey(bundleDescription.getSymbolicName(), bundleDescription.getVersion().toString()); Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
87. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java (at line 154) IArtifactDescriptor descriptor = PublisherHelper.createArtifactDescriptor(key, osgiTarget); Discouraged access: The method createArtifactDescriptor(IArtifactKey, File) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
88. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java (at line 154) IArtifactDescriptor descriptor = PublisherHelper.createArtifactDescriptor(key, osgiTarget); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
89. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java (at line 159) parameters.put(ActionConstants.PARM_AGENT, getAgent()); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
90. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java (at line 159) parameters.put(ActionConstants.PARM_AGENT, getAgent()); Discouraged access: The field PARM_AGENT from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
91. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java (at line 160) parameters.put(ActionConstants.PARM_PROFILE, profile); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
92. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java (at line 160) parameters.put(ActionConstants.PARM_PROFILE, profile); Discouraged access: The field PARM_PROFILE from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
93. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java (at line 161) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
94. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java (at line 161) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The constructor EclipseTouchpoint() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
95. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java (at line 161) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
96. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java (at line 162) touchpoint.initializePhase(null, profile, "test", parameters); Discouraged access: The method initializePhase(IProgressMonitor, IProfile, String, Map<String,Object>) from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
97. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java (at line 163) InstallableUnitOperand operand = new InstallableUnitOperand(null, iu); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
98. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java (at line 163) InstallableUnitOperand operand = new InstallableUnitOperand(null, iu); Discouraged access: The constructor InstallableUnitOperand(IInstallableUnit, IInstallableUnit) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
99. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java (at line 163) InstallableUnitOperand operand = new InstallableUnitOperand(null, iu); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
100. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/MarkStartedActionTest.java (at line 164) parameters.put("iu", operand.second()); Discouraged access: The method second() from the type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AllOptional.java (at line 11) 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/4M/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/planner/AllOptional.java (at line 49) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AllOptional.java (at line 49) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AllOptional.java (at line 49) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AllOptional.java (at line 50) req.addInstallableUnits(new IInstallableUnit[] {a1, c1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SynchronizeOperationTest.java (at line 17) import org.eclipse.equinox.internal.p2.operations.Activator; Discouraged access: The type Activator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SynchronizeOperationTest.java (at line 18) import org.eclipse.equinox.internal.p2.operations.Messages; Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SynchronizeOperationTest.java (at line 115) throw new ProvisionException(new Status(IStatus.ERROR, Activator.ID, NLS.bind(Messages.OperationFactory_noIUFound, versionedId))); Discouraged access: The type Activator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SynchronizeOperationTest.java (at line 115) throw new ProvisionException(new Status(IStatus.ERROR, Activator.ID, NLS.bind(Messages.OperationFactory_noIUFound, versionedId))); Discouraged access: The field ID from the type Activator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SynchronizeOperationTest.java (at line 115) throw new ProvisionException(new Status(IStatus.ERROR, Activator.ID, NLS.bind(Messages.OperationFactory_noIUFound, versionedId))); Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SynchronizeOperationTest.java (at line 115) throw new ProvisionException(new Status(IStatus.ERROR, Activator.ID, NLS.bind(Messages.OperationFactory_noIUFound, versionedId))); Discouraged access: The field OperationFactory_noIUFound from the type Messages is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AllOrbit.java (at line 15) 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/4M/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/planner/AllOrbit.java (at line 43) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AllOrbit.java (at line 43) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AllOrbit.java (at line 43) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AllOrbit.java (at line 45) req1.addInstallableUnits((IInstallableUnit[]) allIUs.toArray(IInstallableUnit.class)); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AllOrbit.java (at line 49) req1.setInstallableUnitInclusionRules(iu, ProfileInclusionRules.createOptionalInclusionRule(iu)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AllOrbit.java (at line 57) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AllOrbit.java (at line 57) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AllOrbit.java (at line 57) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AllOrbit.java (at line 66) req1.addInstallableUnits((IInstallableUnit[]) toInstall.toArray(new IInstallableUnit[toInstall.size()])); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AllOrbit.java (at line 75) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AllOrbit.java (at line 75) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AllOrbit.java (at line 75) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AllOrbit.java (at line 82) req1.setInstallableUnitInclusionRules(toAdd, ProfileInclusionRules.createOptionalInclusionRule(toAdd)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AllOrbit.java (at line 85) req1.addInstallableUnits((IInstallableUnit[]) toInstall.toArray(new IInstallableUnit[toInstall.size()])); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPatchPersistenceTest.java (at line 16) import org.eclipse.equinox.internal.p2.core.helpers.OrderedProperties; Discouraged access: The type OrderedProperties is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPatchPersistenceTest.java (at line 18) import org.eclipse.equinox.internal.p2.metadata.repository.io.MetadataParser; Discouraged access: The type MetadataParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPatchPersistenceTest.java (at line 19) import org.eclipse.equinox.internal.p2.metadata.repository.io.MetadataWriter; Discouraged access: The type MetadataWriter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPatchPersistenceTest.java (at line 35) private static IMatchExpression<IInstallableUnit> filter = InstallableUnit.parseFilter("(& (osgi.ws=win32) (osgi.os=win32) (osgi.arch=x86))"); // not really Discouraged access: The type InstallableUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPatchPersistenceTest.java (at line 35) private static IMatchExpression<IInstallableUnit> filter = InstallableUnit.parseFilter("(& (osgi.ws=win32) (osgi.os=win32) (osgi.arch=x86))"); // not really Discouraged access: The method parseFilter(String) from the type InstallableUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPatchPersistenceTest.java (at line 83) OrderedProperties props = new OrderedProperties(keyValuePairs.length); Discouraged access: The type OrderedProperties is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPatchPersistenceTest.java (at line 83) OrderedProperties props = new OrderedProperties(keyValuePairs.length); Discouraged access: The constructor OrderedProperties(int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPatchPersistenceTest.java (at line 83) OrderedProperties props = new OrderedProperties(keyValuePairs.length); Discouraged access: The type OrderedProperties is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPatchPersistenceTest.java (at line 86) props.put(nextPair[0], nextPair[1]); Discouraged access: The method put(String, String) from the type OrderedProperties is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPatchPersistenceTest.java (at line 124) class IUStringWriter extends MetadataWriter { Discouraged access: The type MetadataWriter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPatchPersistenceTest.java (at line 127) super(stream, new ProcessingInstruction[] {ProcessingInstruction.makeTargetVersionInstruction(IU_TEST_TARGET, IU_TEST_VERSION)}); Discouraged access: The constructor MetadataWriter(OutputStream, XMLWriter.ProcessingInstruction[]) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPatchPersistenceTest.java (at line 127) super(stream, new ProcessingInstruction[] {ProcessingInstruction.makeTargetVersionInstruction(IU_TEST_TARGET, IU_TEST_VERSION)}); Discouraged access: The type XMLWriter.ProcessingInstruction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPatchPersistenceTest.java (at line 127) super(stream, new ProcessingInstruction[] {ProcessingInstruction.makeTargetVersionInstruction(IU_TEST_TARGET, IU_TEST_VERSION)}); Discouraged access: The type XMLWriter.ProcessingInstruction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPatchPersistenceTest.java (at line 127) super(stream, new ProcessingInstruction[] {ProcessingInstruction.makeTargetVersionInstruction(IU_TEST_TARGET, IU_TEST_VERSION)}); Discouraged access: The method makeTargetVersionInstruction(String, Version) from the type XMLWriter.ProcessingInstruction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPatchPersistenceTest.java (at line 131) start(IU_TEST_ELEMENT); Discouraged access: The method start(String) from the type XMLWriter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPatchPersistenceTest.java (at line 132) writeInstallableUnit(iu); Discouraged access: The method writeInstallableUnit(IInstallableUnit) from the type MetadataWriter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPatchPersistenceTest.java (at line 133) end(IU_TEST_ELEMENT); Discouraged access: The method end(String) from the type XMLWriter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPatchPersistenceTest.java (at line 134) flush(); Discouraged access: The method flush() from the type XMLWriter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPatchPersistenceTest.java (at line 138) class IUStringParser extends MetadataParser { Discouraged access: The type MetadataParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPatchPersistenceTest.java (at line 141) super(context, bundleId); Discouraged access: The constructor MetadataParser(BundleContext, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPatchPersistenceTest.java (at line 145) this.status = null; Discouraged access: The field status from the type XMLParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPatchPersistenceTest.java (at line 147) getParser(); Discouraged access: The method getParser() from the type XMLParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPatchPersistenceTest.java (at line 149) xmlReader.setContentHandler(new IUDocHandler(IU_TEST_ELEMENT, testHandler)); Discouraged access: The field xmlReader from the type XMLParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPatchPersistenceTest.java (at line 150) xmlReader.parse(new InputSource(new StringReader(profileString))); Discouraged access: The field xmlReader from the type XMLParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPatchPersistenceTest.java (at line 151) if (isValidXML()) { Discouraged access: The method isValidXML() from the type XMLParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPatchPersistenceTest.java (at line 163) private final class IUDocHandler extends DocHandler { Discouraged access: The type XMLParser.DocHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPatchPersistenceTest.java (at line 165) public IUDocHandler(String rootName, RootHandler rootHandler) { Discouraged access: The type XMLParser.RootHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPatchPersistenceTest.java (at line 166) super(rootName, rootHandler); Discouraged access: The constructor XMLParser.DocHandler(String, XMLParser.RootHandler) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPatchPersistenceTest.java (at line 171) Version iuTestVersion = extractPIVersion(target, data); Discouraged access: The method extractPIVersion(String, String) from the type XMLParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPatchPersistenceTest.java (at line 179) private final class TestHandler extends RootHandler { Discouraged access: The type XMLParser.RootHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPatchPersistenceTest.java (at line 181) private InstallableUnitHandler iuHandler = null; Discouraged access: The type MetadataParser.InstallableUnitHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPatchPersistenceTest.java (at line 183) private InstallableUnit iu = null; Discouraged access: The type InstallableUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPatchPersistenceTest.java (at line 187) super(); Discouraged access: The constructor XMLParser.RootHandler() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPatchPersistenceTest.java (at line 190) public InstallableUnit getIU() { Discouraged access: The type InstallableUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPatchPersistenceTest.java (at line 195) parseAttributes(attributes, noAttributes, noAttributes); Discouraged access: The method parseAttributes(Attributes, String[], String[]) from the type XMLParser.AbstractHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPatchPersistenceTest.java (at line 195) parseAttributes(attributes, noAttributes, noAttributes); Discouraged access: The field noAttributes from the type XMLConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
37. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPatchPersistenceTest.java (at line 195) parseAttributes(attributes, noAttributes, noAttributes); Discouraged access: The field noAttributes from the type XMLConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
38. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPatchPersistenceTest.java (at line 199) if (INSTALLABLE_UNIT_ELEMENT.equals(name)) { Discouraged access: The field INSTALLABLE_UNIT_ELEMENT from the type XMLConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
39. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPatchPersistenceTest.java (at line 201) iuHandler = new InstallableUnitHandler(this, attributes, singleton); Discouraged access: The constructor MetadataParser.InstallableUnitHandler(XMLParser.AbstractHandler, Attributes, List<MetadataFactory.InstallableUnitDescription>) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
40. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPatchPersistenceTest.java (at line 201) iuHandler = new InstallableUnitHandler(this, attributes, singleton); Discouraged access: The type MetadataParser.InstallableUnitHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
41. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPatchPersistenceTest.java (at line 203) duplicateElement(this, name, attributes); Discouraged access: The method duplicateElement(XMLParser.AbstractHandler, String, Attributes) from the type XMLParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
42. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPatchPersistenceTest.java (at line 206) invalidElement(name, attributes); Discouraged access: The method invalidElement(String, Attributes) from the type XMLParser.AbstractHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
43. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPatchPersistenceTest.java (at line 211) if (isValidXML()) { Discouraged access: The method isValidXML() from the type XMLParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
44. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPatchPersistenceTest.java (at line 213) iu = (InstallableUnit) iuHandler.getInstallableUnit(); Discouraged access: The type InstallableUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
45. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPatchPersistenceTest.java (at line 213) iu = (InstallableUnit) iuHandler.getInstallableUnit(); Discouraged access: The method getInstallableUnit() from the type MetadataParser.InstallableUnitHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
46. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPatchPersistenceTest.java (at line 240) assertTrue("Error parsing test iu: " + parser.getStatus().getMessage(), parser.getStatus().isOK()); Discouraged access: The method getStatus() from the type XMLParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
47. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPatchPersistenceTest.java (at line 240) assertTrue("Error parsing test iu: " + parser.getStatus().getMessage(), parser.getStatus().isOK()); Discouraged access: The method getStatus() from the type XMLParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
48. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPatchPersistenceTest.java (at line 241) InstallableUnit iu1 = (InstallableUnit) parser.getRootObject(); Discouraged access: The type InstallableUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
49. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPatchPersistenceTest.java (at line 241) InstallableUnit iu1 = (InstallableUnit) parser.getRootObject(); Discouraged access: The type InstallableUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
50. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPatchPersistenceTest.java (at line 262) assertTrue("Error parsing test iu: " + parser.getStatus().getMessage(), parser.getStatus().isOK()); Discouraged access: The method getStatus() from the type XMLParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
51. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPatchPersistenceTest.java (at line 262) assertTrue("Error parsing test iu: " + parser.getStatus().getMessage(), parser.getStatus().isOK()); Discouraged access: The method getStatus() from the type XMLParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
52. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPatchPersistenceTest.java (at line 263) InstallableUnitPatch iu1 = (InstallableUnitPatch) parser.getRootObject(); Discouraged access: The type InstallableUnitPatch is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
53. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPatchPersistenceTest.java (at line 263) InstallableUnitPatch iu1 = (InstallableUnitPatch) parser.getRootObject(); Discouraged access: The type InstallableUnitPatch is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
54. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPatchPersistenceTest.java (at line 315) assertTrue("Installable unit update descriptor are not correct", id.equals(RequiredCapability.extractName(iu.getUpdateDescriptor().getIUsBeingUpdated().iterator().next()))); Discouraged access: The type RequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
55. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPatchPersistenceTest.java (at line 315) assertTrue("Installable unit update descriptor are not correct", id.equals(RequiredCapability.extractName(iu.getUpdateDescriptor().getIUsBeingUpdated().iterator().next()))); Discouraged access: The method extractName(IMatchExpression<IInstallableUnit>) from the type RequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
56. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPatchPersistenceTest.java (at line 318) assertTrue("Installable unit update descriptor are not correct", new VersionRange(IU_TEST_VERSION, true, IU_TEST_VERSION, true).equals(RequiredCapability.extractRange(iu.getUpdateDescriptor().getIUsBeingUpdated().iterator().next()))); Discouraged access: The type RequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
57. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPatchPersistenceTest.java (at line 318) assertTrue("Installable unit update descriptor are not correct", new VersionRange(IU_TEST_VERSION, true, IU_TEST_VERSION, true).equals(RequiredCapability.extractRange(iu.getUpdateDescriptor().getIUsBeingUpdated().iterator().next()))); Discouraged access: The method extractRange(IMatchExpression<IInstallableUnit>) from the type RequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
58. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPatchPersistenceTest.java (at line 360) IRequiredCapability next = (IRequiredCapability) iterator.next(); Discouraged access: The type IRequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
59. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPatchPersistenceTest.java (at line 360) IRequiredCapability next = (IRequiredCapability) iterator.next(); Discouraged access: The type IRequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
60. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPatchPersistenceTest.java (at line 361) tuples[i++] = new String[] {next.getNamespace(), next.getName(), next.getRange().toString(), Boolean.valueOf(next.getMin() == 0).toString()}; Discouraged access: The method getNamespace() from the type IRequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
61. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPatchPersistenceTest.java (at line 361) tuples[i++] = new String[] {next.getNamespace(), next.getName(), next.getRange().toString(), Boolean.valueOf(next.getMin() == 0).toString()}; Discouraged access: The method getName() from the type IRequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
62. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPatchPersistenceTest.java (at line 361) tuples[i++] = new String[] {next.getNamespace(), next.getName(), next.getRange().toString(), Boolean.valueOf(next.getMin() == 0).toString()}; Discouraged access: The method getRange() from the type IRequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
63. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPatchPersistenceTest.java (at line 371) IRequiredCapability next = (IRequiredCapability) iterator.next(); Discouraged access: The type IRequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
64. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPatchPersistenceTest.java (at line 371) IRequiredCapability next = (IRequiredCapability) iterator.next(); Discouraged access: The type IRequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
65. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPatchPersistenceTest.java (at line 372) tuples[i++] = new String[] {next.getNamespace(), next.getName(), next.getRange().toString(), Boolean.valueOf(next.getMin() == 0).toString()}; Discouraged access: The method getNamespace() from the type IRequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
66. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPatchPersistenceTest.java (at line 372) tuples[i++] = new String[] {next.getNamespace(), next.getName(), next.getRange().toString(), Boolean.valueOf(next.getMin() == 0).toString()}; Discouraged access: The method getName() from the type IRequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
67. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/IUPatchPersistenceTest.java (at line 372) tuples[i++] = new String[] {next.getNamespace(), next.getName(), next.getRange().toString(), Boolean.valueOf(next.getMin() == 0).toString()}; Discouraged access: The method getRange() from the type IRequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/ArtifactKeyParsingTest.java (at line 14) import org.eclipse.equinox.internal.p2.metadata.ArtifactKey; Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/ArtifactKeyParsingTest.java (at line 24) IArtifactKey key = new ArtifactKey("classifier", "identifier", Version.create("1.0")); Discouraged access: The constructor ArtifactKey(String, String, Version) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/ArtifactKeyParsingTest.java (at line 24) IArtifactKey key = new ArtifactKey("classifier", "identifier", Version.create("1.0")); Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/ArtifactKeyParsingTest.java (at line 29) IArtifactKey key = new ArtifactKey("", "identifier", Version.create("1.0")); Discouraged access: The constructor ArtifactKey(String, String, Version) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/ArtifactKeyParsingTest.java (at line 29) IArtifactKey key = new ArtifactKey("", "identifier", Version.create("1.0")); Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/ArtifactKeyParsingTest.java (at line 34) IArtifactKey key = ArtifactKey.parse("classifier,identifier,1.0.0"); Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/ArtifactKeyParsingTest.java (at line 34) IArtifactKey key = ArtifactKey.parse("classifier,identifier,1.0.0"); Discouraged access: The method parse(String) from the type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/ArtifactKeyParsingTest.java (at line 42) IArtifactKey key = ArtifactKey.parse(",identifier,1.0.0"); Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/ArtifactKeyParsingTest.java (at line 42) IArtifactKey key = ArtifactKey.parse(",identifier,1.0.0"); Discouraged access: The method parse(String) from the type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/ArtifactKeyParsingTest.java (at line 50) IArtifactKey key = ArtifactKey.parse("classifier,,1.0.0"); Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/ArtifactKeyParsingTest.java (at line 50) IArtifactKey key = ArtifactKey.parse("classifier,,1.0.0"); Discouraged access: The method parse(String) from the type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/ArtifactKeyParsingTest.java (at line 58) IArtifactKey key = ArtifactKey.parse("classifier,identifier,"); Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/ArtifactKeyParsingTest.java (at line 58) IArtifactKey key = ArtifactKey.parse("classifier,identifier,"); Discouraged access: The method parse(String) from the type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/ArtifactKeyParsingTest.java (at line 66) IArtifactKey key = ArtifactKey.parse(",,"); Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/ArtifactKeyParsingTest.java (at line 66) IArtifactKey key = ArtifactKey.parse(",,"); Discouraged access: The method parse(String) from the type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/ArtifactKeyParsingTest.java (at line 75) ArtifactKey.parse(""); Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/ArtifactKeyParsingTest.java (at line 75) ArtifactKey.parse(""); Discouraged access: The method parse(String) from the type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/ArtifactKeyParsingTest.java (at line 84) ArtifactKey.parse(",,,,"); Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/ArtifactKeyParsingTest.java (at line 84) ArtifactKey.parse(",,,,"); Discouraged access: The method parse(String) from the type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/ArtifactKeyParsingTest.java (at line 93) ArtifactKey.parse("classifier"); Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/ArtifactKeyParsingTest.java (at line 93) ArtifactKey.parse("classifier"); Discouraged access: The method parse(String) from the type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetFrameworkIndependentPropertyActionTest.java (at line 14) import org.eclipse.equinox.internal.p2.engine.InstallableUnitOperand; Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetFrameworkIndependentPropertyActionTest.java (at line 15) import org.eclipse.equinox.internal.p2.touchpoint.eclipse.EclipseTouchpoint; Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetFrameworkIndependentPropertyActionTest.java (at line 16) import org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.ActionConstants; Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetFrameworkIndependentPropertyActionTest.java (at line 17) import org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.SetProgramPropertyAction; Discouraged access: The type SetProgramPropertyAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetFrameworkIndependentPropertyActionTest.java (at line 18) import org.eclipse.equinox.internal.provisional.frameworkadmin.Manipulator; Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetFrameworkIndependentPropertyActionTest.java (at line 34) parameters.put(ActionConstants.PARM_AGENT, getAgent()); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetFrameworkIndependentPropertyActionTest.java (at line 34) parameters.put(ActionConstants.PARM_AGENT, getAgent()); Discouraged access: The field PARM_AGENT from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetFrameworkIndependentPropertyActionTest.java (at line 35) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetFrameworkIndependentPropertyActionTest.java (at line 35) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The constructor EclipseTouchpoint() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetFrameworkIndependentPropertyActionTest.java (at line 35) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetFrameworkIndependentPropertyActionTest.java (at line 39) InstallableUnitOperand operand = new InstallableUnitOperand(null, createIU("test")); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetFrameworkIndependentPropertyActionTest.java (at line 39) InstallableUnitOperand operand = new InstallableUnitOperand(null, createIU("test")); Discouraged access: The constructor InstallableUnitOperand(IInstallableUnit, IInstallableUnit) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetFrameworkIndependentPropertyActionTest.java (at line 39) InstallableUnitOperand operand = new InstallableUnitOperand(null, createIU("test")); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetFrameworkIndependentPropertyActionTest.java (at line 40) touchpoint.initializePhase(null, profile, "test", parameters); Discouraged access: The method initializePhase(IProgressMonitor, IProfile, String, Map<String,Object>) from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetFrameworkIndependentPropertyActionTest.java (at line 41) parameters.put("iu", operand.second()); Discouraged access: The method second() from the type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetFrameworkIndependentPropertyActionTest.java (at line 42) touchpoint.initializeOperand(profile, parameters); Discouraged access: The method initializeOperand(IProfile, Map<String,Object>) from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetFrameworkIndependentPropertyActionTest.java (at line 43) Manipulator manipulator = (Manipulator) parameters.get(EclipseTouchpoint.PARM_MANIPULATOR); Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetFrameworkIndependentPropertyActionTest.java (at line 43) Manipulator manipulator = (Manipulator) parameters.get(EclipseTouchpoint.PARM_MANIPULATOR); Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetFrameworkIndependentPropertyActionTest.java (at line 43) Manipulator manipulator = (Manipulator) parameters.get(EclipseTouchpoint.PARM_MANIPULATOR); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetFrameworkIndependentPropertyActionTest.java (at line 43) Manipulator manipulator = (Manipulator) parameters.get(EclipseTouchpoint.PARM_MANIPULATOR); Discouraged access: The field PARM_MANIPULATOR from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetFrameworkIndependentPropertyActionTest.java (at line 48) assertFalse(manipulator.getConfigData().getProperties().containsKey(frameworkDependentPropertyName)); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetFrameworkIndependentPropertyActionTest.java (at line 48) assertFalse(manipulator.getConfigData().getProperties().containsKey(frameworkDependentPropertyName)); Discouraged access: The method getProperties() from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetFrameworkIndependentPropertyActionTest.java (at line 49) parameters.put(ActionConstants.PARM_PROP_NAME, frameworkDependentPropertyName); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetFrameworkIndependentPropertyActionTest.java (at line 49) parameters.put(ActionConstants.PARM_PROP_NAME, frameworkDependentPropertyName); Discouraged access: The field PARM_PROP_NAME from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetFrameworkIndependentPropertyActionTest.java (at line 50) parameters.put(ActionConstants.PARM_PROP_VALUE, frameworkDependentPropertyValue); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetFrameworkIndependentPropertyActionTest.java (at line 50) parameters.put(ActionConstants.PARM_PROP_VALUE, frameworkDependentPropertyValue); Discouraged access: The field PARM_PROP_VALUE from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetFrameworkIndependentPropertyActionTest.java (at line 53) SetProgramPropertyAction action = new SetProgramPropertyAction(); Discouraged access: The type SetProgramPropertyAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetFrameworkIndependentPropertyActionTest.java (at line 53) SetProgramPropertyAction action = new SetProgramPropertyAction(); Discouraged access: The constructor SetProgramPropertyAction() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetFrameworkIndependentPropertyActionTest.java (at line 53) SetProgramPropertyAction action = new SetProgramPropertyAction(); Discouraged access: The type SetProgramPropertyAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetFrameworkIndependentPropertyActionTest.java (at line 54) action.execute(parameters); Discouraged access: The method execute(Map<String,Object>) from the type SetProgramPropertyAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetFrameworkIndependentPropertyActionTest.java (at line 55) assertEquals("true", manipulator.getConfigData().getProperty(frameworkDependentPropertyName)); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetFrameworkIndependentPropertyActionTest.java (at line 55) assertEquals("true", manipulator.getConfigData().getProperty(frameworkDependentPropertyName)); Discouraged access: The method getProperty(String) from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetFrameworkIndependentPropertyActionTest.java (at line 56) action.undo(parameters); Discouraged access: The method undo(Map<String,Object>) from the type SetProgramPropertyAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetFrameworkIndependentPropertyActionTest.java (at line 57) assertFalse(manipulator.getConfigData().getProperties().containsKey(frameworkDependentPropertyName)); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetFrameworkIndependentPropertyActionTest.java (at line 57) assertFalse(manipulator.getConfigData().getProperties().containsKey(frameworkDependentPropertyName)); Discouraged access: The method getProperties() from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java (at line 27) import org.eclipse.equinox.internal.p2.director.QueryableArray; Discouraged access: The type QueryableArray is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java (at line 33) import org.eclipse.equinox.p2.publisher.eclipse.BundlesAction; Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java (at line 34) import org.eclipse.equinox.p2.publisher.eclipse.IBundleShapeAdvice; Discouraged access: The type IBundleShapeAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java (at line 41) import org.eclipse.equinox.spi.p2.publisher.PublisherHelper; Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java (at line 45) private static final String OSGI = PublisherHelper.OSGI_BUNDLE_CLASSIFIER; Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java (at line 45) private static final String OSGI = PublisherHelper.OSGI_BUNDLE_CLASSIFIER; Discouraged access: The field OSGI_BUNDLE_CLASSIFIER from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java (at line 99) private MultiCapture<ITouchpointAdvice> tpAdvice1, tpAdvice2; Discouraged access: The type ITouchpointAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java (at line 100) private MultiCapture<IUpdateDescriptorAdvice> udAdvice3; Discouraged access: The type IUpdateDescriptorAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java (at line 101) private MultiCapture<ICapabilityAdvice> capAdvice5; Discouraged access: The type ICapabilityAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java (at line 105) tpAdvice1 = new MultiCapture<ITouchpointAdvice>(); Discouraged access: The type ITouchpointAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java (at line 106) tpAdvice2 = new MultiCapture<ITouchpointAdvice>(); Discouraged access: The type ITouchpointAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java (at line 108) udAdvice3 = new MultiCapture<IUpdateDescriptorAdvice>(); Discouraged access: The type IUpdateDescriptorAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java (at line 109) capAdvice5 = new MultiCapture<ICapabilityAdvice>(); Discouraged access: The type ICapabilityAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java (at line 116) testAction = new BundlesAction(files); Discouraged access: The constructor BundlesAction(File[]) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java (at line 116) testAction = new BundlesAction(files); Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java (at line 119) artifactRepository.setProperty(AbstractPublisherApplication.PUBLISH_PACK_FILES_AS_SIBLINGS, "true");//$NON-NLS-1$ Discouraged access: The type AbstractPublisherApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java (at line 119) artifactRepository.setProperty(AbstractPublisherApplication.PUBLISH_PACK_FILES_AS_SIBLINGS, "true");//$NON-NLS-1$ Discouraged access: The field PUBLISH_PACK_FILES_AS_SIBLINGS from the type AbstractPublisherApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java (at line 121) assertEquals(Status.OK_STATUS, testAction.perform(publisherInfo, publisherResult, new NullProgressMonitor())); Discouraged access: The method perform(IPublisherInfo, IPublisherResult, IProgressMonitor) from the type AbstractPublisherAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java (at line 130) BundlesAction bundlesAction = new BundlesAction(new File[] {foo_fragment}); Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java (at line 130) BundlesAction bundlesAction = new BundlesAction(new File[] {foo_fragment}); Discouraged access: The constructor BundlesAction(File[]) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java (at line 130) BundlesAction bundlesAction = new BundlesAction(new File[] {foo_fragment}); Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java (at line 131) PublisherInfo info = new PublisherInfo(); Discouraged access: The type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java (at line 131) PublisherInfo info = new PublisherInfo(); Discouraged access: The constructor PublisherInfo() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java (at line 131) PublisherInfo info = new PublisherInfo(); Discouraged access: The type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java (at line 132) PublisherResult results = new PublisherResult(); Discouraged access: The type PublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java (at line 132) PublisherResult results = new PublisherResult(); Discouraged access: The constructor PublisherResult() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java (at line 132) PublisherResult results = new PublisherResult(); Discouraged access: The type PublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java (at line 134) bundlesAction.perform(info, results, new NullProgressMonitor()); Discouraged access: The method perform(IPublisherInfo, IPublisherResult, IProgressMonitor) from the type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java (at line 135) Collection ius = results.getIUs(null, null); Discouraged access: The method getIUs(String, String) from the type PublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java (at line 138) info = new PublisherInfo(); Discouraged access: The constructor PublisherInfo() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java (at line 138) info = new PublisherInfo(); Discouraged access: The type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java (at line 139) results = new PublisherResult(); Discouraged access: The constructor PublisherResult() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java (at line 139) results = new PublisherResult(); Discouraged access: The type PublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java (at line 140) bundlesAction = new BundlesAction(new File[] {foo}); Discouraged access: The constructor BundlesAction(File[]) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java (at line 140) bundlesAction = new BundlesAction(new File[] {foo}); Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java (at line 141) bundlesAction.perform(info, results, new NullProgressMonitor()); Discouraged access: The method perform(IPublisherInfo, IPublisherResult, IProgressMonitor) from the type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
37. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java (at line 142) ius = results.getIUs(null, null); Discouraged access: The method getIUs(String, String) from the type PublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
38. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java (at line 144) QueryableArray queryableArray = new QueryableArray((IInstallableUnit[]) ius.toArray(new IInstallableUnit[ius.size()])); Discouraged access: The type QueryableArray is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
39. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java (at line 144) QueryableArray queryableArray = new QueryableArray((IInstallableUnit[]) ius.toArray(new IInstallableUnit[ius.size()])); Discouraged access: The constructor QueryableArray(IInstallableUnit[]) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
40. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java (at line 144) QueryableArray queryableArray = new QueryableArray((IInstallableUnit[]) ius.toArray(new IInstallableUnit[ius.size()])); Discouraged access: The type QueryableArray is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
41. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java (at line 148) TranslationSupport utils = new TranslationSupport(); Discouraged access: The type TranslationSupport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
42. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java (at line 148) TranslationSupport utils = new TranslationSupport(); Discouraged access: The constructor TranslationSupport() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
43. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java (at line 148) TranslationSupport utils = new TranslationSupport(); Discouraged access: The type TranslationSupport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
44. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java (at line 149) utils.setTranslationSource(queryableArray); Discouraged access: The method setTranslationSource(IQueryable<IInstallableUnit>) from the type TranslationSupport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
45. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java (at line 150) assertEquals("3.2", "English Foo", utils.getIUProperty(iu, IInstallableUnit.PROP_NAME)); Discouraged access: The method getIUProperty(IInstallableUnit, String) from the type TranslationSupport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
46. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java (at line 152) bundlesAction = new BundlesAction(new File[] {foo_fragment}); Discouraged access: The constructor BundlesAction(File[]) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
47. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java (at line 152) bundlesAction = new BundlesAction(new File[] {foo_fragment}); Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
48. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java (at line 153) bundlesAction.perform(info, results, new NullProgressMonitor()); Discouraged access: The method perform(IPublisherInfo, IPublisherResult, IProgressMonitor) from the type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
49. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java (at line 154) ius = results.getIUs(null, null); Discouraged access: The method getIUs(String, String) from the type PublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
50. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java (at line 156) queryableArray = new QueryableArray((IInstallableUnit[]) ius.toArray(new IInstallableUnit[ius.size()])); Discouraged access: The constructor QueryableArray(IInstallableUnit[]) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
51. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java (at line 156) queryableArray = new QueryableArray((IInstallableUnit[]) ius.toArray(new IInstallableUnit[ius.size()])); Discouraged access: The type QueryableArray is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
52. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java (at line 160) utils.setTranslationSource(queryableArray); Discouraged access: The method setTranslationSource(IQueryable<IInstallableUnit>) from the type TranslationSupport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
53. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java (at line 161) assertEquals("2.2", "German Foo", utils.getIUProperty(iu, IInstallableUnit.PROP_NAME, Locale.GERMAN.toString())); Discouraged access: The method getIUProperty(IInstallableUnit, String, String) from the type TranslationSupport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
54. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java (at line 176) IArtifactKey key2 = ArtifactKey.parse("osgi.bundle,test2,1.0.0.qualifier");//$NON-NLS-1$ Discouraged access: The method parse(String) from the type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
55. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java (at line 176) IArtifactKey key2 = ArtifactKey.parse("osgi.bundle,test2,1.0.0.qualifier");//$NON-NLS-1$ Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
56. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java (at line 204) IArtifactKey key1 = ArtifactKey.parse("osgi.bundle,test1,0.1.0");//$NON-NLS-1$ Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
57. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java (at line 204) IArtifactKey key1 = ArtifactKey.parse("osgi.bundle,test1,0.1.0");//$NON-NLS-1$ Discouraged access: The method parse(String) from the type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
58. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java (at line 211) ArrayList ius = new ArrayList(publisherResult.getIUs(TEST1_PROVBUNDLE_NAME, IPublisherResult.ROOT)); Discouraged access: The method getIUs(String, String) from the type IPublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
59. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java (at line 211) ArrayList ius = new ArrayList(publisherResult.getIUs(TEST1_PROVBUNDLE_NAME, IPublisherResult.ROOT)); Discouraged access: The type IPublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
60. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java (at line 211) ArrayList ius = new ArrayList(publisherResult.getIUs(TEST1_PROVBUNDLE_NAME, IPublisherResult.ROOT)); Discouraged access: The field ROOT from the type IPublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
61. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java (at line 228) verifyProvidedCapability(providedCapabilities, PublisherHelper.NAMESPACE_ECLIPSE_TYPE, "source", Version.create("1.0.0"));//$NON-NLS-1$//$NON-NLS-2$ Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
62. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java (at line 228) verifyProvidedCapability(providedCapabilities, PublisherHelper.NAMESPACE_ECLIPSE_TYPE, "source", Version.create("1.0.0"));//$NON-NLS-1$//$NON-NLS-2$ Discouraged access: The field NAMESPACE_ECLIPSE_TYPE from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
63. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java (at line 246) ArrayList ius = new ArrayList(publisherResult.getIUs(TEST2_PROVBUNDLE_NAME, IPublisherResult.ROOT)); Discouraged access: The method getIUs(String, String) from the type IPublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
64. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java (at line 246) ArrayList ius = new ArrayList(publisherResult.getIUs(TEST2_PROVBUNDLE_NAME, IPublisherResult.ROOT)); Discouraged access: The type IPublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
65. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java (at line 246) ArrayList ius = new ArrayList(publisherResult.getIUs(TEST2_PROVBUNDLE_NAME, IPublisherResult.ROOT)); Discouraged access: The field ROOT from the type IPublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
66. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java (at line 267) verifyProvidedCapability(providedCapabilities, PublisherHelper.NAMESPACE_ECLIPSE_TYPE, "bundle", Version.create("1.0.0"));//$NON-NLS-1$//$NON-NLS-2$ Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
67. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java (at line 267) verifyProvidedCapability(providedCapabilities, PublisherHelper.NAMESPACE_ECLIPSE_TYPE, "bundle", Version.create("1.0.0"));//$NON-NLS-1$//$NON-NLS-2$ Discouraged access: The field NAMESPACE_ECLIPSE_TYPE from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
68. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java (at line 292) ArrayList ius = new ArrayList(publisherResult.getIUs(TEST3_PROVBUNDLE_NAME, IPublisherResult.ROOT)); Discouraged access: The method getIUs(String, String) from the type IPublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
69. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java (at line 292) ArrayList ius = new ArrayList(publisherResult.getIUs(TEST3_PROVBUNDLE_NAME, IPublisherResult.ROOT)); Discouraged access: The type IPublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
70. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java (at line 292) ArrayList ius = new ArrayList(publisherResult.getIUs(TEST3_PROVBUNDLE_NAME, IPublisherResult.ROOT)); Discouraged access: The field ROOT from the type IPublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
71. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java (at line 298) String name = RequiredCapability.extractName(updateDescriptor.getIUsBeingUpdated().iterator().next()); Discouraged access: The type RequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
72. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java (at line 298) String name = RequiredCapability.extractName(updateDescriptor.getIUsBeingUpdated().iterator().next()); Discouraged access: The method extractName(IMatchExpression<IInstallableUnit>) from the type RequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
73. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java (at line 299) VersionRange range = RequiredCapability.extractRange(updateDescriptor.getIUsBeingUpdated().iterator().next()); Discouraged access: The type RequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
74. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java (at line 299) VersionRange range = RequiredCapability.extractRange(updateDescriptor.getIUsBeingUpdated().iterator().next()); Discouraged access: The method extractRange(IMatchExpression<IInstallableUnit>) from the type RequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
75. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java (at line 311) ArrayList ius = new ArrayList(publisherResult.getIUs(TEST4_PROVBUNDLE_NAME, IPublisherResult.ROOT)); Discouraged access: The method getIUs(String, String) from the type IPublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
76. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java (at line 311) ArrayList ius = new ArrayList(publisherResult.getIUs(TEST4_PROVBUNDLE_NAME, IPublisherResult.ROOT)); Discouraged access: The type IPublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
77. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java (at line 311) ArrayList ius = new ArrayList(publisherResult.getIUs(TEST4_PROVBUNDLE_NAME, IPublisherResult.ROOT)); Discouraged access: The field ROOT from the type IPublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
78. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java (at line 328) ArrayList ius = new ArrayList(publisherResult.getIUs(TEST5_PROVBUNDLE_NAME, IPublisherResult.ROOT)); Discouraged access: The method getIUs(String, String) from the type IPublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
79. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java (at line 328) ArrayList ius = new ArrayList(publisherResult.getIUs(TEST5_PROVBUNDLE_NAME, IPublisherResult.ROOT)); Discouraged access: The type IPublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
80. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java (at line 328) ArrayList ius = new ArrayList(publisherResult.getIUs(TEST5_PROVBUNDLE_NAME, IPublisherResult.ROOT)); Discouraged access: The field ROOT from the type IPublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
81. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java (at line 362) expect(publisherInfo.getArtifactRepository()).andReturn(artifactRepository).anyTimes(); Discouraged access: The method getArtifactRepository() from the type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
82. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java (at line 363) expect(publisherInfo.getArtifactOptions()).andReturn(IPublisherInfo.A_INDEX | IPublisherInfo.A_OVERWRITE | IPublisherInfo.A_PUBLISH).anyTimes(); Discouraged access: The method getArtifactOptions() from the type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
83. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java (at line 363) expect(publisherInfo.getArtifactOptions()).andReturn(IPublisherInfo.A_INDEX | IPublisherInfo.A_OVERWRITE | IPublisherInfo.A_PUBLISH).anyTimes(); Discouraged access: The type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
84. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java (at line 363) expect(publisherInfo.getArtifactOptions()).andReturn(IPublisherInfo.A_INDEX | IPublisherInfo.A_OVERWRITE | IPublisherInfo.A_PUBLISH).anyTimes(); Discouraged access: The field A_INDEX from the type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
85. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java (at line 363) expect(publisherInfo.getArtifactOptions()).andReturn(IPublisherInfo.A_INDEX | IPublisherInfo.A_OVERWRITE | IPublisherInfo.A_PUBLISH).anyTimes(); Discouraged access: The type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
86. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java (at line 363) expect(publisherInfo.getArtifactOptions()).andReturn(IPublisherInfo.A_INDEX | IPublisherInfo.A_OVERWRITE | IPublisherInfo.A_PUBLISH).anyTimes(); Discouraged access: The field A_OVERWRITE from the type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
87. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java (at line 363) expect(publisherInfo.getArtifactOptions()).andReturn(IPublisherInfo.A_INDEX | IPublisherInfo.A_OVERWRITE | IPublisherInfo.A_PUBLISH).anyTimes(); Discouraged access: The type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
88. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java (at line 363) expect(publisherInfo.getArtifactOptions()).andReturn(IPublisherInfo.A_INDEX | IPublisherInfo.A_OVERWRITE | IPublisherInfo.A_PUBLISH).anyTimes(); Discouraged access: The field A_PUBLISH from the type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
89. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java (at line 364) expect(publisherInfo.getAdvice(null, false, null, null, ICapabilityAdvice.class)).andReturn(new ArrayList()).anyTimes(); Discouraged access: The method getAdvice(String, boolean, String, Version, Class<ICapabilityAdvice>) from the type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
90. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java (at line 364) expect(publisherInfo.getAdvice(null, false, null, null, ICapabilityAdvice.class)).andReturn(new ArrayList()).anyTimes(); Discouraged access: The type ICapabilityAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
91. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java (at line 393) publisherInfo.addAdvice(and(AdviceMatcher.adviceMatches(TEST1_PROVBUNDLE_NAME, BUNDLE1_VERSION, ITouchpointAdvice.class), capture(tpAdvice1))); Discouraged access: The method addAdvice(IPublisherAdvice) from the type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
92. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java (at line 393) publisherInfo.addAdvice(and(AdviceMatcher.adviceMatches(TEST1_PROVBUNDLE_NAME, BUNDLE1_VERSION, ITouchpointAdvice.class), capture(tpAdvice1))); Discouraged access: The type ITouchpointAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
93. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java (at line 396) publisherInfo.addAdvice(and(AdviceMatcher.adviceMatches(TEST2_PROVBUNDLE_NAME, BUNDLE2_VERSION, ITouchpointAdvice.class), capture(tpAdvice2))); Discouraged access: The method addAdvice(IPublisherAdvice) from the type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
94. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java (at line 396) publisherInfo.addAdvice(and(AdviceMatcher.adviceMatches(TEST2_PROVBUNDLE_NAME, BUNDLE2_VERSION, ITouchpointAdvice.class), capture(tpAdvice2))); Discouraged access: The type ITouchpointAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
95. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java (at line 399) publisherInfo.addAdvice(and(AdviceMatcher.adviceMatches(TEST3_PROVBUNDLE_NAME, BUNDLE3_VERSION, AdviceFileAdvice.class), capture(udAdvice3))); Discouraged access: The method addAdvice(IPublisherAdvice) from the type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
96. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java (at line 399) publisherInfo.addAdvice(and(AdviceMatcher.adviceMatches(TEST3_PROVBUNDLE_NAME, BUNDLE3_VERSION, AdviceFileAdvice.class), capture(udAdvice3))); Discouraged access: The type AdviceFileAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
97. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java (at line 401) publisherInfo.addAdvice(and(AdviceMatcher.adviceMatches(TEST5_PROVBUNDLE_NAME, BUNDLE5_VERSION, AdviceFileAdvice.class), capture(capAdvice5))); Discouraged access: The method addAdvice(IPublisherAdvice) from the type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
98. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java (at line 401) publisherInfo.addAdvice(and(AdviceMatcher.adviceMatches(TEST5_PROVBUNDLE_NAME, BUNDLE5_VERSION, AdviceFileAdvice.class), capture(capAdvice5))); Discouraged access: The type AdviceFileAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
99. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java (at line 406) expect(publisherInfo.getAdvice(null, false, bundleName, bundleVersion, ICapabilityAdvice.class)).andReturn(Collections.EMPTY_LIST); //$NON-NLS-1$ Discouraged access: The method getAdvice(String, boolean, String, Version, Class<ICapabilityAdvice>) from the type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
100. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/BundlesActionTest.java (at line 406) expect(publisherInfo.getAdvice(null, false, bundleName, bundleVersion, ICapabilityAdvice.class)).andReturn(Collections.EMPTY_LIST); //$NON-NLS-1$ Discouraged access: The type ICapabilityAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MissingDependency3.java (at line 11) 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/4M/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/planner/MissingDependency3.java (at line 45) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MissingDependency3.java (at line 45) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MissingDependency3.java (at line 45) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MissingDependency3.java (at line 46) req.addInstallableUnits(new IInstallableUnit[] {a1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/engine/CertificateCheckerTest.java (at line 17) import org.eclipse.equinox.internal.p2.core.ProvisioningAgent; Discouraged access: The type ProvisioningAgent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/engine/CertificateCheckerTest.java (at line 18) import org.eclipse.equinox.internal.p2.engine.EngineActivator; Discouraged access: The type EngineActivator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/engine/CertificateCheckerTest.java (at line 19) import org.eclipse.equinox.internal.p2.engine.phases.CertificateChecker; Discouraged access: The type CertificateChecker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/engine/CertificateCheckerTest.java (at line 24) * Tests for {@link CertificateChecker}. Discouraged access: The type CertificateChecker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/engine/CertificateCheckerTest.java (at line 46) CertificateChecker checker; Discouraged access: The type CertificateChecker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/engine/CertificateCheckerTest.java (at line 49) private ProvisioningAgent testAgent; Discouraged access: The type ProvisioningAgent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/engine/CertificateCheckerTest.java (at line 53) testAgent = new ProvisioningAgent(); Discouraged access: The constructor ProvisioningAgent() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/engine/CertificateCheckerTest.java (at line 53) testAgent = new ProvisioningAgent(); Discouraged access: The type ProvisioningAgent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/engine/CertificateCheckerTest.java (at line 54) testAgent.registerService(UIServices.SERVICE_NAME, serviceUI); Discouraged access: The method registerService(String, Object) from the type ProvisioningAgent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/engine/CertificateCheckerTest.java (at line 55) testAgent.setBundleContext(TestActivator.getContext()); Discouraged access: The method setBundleContext(BundleContext) from the type ProvisioningAgent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/engine/CertificateCheckerTest.java (at line 56) checker = new CertificateChecker(testAgent); Discouraged access: The constructor CertificateChecker(IProvisioningAgent) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/engine/CertificateCheckerTest.java (at line 56) checker = new CertificateChecker(testAgent); Discouraged access: The type CertificateChecker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/engine/CertificateCheckerTest.java (at line 73) System.getProperties().setProperty(EngineActivator.PROP_UNSIGNED_POLICY, EngineActivator.UNSIGNED_ALLOW); Discouraged access: The type EngineActivator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/engine/CertificateCheckerTest.java (at line 73) System.getProperties().setProperty(EngineActivator.PROP_UNSIGNED_POLICY, EngineActivator.UNSIGNED_ALLOW); Discouraged access: The field PROP_UNSIGNED_POLICY from the type EngineActivator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/engine/CertificateCheckerTest.java (at line 73) System.getProperties().setProperty(EngineActivator.PROP_UNSIGNED_POLICY, EngineActivator.UNSIGNED_ALLOW); Discouraged access: The type EngineActivator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/engine/CertificateCheckerTest.java (at line 73) System.getProperties().setProperty(EngineActivator.PROP_UNSIGNED_POLICY, EngineActivator.UNSIGNED_ALLOW); Discouraged access: The field UNSIGNED_ALLOW from the type EngineActivator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/engine/CertificateCheckerTest.java (at line 74) checker.add(unsigned); Discouraged access: The method add(File) from the type CertificateChecker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/engine/CertificateCheckerTest.java (at line 75) IStatus result = checker.start(); Discouraged access: The method start() from the type CertificateChecker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/engine/CertificateCheckerTest.java (at line 78) System.getProperties().remove(EngineActivator.PROP_UNSIGNED_POLICY); Discouraged access: The type EngineActivator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/engine/CertificateCheckerTest.java (at line 78) System.getProperties().remove(EngineActivator.PROP_UNSIGNED_POLICY); Discouraged access: The field PROP_UNSIGNED_POLICY from the type EngineActivator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/engine/CertificateCheckerTest.java (at line 87) System.getProperties().setProperty(EngineActivator.PROP_UNSIGNED_POLICY, EngineActivator.UNSIGNED_FAIL); Discouraged access: The type EngineActivator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/engine/CertificateCheckerTest.java (at line 87) System.getProperties().setProperty(EngineActivator.PROP_UNSIGNED_POLICY, EngineActivator.UNSIGNED_FAIL); Discouraged access: The field PROP_UNSIGNED_POLICY from the type EngineActivator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/engine/CertificateCheckerTest.java (at line 87) System.getProperties().setProperty(EngineActivator.PROP_UNSIGNED_POLICY, EngineActivator.UNSIGNED_FAIL); Discouraged access: The type EngineActivator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/engine/CertificateCheckerTest.java (at line 87) System.getProperties().setProperty(EngineActivator.PROP_UNSIGNED_POLICY, EngineActivator.UNSIGNED_FAIL); Discouraged access: The field UNSIGNED_FAIL from the type EngineActivator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/engine/CertificateCheckerTest.java (at line 88) checker.add(unsigned); Discouraged access: The method add(File) from the type CertificateChecker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/engine/CertificateCheckerTest.java (at line 89) IStatus result = checker.start(); Discouraged access: The method start() from the type CertificateChecker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/engine/CertificateCheckerTest.java (at line 93) System.getProperties().remove(EngineActivator.PROP_UNSIGNED_POLICY); Discouraged access: The type EngineActivator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/engine/CertificateCheckerTest.java (at line 93) System.getProperties().remove(EngineActivator.PROP_UNSIGNED_POLICY); Discouraged access: The field PROP_UNSIGNED_POLICY from the type EngineActivator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/engine/CertificateCheckerTest.java (at line 102) System.getProperties().setProperty(EngineActivator.PROP_UNSIGNED_POLICY, EngineActivator.UNSIGNED_PROMPT); Discouraged access: The type EngineActivator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/engine/CertificateCheckerTest.java (at line 102) System.getProperties().setProperty(EngineActivator.PROP_UNSIGNED_POLICY, EngineActivator.UNSIGNED_PROMPT); Discouraged access: The field PROP_UNSIGNED_POLICY from the type EngineActivator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/engine/CertificateCheckerTest.java (at line 102) System.getProperties().setProperty(EngineActivator.PROP_UNSIGNED_POLICY, EngineActivator.UNSIGNED_PROMPT); Discouraged access: The type EngineActivator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/engine/CertificateCheckerTest.java (at line 102) System.getProperties().setProperty(EngineActivator.PROP_UNSIGNED_POLICY, EngineActivator.UNSIGNED_PROMPT); Discouraged access: The field UNSIGNED_PROMPT from the type EngineActivator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/engine/CertificateCheckerTest.java (at line 104) checker.add(unsigned); Discouraged access: The method add(File) from the type CertificateChecker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/engine/CertificateCheckerTest.java (at line 105) IStatus result = checker.start(); Discouraged access: The method start() from the type CertificateChecker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/engine/CertificateCheckerTest.java (at line 109) System.getProperties().remove(EngineActivator.PROP_UNSIGNED_POLICY); Discouraged access: The type EngineActivator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/engine/CertificateCheckerTest.java (at line 109) System.getProperties().remove(EngineActivator.PROP_UNSIGNED_POLICY); Discouraged access: The field PROP_UNSIGNED_POLICY from the type EngineActivator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
37. WARNING in /src/org/eclipse/equinox/p2/tests/engine/CertificateCheckerTest.java (at line 117) System.getProperties().remove(EngineActivator.PROP_UNSIGNED_POLICY); Discouraged access: The type EngineActivator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
38. WARNING in /src/org/eclipse/equinox/p2/tests/engine/CertificateCheckerTest.java (at line 117) System.getProperties().remove(EngineActivator.PROP_UNSIGNED_POLICY); Discouraged access: The field PROP_UNSIGNED_POLICY from the type EngineActivator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
39. WARNING in /src/org/eclipse/equinox/p2/tests/engine/CertificateCheckerTest.java (at line 119) checker.add(unsigned); Discouraged access: The method add(File) from the type CertificateChecker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
40. WARNING in /src/org/eclipse/equinox/p2/tests/engine/CertificateCheckerTest.java (at line 120) IStatus result = checker.start(); Discouraged access: The method start() from the type CertificateChecker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
41. WARNING in /src/org/eclipse/equinox/p2/tests/engine/CertificateCheckerTest.java (at line 130) System.getProperties().setProperty(EngineActivator.PROP_UNSIGNED_POLICY, EngineActivator.UNSIGNED_PROMPT); Discouraged access: The type EngineActivator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
42. WARNING in /src/org/eclipse/equinox/p2/tests/engine/CertificateCheckerTest.java (at line 130) System.getProperties().setProperty(EngineActivator.PROP_UNSIGNED_POLICY, EngineActivator.UNSIGNED_PROMPT); Discouraged access: The field PROP_UNSIGNED_POLICY from the type EngineActivator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
43. WARNING in /src/org/eclipse/equinox/p2/tests/engine/CertificateCheckerTest.java (at line 130) System.getProperties().setProperty(EngineActivator.PROP_UNSIGNED_POLICY, EngineActivator.UNSIGNED_PROMPT); Discouraged access: The type EngineActivator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
44. WARNING in /src/org/eclipse/equinox/p2/tests/engine/CertificateCheckerTest.java (at line 130) System.getProperties().setProperty(EngineActivator.PROP_UNSIGNED_POLICY, EngineActivator.UNSIGNED_PROMPT); Discouraged access: The field UNSIGNED_PROMPT from the type EngineActivator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
45. WARNING in /src/org/eclipse/equinox/p2/tests/engine/CertificateCheckerTest.java (at line 132) checker.add(unsigned); Discouraged access: The method add(File) from the type CertificateChecker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
46. WARNING in /src/org/eclipse/equinox/p2/tests/engine/CertificateCheckerTest.java (at line 133) IStatus result = checker.start(); Discouraged access: The method start() from the type CertificateChecker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
47. WARNING in /src/org/eclipse/equinox/p2/tests/engine/CertificateCheckerTest.java (at line 137) System.getProperties().remove(EngineActivator.PROP_UNSIGNED_POLICY); Discouraged access: The type EngineActivator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
48. WARNING in /src/org/eclipse/equinox/p2/tests/engine/CertificateCheckerTest.java (at line 137) System.getProperties().remove(EngineActivator.PROP_UNSIGNED_POLICY); Discouraged access: The field PROP_UNSIGNED_POLICY from the type EngineActivator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
49. WARNING in /src/org/eclipse/equinox/p2/tests/engine/CertificateCheckerTest.java (at line 149) testAgent.registerService(UIServices.SERVICE_NAME, null); Discouraged access: The method registerService(String, Object) from the type ProvisioningAgent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
50. WARNING in /src/org/eclipse/equinox/p2/tests/engine/CertificateCheckerTest.java (at line 150) checker.add(unsigned); Discouraged access: The method add(File) from the type CertificateChecker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
51. WARNING in /src/org/eclipse/equinox/p2/tests/engine/CertificateCheckerTest.java (at line 152) System.getProperties().setProperty(EngineActivator.PROP_UNSIGNED_POLICY, EngineActivator.UNSIGNED_PROMPT); Discouraged access: The type EngineActivator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
52. WARNING in /src/org/eclipse/equinox/p2/tests/engine/CertificateCheckerTest.java (at line 152) System.getProperties().setProperty(EngineActivator.PROP_UNSIGNED_POLICY, EngineActivator.UNSIGNED_PROMPT); Discouraged access: The field PROP_UNSIGNED_POLICY from the type EngineActivator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
53. WARNING in /src/org/eclipse/equinox/p2/tests/engine/CertificateCheckerTest.java (at line 152) System.getProperties().setProperty(EngineActivator.PROP_UNSIGNED_POLICY, EngineActivator.UNSIGNED_PROMPT); Discouraged access: The type EngineActivator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
54. WARNING in /src/org/eclipse/equinox/p2/tests/engine/CertificateCheckerTest.java (at line 152) System.getProperties().setProperty(EngineActivator.PROP_UNSIGNED_POLICY, EngineActivator.UNSIGNED_PROMPT); Discouraged access: The field UNSIGNED_PROMPT from the type EngineActivator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
55. WARNING in /src/org/eclipse/equinox/p2/tests/engine/CertificateCheckerTest.java (at line 153) IStatus result = checker.start(); Discouraged access: The method start() from the type CertificateChecker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
56. WARNING in /src/org/eclipse/equinox/p2/tests/engine/CertificateCheckerTest.java (at line 156) System.getProperties().remove(EngineActivator.PROP_UNSIGNED_POLICY); Discouraged access: The type EngineActivator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
57. WARNING in /src/org/eclipse/equinox/p2/tests/engine/CertificateCheckerTest.java (at line 156) System.getProperties().remove(EngineActivator.PROP_UNSIGNED_POLICY); Discouraged access: The field PROP_UNSIGNED_POLICY from the type EngineActivator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstanceForCohostedMode.java (at line 11) 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/4M/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/planner/AgentPlanTestInExternalInstanceForCohostedMode.java (at line 17) 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/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstanceForCohostedMode.java (at line 28) SimpleProfileRegistry profileRegistry = (SimpleProfileRegistry) getProfileRegistry(); Discouraged access: The type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstanceForCohostedMode.java (at line 28) SimpleProfileRegistry profileRegistry = (SimpleProfileRegistry) getProfileRegistry(); Discouraged access: The type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstanceForCohostedMode.java (at line 30) 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/4M/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/planner/AgentPlanTestInExternalInstanceForCohostedMode.java (at line 45) SimpleProfileRegistry profileRegistry = (SimpleProfileRegistry) getProfileRegistry(); Discouraged access: The type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstanceForCohostedMode.java (at line 45) SimpleProfileRegistry profileRegistry = (SimpleProfileRegistry) getProfileRegistry(); Discouraged access: The type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstanceForCohostedMode.java (at line 47) 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/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstanceForCohostedMode.java (at line 66) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstanceForCohostedMode.java (at line 66) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstanceForCohostedMode.java (at line 66) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstanceForCohostedMode.java (at line 67) request.addInstallableUnits(new IInstallableUnit[] {a}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstanceForCohostedMode.java (at line 87) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstanceForCohostedMode.java (at line 87) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstanceForCohostedMode.java (at line 87) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstanceForCohostedMode.java (at line 88) request.addInstallableUnits(new IInstallableUnit[] {a}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstanceForCohostedMode.java (at line 109) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstanceForCohostedMode.java (at line 109) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstanceForCohostedMode.java (at line 109) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstanceForCohostedMode.java (at line 110) request.addInstallableUnits(new IInstallableUnit[] {a}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstanceForCohostedMode.java (at line 129) ProfileChangeRequest request = new ProfileChangeRequest(getProfile("installation")); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstanceForCohostedMode.java (at line 129) ProfileChangeRequest request = new ProfileChangeRequest(getProfile("installation")); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstanceForCohostedMode.java (at line 129) ProfileChangeRequest request = new ProfileChangeRequest(getProfile("installation")); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstanceForCohostedMode.java (at line 130) request.addInstallableUnits(new IInstallableUnit[] {a}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstanceForCohostedMode.java (at line 139) ProfileChangeRequest request2 = new ProfileChangeRequest(getProfile("installation")); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstanceForCohostedMode.java (at line 139) ProfileChangeRequest request2 = new ProfileChangeRequest(getProfile("installation")); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstanceForCohostedMode.java (at line 139) ProfileChangeRequest request2 = new ProfileChangeRequest(getProfile("installation")); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstanceForCohostedMode.java (at line 140) request2.addInstallableUnits(new IInstallableUnit[] {b}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstanceForCohostedMode.java (at line 163) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstanceForCohostedMode.java (at line 163) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstanceForCohostedMode.java (at line 163) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstanceForCohostedMode.java (at line 164) request.addInstallableUnits(new IInstallableUnit[] {a}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstanceForCohostedMode.java (at line 192) ProfileChangeRequest request = new ProfileChangeRequest(getProfile("installation")); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstanceForCohostedMode.java (at line 192) ProfileChangeRequest request = new ProfileChangeRequest(getProfile("installation")); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstanceForCohostedMode.java (at line 192) ProfileChangeRequest request = new ProfileChangeRequest(getProfile("installation")); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstanceForCohostedMode.java (at line 193) request.addInstallableUnits(new IInstallableUnit[] {a}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
37. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstanceForCohostedMode.java (at line 201) ProfileChangeRequest request2 = new ProfileChangeRequest(getProfile("installation")); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
38. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstanceForCohostedMode.java (at line 201) ProfileChangeRequest request2 = new ProfileChangeRequest(getProfile("installation")); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
39. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstanceForCohostedMode.java (at line 201) ProfileChangeRequest request2 = new ProfileChangeRequest(getProfile("installation")); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
40. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstanceForCohostedMode.java (at line 202) request2.addInstallableUnits(new IInstallableUnit[] {b}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
41. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstanceForCohostedMode.java (at line 243) ProfileChangeRequest request = new ProfileChangeRequest(getProfile("installation")); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
42. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstanceForCohostedMode.java (at line 243) ProfileChangeRequest request = new ProfileChangeRequest(getProfile("installation")); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
43. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstanceForCohostedMode.java (at line 243) ProfileChangeRequest request = new ProfileChangeRequest(getProfile("installation")); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
44. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstanceForCohostedMode.java (at line 244) request.addInstallableUnits(new IInstallableUnit[] {a}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
45. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstanceForCohostedMode.java (at line 252) ProfileChangeRequest request2 = new ProfileChangeRequest(getProfile("installation")); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
46. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstanceForCohostedMode.java (at line 252) ProfileChangeRequest request2 = new ProfileChangeRequest(getProfile("installation")); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
47. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstanceForCohostedMode.java (at line 252) ProfileChangeRequest request2 = new ProfileChangeRequest(getProfile("installation")); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
48. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstanceForCohostedMode.java (at line 253) request2.addInstallableUnits(new IInstallableUnit[] {b}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
49. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstanceForCohostedMode.java (at line 261) ProfileChangeRequest requestForC = new ProfileChangeRequest(getProfile("installation")); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
50. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstanceForCohostedMode.java (at line 261) ProfileChangeRequest requestForC = new ProfileChangeRequest(getProfile("installation")); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
51. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstanceForCohostedMode.java (at line 261) ProfileChangeRequest requestForC = new ProfileChangeRequest(getProfile("installation")); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
52. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstanceForCohostedMode.java (at line 262) requestForC.addInstallableUnits(new IInstallableUnit[] {c}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
53. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstanceForCohostedMode.java (at line 270) ProfileChangeRequest requestUpdateA = new ProfileChangeRequest(getProfile("installation")); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
54. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstanceForCohostedMode.java (at line 270) ProfileChangeRequest requestUpdateA = new ProfileChangeRequest(getProfile("installation")); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
55. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstanceForCohostedMode.java (at line 270) ProfileChangeRequest requestUpdateA = new ProfileChangeRequest(getProfile("installation")); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
56. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstanceForCohostedMode.java (at line 271) requestUpdateA.removeInstallableUnits(new IInstallableUnit[] {a}); Discouraged access: The method removeInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
57. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstanceForCohostedMode.java (at line 272) requestUpdateA.addInstallableUnits(new IInstallableUnit[] {a111}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
58. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstanceForCohostedMode.java (at line 282) ProfileChangeRequest request3 = new ProfileChangeRequest(getProfile("installation")); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
59. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstanceForCohostedMode.java (at line 282) ProfileChangeRequest request3 = new ProfileChangeRequest(getProfile("installation")); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
60. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstanceForCohostedMode.java (at line 282) ProfileChangeRequest request3 = new ProfileChangeRequest(getProfile("installation")); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
61. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstanceForCohostedMode.java (at line 283) request3.removeInstallableUnits(new IInstallableUnit[] {a111}); Discouraged access: The method removeInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
62. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstanceForCohostedMode.java (at line 291) ProfileChangeRequest request4 = new ProfileChangeRequest(getProfile("installation")); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
63. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstanceForCohostedMode.java (at line 291) ProfileChangeRequest request4 = new ProfileChangeRequest(getProfile("installation")); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
64. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstanceForCohostedMode.java (at line 291) ProfileChangeRequest request4 = new ProfileChangeRequest(getProfile("installation")); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
65. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstanceForCohostedMode.java (at line 292) request4.removeInstallableUnits(new IInstallableUnit[] {c}); Discouraged access: The method removeInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
66. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstanceForCohostedMode.java (at line 300) ProfileChangeRequest requestForD = new ProfileChangeRequest(getProfile("installation")); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
67. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstanceForCohostedMode.java (at line 300) ProfileChangeRequest requestForD = new ProfileChangeRequest(getProfile("installation")); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
68. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstanceForCohostedMode.java (at line 300) ProfileChangeRequest requestForD = new ProfileChangeRequest(getProfile("installation")); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
69. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstanceForCohostedMode.java (at line 301) requestForD.addInstallableUnits(new IInstallableUnit[] {d}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
70. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstanceForCohostedMode.java (at line 331) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
71. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstanceForCohostedMode.java (at line 331) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
72. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstanceForCohostedMode.java (at line 331) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
73. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstanceForCohostedMode.java (at line 332) request.addInstallableUnits(new IInstallableUnit[] {a, d}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
74. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstanceForCohostedMode.java (at line 335) assertEquals(request.getProfile(), plan.getProfile()); Discouraged access: The method getProfile() from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/BasicProductTests.java (at line 17) import org.eclipse.equinox.internal.p2.update.Configuration; Discouraged access: The type Configuration is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/BasicProductTests.java (at line 48) Configuration config = loadConfiguration(); Discouraged access: The type Configuration is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/BasicProductTests.java (at line 76) Configuration config = loadConfiguration(); Discouraged access: The type Configuration is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/CollectActionTest.java (at line 15) import org.eclipse.equinox.internal.p2.engine.InstallableUnitOperand; Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/CollectActionTest.java (at line 16) import org.eclipse.equinox.internal.p2.engine.phases.Collect; Discouraged access: The type Collect is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/CollectActionTest.java (at line 17) import org.eclipse.equinox.internal.p2.touchpoint.eclipse.EclipseTouchpoint; Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/CollectActionTest.java (at line 18) import org.eclipse.equinox.internal.p2.touchpoint.eclipse.Util; Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/CollectActionTest.java (at line 19) import org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.ActionConstants; Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/CollectActionTest.java (at line 20) import org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.CollectAction; Discouraged access: The type CollectAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/CollectActionTest.java (at line 24) import org.eclipse.equinox.p2.publisher.eclipse.BundlesAction; Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/CollectActionTest.java (at line 47) Util.getBundlePoolRepository(getAgent(), profile); Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/CollectActionTest.java (at line 47) Util.getBundlePoolRepository(getAgent(), profile); Discouraged access: The method getBundlePoolRepository(IProvisioningAgent, IProfile) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/CollectActionTest.java (at line 55) BundleDescription bundleDescription = BundlesAction.createBundleDescription(osgiTarget); Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/CollectActionTest.java (at line 55) BundleDescription bundleDescription = BundlesAction.createBundleDescription(osgiTarget); Discouraged access: The method createBundleDescription(File) from the type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/CollectActionTest.java (at line 56) IArtifactKey key = BundlesAction.createBundleArtifactKey(bundleDescription.getSymbolicName(), bundleDescription.getVersion().toString()); Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/CollectActionTest.java (at line 56) IArtifactKey key = BundlesAction.createBundleArtifactKey(bundleDescription.getSymbolicName(), bundleDescription.getVersion().toString()); Discouraged access: The method createBundleArtifactKey(String, String) from the type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/CollectActionTest.java (at line 63) parameters.put(ActionConstants.PARM_AGENT, getAgent()); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/CollectActionTest.java (at line 63) parameters.put(ActionConstants.PARM_AGENT, getAgent()); Discouraged access: The field PARM_AGENT from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/CollectActionTest.java (at line 64) parameters.put(ActionConstants.PARM_PROFILE, profile); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/CollectActionTest.java (at line 64) parameters.put(ActionConstants.PARM_PROFILE, profile); Discouraged access: The field PARM_PROFILE from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/CollectActionTest.java (at line 65) parameters.put(Collect.PARM_ARTIFACT_REQUESTS, new ArrayList<IArtifactRequest[]>()); Discouraged access: The type Collect is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/CollectActionTest.java (at line 65) parameters.put(Collect.PARM_ARTIFACT_REQUESTS, new ArrayList<IArtifactRequest[]>()); Discouraged access: The field PARM_ARTIFACT_REQUESTS from the type Collect is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/CollectActionTest.java (at line 66) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/CollectActionTest.java (at line 66) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The constructor EclipseTouchpoint() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/CollectActionTest.java (at line 66) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/CollectActionTest.java (at line 67) touchpoint.initializePhase(null, profile, "test", parameters); Discouraged access: The method initializePhase(IProgressMonitor, IProfile, String, Map<String,Object>) from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/CollectActionTest.java (at line 68) InstallableUnitOperand operand = new InstallableUnitOperand(null, iu); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/CollectActionTest.java (at line 68) InstallableUnitOperand operand = new InstallableUnitOperand(null, iu); Discouraged access: The constructor InstallableUnitOperand(IInstallableUnit, IInstallableUnit) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/CollectActionTest.java (at line 68) InstallableUnitOperand operand = new InstallableUnitOperand(null, iu); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/CollectActionTest.java (at line 69) parameters.put("iu", operand.second()); Discouraged access: The method second() from the type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/CollectActionTest.java (at line 70) touchpoint.initializeOperand(profile, parameters); Discouraged access: The method initializeOperand(IProfile, Map<String,Object>) from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/CollectActionTest.java (at line 73) List<IArtifactRequest[]> requests = (List<IArtifactRequest[]>) parameters.get(Collect.PARM_ARTIFACT_REQUESTS); Discouraged access: The type Collect is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/CollectActionTest.java (at line 73) List<IArtifactRequest[]> requests = (List<IArtifactRequest[]>) parameters.get(Collect.PARM_ARTIFACT_REQUESTS); Discouraged access: The field PARM_ARTIFACT_REQUESTS from the type Collect is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/CollectActionTest.java (at line 75) CollectAction action = new CollectAction(); Discouraged access: The type CollectAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/CollectActionTest.java (at line 75) CollectAction action = new CollectAction(); Discouraged access: The constructor CollectAction() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/CollectActionTest.java (at line 75) CollectAction action = new CollectAction(); Discouraged access: The type CollectAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/CollectActionTest.java (at line 76) action.execute(parameters); Discouraged access: The method execute(Map<String,Object>) from the type CollectAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/CollectActionTest.java (at line 79) action.undo(parameters); Discouraged access: The method undo(Map<String,Object>) from the type CollectAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerOneInstalledTwoBeingInstalled.java (at line 14) import org.eclipse.equinox.internal.p2.operations.RequestFlexer; Discouraged access: The type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerOneInstalledTwoBeingInstalled.java (at line 96) RequestFlexer av = new RequestFlexer(planner); Discouraged access: The type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerOneInstalledTwoBeingInstalled.java (at line 96) RequestFlexer av = new RequestFlexer(planner); Discouraged access: The constructor RequestFlexer(IPlanner) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerOneInstalledTwoBeingInstalled.java (at line 96) RequestFlexer av = new RequestFlexer(planner); Discouraged access: The type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerOneInstalledTwoBeingInstalled.java (at line 97) av.setAllowDifferentVersion(true); Discouraged access: The method setAllowDifferentVersion(boolean) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerOneInstalledTwoBeingInstalled.java (at line 98) av.setProvisioningContext(context); Discouraged access: The method setProvisioningContext(ProvisioningContext) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerOneInstalledTwoBeingInstalled.java (at line 99) IProfileChangeRequest realRequest = av.getChangeRequest(originalRequest, profile, new NullProgressMonitor()); Discouraged access: The method getChangeRequest(IProfileChangeRequest, IProfile, IProgressMonitor) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerOneInstalledTwoBeingInstalled.java (at line 108) RequestFlexer av = new RequestFlexer(planner); Discouraged access: The type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerOneInstalledTwoBeingInstalled.java (at line 108) RequestFlexer av = new RequestFlexer(planner); Discouraged access: The constructor RequestFlexer(IPlanner) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerOneInstalledTwoBeingInstalled.java (at line 108) RequestFlexer av = new RequestFlexer(planner); Discouraged access: The type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerOneInstalledTwoBeingInstalled.java (at line 109) av.setAllowPartialInstall(true); Discouraged access: The method setAllowPartialInstall(boolean) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerOneInstalledTwoBeingInstalled.java (at line 110) av.setProvisioningContext(context); Discouraged access: The method setProvisioningContext(ProvisioningContext) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerOneInstalledTwoBeingInstalled.java (at line 111) IProfileChangeRequest realRequest = av.getChangeRequest(originalRequest, profile, new NullProgressMonitor()); Discouraged access: The method getChangeRequest(IProfileChangeRequest, IProfile, IProgressMonitor) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerOneInstalledTwoBeingInstalled.java (at line 118) RequestFlexer av = new RequestFlexer(planner); Discouraged access: The type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerOneInstalledTwoBeingInstalled.java (at line 118) RequestFlexer av = new RequestFlexer(planner); Discouraged access: The constructor RequestFlexer(IPlanner) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerOneInstalledTwoBeingInstalled.java (at line 118) RequestFlexer av = new RequestFlexer(planner); Discouraged access: The type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerOneInstalledTwoBeingInstalled.java (at line 119) av.setAllowInstalledElementChange(true); Discouraged access: The method setAllowInstalledElementChange(boolean) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerOneInstalledTwoBeingInstalled.java (at line 120) av.setAllowDifferentVersion(true); Discouraged access: The method setAllowDifferentVersion(boolean) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerOneInstalledTwoBeingInstalled.java (at line 121) av.setProvisioningContext(context); Discouraged access: The method setProvisioningContext(ProvisioningContext) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerOneInstalledTwoBeingInstalled.java (at line 122) IProfileChangeRequest realRequest = av.getChangeRequest(originalRequest, profile, new NullProgressMonitor()); Discouraged access: The method getChangeRequest(IProfileChangeRequest, IProfile, IProgressMonitor) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SimpleOptionalTest4.java (at line 11) 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/4M/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/planner/SimpleOptionalTest4.java (at line 56) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SimpleOptionalTest4.java (at line 56) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SimpleOptionalTest4.java (at line 56) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SimpleOptionalTest4.java (at line 57) req.addInstallableUnits(new IInstallableUnit[] {a1, b1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationDeepConflict.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/4M/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/planner/ExplanationDeepConflict.java (at line 15) import org.eclipse.equinox.internal.p2.engine.ProvisioningPlan; Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationDeepConflict.java (at line 23) import org.eclipse.equinox.spi.p2.publisher.PublisherHelper; Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationDeepConflict.java (at line 34) sdk = createIU("SDK", PublisherHelper.fromOSGiVersion(new org.osgi.framework.Version("1.0.0")), createRequiredCapabilities(IInstallableUnit.NAMESPACE_IU_ID, "SDKPart", new VersionRange("[1.0.0, 1.0.0]"))); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationDeepConflict.java (at line 34) sdk = createIU("SDK", PublisherHelper.fromOSGiVersion(new org.osgi.framework.Version("1.0.0")), createRequiredCapabilities(IInstallableUnit.NAMESPACE_IU_ID, "SDKPart", new VersionRange("[1.0.0, 1.0.0]"))); Discouraged access: The method fromOSGiVersion(Version) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationDeepConflict.java (at line 35) IInstallableUnit sdkPart = createIU("SDKPart", PublisherHelper.fromOSGiVersion(new org.osgi.framework.Version("1.0.0")), createRequiredCapabilities(IInstallableUnit.NAMESPACE_IU_ID, "InnerSDKPart", new VersionRange("[1.0.0, 1.0.0]"))); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationDeepConflict.java (at line 35) IInstallableUnit sdkPart = createIU("SDKPart", PublisherHelper.fromOSGiVersion(new org.osgi.framework.Version("1.0.0")), createRequiredCapabilities(IInstallableUnit.NAMESPACE_IU_ID, "InnerSDKPart", new VersionRange("[1.0.0, 1.0.0]"))); Discouraged access: The method fromOSGiVersion(Version) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationDeepConflict.java (at line 36) IInstallableUnit innerSdkPart = createIU("InnerSDKPart", PublisherHelper.fromOSGiVersion(new org.osgi.framework.Version("1.0.0")), createRequiredCapabilities(IInstallableUnit.NAMESPACE_IU_ID, "InnerInnerSDKPart", new VersionRange("[1.0.0, 1.0.0]"))); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationDeepConflict.java (at line 36) IInstallableUnit innerSdkPart = createIU("InnerSDKPart", PublisherHelper.fromOSGiVersion(new org.osgi.framework.Version("1.0.0")), createRequiredCapabilities(IInstallableUnit.NAMESPACE_IU_ID, "InnerInnerSDKPart", new VersionRange("[1.0.0, 1.0.0]"))); Discouraged access: The method fromOSGiVersion(Version) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationDeepConflict.java (at line 37) IInstallableUnit innerInnerSDKPart = createIU("InnerInnerSDKPart", PublisherHelper.fromOSGiVersion(new org.osgi.framework.Version("1.0.0")), true); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationDeepConflict.java (at line 37) IInstallableUnit innerInnerSDKPart = createIU("InnerInnerSDKPart", PublisherHelper.fromOSGiVersion(new org.osgi.framework.Version("1.0.0")), true); Discouraged access: The method fromOSGiVersion(Version) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationDeepConflict.java (at line 45) ProfileChangeRequest pcr = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationDeepConflict.java (at line 45) ProfileChangeRequest pcr = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationDeepConflict.java (at line 45) ProfileChangeRequest pcr = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationDeepConflict.java (at line 46) pcr.addInstallableUnits(new IInstallableUnit[] {sdk}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationDeepConflict.java (at line 53) IInstallableUnit cdt = createIU("CDT", PublisherHelper.fromOSGiVersion(new org.osgi.framework.Version("1.0.0")), createRequiredCapabilities(IInstallableUnit.NAMESPACE_IU_ID, "CDTPart", new VersionRange("[1.0.0, 1.0.0]"))); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationDeepConflict.java (at line 53) IInstallableUnit cdt = createIU("CDT", PublisherHelper.fromOSGiVersion(new org.osgi.framework.Version("1.0.0")), createRequiredCapabilities(IInstallableUnit.NAMESPACE_IU_ID, "CDTPart", new VersionRange("[1.0.0, 1.0.0]"))); Discouraged access: The method fromOSGiVersion(Version) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationDeepConflict.java (at line 54) IInstallableUnit cdtPart = createIU("CDTPart", PublisherHelper.fromOSGiVersion(new org.osgi.framework.Version("1.0.0")), createRequiredCapabilities(IInstallableUnit.NAMESPACE_IU_ID, "InnerInnerSDKPart", new VersionRange("[2.0.0, 2.0.0]"))); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationDeepConflict.java (at line 54) IInstallableUnit cdtPart = createIU("CDTPart", PublisherHelper.fromOSGiVersion(new org.osgi.framework.Version("1.0.0")), createRequiredCapabilities(IInstallableUnit.NAMESPACE_IU_ID, "InnerInnerSDKPart", new VersionRange("[2.0.0, 2.0.0]"))); Discouraged access: The method fromOSGiVersion(Version) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationDeepConflict.java (at line 55) IInstallableUnit innerInnerSDKPart2 = createIU("InnerInnerSDKPart", PublisherHelper.fromOSGiVersion(new org.osgi.framework.Version("2.0.0")), true); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationDeepConflict.java (at line 55) IInstallableUnit innerInnerSDKPart2 = createIU("InnerInnerSDKPart", PublisherHelper.fromOSGiVersion(new org.osgi.framework.Version("2.0.0")), true); Discouraged access: The method fromOSGiVersion(Version) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationDeepConflict.java (at line 58) ProfileChangeRequest pcr = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationDeepConflict.java (at line 58) ProfileChangeRequest pcr = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationDeepConflict.java (at line 58) ProfileChangeRequest pcr = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationDeepConflict.java (at line 59) pcr.addInstallableUnits(new IInstallableUnit[] {cdt}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationDeepConflict.java (at line 60) ProvisioningPlan plan = (ProvisioningPlan) planner.getProvisioningPlan(pcr, null, null); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationDeepConflict.java (at line 60) ProvisioningPlan plan = (ProvisioningPlan) planner.getProvisioningPlan(pcr, null, null); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationDeepConflict.java (at line 62) RequestStatus requestStatus = ((PlannerStatus) plan.getStatus()).getRequestStatus(); Discouraged access: The type RequestStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationDeepConflict.java (at line 62) RequestStatus requestStatus = ((PlannerStatus) plan.getStatus()).getRequestStatus(); Discouraged access: The method getRequestStatus() from the type PlannerStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationDeepConflict.java (at line 62) RequestStatus requestStatus = ((PlannerStatus) plan.getStatus()).getRequestStatus(); Discouraged access: The type PlannerStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationDeepConflict.java (at line 62) RequestStatus requestStatus = ((PlannerStatus) plan.getStatus()).getRequestStatus(); Discouraged access: The method getStatus() from the type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationDeepConflict.java (at line 63) assertTrue(requestStatus.getConflictsWithInstalledRoots().contains(cdt)); Discouraged access: The method getConflictsWithInstalledRoots() from the type RequestStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationDeepConflict.java (at line 65) assertFalse(requestStatus.getConflictsWithInstalledRoots().contains(sdk)); Discouraged access: The method getConflictsWithInstalledRoots() from the type RequestStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationDeepConflict.java (at line 66) assertTrue(requestStatus.getConflictsWithAnyRoots().contains(sdk)); Discouraged access: The method getConflictsWithAnyRoots() from the type RequestStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallFeatureActionTest.java (at line 15) import org.eclipse.equinox.internal.p2.engine.InstallableUnitOperand; Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallFeatureActionTest.java (at line 16) import org.eclipse.equinox.internal.p2.publisher.eclipse.FeatureParser; Discouraged access: The type FeatureParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallFeatureActionTest.java (at line 18) import org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.ActionConstants; Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallFeatureActionTest.java (at line 19) import org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.UninstallFeatureAction; Discouraged access: The type UninstallFeatureAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallFeatureActionTest.java (at line 20) import org.eclipse.equinox.internal.p2.update.Site; Discouraged access: The type Site is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallFeatureActionTest.java (at line 24) import org.eclipse.equinox.p2.publisher.PublisherInfo; Discouraged access: The type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallFeatureActionTest.java (at line 25) import org.eclipse.equinox.p2.publisher.eclipse.Feature; Discouraged access: The type Feature is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallFeatureActionTest.java (at line 26) import org.eclipse.equinox.p2.publisher.eclipse.FeaturesAction; Discouraged access: The type FeaturesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallFeatureActionTest.java (at line 30) import org.eclipse.equinox.spi.p2.publisher.PublisherHelper; Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallFeatureActionTest.java (at line 53) IFileArtifactRepository bundlePool = Util.getBundlePoolRepository(getAgent(), profile); Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallFeatureActionTest.java (at line 53) IFileArtifactRepository bundlePool = Util.getBundlePoolRepository(getAgent(), profile); Discouraged access: The method getBundlePoolRepository(IProvisioningAgent, IProfile) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallFeatureActionTest.java (at line 60) FeatureParser parser = new FeatureParser(); Discouraged access: The type FeatureParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallFeatureActionTest.java (at line 60) FeatureParser parser = new FeatureParser(); Discouraged access: The constructor FeatureParser() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallFeatureActionTest.java (at line 60) FeatureParser parser = new FeatureParser(); Discouraged access: The type FeatureParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallFeatureActionTest.java (at line 61) Feature feature = parser.parse(featureTarget); Discouraged access: The type Feature is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallFeatureActionTest.java (at line 61) Feature feature = parser.parse(featureTarget); Discouraged access: The method parse(File) from the type FeatureParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallFeatureActionTest.java (at line 63) final PublisherInfo info = new PublisherInfo(); Discouraged access: The type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallFeatureActionTest.java (at line 63) final PublisherInfo info = new PublisherInfo(); Discouraged access: The constructor PublisherInfo() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallFeatureActionTest.java (at line 63) final PublisherInfo info = new PublisherInfo(); Discouraged access: The type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallFeatureActionTest.java (at line 64) info.setArtifactRepository(bundlePool); Discouraged access: The method setArtifactRepository(IArtifactRepository) from the type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallFeatureActionTest.java (at line 65) IArtifactKey key = FeaturesAction.createFeatureArtifactKey(feature.getId(), feature.getVersion()); Discouraged access: The type FeaturesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallFeatureActionTest.java (at line 65) IArtifactKey key = FeaturesAction.createFeatureArtifactKey(feature.getId(), feature.getVersion()); Discouraged access: The method createFeatureArtifactKey(String, String) from the type FeaturesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallFeatureActionTest.java (at line 65) IArtifactKey key = FeaturesAction.createFeatureArtifactKey(feature.getId(), feature.getVersion()); Discouraged access: The method getId() from the type Feature is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallFeatureActionTest.java (at line 65) IArtifactKey key = FeaturesAction.createFeatureArtifactKey(feature.getId(), feature.getVersion()); Discouraged access: The method getVersion() from the type Feature is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallFeatureActionTest.java (at line 66) IArtifactDescriptor descriptor = PublisherHelper.createArtifactDescriptor(info, key, featureTarget); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallFeatureActionTest.java (at line 66) IArtifactDescriptor descriptor = PublisherHelper.createArtifactDescriptor(info, key, featureTarget); Discouraged access: The method createArtifactDescriptor(IPublisherInfo, IArtifactKey, File) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallFeatureActionTest.java (at line 68) IInstallableUnit iu = FeaturesAction.createFeatureJarIU(feature, info); Discouraged access: The type FeaturesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallFeatureActionTest.java (at line 68) IInstallableUnit iu = FeaturesAction.createFeatureJarIU(feature, info); Discouraged access: The method createFeatureJarIU(Feature, IPublisherInfo) from the type FeaturesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallFeatureActionTest.java (at line 73) parameters.put(ActionConstants.PARM_AGENT, getAgent()); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallFeatureActionTest.java (at line 73) parameters.put(ActionConstants.PARM_AGENT, getAgent()); Discouraged access: The field PARM_AGENT from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallFeatureActionTest.java (at line 74) parameters.put(ActionConstants.PARM_PROFILE, profile); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallFeatureActionTest.java (at line 74) parameters.put(ActionConstants.PARM_PROFILE, profile); Discouraged access: The field PARM_PROFILE from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallFeatureActionTest.java (at line 75) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallFeatureActionTest.java (at line 75) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The constructor EclipseTouchpoint() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallFeatureActionTest.java (at line 75) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallFeatureActionTest.java (at line 76) touchpoint.initializePhase(null, profile, "test", parameters); Discouraged access: The method initializePhase(IProgressMonitor, IProfile, String, Map<String,Object>) from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
37. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallFeatureActionTest.java (at line 77) InstallableUnitOperand operand = new InstallableUnitOperand(null, iu); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
38. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallFeatureActionTest.java (at line 77) InstallableUnitOperand operand = new InstallableUnitOperand(null, iu); Discouraged access: The constructor InstallableUnitOperand(IInstallableUnit, IInstallableUnit) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
39. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallFeatureActionTest.java (at line 77) InstallableUnitOperand operand = new InstallableUnitOperand(null, iu); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
40. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallFeatureActionTest.java (at line 78) parameters.put("iu", operand.second()); Discouraged access: The method second() from the type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
41. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallFeatureActionTest.java (at line 79) touchpoint.initializeOperand(profile, parameters); Discouraged access: The method initializeOperand(IProfile, Map<String,Object>) from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
42. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallFeatureActionTest.java (at line 81) parameters.put(ActionConstants.PARM_FEATURE, key.toString()); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
43. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallFeatureActionTest.java (at line 81) parameters.put(ActionConstants.PARM_FEATURE, key.toString()); Discouraged access: The field PARM_FEATURE from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
44. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallFeatureActionTest.java (at line 82) parameters.put(ActionConstants.PARM_FEATURE_ID, ActionConstants.PARM_DEFAULT_VALUE); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
45. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallFeatureActionTest.java (at line 82) parameters.put(ActionConstants.PARM_FEATURE_ID, ActionConstants.PARM_DEFAULT_VALUE); Discouraged access: The field PARM_FEATURE_ID from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
46. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallFeatureActionTest.java (at line 82) parameters.put(ActionConstants.PARM_FEATURE_ID, ActionConstants.PARM_DEFAULT_VALUE); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
47. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallFeatureActionTest.java (at line 82) parameters.put(ActionConstants.PARM_FEATURE_ID, ActionConstants.PARM_DEFAULT_VALUE); Discouraged access: The field PARM_DEFAULT_VALUE from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
48. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallFeatureActionTest.java (at line 83) parameters.put(ActionConstants.PARM_FEATURE_VERSION, ActionConstants.PARM_DEFAULT_VALUE); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
49. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallFeatureActionTest.java (at line 83) parameters.put(ActionConstants.PARM_FEATURE_VERSION, ActionConstants.PARM_DEFAULT_VALUE); Discouraged access: The field PARM_FEATURE_VERSION from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
50. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallFeatureActionTest.java (at line 83) parameters.put(ActionConstants.PARM_FEATURE_VERSION, ActionConstants.PARM_DEFAULT_VALUE); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
51. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallFeatureActionTest.java (at line 83) parameters.put(ActionConstants.PARM_FEATURE_VERSION, ActionConstants.PARM_DEFAULT_VALUE); Discouraged access: The field PARM_DEFAULT_VALUE from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
52. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallFeatureActionTest.java (at line 86) PlatformConfigurationWrapper configuration = (PlatformConfigurationWrapper) parameters.get(EclipseTouchpoint.PARM_PLATFORM_CONFIGURATION); Discouraged access: The type PlatformConfigurationWrapper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
53. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallFeatureActionTest.java (at line 86) PlatformConfigurationWrapper configuration = (PlatformConfigurationWrapper) parameters.get(EclipseTouchpoint.PARM_PLATFORM_CONFIGURATION); Discouraged access: The type PlatformConfigurationWrapper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
54. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallFeatureActionTest.java (at line 86) PlatformConfigurationWrapper configuration = (PlatformConfigurationWrapper) parameters.get(EclipseTouchpoint.PARM_PLATFORM_CONFIGURATION); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
55. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallFeatureActionTest.java (at line 86) PlatformConfigurationWrapper configuration = (PlatformConfigurationWrapper) parameters.get(EclipseTouchpoint.PARM_PLATFORM_CONFIGURATION); Discouraged access: The field PARM_PLATFORM_CONFIGURATION from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
56. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallFeatureActionTest.java (at line 95) configuration.addFeatureEntry(featureTarget, feature.getId(), feature.getVersion(), pluginId, pluginVersion, isPrimary, application, /*root*/null, iu.getProperty(Site.PROP_LINK_FILE)); Discouraged access: The method addFeatureEntry(File, String, String, String, String, boolean, String, URL[], String) from the type PlatformConfigurationWrapper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
57. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallFeatureActionTest.java (at line 95) configuration.addFeatureEntry(featureTarget, feature.getId(), feature.getVersion(), pluginId, pluginVersion, isPrimary, application, /*root*/null, iu.getProperty(Site.PROP_LINK_FILE)); Discouraged access: The method getId() from the type Feature is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
58. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallFeatureActionTest.java (at line 95) configuration.addFeatureEntry(featureTarget, feature.getId(), feature.getVersion(), pluginId, pluginVersion, isPrimary, application, /*root*/null, iu.getProperty(Site.PROP_LINK_FILE)); Discouraged access: The method getVersion() from the type Feature is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
59. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallFeatureActionTest.java (at line 95) configuration.addFeatureEntry(featureTarget, feature.getId(), feature.getVersion(), pluginId, pluginVersion, isPrimary, application, /*root*/null, iu.getProperty(Site.PROP_LINK_FILE)); Discouraged access: The type Site is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
60. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallFeatureActionTest.java (at line 95) configuration.addFeatureEntry(featureTarget, feature.getId(), feature.getVersion(), pluginId, pluginVersion, isPrimary, application, /*root*/null, iu.getProperty(Site.PROP_LINK_FILE)); Discouraged access: The field PROP_LINK_FILE from the type Site is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
61. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallFeatureActionTest.java (at line 98) assertTrue(configuration.containsFeature(siteURI, feature.getId(), feature.getVersion())); Discouraged access: The method containsFeature(URI, String, String) from the type PlatformConfigurationWrapper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
62. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallFeatureActionTest.java (at line 98) assertTrue(configuration.containsFeature(siteURI, feature.getId(), feature.getVersion())); Discouraged access: The method getId() from the type Feature is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
63. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallFeatureActionTest.java (at line 98) assertTrue(configuration.containsFeature(siteURI, feature.getId(), feature.getVersion())); Discouraged access: The method getVersion() from the type Feature is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
64. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallFeatureActionTest.java (at line 99) UninstallFeatureAction action = new UninstallFeatureAction(); Discouraged access: The type UninstallFeatureAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
65. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallFeatureActionTest.java (at line 99) UninstallFeatureAction action = new UninstallFeatureAction(); Discouraged access: The constructor UninstallFeatureAction() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
66. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallFeatureActionTest.java (at line 99) UninstallFeatureAction action = new UninstallFeatureAction(); Discouraged access: The type UninstallFeatureAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
67. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallFeatureActionTest.java (at line 100) action.execute(parameters); Discouraged access: The method execute(Map<String,Object>) from the type UninstallFeatureAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
68. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallFeatureActionTest.java (at line 101) assertFalse(configuration.containsFeature(siteURI, feature.getId(), feature.getVersion())); Discouraged access: The method containsFeature(URI, String, String) from the type PlatformConfigurationWrapper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
69. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallFeatureActionTest.java (at line 101) assertFalse(configuration.containsFeature(siteURI, feature.getId(), feature.getVersion())); Discouraged access: The method getId() from the type Feature is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
70. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallFeatureActionTest.java (at line 101) assertFalse(configuration.containsFeature(siteURI, feature.getId(), feature.getVersion())); Discouraged access: The method getVersion() from the type Feature is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
71. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallFeatureActionTest.java (at line 102) action.undo(parameters); Discouraged access: The method undo(Map<String,Object>) from the type UninstallFeatureAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
72. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallFeatureActionTest.java (at line 103) assertTrue(configuration.containsFeature(siteURI, feature.getId(), feature.getVersion())); Discouraged access: The method containsFeature(URI, String, String) from the type PlatformConfigurationWrapper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
73. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallFeatureActionTest.java (at line 103) assertTrue(configuration.containsFeature(siteURI, feature.getId(), feature.getVersion())); Discouraged access: The method getId() from the type Feature is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
74. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UninstallFeatureActionTest.java (at line 103) assertTrue(configuration.containsFeature(siteURI, feature.getId(), feature.getVersion())); Discouraged access: The method getVersion() from the type Feature is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java (at line 29) import org.eclipse.equinox.internal.p2.publisher.eclipse.ProductFile; Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java (at line 32) import org.eclipse.equinox.p2.publisher.actions.QueryableFilterAdvice; Discouraged access: The type QueryableFilterAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java (at line 33) import org.eclipse.equinox.p2.publisher.eclipse.IConfigAdvice; Discouraged access: The type IConfigAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java (at line 34) import org.eclipse.equinox.p2.publisher.eclipse.ProductAction; Discouraged access: The type ProductAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java (at line 48) private static final String WIN_CONFIG_SPEC = AbstractPublisherAction.createConfigSpec("win32", "win32", "x86"); Discouraged access: The type AbstractPublisherAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java (at line 48) private static final String WIN_CONFIG_SPEC = AbstractPublisherAction.createConfigSpec("win32", "win32", "x86"); Discouraged access: The method createConfigSpec(String, String, String) from the type AbstractPublisherAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java (at line 49) private static final String LINUX_CONFIG_SPEC = AbstractPublisherAction.createConfigSpec("gtk", "linux", "x86"); Discouraged access: The type AbstractPublisherAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java (at line 49) private static final String LINUX_CONFIG_SPEC = AbstractPublisherAction.createConfigSpec("gtk", "linux", "x86"); Discouraged access: The method createConfigSpec(String, String, String) from the type AbstractPublisherAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java (at line 57) protected IPublisherInfo createPublisherInfoMock() { Discouraged access: The type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java (at line 59) return createNiceMock(IPublisherInfo.class); Discouraged access: The type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java (at line 68) PublisherInfo publisherInfoImpl = new PublisherInfo(); Discouraged access: The type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java (at line 68) PublisherInfo publisherInfoImpl = new PublisherInfo(); Discouraged access: The constructor PublisherInfo() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java (at line 68) PublisherInfo publisherInfoImpl = new PublisherInfo(); Discouraged access: The type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java (at line 69) publisherInfoImpl.setArtifactRepository(artifactRepository); Discouraged access: The method setArtifactRepository(IArtifactRepository) from the type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java (at line 70) publisherInfoImpl.setArtifactOptions(IPublisherInfo.A_PUBLISH); Discouraged access: The method setArtifactOptions(int) from the type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java (at line 70) publisherInfoImpl.setArtifactOptions(IPublisherInfo.A_PUBLISH); Discouraged access: The type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java (at line 70) publisherInfoImpl.setArtifactOptions(IPublisherInfo.A_PUBLISH); Discouraged access: The field A_PUBLISH from the type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java (at line 71) publisherInfoImpl.setConfigurations(new String[] {configSpec}); Discouraged access: The method setConfigurations(String[]) from the type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java (at line 81) ProductFile productFile = new ProductFile(TestData.getFile("ProductActionTest", "brandedProduct/branded.product").toString()); Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java (at line 81) ProductFile productFile = new ProductFile(TestData.getFile("ProductActionTest", "brandedProduct/branded.product").toString()); Discouraged access: The constructor ProductFile(String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java (at line 81) ProductFile productFile = new ProductFile(TestData.getFile("ProductActionTest", "brandedProduct/branded.product").toString()); Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java (at line 85) Collection ius = publisherResult.getIUs("branded.product", IPublisherResult.NON_ROOT); Discouraged access: The method getIUs(String, String) from the type IPublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java (at line 85) Collection ius = publisherResult.getIUs("branded.product", IPublisherResult.NON_ROOT); Discouraged access: The type IPublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java (at line 85) Collection ius = publisherResult.getIUs("branded.product", IPublisherResult.NON_ROOT); Discouraged access: The field NON_ROOT from the type IPublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java (at line 92) ProductFile productFile = new ProductFile(TestData.getFile("ProductActionTest", "productWithLicense.product").toString()); Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java (at line 92) ProductFile productFile = new ProductFile(TestData.getFile("ProductActionTest", "productWithLicense.product").toString()); Discouraged access: The constructor ProductFile(String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java (at line 92) ProductFile productFile = new ProductFile(TestData.getFile("ProductActionTest", "productWithLicense.product").toString()); Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java (at line 94) Collection ius = publisherResult.getIUs("licenseIU.product", IPublisherResult.NON_ROOT); Discouraged access: The method getIUs(String, String) from the type IPublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java (at line 94) Collection ius = publisherResult.getIUs("licenseIU.product", IPublisherResult.NON_ROOT); Discouraged access: The type IPublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java (at line 94) Collection ius = publisherResult.getIUs("licenseIU.product", IPublisherResult.NON_ROOT); Discouraged access: The field NON_ROOT from the type IPublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java (at line 102) ProductFile productFile = new ProductFile(TestData.getFile("ProductActionTest", "licenseNoURL.product").toString()); Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java (at line 102) ProductFile productFile = new ProductFile(TestData.getFile("ProductActionTest", "licenseNoURL.product").toString()); Discouraged access: The constructor ProductFile(String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java (at line 102) ProductFile productFile = new ProductFile(TestData.getFile("ProductActionTest", "licenseNoURL.product").toString()); Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java (at line 104) Collection ius = publisherResult.getIUs("licenseIU.product", IPublisherResult.NON_ROOT); Discouraged access: The method getIUs(String, String) from the type IPublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java (at line 104) Collection ius = publisherResult.getIUs("licenseIU.product", IPublisherResult.NON_ROOT); Discouraged access: The type IPublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java (at line 104) Collection ius = publisherResult.getIUs("licenseIU.product", IPublisherResult.NON_ROOT); Discouraged access: The field NON_ROOT from the type IPublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
37. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java (at line 112) ProductFile productFile = new ProductFile(TestData.getFile("ProductActionTest", "licenseNoText.product").toString()); Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
38. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java (at line 112) ProductFile productFile = new ProductFile(TestData.getFile("ProductActionTest", "licenseNoText.product").toString()); Discouraged access: The constructor ProductFile(String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
39. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java (at line 112) ProductFile productFile = new ProductFile(TestData.getFile("ProductActionTest", "licenseNoText.product").toString()); Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
40. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java (at line 114) Collection ius = publisherResult.getIUs("licenseIU.product", IPublisherResult.NON_ROOT); Discouraged access: The method getIUs(String, String) from the type IPublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
41. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java (at line 114) Collection ius = publisherResult.getIUs("licenseIU.product", IPublisherResult.NON_ROOT); Discouraged access: The type IPublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
42. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java (at line 114) Collection ius = publisherResult.getIUs("licenseIU.product", IPublisherResult.NON_ROOT); Discouraged access: The field NON_ROOT from the type IPublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
43. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java (at line 122) ProductFile productFile = new ProductFile(TestData.getFile("ProductActionTest", "productWithNoLicense.product").toString()); Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
44. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java (at line 122) ProductFile productFile = new ProductFile(TestData.getFile("ProductActionTest", "productWithNoLicense.product").toString()); Discouraged access: The constructor ProductFile(String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
45. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java (at line 122) ProductFile productFile = new ProductFile(TestData.getFile("ProductActionTest", "productWithNoLicense.product").toString()); Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
46. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java (at line 124) Collection ius = publisherResult.getIUs("licenseIU.product", IPublisherResult.NON_ROOT); Discouraged access: The method getIUs(String, String) from the type IPublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
47. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java (at line 124) Collection ius = publisherResult.getIUs("licenseIU.product", IPublisherResult.NON_ROOT); Discouraged access: The type IPublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
48. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java (at line 124) Collection ius = publisherResult.getIUs("licenseIU.product", IPublisherResult.NON_ROOT); Discouraged access: The field NON_ROOT from the type IPublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
49. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java (at line 131) ProductFile productFile1 = new ProductFile(TestData.getFile("ProductActionTest", "boundedVersionConfigurations.product").toString()); Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
50. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java (at line 131) ProductFile productFile1 = new ProductFile(TestData.getFile("ProductActionTest", "boundedVersionConfigurations.product").toString()); Discouraged access: The constructor ProductFile(String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
51. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java (at line 131) ProductFile productFile1 = new ProductFile(TestData.getFile("ProductActionTest", "boundedVersionConfigurations.product").toString()); Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
52. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java (at line 132) ProductFile productFile2 = new ProductFile(TestData.getFile("ProductActionTest", "unboundedVersionConfigurations.product").toString()); Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
53. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java (at line 132) ProductFile productFile2 = new ProductFile(TestData.getFile("ProductActionTest", "unboundedVersionConfigurations.product").toString()); Discouraged access: The constructor ProductFile(String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
54. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java (at line 132) ProductFile productFile2 = new ProductFile(TestData.getFile("ProductActionTest", "unboundedVersionConfigurations.product").toString()); Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
55. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java (at line 144) ProductFile productFile = new ProductFile(TestData.getFile("ProductActionTest", "unboundedVersionConfigurations.product").toString()); Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
56. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java (at line 144) ProductFile productFile = new ProductFile(TestData.getFile("ProductActionTest", "unboundedVersionConfigurations.product").toString()); Discouraged access: The constructor ProductFile(String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
57. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java (at line 144) ProductFile productFile = new ProductFile(TestData.getFile("ProductActionTest", "unboundedVersionConfigurations.product").toString()); Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
58. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java (at line 155) ProductFile productFile = new ProductFile(TestData.getFile("ProductActionTest", "unboundedVersionConfigurations.product").toString()); Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
59. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java (at line 155) ProductFile productFile = new ProductFile(TestData.getFile("ProductActionTest", "unboundedVersionConfigurations.product").toString()); Discouraged access: The constructor ProductFile(String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
60. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java (at line 155) ProductFile productFile = new ProductFile(TestData.getFile("ProductActionTest", "unboundedVersionConfigurations.product").toString()); Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
61. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java (at line 166) ProductFile productFile = new ProductFile(TestData.getFile("ProductActionTest", "unboundedVersionConfigurations.product").toString()); Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
62. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java (at line 166) ProductFile productFile = new ProductFile(TestData.getFile("ProductActionTest", "unboundedVersionConfigurations.product").toString()); Discouraged access: The constructor ProductFile(String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
63. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java (at line 166) ProductFile productFile = new ProductFile(TestData.getFile("ProductActionTest", "unboundedVersionConfigurations.product").toString()); Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
64. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java (at line 177) ProductFile productFile = new ProductFile(TestData.getFile("ProductActionTest", "unboundedVersionConfigurations.product").toString()); Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
65. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java (at line 177) ProductFile productFile = new ProductFile(TestData.getFile("ProductActionTest", "unboundedVersionConfigurations.product").toString()); Discouraged access: The constructor ProductFile(String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
66. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java (at line 177) ProductFile productFile = new ProductFile(TestData.getFile("ProductActionTest", "unboundedVersionConfigurations.product").toString()); Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
67. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java (at line 191) ProductFile productFile = new ProductFile(TestData.getFile("ProductActionTest", "unboundedVersionConfigurations.product").toString()); Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
68. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java (at line 191) ProductFile productFile = new ProductFile(TestData.getFile("ProductActionTest", "unboundedVersionConfigurations.product").toString()); Discouraged access: The constructor ProductFile(String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
69. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java (at line 191) ProductFile productFile = new ProductFile(TestData.getFile("ProductActionTest", "unboundedVersionConfigurations.product").toString()); Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
70. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java (at line 201) assertEquals("1.1", "org.eclipse.core.runtime", RequiredCapability.extractName(fragment.getHost().iterator().next().getMatches())); Discouraged access: The type RequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
71. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java (at line 201) assertEquals("1.1", "org.eclipse.core.runtime", RequiredCapability.extractName(fragment.getHost().iterator().next().getMatches())); Discouraged access: The method extractName(IMatchExpression<IInstallableUnit>) from the type RequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
72. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java (at line 202) assertEquals("1.2", Version.create("4.0.0"), RequiredCapability.extractRange(fragment.getHost().iterator().next().getMatches()).getMinimum()); Discouraged access: The type RequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
73. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java (at line 202) assertEquals("1.2", Version.create("4.0.0"), RequiredCapability.extractRange(fragment.getHost().iterator().next().getMatches()).getMinimum()); Discouraged access: The method extractRange(IMatchExpression<IInstallableUnit>) from the type RequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
74. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java (at line 208) ProductFile productFile = new ProductFile(TestData.getFile("ProductActionTest", "platform.product").toString()); Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
75. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java (at line 208) ProductFile productFile = new ProductFile(TestData.getFile("ProductActionTest", "platform.product").toString()); Discouraged access: The constructor ProductFile(String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
76. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java (at line 208) ProductFile productFile = new ProductFile(TestData.getFile("ProductActionTest", "platform.product").toString()); Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
77. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java (at line 209) ((PublisherInfo) publisherInfo).setConfigurations(new String[] {"carbon.macos.x86", "cocoa.macos.x86"}); Discouraged access: The method setConfigurations(String[]) from the type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
78. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java (at line 209) ((PublisherInfo) publisherInfo).setConfigurations(new String[] {"carbon.macos.x86", "cocoa.macos.x86"}); Discouraged access: The type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
79. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java (at line 214) Collection advice = publisherInfo.getAdvice("carbon.macos.x86", false, null, null, IConfigAdvice.class); Discouraged access: The method getAdvice(String, boolean, String, Version, Class<IConfigAdvice>) from the type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
80. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java (at line 214) Collection advice = publisherInfo.getAdvice("carbon.macos.x86", false, null, null, IConfigAdvice.class); Discouraged access: The type IConfigAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
81. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java (at line 219) ProductFile productFile = new ProductFile(TestData.getFile("ProductActionTest", "unboundedVersionConfigurations.product").toString()); Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
82. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java (at line 219) ProductFile productFile = new ProductFile(TestData.getFile("ProductActionTest", "unboundedVersionConfigurations.product").toString()); Discouraged access: The constructor ProductFile(String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
83. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java (at line 219) ProductFile productFile = new ProductFile(TestData.getFile("ProductActionTest", "unboundedVersionConfigurations.product").toString()); Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
84. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java (at line 220) String configSpecANY = AbstractPublisherAction.createConfigSpec("ANY", "ANY", "ANY"); // configuration spec to create CUs without filters Discouraged access: The type AbstractPublisherAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
85. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java (at line 220) String configSpecANY = AbstractPublisherAction.createConfigSpec("ANY", "ANY", "ANY"); // configuration spec to create CUs without filters Discouraged access: The method createConfigSpec(String, String, String) from the type AbstractPublisherAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
86. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java (at line 229) assertEquals("1.1", "org.eclipse.core.runtime", RequiredCapability.extractName(fragment.getHost().iterator().next().getMatches())); Discouraged access: The type RequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
87. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java (at line 229) assertEquals("1.1", "org.eclipse.core.runtime", RequiredCapability.extractName(fragment.getHost().iterator().next().getMatches())); Discouraged access: The method extractName(IMatchExpression<IInstallableUnit>) from the type RequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
88. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java (at line 230) assertEquals("1.2", Version.create("4.0.0"), RequiredCapability.extractRange(fragment.getHost().iterator().next().getMatches()).getMinimum()); Discouraged access: The type RequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
89. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java (at line 230) assertEquals("1.2", Version.create("4.0.0"), RequiredCapability.extractRange(fragment.getHost().iterator().next().getMatches()).getMinimum()); Discouraged access: The method extractRange(IMatchExpression<IInstallableUnit>) from the type RequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
90. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java (at line 236) ProductFile productFile = new ProductFile(TestData.getFile("ProductActionTest", "unboundedVersionConfigurations.product").toString()); Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
91. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java (at line 236) ProductFile productFile = new ProductFile(TestData.getFile("ProductActionTest", "unboundedVersionConfigurations.product").toString()); Discouraged access: The constructor ProductFile(String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
92. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java (at line 236) ProductFile productFile = new ProductFile(TestData.getFile("ProductActionTest", "unboundedVersionConfigurations.product").toString()); Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
93. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java (at line 237) String configSpecANY = AbstractPublisherAction.createConfigSpec("ANY", "ANY", "ANY"); // configuration spec to create CUs without filters Discouraged access: The type AbstractPublisherAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
94. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java (at line 237) String configSpecANY = AbstractPublisherAction.createConfigSpec("ANY", "ANY", "ANY"); // configuration spec to create CUs without filters Discouraged access: The method createConfigSpec(String, String, String) from the type AbstractPublisherAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
95. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java (at line 256) ProductFile productFile = new ProductFile(TestData.getFile("ProductActionTest", "platform.product").toString()); Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
96. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java (at line 256) ProductFile productFile = new ProductFile(TestData.getFile("ProductActionTest", "platform.product").toString()); Discouraged access: The constructor ProductFile(String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
97. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java (at line 256) ProductFile productFile = new ProductFile(TestData.getFile("ProductActionTest", "platform.product").toString()); Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
98. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java (at line 259) testAction = new ProductAction(source, productFile, flavorArg, executablesFeatureLocation); Discouraged access: The constructor ProductAction(String, IProductDescriptor, String, File) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
99. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java (at line 259) testAction = new ProductAction(source, productFile, flavorArg, executablesFeatureLocation); Discouraged access: The type ProductAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
100. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTest.java (at line 260) PublisherInfo info = new PublisherInfo(); Discouraged access: The type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/repository/TimeoutTest.java (at line 15) import org.eclipse.equinox.internal.p2.transport.ecf.RepositoryTransport; Discouraged access: The type RepositoryTransport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/repository/TimeoutTest.java (at line 51) RepositoryTransport transport = new RepositoryTransport(); Discouraged access: The type RepositoryTransport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/repository/TimeoutTest.java (at line 51) RepositoryTransport transport = new RepositoryTransport(); Discouraged access: The constructor RepositoryTransport() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/repository/TimeoutTest.java (at line 51) RepositoryTransport transport = new RepositoryTransport(); Discouraged access: The type RepositoryTransport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/repository/TimeoutTest.java (at line 58) IStatus status = transport.download(toDownload, new ByteArrayOutputStream(), null); Discouraged access: The method download(URI, OutputStream, IProgressMonitor) from the type RepositoryTransport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/repository/TimeoutTest.java (at line 63) transport.getLastModified(toDownload, null); Discouraged access: The method getLastModified(URI, IProgressMonitor) from the type RepositoryTransport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/repository/TimeoutTest.java (at line 66) transport.stream(toDownload, null); Discouraged access: The method stream(URI, IProgressMonitor) from the type RepositoryTransport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/repository/TimeoutTest.java (at line 139) RepositoryTransport transport = new RepositoryTransport(); Discouraged access: The type RepositoryTransport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/repository/TimeoutTest.java (at line 139) RepositoryTransport transport = new RepositoryTransport(); Discouraged access: The constructor RepositoryTransport() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/repository/TimeoutTest.java (at line 139) RepositoryTransport transport = new RepositoryTransport(); Discouraged access: The type RepositoryTransport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/repository/TimeoutTest.java (at line 151) transport.download(toDownload, new ByteArrayOutputStream(), monitor); Discouraged access: The method download(URI, OutputStream, IProgressMonitor) from the type RepositoryTransport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/repository/TimeoutTest.java (at line 154) transport.getLastModified(toDownload, monitor); Discouraged access: The method getLastModified(URI, IProgressMonitor) from the type RepositoryTransport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/repository/TimeoutTest.java (at line 157) transport.stream(toDownload, monitor); Discouraged access: The method stream(URI, IProgressMonitor) from the type RepositoryTransport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/core/OrderedPropertiesTest.java (at line 14) import org.eclipse.equinox.internal.p2.core.helpers.OrderedProperties; Discouraged access: The type OrderedProperties is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/core/OrderedPropertiesTest.java (at line 23) OrderedProperties one = new OrderedProperties(); Discouraged access: The type OrderedProperties is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/core/OrderedPropertiesTest.java (at line 23) OrderedProperties one = new OrderedProperties(); Discouraged access: The constructor OrderedProperties() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/core/OrderedPropertiesTest.java (at line 23) OrderedProperties one = new OrderedProperties(); Discouraged access: The type OrderedProperties is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/core/OrderedPropertiesTest.java (at line 24) OrderedProperties two = new OrderedProperties(); Discouraged access: The type OrderedProperties is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/core/OrderedPropertiesTest.java (at line 24) OrderedProperties two = new OrderedProperties(); Discouraged access: The constructor OrderedProperties() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/core/OrderedPropertiesTest.java (at line 24) OrderedProperties two = new OrderedProperties(); Discouraged access: The type OrderedProperties is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/core/OrderedPropertiesTest.java (at line 27) one = new OrderedProperties(); Discouraged access: The constructor OrderedProperties() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/core/OrderedPropertiesTest.java (at line 27) one = new OrderedProperties(); Discouraged access: The type OrderedProperties is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/core/OrderedPropertiesTest.java (at line 28) two = new OrderedProperties(1); Discouraged access: The constructor OrderedProperties(int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/core/OrderedPropertiesTest.java (at line 28) two = new OrderedProperties(1); Discouraged access: The type OrderedProperties is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/core/OrderedPropertiesTest.java (at line 31) one = new OrderedProperties(1); Discouraged access: The constructor OrderedProperties(int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/core/OrderedPropertiesTest.java (at line 31) one = new OrderedProperties(1); Discouraged access: The type OrderedProperties is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/core/OrderedPropertiesTest.java (at line 32) two = new OrderedProperties(); Discouraged access: The constructor OrderedProperties() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/core/OrderedPropertiesTest.java (at line 32) two = new OrderedProperties(); Discouraged access: The type OrderedProperties is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/core/OrderedPropertiesTest.java (at line 42) OrderedProperties props = new OrderedProperties(); Discouraged access: The type OrderedProperties is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/core/OrderedPropertiesTest.java (at line 42) OrderedProperties props = new OrderedProperties(); Discouraged access: The constructor OrderedProperties() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/core/OrderedPropertiesTest.java (at line 42) OrderedProperties props = new OrderedProperties(); Discouraged access: The type OrderedProperties is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/core/OrderedPropertiesTest.java (at line 43) props.setProperty("one", "one"); Discouraged access: The method setProperty(String, String) from the type OrderedProperties is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/core/OrderedPropertiesTest.java (at line 44) props.setProperty("two", "two"); Discouraged access: The method setProperty(String, String) from the type OrderedProperties is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/core/OrderedPropertiesTest.java (at line 45) for (Iterator it = props.keySet().iterator(); it.hasNext();) { Discouraged access: The method keySet() from the type OrderedProperties is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/core/OrderedPropertiesTest.java (at line 49) props = new OrderedProperties(); Discouraged access: The constructor OrderedProperties() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/core/OrderedPropertiesTest.java (at line 49) props = new OrderedProperties(); Discouraged access: The type OrderedProperties is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/core/OrderedPropertiesTest.java (at line 50) props.setProperty("two", "two"); Discouraged access: The method setProperty(String, String) from the type OrderedProperties is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/core/OrderedPropertiesTest.java (at line 51) props.setProperty("one", "one"); Discouraged access: The method setProperty(String, String) from the type OrderedProperties is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/core/OrderedPropertiesTest.java (at line 52) for (Iterator it = props.keySet().iterator(); it.hasNext();) { Discouraged access: The method keySet() from the type OrderedProperties is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/core/OrderedPropertiesTest.java (at line 58) props.remove("two"); Discouraged access: The method remove(Object) from the type OrderedProperties is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/core/OrderedPropertiesTest.java (at line 59) props.setProperty("two", "two"); Discouraged access: The method setProperty(String, String) from the type OrderedProperties is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/core/OrderedPropertiesTest.java (at line 60) for (Iterator it = props.keySet().iterator(); it.hasNext();) { Discouraged access: The method keySet() from the type OrderedProperties is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/BatchExecuteArtifactRepositoryTest.java (at line 18) import org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository; Discouraged access: The type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/BatchExecuteArtifactRepositoryTest.java (at line 21) import org.eclipse.equinox.internal.p2.metadata.ArtifactKey; Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/BatchExecuteArtifactRepositoryTest.java (at line 37) return new SimpleArtifactDescriptor(new ArtifactKey(classifier, id, version)); Discouraged access: The constructor ArtifactKey(String, String, Version) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/BatchExecuteArtifactRepositoryTest.java (at line 37) return new SimpleArtifactDescriptor(new ArtifactKey(classifier, id, version)); Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/BatchExecuteArtifactRepositoryTest.java (at line 245) class FailingCompositeArtifactRepository extends CompositeArtifactRepository { Discouraged access: The type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/BatchExecuteArtifactRepositoryTest.java (at line 254) super(manager, location, repositoryName, properties); Discouraged access: The constructor CompositeArtifactRepository(IArtifactRepositoryManager, URI, String, Map<String,String>) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/BatchExecuteArtifactRepositoryTest.java (at line 259) return super.executeBatch(runnable, monitor); Discouraged access: The method executeBatch(IRunnableWithProgress, IProgressMonitor) from the type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/BatchExecuteArtifactRepositoryTest.java (at line 504) CompositeArtifactRepository repo = (CompositeArtifactRepository) getArtifactRepositoryManager().createRepository(repositoryURI, "My Repo", IArtifactRepositoryManager.TYPE_COMPOSITE_REPOSITORY, properties); Discouraged access: The type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/BatchExecuteArtifactRepositoryTest.java (at line 504) CompositeArtifactRepository repo = (CompositeArtifactRepository) getArtifactRepositoryManager().createRepository(repositoryURI, "My Repo", IArtifactRepositoryManager.TYPE_COMPOSITE_REPOSITORY, properties); Discouraged access: The type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/BatchExecuteArtifactRepositoryTest.java (at line 505) repo.executeBatch(new IRunnableWithProgress() { public void run(IProgressMonitor monitor) { throw new RuntimeException(); } }, new NullProgressMonitor()); Discouraged access: The method executeBatch(IRunnableWithProgress, IProgressMonitor) from the type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/BatchExecuteArtifactRepositoryTest.java (at line 510) Field field = CompositeArtifactRepository.class.getDeclaredField("disableSave"); Discouraged access: The type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/BatchExecuteArtifactRepositoryTest.java (at line 528) final CompositeArtifactRepository repo = (CompositeArtifactRepository) getArtifactRepositoryManager().createRepository(repositoryURI, "My Repo", IArtifactRepositoryManager.TYPE_COMPOSITE_REPOSITORY, properties); Discouraged access: The type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/BatchExecuteArtifactRepositoryTest.java (at line 528) final CompositeArtifactRepository repo = (CompositeArtifactRepository) getArtifactRepositoryManager().createRepository(repositoryURI, "My Repo", IArtifactRepositoryManager.TYPE_COMPOSITE_REPOSITORY, properties); Discouraged access: The type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/BatchExecuteArtifactRepositoryTest.java (at line 529) repo.executeBatch(new IRunnableWithProgress() { public void run(IProgressMonitor monitor) { Field field; try { field = CompositeArtifactRepository.class.getDeclaredField("disableSave"); field.setAccessible(true); boolean disableSave = field.getBoolean(repo); assertTrue("1.0", disableSave); } catch (SecurityException e) { fail("1.1" + e.getMessage()); } catch (NoSuchFieldException e) { // TODO Auto-generated catch block fail("1.2" + e.getMessage()); } catch (IllegalArgumentException e) { fail("1.2" + e.getMessage()); } catch (IllegalAccessException e) { fail("1.2" + e.getMessage()); } } }, new NullProgressMonitor()); Discouraged access: The method executeBatch(IRunnableWithProgress, IProgressMonitor) from the type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/BatchExecuteArtifactRepositoryTest.java (at line 533) field = CompositeArtifactRepository.class.getDeclaredField("disableSave"); Discouraged access: The type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ProvisioningPlanQueryTest.java (at line 25) IQueryResult c = new ProvisioningPlan(Status.OK_STATUS, getProfile(TESTPROFILE), null, null).getAdditions().query(QueryUtil.createIUAnyQuery(), new NullProgressMonitor()); Discouraged access: The constructor ProvisioningPlan(IStatus, IProfile, ProvisioningContext, IProvisioningPlan) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ProvisioningPlanQueryTest.java (at line 25) IQueryResult c = new ProvisioningPlan(Status.OK_STATUS, getProfile(TESTPROFILE), null, null).getAdditions().query(QueryUtil.createIUAnyQuery(), new NullProgressMonitor()); Discouraged access: The method getAdditions() from the type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ProvisioningPlanQueryTest.java (at line 25) IQueryResult c = new ProvisioningPlan(Status.OK_STATUS, getProfile(TESTPROFILE), null, null).getAdditions().query(QueryUtil.createIUAnyQuery(), new NullProgressMonitor()); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ProvisioningPlanQueryTest.java (at line 30) Operand[] ops = new Operand[] {new InstallableUnitOperand(null, createIU("A"))}; Discouraged access: The type Operand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ProvisioningPlanQueryTest.java (at line 30) Operand[] ops = new Operand[] {new InstallableUnitOperand(null, createIU("A"))}; Discouraged access: The type Operand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ProvisioningPlanQueryTest.java (at line 30) Operand[] ops = new Operand[] {new InstallableUnitOperand(null, createIU("A"))}; Discouraged access: The constructor InstallableUnitOperand(IInstallableUnit, IInstallableUnit) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ProvisioningPlanQueryTest.java (at line 30) Operand[] ops = new Operand[] {new InstallableUnitOperand(null, createIU("A"))}; Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ProvisioningPlanQueryTest.java (at line 31) IQueryResult c = new ProvisioningPlan(getProfile(TESTPROFILE), ops, null).getAdditions().query(QueryUtil.createIUAnyQuery(), new NullProgressMonitor()); Discouraged access: The constructor ProvisioningPlan(IProfile, Operand[], ProvisioningContext) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ProvisioningPlanQueryTest.java (at line 31) IQueryResult c = new ProvisioningPlan(getProfile(TESTPROFILE), ops, null).getAdditions().query(QueryUtil.createIUAnyQuery(), new NullProgressMonitor()); Discouraged access: The method getAdditions() from the type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ProvisioningPlanQueryTest.java (at line 31) IQueryResult c = new ProvisioningPlan(getProfile(TESTPROFILE), ops, null).getAdditions().query(QueryUtil.createIUAnyQuery(), new NullProgressMonitor()); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ProvisioningPlanQueryTest.java (at line 33) assertTrue(new ProvisioningPlan(getProfile(TESTPROFILE), ops, null).getRemovals().query(QueryUtil.createIUAnyQuery(), new NullProgressMonitor()).isEmpty()); Discouraged access: The constructor ProvisioningPlan(IProfile, Operand[], ProvisioningContext) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ProvisioningPlanQueryTest.java (at line 33) assertTrue(new ProvisioningPlan(getProfile(TESTPROFILE), ops, null).getRemovals().query(QueryUtil.createIUAnyQuery(), new NullProgressMonitor()).isEmpty()); Discouraged access: The method getRemovals() from the type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ProvisioningPlanQueryTest.java (at line 33) assertTrue(new ProvisioningPlan(getProfile(TESTPROFILE), ops, null).getRemovals().query(QueryUtil.createIUAnyQuery(), new NullProgressMonitor()).isEmpty()); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ProvisioningPlanQueryTest.java (at line 37) Operand[] ops = new Operand[] {new InstallableUnitOperand(createIU("A"), null)}; Discouraged access: The type Operand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ProvisioningPlanQueryTest.java (at line 37) Operand[] ops = new Operand[] {new InstallableUnitOperand(createIU("A"), null)}; Discouraged access: The type Operand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ProvisioningPlanQueryTest.java (at line 37) Operand[] ops = new Operand[] {new InstallableUnitOperand(createIU("A"), null)}; Discouraged access: The constructor InstallableUnitOperand(IInstallableUnit, IInstallableUnit) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ProvisioningPlanQueryTest.java (at line 37) Operand[] ops = new Operand[] {new InstallableUnitOperand(createIU("A"), null)}; Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ProvisioningPlanQueryTest.java (at line 38) IQueryResult c = new ProvisioningPlan(getProfile(TESTPROFILE), ops, null).getRemovals().query(QueryUtil.createIUAnyQuery(), new NullProgressMonitor()); Discouraged access: The constructor ProvisioningPlan(IProfile, Operand[], ProvisioningContext) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ProvisioningPlanQueryTest.java (at line 38) IQueryResult c = new ProvisioningPlan(getProfile(TESTPROFILE), ops, null).getRemovals().query(QueryUtil.createIUAnyQuery(), new NullProgressMonitor()); Discouraged access: The method getRemovals() from the type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ProvisioningPlanQueryTest.java (at line 38) IQueryResult c = new ProvisioningPlan(getProfile(TESTPROFILE), ops, null).getRemovals().query(QueryUtil.createIUAnyQuery(), new NullProgressMonitor()); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ProvisioningPlanQueryTest.java (at line 40) assertTrue(new ProvisioningPlan(getProfile(TESTPROFILE), ops, null).getAdditions().query(QueryUtil.createIUAnyQuery(), new NullProgressMonitor()).isEmpty()); Discouraged access: The constructor ProvisioningPlan(IProfile, Operand[], ProvisioningContext) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ProvisioningPlanQueryTest.java (at line 40) assertTrue(new ProvisioningPlan(getProfile(TESTPROFILE), ops, null).getAdditions().query(QueryUtil.createIUAnyQuery(), new NullProgressMonitor()).isEmpty()); Discouraged access: The method getAdditions() from the type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ProvisioningPlanQueryTest.java (at line 40) assertTrue(new ProvisioningPlan(getProfile(TESTPROFILE), ops, null).getAdditions().query(QueryUtil.createIUAnyQuery(), new NullProgressMonitor()).isEmpty()); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ProvisioningPlanQueryTest.java (at line 44) Operand[] ops = new Operand[] {new InstallableUnitOperand(createIU("A"), createIU("B"))}; Discouraged access: The type Operand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ProvisioningPlanQueryTest.java (at line 44) Operand[] ops = new Operand[] {new InstallableUnitOperand(createIU("A"), createIU("B"))}; Discouraged access: The type Operand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ProvisioningPlanQueryTest.java (at line 44) Operand[] ops = new Operand[] {new InstallableUnitOperand(createIU("A"), createIU("B"))}; Discouraged access: The constructor InstallableUnitOperand(IInstallableUnit, IInstallableUnit) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ProvisioningPlanQueryTest.java (at line 44) Operand[] ops = new Operand[] {new InstallableUnitOperand(createIU("A"), createIU("B"))}; Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ProvisioningPlanQueryTest.java (at line 45) IQueryResult c = new ProvisioningPlan(getProfile(TESTPROFILE), ops, null).getRemovals().query(QueryUtil.createIUAnyQuery(), new NullProgressMonitor()); Discouraged access: The constructor ProvisioningPlan(IProfile, Operand[], ProvisioningContext) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ProvisioningPlanQueryTest.java (at line 45) IQueryResult c = new ProvisioningPlan(getProfile(TESTPROFILE), ops, null).getRemovals().query(QueryUtil.createIUAnyQuery(), new NullProgressMonitor()); Discouraged access: The method getRemovals() from the type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ProvisioningPlanQueryTest.java (at line 45) IQueryResult c = new ProvisioningPlan(getProfile(TESTPROFILE), ops, null).getRemovals().query(QueryUtil.createIUAnyQuery(), new NullProgressMonitor()); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ProvisioningPlanQueryTest.java (at line 47) assertEquals(1, queryResultSize(new ProvisioningPlan(getProfile(TESTPROFILE), ops, null).getAdditions().query(QueryUtil.createIUAnyQuery(), new NullProgressMonitor()))); Discouraged access: The constructor ProvisioningPlan(IProfile, Operand[], ProvisioningContext) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ProvisioningPlanQueryTest.java (at line 47) assertEquals(1, queryResultSize(new ProvisioningPlan(getProfile(TESTPROFILE), ops, null).getAdditions().query(QueryUtil.createIUAnyQuery(), new NullProgressMonitor()))); Discouraged access: The method getAdditions() from the type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ProvisioningPlanQueryTest.java (at line 47) assertEquals(1, queryResultSize(new ProvisioningPlan(getProfile(TESTPROFILE), ops, null).getAdditions().query(QueryUtil.createIUAnyQuery(), new NullProgressMonitor()))); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/MkdirActionTest.java (at line 13) import org.eclipse.equinox.internal.p2.touchpoint.natives.NativeTouchpoint; Discouraged access: The type NativeTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/MkdirActionTest.java (at line 14) import org.eclipse.equinox.internal.p2.touchpoint.natives.actions.ActionConstants; Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/MkdirActionTest.java (at line 15) import org.eclipse.equinox.internal.p2.touchpoint.natives.actions.MkdirAction; Discouraged access: The type MkdirAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/MkdirActionTest.java (at line 36) parameters.put(ActionConstants.PARM_PROFILE, profile); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/MkdirActionTest.java (at line 36) parameters.put(ActionConstants.PARM_PROFILE, profile); Discouraged access: The field PARM_PROFILE from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/MkdirActionTest.java (at line 37) NativeTouchpoint touchpoint = new NativeTouchpoint(); Discouraged access: The type NativeTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/MkdirActionTest.java (at line 37) NativeTouchpoint touchpoint = new NativeTouchpoint(); Discouraged access: The constructor NativeTouchpoint() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/MkdirActionTest.java (at line 37) NativeTouchpoint touchpoint = new NativeTouchpoint(); Discouraged access: The type NativeTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/MkdirActionTest.java (at line 38) touchpoint.initializePhase(null, profile, "test", parameters); Discouraged access: The method initializePhase(IProgressMonitor, IProfile, String, Map<String,Object>) from the type NativeTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/MkdirActionTest.java (at line 42) parameters.put(ActionConstants.PARM_PATH, testFolder.getAbsolutePath()); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/MkdirActionTest.java (at line 42) parameters.put(ActionConstants.PARM_PATH, testFolder.getAbsolutePath()); Discouraged access: The field PARM_PATH from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/MkdirActionTest.java (at line 47) MkdirAction action = new MkdirAction(); Discouraged access: The type MkdirAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/MkdirActionTest.java (at line 47) MkdirAction action = new MkdirAction(); Discouraged access: The constructor MkdirAction() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/MkdirActionTest.java (at line 47) MkdirAction action = new MkdirAction(); Discouraged access: The type MkdirAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/MkdirActionTest.java (at line 48) action.execute(parameters); Discouraged access: The method execute(Map<String,Object>) from the type MkdirAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/MkdirActionTest.java (at line 51) action.undo(parameters); Discouraged access: The method undo(Map<String,Object>) from the type MkdirAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepHandlerTest.java (at line 17) import org.eclipse.equinox.internal.p2.artifact.processors.pack200.Pack200ProcessorStep; Discouraged access: The type Pack200ProcessorStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepHandlerTest.java (at line 18) import org.eclipse.equinox.internal.p2.core.helpers.FileUtils; Discouraged access: The type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepHandlerTest.java (at line 19) import org.eclipse.equinox.internal.p2.jarprocessor.PackStep; Discouraged access: The type PackStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepHandlerTest.java (at line 20) import org.eclipse.equinox.internal.provisional.p2.artifact.repository.processing.ProcessingStep; Discouraged access: The type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepHandlerTest.java (at line 21) import org.eclipse.equinox.internal.provisional.p2.artifact.repository.processing.ProcessingStepHandler; Discouraged access: The type ProcessingStepHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepHandlerTest.java (at line 31) ProcessingStepHandler handler = new ProcessingStepHandler(); Discouraged access: The type ProcessingStepHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepHandlerTest.java (at line 31) ProcessingStepHandler handler = new ProcessingStepHandler(); Discouraged access: The constructor ProcessingStepHandler() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepHandlerTest.java (at line 31) ProcessingStepHandler handler = new ProcessingStepHandler(); Discouraged access: The type ProcessingStepHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepHandlerTest.java (at line 37) OutputStream testStream = handler.createAndLink(getAgent(), descriptors, null, result, monitor); Discouraged access: The method createAndLink(IProvisioningAgent, IProcessingStepDescriptor[], IArtifactDescriptor, OutputStream, IProgressMonitor) from the type ProcessingStepHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepHandlerTest.java (at line 44) ProcessingStep[] steps = new ProcessingStep[] {new ByteShifter(1)}; Discouraged access: The type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepHandlerTest.java (at line 44) ProcessingStep[] steps = new ProcessingStep[] {new ByteShifter(1)}; Discouraged access: The type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepHandlerTest.java (at line 46) OutputStream testStream = handler.link(steps, result, monitor); Discouraged access: The method link(ProcessingStep[], OutputStream, IProgressMonitor) from the type ProcessingStepHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepHandlerTest.java (at line 53) ProcessingStep[] steps = new ProcessingStep[] {new ByteShifter(1), new ByteShifter(2)}; Discouraged access: The type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepHandlerTest.java (at line 53) ProcessingStep[] steps = new ProcessingStep[] {new ByteShifter(1), new ByteShifter(2)}; Discouraged access: The type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepHandlerTest.java (at line 55) OutputStream testStream = handler.link(steps, result, monitor); Discouraged access: The method link(ProcessingStep[], OutputStream, IProgressMonitor) from the type ProcessingStepHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepHandlerTest.java (at line 110) ProcessingStep[] steps = new ProcessingStep[] {new Adder(1), new Multiplier(2)}; Discouraged access: The type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepHandlerTest.java (at line 110) ProcessingStep[] steps = new ProcessingStep[] {new Adder(1), new Multiplier(2)}; Discouraged access: The type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepHandlerTest.java (at line 112) OutputStream testStream = handler.link(steps, result, monitor); Discouraged access: The method link(ProcessingStep[], OutputStream, IProgressMonitor) from the type ProcessingStepHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepHandlerTest.java (at line 119) ProcessingStep[] steps = new ProcessingStep[] {new Multiplier(2), new Adder(1)}; Discouraged access: The type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepHandlerTest.java (at line 119) ProcessingStep[] steps = new ProcessingStep[] {new Multiplier(2), new Adder(1)}; Discouraged access: The type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepHandlerTest.java (at line 121) OutputStream testStream = handler.link(steps, result, monitor); Discouraged access: The method link(ProcessingStep[], OutputStream, IProgressMonitor) from the type ProcessingStepHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepHandlerTest.java (at line 129) if (!PackStep.canPack()) Discouraged access: The type PackStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepHandlerTest.java (at line 129) if (!PackStep.canPack()) Discouraged access: The method canPack() from the type PackStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepHandlerTest.java (at line 132) ProcessingStep[] steps = handler.create(getAgent(), descriptors, null); Discouraged access: The type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepHandlerTest.java (at line 132) ProcessingStep[] steps = handler.create(getAgent(), descriptors, null); Discouraged access: The method create(IProvisioningAgent, IProcessingStepDescriptor[], IArtifactDescriptor) from the type ProcessingStepHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepHandlerTest.java (at line 134) OutputStream testStream = handler.link(steps, result, monitor); Discouraged access: The method link(ProcessingStep[], OutputStream, IProgressMonitor) from the type ProcessingStepHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepHandlerTest.java (at line 135) IStatus status = ProcessingStepHandler.checkStatus(testStream); Discouraged access: The type ProcessingStepHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepHandlerTest.java (at line 135) IStatus status = ProcessingStepHandler.checkStatus(testStream); Discouraged access: The method checkStatus(OutputStream) from the type ProcessingStepHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepHandlerTest.java (at line 138) FileUtils.copyStream(inputStream, true, testStream, true); Discouraged access: The type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepHandlerTest.java (at line 138) FileUtils.copyStream(inputStream, true, testStream, true); Discouraged access: The method copyStream(InputStream, boolean, OutputStream, boolean) from the type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepHandlerTest.java (at line 145) ProcessingStep[] steps = handler.create(getAgent(), descriptors, null); Discouraged access: The type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepHandlerTest.java (at line 145) ProcessingStep[] steps = handler.create(getAgent(), descriptors, null); Discouraged access: The method create(IProvisioningAgent, IProcessingStepDescriptor[], IArtifactDescriptor) from the type ProcessingStepHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepHandlerTest.java (at line 161) ProcessingStep[] steps = handler.create(getAgent(), descriptors, null); Discouraged access: The type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepHandlerTest.java (at line 161) ProcessingStep[] steps = handler.create(getAgent(), descriptors, null); Discouraged access: The method create(IProvisioningAgent, IProcessingStepDescriptor[], IArtifactDescriptor) from the type ProcessingStepHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepHandlerTest.java (at line 169) ProcessingStep[] steps = handler.create(getAgent(), descriptors, null); Discouraged access: The type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepHandlerTest.java (at line 169) ProcessingStep[] steps = handler.create(getAgent(), descriptors, null); Discouraged access: The method create(IProvisioningAgent, IProcessingStepDescriptor[], IArtifactDescriptor) from the type ProcessingStepHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
37. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepHandlerTest.java (at line 177) ProcessingStep[] steps = handler.create(getAgent(), descriptors, null); Discouraged access: The type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
38. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepHandlerTest.java (at line 177) ProcessingStep[] steps = handler.create(getAgent(), descriptors, null); Discouraged access: The method create(IProvisioningAgent, IProcessingStepDescriptor[], IArtifactDescriptor) from the type ProcessingStepHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
39. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepHandlerTest.java (at line 180) assertEquals(Pack200ProcessorStep.class, steps[0].getClass()); Discouraged access: The type Pack200ProcessorStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
40. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepHandlerTest.java (at line 187) ProcessingStep[] steps = handler.create(getAgent(), descriptors, null); Discouraged access: The type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
41. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepHandlerTest.java (at line 187) ProcessingStep[] steps = handler.create(getAgent(), descriptors, null); Discouraged access: The method create(IProvisioningAgent, IProcessingStepDescriptor[], IArtifactDescriptor) from the type ProcessingStepHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
42. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepHandlerTest.java (at line 189) OutputStream testStream = handler.link(steps, result, monitor); Discouraged access: The method link(ProcessingStep[], OutputStream, IProgressMonitor) from the type ProcessingStepHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
43. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepHandlerTest.java (at line 199) ProcessingStep[] steps = handler.create(getAgent(), descriptors, null); Discouraged access: The type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
44. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepHandlerTest.java (at line 199) ProcessingStep[] steps = handler.create(getAgent(), descriptors, null); Discouraged access: The method create(IProvisioningAgent, IProcessingStepDescriptor[], IArtifactDescriptor) from the type ProcessingStepHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
45. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepHandlerTest.java (at line 201) OutputStream testStream = handler.link(steps, result, monitor); Discouraged access: The method link(ProcessingStep[], OutputStream, IProgressMonitor) from the type ProcessingStepHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
46. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepHandlerTest.java (at line 212) OutputStream testStream = handler.createAndLink(getAgent(), descriptors, null, result, monitor); Discouraged access: The method createAndLink(IProvisioningAgent, IProcessingStepDescriptor[], IArtifactDescriptor, OutputStream, IProgressMonitor) from the type ProcessingStepHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
47. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepHandlerTest.java (at line 219) ProcessingStep ok1, ok2; Discouraged access: The type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
48. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepHandlerTest.java (at line 220) ok1 = new ProcessingStep() { Discouraged access: The type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
49. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepHandlerTest.java (at line 225) ok2 = new ProcessingStep() { Discouraged access: The type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
50. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepHandlerTest.java (at line 231) OutputStream testStream = handler.link(new ProcessingStep[] {ok1, ok2}, null, monitor); Discouraged access: The method link(ProcessingStep[], OutputStream, IProgressMonitor) from the type ProcessingStepHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
51. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepHandlerTest.java (at line 231) OutputStream testStream = handler.link(new ProcessingStep[] {ok1, ok2}, null, monitor); Discouraged access: The type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
52. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepHandlerTest.java (at line 232) IStatus status = ProcessingStepHandler.getStatus(testStream); Discouraged access: The type ProcessingStepHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
53. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepHandlerTest.java (at line 232) IStatus status = ProcessingStepHandler.getStatus(testStream); Discouraged access: The method getStatus(OutputStream) from the type ProcessingStepHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
54. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepHandlerTest.java (at line 233) IStatus errStatus = ProcessingStepHandler.getStatus(testStream); Discouraged access: The type ProcessingStepHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
55. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepHandlerTest.java (at line 233) IStatus errStatus = ProcessingStepHandler.getStatus(testStream); Discouraged access: The method getStatus(OutputStream) from the type ProcessingStepHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
56. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepHandlerTest.java (at line 240) ProcessingStep ok, info, warning, error; Discouraged access: The type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
57. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepHandlerTest.java (at line 241) ok = new ProcessingStep() { Discouraged access: The type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
58. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepHandlerTest.java (at line 247) info = new ProcessingStep() { Discouraged access: The type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
59. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepHandlerTest.java (at line 253) warning = new ProcessingStep() { Discouraged access: The type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
60. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepHandlerTest.java (at line 259) error = new ProcessingStep() { Discouraged access: The type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
61. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepHandlerTest.java (at line 265) OutputStream testStream = handler.link(new ProcessingStep[] {info, ok, error, warning}, null, monitor); Discouraged access: The method link(ProcessingStep[], OutputStream, IProgressMonitor) from the type ProcessingStepHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
62. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepHandlerTest.java (at line 265) OutputStream testStream = handler.link(new ProcessingStep[] {info, ok, error, warning}, null, monitor); Discouraged access: The type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
63. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepHandlerTest.java (at line 266) assertTrue(ProcessingStepHandler.getErrorStatus(testStream).getChildren().length == 2); Discouraged access: The type ProcessingStepHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
64. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepHandlerTest.java (at line 266) assertTrue(ProcessingStepHandler.getErrorStatus(testStream).getChildren().length == 2); Discouraged access: The method getErrorStatus(OutputStream) from the type ProcessingStepHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
65. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepHandlerTest.java (at line 267) assertTrue(ProcessingStepHandler.getStatus(testStream, true).getChildren().length == 4); Discouraged access: The type ProcessingStepHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
66. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepHandlerTest.java (at line 267) assertTrue(ProcessingStepHandler.getStatus(testStream, true).getChildren().length == 4); Discouraged access: The method getStatus(OutputStream, boolean) from the type ProcessingStepHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MD5Tests.java (at line 18) import org.eclipse.equinox.internal.p2.metadata.ArtifactKey; Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MD5Tests.java (at line 54) ArtifactDescriptor descriptor = new ArtifactDescriptor(new ArtifactKey("osgi.bundle", "aaPlugin", Version.create("1.0.0"))); Discouraged access: The constructor ArtifactKey(String, String, Version) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MD5Tests.java (at line 54) ArtifactDescriptor descriptor = new ArtifactDescriptor(new ArtifactKey("osgi.bundle", "aaPlugin", Version.create("1.0.0"))); Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationLargeConflict.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/4M/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/planner/ExplanationLargeConflict.java (at line 16) import org.eclipse.equinox.internal.p2.core.helpers.LogHelper; Discouraged access: The type LogHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationLargeConflict.java (at line 17) 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/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationLargeConflict.java (at line 41) SimpleProfileRegistry registry = new SimpleProfileRegistry(getAgent(), tempFolder, null, false); Discouraged access: The type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationLargeConflict.java (at line 41) SimpleProfileRegistry registry = new SimpleProfileRegistry(getAgent(), tempFolder, null, false); Discouraged access: The constructor SimpleProfileRegistry(IProvisioningAgent, File, ISurrogateProfileHandler, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationLargeConflict.java (at line 41) SimpleProfileRegistry registry = new SimpleProfileRegistry(getAgent(), tempFolder, null, false); Discouraged access: The type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationLargeConflict.java (at line 42) SDKprofile = registry.getProfile("SDKProfile"); Discouraged access: The method getProfile(String) from the type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationLargeConflict.java (at line 62) ProfileChangeRequest pcr = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationLargeConflict.java (at line 62) ProfileChangeRequest pcr = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationLargeConflict.java (at line 62) ProfileChangeRequest pcr = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationLargeConflict.java (at line 63) pcr.addInstallableUnits(new IInstallableUnit[] {jdt1, jdt2}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationLargeConflict.java (at line 66) LogHelper.log(plan.getStatus()); Discouraged access: The type LogHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationLargeConflict.java (at line 66) LogHelper.log(plan.getStatus()); Discouraged access: The method log(IStatus) from the type LogHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationLargeConflict.java (at line 77) ProfileChangeRequest pcr3 = new ProfileChangeRequest(SDKprofile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationLargeConflict.java (at line 77) ProfileChangeRequest pcr3 = new ProfileChangeRequest(SDKprofile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationLargeConflict.java (at line 77) ProfileChangeRequest pcr3 = new ProfileChangeRequest(SDKprofile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationLargeConflict.java (at line 78) pcr3.addInstallableUnits(new IInstallableUnit[] {otherIU2}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationLargeConflict.java (at line 81) LogHelper.log(plan3.getStatus()); Discouraged access: The type LogHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationLargeConflict.java (at line 81) LogHelper.log(plan3.getStatus()); Discouraged access: The method log(IStatus) from the type LogHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationLargeConflict.java (at line 91) ProfileChangeRequest pcr2 = new ProfileChangeRequest(SDKprofile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationLargeConflict.java (at line 91) ProfileChangeRequest pcr2 = new ProfileChangeRequest(SDKprofile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationLargeConflict.java (at line 91) ProfileChangeRequest pcr2 = new ProfileChangeRequest(SDKprofile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationLargeConflict.java (at line 92) pcr2.addInstallableUnits(new IInstallableUnit[] {otherIU}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationLargeConflict.java (at line 95) LogHelper.log(plan2.getStatus()); Discouraged access: The type LogHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationLargeConflict.java (at line 95) LogHelper.log(plan2.getStatus()); Discouraged access: The method log(IStatus) from the type LogHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationLargeConflict.java (at line 108) ProfileChangeRequest pcr = new ProfileChangeRequest(SDKprofile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationLargeConflict.java (at line 108) ProfileChangeRequest pcr = new ProfileChangeRequest(SDKprofile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationLargeConflict.java (at line 108) ProfileChangeRequest pcr = new ProfileChangeRequest(SDKprofile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationLargeConflict.java (at line 109) pcr.addInstallableUnits(new IInstallableUnit[] {cvs}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationLargeConflict.java (at line 112) LogHelper.log(plan.getStatus()); Discouraged access: The type LogHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationLargeConflict.java (at line 112) LogHelper.log(plan.getStatus()); Discouraged access: The method log(IStatus) from the type LogHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java (at line 17) import org.eclipse.equinox.internal.p2.engine.InstallableUnitOperand; Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java (at line 18) import org.eclipse.equinox.internal.p2.touchpoint.eclipse.EclipseTouchpoint; Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java (at line 19) import org.eclipse.equinox.internal.p2.touchpoint.eclipse.Util; Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java (at line 20) import org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.ActionConstants; Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java (at line 21) import org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.ChmodAction; Discouraged access: The type ChmodAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java (at line 25) import org.eclipse.equinox.p2.publisher.eclipse.BundlesAction; Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java (at line 29) import org.eclipse.equinox.spi.p2.publisher.PublisherHelper; Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java (at line 57) parameters.put(ActionConstants.PARM_AGENT, getAgent()); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java (at line 57) parameters.put(ActionConstants.PARM_AGENT, getAgent()); Discouraged access: The field PARM_AGENT from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java (at line 58) parameters.put(ActionConstants.PARM_PROFILE, profile); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java (at line 58) parameters.put(ActionConstants.PARM_PROFILE, profile); Discouraged access: The field PARM_PROFILE from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java (at line 59) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java (at line 59) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The constructor EclipseTouchpoint() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java (at line 59) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java (at line 60) touchpoint.initializePhase(null, profile, "testExecuteUndo", parameters); Discouraged access: The method initializePhase(IProgressMonitor, IProfile, String, Map<String,Object>) from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java (at line 62) parameters.put(ActionConstants.PARM_TARGET_DIR, installFolder.getAbsolutePath()); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java (at line 62) parameters.put(ActionConstants.PARM_TARGET_DIR, installFolder.getAbsolutePath()); Discouraged access: The field PARM_TARGET_DIR from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java (at line 63) parameters.put(ActionConstants.PARM_TARGET_FILE, "a.zip"); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java (at line 63) parameters.put(ActionConstants.PARM_TARGET_FILE, "a.zip"); Discouraged access: The field PARM_TARGET_FILE from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java (at line 64) parameters.put(ActionConstants.PARM_PERMISSIONS, "+x"); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java (at line 64) parameters.put(ActionConstants.PARM_PERMISSIONS, "+x"); Discouraged access: The field PARM_PERMISSIONS from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java (at line 71) ChmodAction action = new ChmodAction(); Discouraged access: The type ChmodAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java (at line 71) ChmodAction action = new ChmodAction(); Discouraged access: The constructor ChmodAction() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java (at line 71) ChmodAction action = new ChmodAction(); Discouraged access: The type ChmodAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java (at line 72) action.execute(xparameters); Discouraged access: The method execute(Map<String,Object>) from the type ChmodAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java (at line 74) action.undo(xparameters); Discouraged access: The method undo(Map<String,Object>) from the type ChmodAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java (at line 77) action = new ChmodAction(); Discouraged access: The constructor ChmodAction() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java (at line 77) action = new ChmodAction(); Discouraged access: The type ChmodAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java (at line 78) parameters.put(ActionConstants.PARM_OPTIONS, "-R"); // recursive Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java (at line 78) parameters.put(ActionConstants.PARM_OPTIONS, "-R"); // recursive Discouraged access: The field PARM_OPTIONS from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java (at line 79) parameters.put(ActionConstants.PARM_TARGET_FILE, "subfolder"); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java (at line 79) parameters.put(ActionConstants.PARM_TARGET_FILE, "subfolder"); Discouraged access: The field PARM_TARGET_FILE from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java (at line 82) action.execute(xparameters); Discouraged access: The method execute(Map<String,Object>) from the type ChmodAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java (at line 83) action.undo(xparameters); Discouraged access: The method undo(Map<String,Object>) from the type ChmodAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java (at line 86) action = new ChmodAction(); Discouraged access: The constructor ChmodAction() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java (at line 86) action = new ChmodAction(); Discouraged access: The type ChmodAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
37. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java (at line 87) parameters.put(ActionConstants.PARM_OPTIONS, "-R -H"); // recursive, modify symlinks (follow link). Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
38. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java (at line 87) parameters.put(ActionConstants.PARM_OPTIONS, "-R -H"); // recursive, modify symlinks (follow link). Discouraged access: The field PARM_OPTIONS from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
39. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java (at line 88) parameters.put(ActionConstants.PARM_TARGET_FILE, "subfolder"); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
40. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java (at line 88) parameters.put(ActionConstants.PARM_TARGET_FILE, "subfolder"); Discouraged access: The field PARM_TARGET_FILE from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
41. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java (at line 89) parameters.put(ActionConstants.PARM_PERMISSIONS, "700"); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
42. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java (at line 89) parameters.put(ActionConstants.PARM_PERMISSIONS, "700"); Discouraged access: The field PARM_PERMISSIONS from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
43. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java (at line 92) action.execute(xparameters); Discouraged access: The method execute(Map<String,Object>) from the type ChmodAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
44. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java (at line 93) action.undo(xparameters); Discouraged access: The method undo(Map<String,Object>) from the type ChmodAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
45. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java (at line 96) action = new ChmodAction(); Discouraged access: The constructor ChmodAction() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
46. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java (at line 96) action = new ChmodAction(); Discouraged access: The type ChmodAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
47. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java (at line 97) parameters.put(ActionConstants.PARM_TARGET_FILE, "JimmyHoffa"); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
48. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java (at line 97) parameters.put(ActionConstants.PARM_TARGET_FILE, "JimmyHoffa"); Discouraged access: The field PARM_TARGET_FILE from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
49. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java (at line 98) parameters.put(ActionConstants.PARM_PERMISSIONS, "700"); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
50. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java (at line 98) parameters.put(ActionConstants.PARM_PERMISSIONS, "700"); Discouraged access: The field PARM_PERMISSIONS from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
51. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java (at line 101) IStatus result = action.execute(xparameters); Discouraged access: The method execute(Map<String,Object>) from the type ChmodAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
52. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java (at line 103) action.undo(xparameters); Discouraged access: The method undo(Map<String,Object>) from the type ChmodAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
53. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java (at line 114) IFileArtifactRepository bundlePool = Util.getBundlePoolRepository(getAgent(), profile); Discouraged access: The method getBundlePoolRepository(IProvisioningAgent, IProfile) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
54. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java (at line 114) IFileArtifactRepository bundlePool = Util.getBundlePoolRepository(getAgent(), profile); Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
55. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java (at line 121) BundleDescription bundleDescription = BundlesAction.createBundleDescription(dirBundleTarget); Discouraged access: The method createBundleDescription(File) from the type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
56. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java (at line 121) BundleDescription bundleDescription = BundlesAction.createBundleDescription(dirBundleTarget); Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
57. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java (at line 122) IArtifactKey key = BundlesAction.createBundleArtifactKey(bundleDescription.getSymbolicName(), bundleDescription.getVersion().toString()); Discouraged access: The method createBundleArtifactKey(String, String) from the type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
58. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java (at line 122) IArtifactKey key = BundlesAction.createBundleArtifactKey(bundleDescription.getSymbolicName(), bundleDescription.getVersion().toString()); Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
59. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java (at line 123) IArtifactDescriptor descriptor = PublisherHelper.createArtifactDescriptor(key, dirBundleTarget); Discouraged access: The method createArtifactDescriptor(IArtifactKey, File) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
60. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java (at line 123) IArtifactDescriptor descriptor = PublisherHelper.createArtifactDescriptor(key, dirBundleTarget); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
61. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java (at line 128) parameters.put(ActionConstants.PARM_AGENT, getAgent()); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
62. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java (at line 128) parameters.put(ActionConstants.PARM_AGENT, getAgent()); Discouraged access: The field PARM_AGENT from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
63. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java (at line 129) parameters.put(ActionConstants.PARM_PROFILE, profile); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
64. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java (at line 129) parameters.put(ActionConstants.PARM_PROFILE, profile); Discouraged access: The field PARM_PROFILE from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
65. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java (at line 130) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
66. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java (at line 130) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The constructor EclipseTouchpoint() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
67. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java (at line 130) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
68. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java (at line 131) touchpoint.initializePhase(null, profile, "test", parameters); Discouraged access: The method initializePhase(IProgressMonitor, IProfile, String, Map<String,Object>) from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
69. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java (at line 132) InstallableUnitOperand operand = new InstallableUnitOperand(null, iu); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
70. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java (at line 132) InstallableUnitOperand operand = new InstallableUnitOperand(null, iu); Discouraged access: The constructor InstallableUnitOperand(IInstallableUnit, IInstallableUnit) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
71. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java (at line 132) InstallableUnitOperand operand = new InstallableUnitOperand(null, iu); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
72. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java (at line 133) parameters.put("iu", operand.second()); Discouraged access: The method second() from the type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
73. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java (at line 135) touchpoint.initializeOperand(profile, parameters); Discouraged access: The method initializeOperand(IProfile, Map<String,Object>) from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
74. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java (at line 137) parameters.put(ActionConstants.PARM_TARGET_DIR, "@artifact"); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
75. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java (at line 137) parameters.put(ActionConstants.PARM_TARGET_DIR, "@artifact"); Discouraged access: The field PARM_TARGET_DIR from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
76. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java (at line 138) parameters.put(ActionConstants.PARM_TARGET_FILE, "plugin.xml"); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
77. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java (at line 138) parameters.put(ActionConstants.PARM_TARGET_FILE, "plugin.xml"); Discouraged access: The field PARM_TARGET_FILE from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
78. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java (at line 139) parameters.put(ActionConstants.PARM_PERMISSIONS, "+x"); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
79. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java (at line 139) parameters.put(ActionConstants.PARM_PERMISSIONS, "+x"); Discouraged access: The field PARM_PERMISSIONS from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
80. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java (at line 146) ChmodAction action = new ChmodAction(); Discouraged access: The type ChmodAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
81. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java (at line 146) ChmodAction action = new ChmodAction(); Discouraged access: The constructor ChmodAction() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
82. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java (at line 146) ChmodAction action = new ChmodAction(); Discouraged access: The type ChmodAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
83. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java (at line 147) action.execute(xparameters); Discouraged access: The method execute(Map<String,Object>) from the type ChmodAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
84. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java (at line 149) action.undo(xparameters); Discouraged access: The method undo(Map<String,Object>) from the type ChmodAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
85. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java (at line 152) action = new ChmodAction(); Discouraged access: The constructor ChmodAction() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
86. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java (at line 152) action = new ChmodAction(); Discouraged access: The type ChmodAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
87. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java (at line 153) parameters.put(ActionConstants.PARM_OPTIONS, "-R"); // recursive Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
88. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java (at line 153) parameters.put(ActionConstants.PARM_OPTIONS, "-R"); // recursive Discouraged access: The field PARM_OPTIONS from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
89. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java (at line 154) parameters.put(ActionConstants.PARM_TARGET_DIR, "@artifact"); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
90. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java (at line 154) parameters.put(ActionConstants.PARM_TARGET_DIR, "@artifact"); Discouraged access: The field PARM_TARGET_DIR from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
91. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java (at line 155) parameters.put(ActionConstants.PARM_TARGET_FILE, ".."); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
92. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java (at line 155) parameters.put(ActionConstants.PARM_TARGET_FILE, ".."); Discouraged access: The field PARM_TARGET_FILE from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
93. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java (at line 159) action.execute(xparameters); Discouraged access: The method execute(Map<String,Object>) from the type ChmodAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
94. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java (at line 160) action.undo(xparameters); Discouraged access: The method undo(Map<String,Object>) from the type ChmodAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
95. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java (at line 163) action = new ChmodAction(); Discouraged access: The constructor ChmodAction() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
96. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java (at line 163) action = new ChmodAction(); Discouraged access: The type ChmodAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
97. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java (at line 164) parameters.put(ActionConstants.PARM_OPTIONS, "-R -H"); // recursive, modify symlinks (follow link). Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
98. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java (at line 164) parameters.put(ActionConstants.PARM_OPTIONS, "-R -H"); // recursive, modify symlinks (follow link). Discouraged access: The field PARM_OPTIONS from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
99. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java (at line 165) parameters.put(ActionConstants.PARM_TARGET_DIR, "@artifact"); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
100. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/ChmodActionTest.java (at line 165) parameters.put(ActionConstants.PARM_TARGET_DIR, "@artifact"); Discouraged access: The field PARM_TARGET_DIR from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/ant/CompositeRepositoryTaskTest.java (at line 19) import org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository; Discouraged access: The type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/ant/CompositeRepositoryTaskTest.java (at line 20) import org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository; Discouraged access: The type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/ant/CompositeRepositoryTaskTest.java (at line 21) import org.eclipse.equinox.internal.p2.repository.helpers.RepositoryHelper; Discouraged access: The type RepositoryHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/ant/CompositeRepositoryTaskTest.java (at line 77) CompositeArtifactRepository repo = (CompositeArtifactRepository) getCompositeRepository(TYPE_ARTIFACT); Discouraged access: The type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/ant/CompositeRepositoryTaskTest.java (at line 77) CompositeArtifactRepository repo = (CompositeArtifactRepository) getCompositeRepository(TYPE_ARTIFACT); Discouraged access: The type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/ant/CompositeRepositoryTaskTest.java (at line 78) assertTrue("Repository does not contain child", repo.getChildren().contains(childSite)); Discouraged access: The method getChildren() from the type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/ant/CompositeRepositoryTaskTest.java (at line 124) CompositeMetadataRepository repo = (CompositeMetadataRepository) getCompositeRepository(TYPE_METADATA); Discouraged access: The type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/ant/CompositeRepositoryTaskTest.java (at line 124) CompositeMetadataRepository repo = (CompositeMetadataRepository) getCompositeRepository(TYPE_METADATA); Discouraged access: The type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/ant/CompositeRepositoryTaskTest.java (at line 125) assertTrue("Repository does not contain child", repo.getChildren().contains(childSite)); Discouraged access: The method getChildren() from the type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/ant/CompositeRepositoryTaskTest.java (at line 144) CompositeMetadataRepository repo = (CompositeMetadataRepository) getCompositeRepository(TYPE_METADATA); Discouraged access: The type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/ant/CompositeRepositoryTaskTest.java (at line 144) CompositeMetadataRepository repo = (CompositeMetadataRepository) getCompositeRepository(TYPE_METADATA); Discouraged access: The type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/ant/CompositeRepositoryTaskTest.java (at line 147) assertTrue("Repository does not contain child", repo.getChildren().contains(child)); Discouraged access: The method getChildren() from the type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/ant/CompositeRepositoryTaskTest.java (at line 166) CompositeArtifactRepository artifactRepo = (CompositeArtifactRepository) getCompositeRepository(TYPE_ARTIFACT); Discouraged access: The type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/ant/CompositeRepositoryTaskTest.java (at line 166) CompositeArtifactRepository artifactRepo = (CompositeArtifactRepository) getCompositeRepository(TYPE_ARTIFACT); Discouraged access: The type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/ant/CompositeRepositoryTaskTest.java (at line 167) assertTrue("Repository does not contain child", artifactRepo.getChildren().contains(childSite)); Discouraged access: The method getChildren() from the type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/ant/CompositeRepositoryTaskTest.java (at line 169) CompositeMetadataRepository metadataRepo = (CompositeMetadataRepository) getCompositeRepository(TYPE_METADATA); Discouraged access: The type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/ant/CompositeRepositoryTaskTest.java (at line 169) CompositeMetadataRepository metadataRepo = (CompositeMetadataRepository) getCompositeRepository(TYPE_METADATA); Discouraged access: The type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/ant/CompositeRepositoryTaskTest.java (at line 170) assertTrue("Repository does not contain child", metadataRepo.getChildren().contains(childSite)); Discouraged access: The method getChildren() from the type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/ant/CompositeRepositoryTaskTest.java (at line 191) CompositeArtifactRepository artifactRepo = (CompositeArtifactRepository) getCompositeRepository(TYPE_ARTIFACT); Discouraged access: The type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/ant/CompositeRepositoryTaskTest.java (at line 191) CompositeArtifactRepository artifactRepo = (CompositeArtifactRepository) getCompositeRepository(TYPE_ARTIFACT); Discouraged access: The type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/ant/CompositeRepositoryTaskTest.java (at line 192) assertTrue("Children not removed", artifactRepo.getChildren().isEmpty()); Discouraged access: The method getChildren() from the type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/ant/CompositeRepositoryTaskTest.java (at line 235) assertTrue(getArtifactRepositoryManager().loadRepository(compositeSite, null) instanceof CompositeArtifactRepository); Discouraged access: The type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/ant/CompositeRepositoryTaskTest.java (at line 250) assertTrue("Metadata repository is not a CompositeRepository", getMetadataRepositoryManager().loadRepository(compositeSite, null) instanceof CompositeMetadataRepository); Discouraged access: The type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/ant/CompositeRepositoryTaskTest.java (at line 266) assertTrue("Metadata repository is not a CompositeRepository", getMetadataRepositoryManager().loadRepository(compositeSite, null) instanceof CompositeMetadataRepository); Discouraged access: The type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/ant/CompositeRepositoryTaskTest.java (at line 267) assertTrue("Artifact repository is not a CompositeRepository", getArtifactRepositoryManager().loadRepository(compositeSite, null) instanceof CompositeArtifactRepository); Discouraged access: The type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/ant/CompositeRepositoryTaskTest.java (at line 304) assertTrue(repo instanceof CompositeArtifactRepository); Discouraged access: The type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/ant/CompositeRepositoryTaskTest.java (at line 321) assertTrue(repo instanceof CompositeArtifactRepository); Discouraged access: The type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/ant/CompositeRepositoryTaskTest.java (at line 322) assertTrue("The repository is not atomic", Boolean.valueOf((String) repo.getProperties().get(CompositeArtifactRepository.PROP_ATOMIC_LOADING))); Discouraged access: The type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/ant/CompositeRepositoryTaskTest.java (at line 322) assertTrue("The repository is not atomic", Boolean.valueOf((String) repo.getProperties().get(CompositeArtifactRepository.PROP_ATOMIC_LOADING))); Discouraged access: The field PROP_ATOMIC_LOADING from the type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/ant/CompositeRepositoryTaskTest.java (at line 338) assertTrue(repo instanceof CompositeMetadataRepository); Discouraged access: The type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/ant/CompositeRepositoryTaskTest.java (at line 339) assertTrue("The repository is not atomic", Boolean.valueOf((String) repo.getProperties().get(CompositeArtifactRepository.PROP_ATOMIC_LOADING))); Discouraged access: The type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/ant/CompositeRepositoryTaskTest.java (at line 339) assertTrue("The repository is not atomic", Boolean.valueOf((String) repo.getProperties().get(CompositeArtifactRepository.PROP_ATOMIC_LOADING))); Discouraged access: The field PROP_ATOMIC_LOADING from the type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/ant/CompositeRepositoryTaskTest.java (at line 357) assertTrue(repo instanceof CompositeArtifactRepository); Discouraged access: The type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/ant/CompositeRepositoryTaskTest.java (at line 381) CompositeArtifactRepository repo = (CompositeArtifactRepository) getArtifactRepositoryManager().loadRepository(compositeSite, null); Discouraged access: The type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/ant/CompositeRepositoryTaskTest.java (at line 381) CompositeArtifactRepository repo = (CompositeArtifactRepository) getArtifactRepositoryManager().loadRepository(compositeSite, null); Discouraged access: The type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/ant/CompositeRepositoryTaskTest.java (at line 382) assertTrue(repo.getChildren().contains(childSite)); Discouraged access: The method getChildren() from the type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
37. WARNING in /src/org/eclipse/equinox/p2/tests/ant/CompositeRepositoryTaskTest.java (at line 383) assertEquals("More than one child present", 1, repo.getChildren().size()); Discouraged access: The method getChildren() from the type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
38. WARNING in /src/org/eclipse/equinox/p2/tests/ant/CompositeRepositoryTaskTest.java (at line 496) repo = (ICompositeRepository) RepositoryHelper.validDestinationRepository(getArtifactRepositoryManager().createRepository(compositeSite, "Test Composite Repo", IArtifactRepositoryManager.TYPE_COMPOSITE_REPOSITORY, null)); Discouraged access: The type RepositoryHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
39. WARNING in /src/org/eclipse/equinox/p2/tests/ant/CompositeRepositoryTaskTest.java (at line 496) repo = (ICompositeRepository) RepositoryHelper.validDestinationRepository(getArtifactRepositoryManager().createRepository(compositeSite, "Test Composite Repo", IArtifactRepositoryManager.TYPE_COMPOSITE_REPOSITORY, null)); Discouraged access: The method validDestinationRepository(IRepository<IArtifactKey>) from the type RepositoryHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
40. WARNING in /src/org/eclipse/equinox/p2/tests/ant/CompositeRepositoryTaskTest.java (at line 499) repo = (ICompositeRepository) RepositoryHelper.validDestinationRepository(getMetadataRepositoryManager().createRepository(compositeSite, "Test Composite Repo", IMetadataRepositoryManager.TYPE_COMPOSITE_REPOSITORY, null)); Discouraged access: The type RepositoryHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
41. WARNING in /src/org/eclipse/equinox/p2/tests/ant/CompositeRepositoryTaskTest.java (at line 499) repo = (ICompositeRepository) RepositoryHelper.validDestinationRepository(getMetadataRepositoryManager().createRepository(compositeSite, "Test Composite Repo", IMetadataRepositoryManager.TYPE_COMPOSITE_REPOSITORY, null)); Discouraged access: The method validDestinationRepository(IRepository<IInstallableUnit>) from the type RepositoryHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/TestActivator.java (at line 17) import org.eclipse.equinox.internal.p2.core.helpers.ServiceHelper; Discouraged access: The type ServiceHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/TestActivator.java (at line 37) FrameworkLog log = (FrameworkLog) ServiceHelper.getService(context, FrameworkLog.class.getName()); Discouraged access: The type ServiceHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/TestActivator.java (at line 37) FrameworkLog log = (FrameworkLog) ServiceHelper.getService(context, FrameworkLog.class.getName()); Discouraged access: The method getService(BundleContext, String) from the type ServiceHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/FindRootsAfterUpdate.java (at line 14) 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/4M/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/planner/FindRootsAfterUpdate.java (at line 51) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/FindRootsAfterUpdate.java (at line 51) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/FindRootsAfterUpdate.java (at line 51) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/FindRootsAfterUpdate.java (at line 54) req.addExtraRequirements(Arrays.<IRequirement> asList(reqs[0])); Discouraged access: The method addExtraRequirements(Collection<IRequirement>) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/planner/FindRootsAfterUpdate.java (at line 62) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/planner/FindRootsAfterUpdate.java (at line 62) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/planner/FindRootsAfterUpdate.java (at line 62) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/planner/FindRootsAfterUpdate.java (at line 67) req.addExtraRequirements(Arrays.<IRequirement> asList(extraReqs)); Discouraged access: The method addExtraRequirements(Collection<IRequirement>) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/ChmodActionTest.java (at line 17) import org.eclipse.equinox.internal.p2.touchpoint.natives.NativeTouchpoint; Discouraged access: The type NativeTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/ChmodActionTest.java (at line 18) import org.eclipse.equinox.internal.p2.touchpoint.natives.actions.ActionConstants; Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/ChmodActionTest.java (at line 19) import org.eclipse.equinox.internal.p2.touchpoint.natives.actions.ChmodAction; Discouraged access: The type ChmodAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/ChmodActionTest.java (at line 48) parameters.put(ActionConstants.PARM_PROFILE, profile); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/ChmodActionTest.java (at line 48) parameters.put(ActionConstants.PARM_PROFILE, profile); Discouraged access: The field PARM_PROFILE from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/ChmodActionTest.java (at line 49) NativeTouchpoint touchpoint = new NativeTouchpoint(); Discouraged access: The type NativeTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/ChmodActionTest.java (at line 49) NativeTouchpoint touchpoint = new NativeTouchpoint(); Discouraged access: The constructor NativeTouchpoint() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/ChmodActionTest.java (at line 49) NativeTouchpoint touchpoint = new NativeTouchpoint(); Discouraged access: The type NativeTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/ChmodActionTest.java (at line 50) touchpoint.initializePhase(null, profile, "testExecuteUndo", parameters); Discouraged access: The method initializePhase(IProgressMonitor, IProfile, String, Map<String,Object>) from the type NativeTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/ChmodActionTest.java (at line 52) parameters.put(ActionConstants.PARM_TARGET_DIR, installFolder.getAbsolutePath()); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/ChmodActionTest.java (at line 52) parameters.put(ActionConstants.PARM_TARGET_DIR, installFolder.getAbsolutePath()); Discouraged access: The field PARM_TARGET_DIR from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/ChmodActionTest.java (at line 53) parameters.put(ActionConstants.PARM_TARGET_FILE, "a.zip"); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/ChmodActionTest.java (at line 53) parameters.put(ActionConstants.PARM_TARGET_FILE, "a.zip"); Discouraged access: The field PARM_TARGET_FILE from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/ChmodActionTest.java (at line 54) parameters.put(ActionConstants.PARM_PERMISSIONS, "+x"); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/ChmodActionTest.java (at line 54) parameters.put(ActionConstants.PARM_PERMISSIONS, "+x"); Discouraged access: The field PARM_PERMISSIONS from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/ChmodActionTest.java (at line 61) ChmodAction action = new ChmodAction(); Discouraged access: The type ChmodAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/ChmodActionTest.java (at line 61) ChmodAction action = new ChmodAction(); Discouraged access: The constructor ChmodAction() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/ChmodActionTest.java (at line 61) ChmodAction action = new ChmodAction(); Discouraged access: The type ChmodAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/ChmodActionTest.java (at line 62) action.execute(xparameters); Discouraged access: The method execute(Map<String,Object>) from the type ChmodAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/ChmodActionTest.java (at line 64) action.undo(xparameters); Discouraged access: The method undo(Map<String,Object>) from the type ChmodAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/ChmodActionTest.java (at line 67) action = new ChmodAction(); Discouraged access: The constructor ChmodAction() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/ChmodActionTest.java (at line 67) action = new ChmodAction(); Discouraged access: The type ChmodAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/ChmodActionTest.java (at line 68) parameters.put(ActionConstants.PARM_OPTIONS, "-R"); // recursive Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/ChmodActionTest.java (at line 68) parameters.put(ActionConstants.PARM_OPTIONS, "-R"); // recursive Discouraged access: The field PARM_OPTIONS from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/ChmodActionTest.java (at line 69) parameters.put(ActionConstants.PARM_TARGET_FILE, "subfolder"); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/ChmodActionTest.java (at line 69) parameters.put(ActionConstants.PARM_TARGET_FILE, "subfolder"); Discouraged access: The field PARM_TARGET_FILE from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/ChmodActionTest.java (at line 72) action.execute(xparameters); Discouraged access: The method execute(Map<String,Object>) from the type ChmodAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/ChmodActionTest.java (at line 73) action.undo(xparameters); Discouraged access: The method undo(Map<String,Object>) from the type ChmodAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/ChmodActionTest.java (at line 76) action = new ChmodAction(); Discouraged access: The constructor ChmodAction() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/ChmodActionTest.java (at line 76) action = new ChmodAction(); Discouraged access: The type ChmodAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/ChmodActionTest.java (at line 77) parameters.put(ActionConstants.PARM_OPTIONS, "-R -H"); // recursive, modify symlinks (follow link). Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/ChmodActionTest.java (at line 77) parameters.put(ActionConstants.PARM_OPTIONS, "-R -H"); // recursive, modify symlinks (follow link). Discouraged access: The field PARM_OPTIONS from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/ChmodActionTest.java (at line 78) parameters.put(ActionConstants.PARM_TARGET_FILE, "subfolder"); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/ChmodActionTest.java (at line 78) parameters.put(ActionConstants.PARM_TARGET_FILE, "subfolder"); Discouraged access: The field PARM_TARGET_FILE from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/ChmodActionTest.java (at line 79) parameters.put(ActionConstants.PARM_PERMISSIONS, "700"); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/ChmodActionTest.java (at line 79) parameters.put(ActionConstants.PARM_PERMISSIONS, "700"); Discouraged access: The field PARM_PERMISSIONS from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
37. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/ChmodActionTest.java (at line 82) action.execute(xparameters); Discouraged access: The method execute(Map<String,Object>) from the type ChmodAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
38. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/ChmodActionTest.java (at line 83) action.undo(xparameters); Discouraged access: The method undo(Map<String,Object>) from the type ChmodAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
39. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/ChmodActionTest.java (at line 86) action = new ChmodAction(); Discouraged access: The constructor ChmodAction() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
40. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/ChmodActionTest.java (at line 86) action = new ChmodAction(); Discouraged access: The type ChmodAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
41. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/ChmodActionTest.java (at line 87) parameters.put(ActionConstants.PARM_TARGET_FILE, "JimmyHoffa"); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
42. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/ChmodActionTest.java (at line 87) parameters.put(ActionConstants.PARM_TARGET_FILE, "JimmyHoffa"); Discouraged access: The field PARM_TARGET_FILE from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
43. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/ChmodActionTest.java (at line 88) parameters.put(ActionConstants.PARM_PERMISSIONS, "700"); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
44. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/ChmodActionTest.java (at line 88) parameters.put(ActionConstants.PARM_PERMISSIONS, "700"); Discouraged access: The field PARM_PERMISSIONS from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
45. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/ChmodActionTest.java (at line 91) IStatus result = action.execute(xparameters); Discouraged access: The method execute(Map<String,Object>) from the type ChmodAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
46. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/ChmodActionTest.java (at line 93) action.undo(xparameters); Discouraged access: The method undo(Map<String,Object>) from the type ChmodAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTestUpdate3.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/4M/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/planner/PatchTestUpdate3.java (at line 78) ProfileChangeRequest req2 = new ProfileChangeRequest(getProfile("TestProfile." + getName())); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTestUpdate3.java (at line 78) ProfileChangeRequest req2 = new ProfileChangeRequest(getProfile("TestProfile." + getName())); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTestUpdate3.java (at line 78) ProfileChangeRequest req2 = new ProfileChangeRequest(getProfile("TestProfile." + getName())); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTestUpdate3.java (at line 84) ProfileChangeRequest req1 = new ProfileChangeRequest(getProfile("TestProfile." + getName())); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTestUpdate3.java (at line 84) ProfileChangeRequest req1 = new ProfileChangeRequest(getProfile("TestProfile." + getName())); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTestUpdate3.java (at line 84) ProfileChangeRequest req1 = new ProfileChangeRequest(getProfile("TestProfile." + getName())); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTestUpdate3.java (at line 85) req1.addInstallableUnits(new IInstallableUnit[] {p2Feature20}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTestUpdate3.java (at line 86) req1.setInstallableUnitInclusionRules(p2Feature20, ProfileInclusionRules.createStrictInclusionRule(p2Feature20)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTestUpdate3.java (at line 87) req1.removeInstallableUnits(new IInstallableUnit[] {p2Feature}); Discouraged access: The method removeInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/engine/DownloadManagerTest.java (at line 18) import org.eclipse.equinox.internal.p2.engine.DownloadManager; Discouraged access: The type DownloadManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/engine/DownloadManagerTest.java (at line 26) * Simple tests of {@link DownloadManager} API. Discouraged access: The type DownloadManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/engine/DownloadManagerTest.java (at line 40) DownloadManager manager = createDownloadManager(null); Discouraged access: The type DownloadManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/engine/DownloadManagerTest.java (at line 41) IStatus result = manager.start(null); Discouraged access: The method start(IProgressMonitor) from the type DownloadManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/engine/DownloadManagerTest.java (at line 50) DownloadManager manager = createDownloadManager(context); Discouraged access: The type DownloadManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/engine/DownloadManagerTest.java (at line 51) IStatus result = manager.start(null); Discouraged access: The method start(IProgressMonitor) from the type DownloadManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/engine/DownloadManagerTest.java (at line 60) DownloadManager manager = createDownloadManager(context); Discouraged access: The type DownloadManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/engine/DownloadManagerTest.java (at line 62) manager.add((IArtifactRequest) null); Discouraged access: The method add(IArtifactRequest) from the type DownloadManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/engine/DownloadManagerTest.java (at line 71) DownloadManager manager = createDownloadManager(context); Discouraged access: The type DownloadManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/engine/DownloadManagerTest.java (at line 73) manager.add((IArtifactRequest[]) null); Discouraged access: The method add(IArtifactRequest[]) from the type DownloadManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/engine/DownloadManagerTest.java (at line 82) DownloadManager manager = createDownloadManager(context); Discouraged access: The type DownloadManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/engine/DownloadManagerTest.java (at line 83) manager.add(new IArtifactRequest[0]); Discouraged access: The method add(IArtifactRequest[]) from the type DownloadManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/engine/DownloadManagerTest.java (at line 84) IStatus result = manager.start(null); Discouraged access: The method start(IProgressMonitor) from the type DownloadManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/engine/DownloadManagerTest.java (at line 90) DownloadManager manager = createDownloadManager(context); Discouraged access: The type DownloadManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/engine/DownloadManagerTest.java (at line 93) manager.add(requests); Discouraged access: The method add(IArtifactRequest[]) from the type DownloadManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/engine/DownloadManagerTest.java (at line 102) DownloadManager manager = createDownloadManager(context); Discouraged access: The type DownloadManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/engine/DownloadManagerTest.java (at line 105) manager.add(request); Discouraged access: The method add(IArtifactRequest) from the type DownloadManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/engine/DownloadManagerTest.java (at line 106) IStatus result = manager.start(null); Discouraged access: The method start(IProgressMonitor) from the type DownloadManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/engine/DownloadManagerTest.java (at line 114) DownloadManager manager = createDownloadManager(context); Discouraged access: The type DownloadManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/engine/DownloadManagerTest.java (at line 117) manager.add(request); Discouraged access: The method add(IArtifactRequest) from the type DownloadManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/engine/DownloadManagerTest.java (at line 118) IStatus result = manager.start(null); Discouraged access: The method start(IProgressMonitor) from the type DownloadManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/engine/DownloadManagerTest.java (at line 125) DownloadManager manager = createDownloadManager(context); Discouraged access: The type DownloadManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/engine/DownloadManagerTest.java (at line 128) manager.add(requests); Discouraged access: The method add(IArtifactRequest[]) from the type DownloadManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/engine/DownloadManagerTest.java (at line 129) IStatus result = manager.start(null); Discouraged access: The method start(IProgressMonitor) from the type DownloadManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/engine/DownloadManagerTest.java (at line 154) DownloadManager manager = createDownloadManager(context); Discouraged access: The type DownloadManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/engine/DownloadManagerTest.java (at line 157) manager.add(requests); Discouraged access: The method add(IArtifactRequest[]) from the type DownloadManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/engine/DownloadManagerTest.java (at line 158) IStatus result = manager.start(null); Discouraged access: The method start(IProgressMonitor) from the type DownloadManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/engine/DownloadManagerTest.java (at line 169) DownloadManager manager = createDownloadManager(context); Discouraged access: The type DownloadManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/engine/DownloadManagerTest.java (at line 172) manager.add(requests); Discouraged access: The method add(IArtifactRequest[]) from the type DownloadManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/engine/DownloadManagerTest.java (at line 173) IStatus result = manager.start(null); Discouraged access: The method start(IProgressMonitor) from the type DownloadManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/engine/DownloadManagerTest.java (at line 189) DownloadManager manager = createDownloadManager(context); Discouraged access: The type DownloadManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/engine/DownloadManagerTest.java (at line 192) manager.add(requests); Discouraged access: The method add(IArtifactRequest[]) from the type DownloadManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/engine/DownloadManagerTest.java (at line 193) IStatus result = manager.start(null); Discouraged access: The method start(IProgressMonitor) from the type DownloadManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/engine/DownloadManagerTest.java (at line 216) DownloadManager manager = createDownloadManager(context); Discouraged access: The type DownloadManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/engine/DownloadManagerTest.java (at line 219) manager.add(requests); Discouraged access: The method add(IArtifactRequest[]) from the type DownloadManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/engine/DownloadManagerTest.java (at line 220) IStatus result = manager.start(null); Discouraged access: The method start(IProgressMonitor) from the type DownloadManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
37. WARNING in /src/org/eclipse/equinox/p2/tests/engine/DownloadManagerTest.java (at line 230) private DownloadManager createDownloadManager(ProvisioningContext context) { Discouraged access: The type DownloadManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
38. WARNING in /src/org/eclipse/equinox/p2/tests/engine/DownloadManagerTest.java (at line 231) return new DownloadManager(context, getAgent()); Discouraged access: The constructor DownloadManager(ProvisioningContext, IProvisioningAgent) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
39. WARNING in /src/org/eclipse/equinox/p2/tests/engine/DownloadManagerTest.java (at line 231) return new DownloadManager(context, getAgent()); Discouraged access: The type DownloadManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/director/SingletonTest.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/4M/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/director/SingletonTest.java (at line 17) import org.eclipse.equinox.internal.provisional.p2.director.IDirector; Discouraged access: The type IDirector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/director/SingletonTest.java (at line 33) IDirector director; Discouraged access: The type IDirector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/director/SingletonTest.java (at line 57) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/director/SingletonTest.java (at line 57) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/director/SingletonTest.java (at line 57) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/director/SingletonTest.java (at line 58) request.addInstallableUnits(new IInstallableUnit[] {junit38, junit40}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/director/SingletonTest.java (at line 59) assertEquals(IStatus.OK, director.provision(request, null, new NullProgressMonitor()).getSeverity()); Discouraged access: The method provision(IProfileChangeRequest, ProvisioningContext, IProgressMonitor) from the type IDirector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/director/SingletonTest.java (at line 64) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/director/SingletonTest.java (at line 64) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/director/SingletonTest.java (at line 64) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/director/SingletonTest.java (at line 65) request.addInstallableUnits(new IInstallableUnit[] {f1, f1_1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/director/SingletonTest.java (at line 66) assertEquals(IStatus.ERROR, director.provision(request, null, new NullProgressMonitor()).getSeverity()); Discouraged access: The method provision(IProfileChangeRequest, ProvisioningContext, IProgressMonitor) from the type IDirector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/director/SingletonTest.java (at line 71) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/director/SingletonTest.java (at line 71) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/director/SingletonTest.java (at line 71) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/director/SingletonTest.java (at line 72) request.addInstallableUnits(new IInstallableUnit[] {f2, f2_1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/director/SingletonTest.java (at line 73) assertEquals(IStatus.ERROR, director.provision(request, null, new NullProgressMonitor()).getSeverity()); Discouraged access: The method provision(IProfileChangeRequest, ProvisioningContext, IProgressMonitor) from the type IDirector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/DisabledExplanation.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/4M/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/planner/DisabledExplanation.java (at line 16) import org.eclipse.equinox.internal.p2.engine.ProvisioningPlan; Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/DisabledExplanation.java (at line 17) import org.eclipse.equinox.internal.provisional.p2.director.PlannerStatus; Discouraged access: The type PlannerStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/DisabledExplanation.java (at line 46) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/DisabledExplanation.java (at line 46) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/planner/DisabledExplanation.java (at line 46) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/planner/DisabledExplanation.java (at line 47) req.addInstallableUnits(new IInstallableUnit[] {a1, b1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/planner/DisabledExplanation.java (at line 50) ProvisioningPlan plan = (ProvisioningPlan) planner.getProvisioningPlan(req, ctx, null); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/planner/DisabledExplanation.java (at line 50) ProvisioningPlan plan = (ProvisioningPlan) planner.getProvisioningPlan(req, ctx, null); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/planner/DisabledExplanation.java (at line 51) assertEquals(IStatus.ERROR, plan.getStatus().getSeverity()); Discouraged access: The method getStatus() from the type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/planner/DisabledExplanation.java (at line 52) assertFalse((plan.getStatus() instanceof PlannerStatus)); Discouraged access: The method getStatus() from the type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/planner/DisabledExplanation.java (at line 52) assertFalse((plan.getStatus() instanceof PlannerStatus)); Discouraged access: The type PlannerStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SingletonOptionallyInstalled2.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/4M/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/planner/SingletonOptionallyInstalled2.java (at line 45) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SingletonOptionallyInstalled2.java (at line 45) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SingletonOptionallyInstalled2.java (at line 45) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SingletonOptionallyInstalled2.java (at line 46) req.addInstallableUnits(new IInstallableUnit[] {a1, a2}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SingletonOptionallyInstalled2.java (at line 47) req.setInstallableUnitInclusionRules(a1, ProfileInclusionRules.createOptionalInclusionRule(a1)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SingletonOptionallyInstalled2.java (at line 48) req.setInstallableUnitInclusionRules(a2, ProfileInclusionRules.createOptionalInclusionRule(a2)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SingletonOptionallyInstalled2.java (at line 53) ProfileChangeRequest req4 = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SingletonOptionallyInstalled2.java (at line 53) ProfileChangeRequest req4 = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SingletonOptionallyInstalled2.java (at line 53) ProfileChangeRequest req4 = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SingletonOptionallyInstalled2.java (at line 54) req4.addInstallableUnits(new IInstallableUnit[] {a2}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SingletonOptionallyInstalled2.java (at line 55) req4.setInstallableUnitInclusionRules(a2, ProfileInclusionRules.createOptionalInclusionRule(a2)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/JREActionTest.java (at line 27) import org.eclipse.equinox.internal.p2.core.helpers.FileUtils; Discouraged access: The type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/JREActionTest.java (at line 28) import org.eclipse.equinox.internal.p2.metadata.ArtifactKey; Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/JREActionTest.java (at line 29) import org.eclipse.equinox.internal.p2.metadata.ProvidedCapability; Discouraged access: The type ProvidedCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/JREActionTest.java (at line 31) import org.eclipse.equinox.p2.publisher.IPublisherInfo; Discouraged access: The type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/JREActionTest.java (at line 32) import org.eclipse.equinox.p2.publisher.IPublisherResult; Discouraged access: The type IPublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/JREActionTest.java (at line 33) import org.eclipse.equinox.p2.publisher.actions.JREAction; Discouraged access: The type JREAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/JREActionTest.java (at line 36) import org.eclipse.equinox.spi.p2.publisher.PublisherHelper; Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/JREActionTest.java (at line 57) performAction(new JREAction(J14)); Discouraged access: The constructor JREAction(File) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/JREActionTest.java (at line 57) performAction(new JREAction(J14)); Discouraged access: The type JREAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/JREActionTest.java (at line 62) verifyArtifactRepository(ArtifactKey.parse("binary,a.jre.j2se,1.4.0"), J14, "J2SE-1.4.profile"); //$NON-NLS-1$ //$NON-NLS-2$ Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/JREActionTest.java (at line 62) verifyArtifactRepository(ArtifactKey.parse("binary,a.jre.j2se,1.4.0"), J14, "J2SE-1.4.profile"); //$NON-NLS-1$ //$NON-NLS-2$ Discouraged access: The method parse(String) from the type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/JREActionTest.java (at line 66) performAction(new JREAction(J15)); Discouraged access: The constructor JREAction(File) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/JREActionTest.java (at line 66) performAction(new JREAction(J15)); Discouraged access: The type JREAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/JREActionTest.java (at line 71) verifyArtifactRepository(ArtifactKey.parse("binary,a.jre.j2se,1.5.0"), J15, "J2SE-1.5.profile"); //$NON-NLS-1$ //$NON-NLS-2$ Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/JREActionTest.java (at line 71) verifyArtifactRepository(ArtifactKey.parse("binary,a.jre.j2se,1.5.0"), J15, "J2SE-1.5.profile"); //$NON-NLS-1$ //$NON-NLS-2$ Discouraged access: The method parse(String) from the type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/JREActionTest.java (at line 75) performAction(new JREAction(J16)); Discouraged access: The constructor JREAction(File) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/JREActionTest.java (at line 75) performAction(new JREAction(J16)); Discouraged access: The type JREAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/JREActionTest.java (at line 80) verifyArtifactRepository(ArtifactKey.parse("binary,a.jre.javase,1.6.0"), J16, "JavaSE-1.6.profile"); //$NON-NLS-1$//$NON-NLS-2$ Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/JREActionTest.java (at line 80) verifyArtifactRepository(ArtifactKey.parse("binary,a.jre.javase,1.6.0"), J16, "JavaSE-1.6.profile"); //$NON-NLS-1$//$NON-NLS-2$ Discouraged access: The method parse(String) from the type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/JREActionTest.java (at line 84) performAction(new JREAction("OSGi/Minimum-1.2")); Discouraged access: The constructor JREAction(String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/JREActionTest.java (at line 84) performAction(new JREAction("OSGi/Minimum-1.2")); Discouraged access: The type JREAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/JREActionTest.java (at line 92) performAction(new JREAction(jreWithPackageVersionsFolder)); Discouraged access: The constructor JREAction(File) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/JREActionTest.java (at line 92) performAction(new JREAction(jreWithPackageVersionsFolder)); Discouraged access: The type JREAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/JREActionTest.java (at line 95) assertThat(providedCapabilities, hasItem(MetadataFactory.createProvidedCapability(PublisherHelper.CAPABILITY_NS_JAVA_PACKAGE, "my.package", null))); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/JREActionTest.java (at line 95) assertThat(providedCapabilities, hasItem(MetadataFactory.createProvidedCapability(PublisherHelper.CAPABILITY_NS_JAVA_PACKAGE, "my.package", null))); Discouraged access: The field CAPABILITY_NS_JAVA_PACKAGE from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/JREActionTest.java (at line 96) assertThat(providedCapabilities, hasItem(MetadataFactory.createProvidedCapability(PublisherHelper.CAPABILITY_NS_JAVA_PACKAGE, "my.package", Version.create("1.0.0")))); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/JREActionTest.java (at line 96) assertThat(providedCapabilities, hasItem(MetadataFactory.createProvidedCapability(PublisherHelper.CAPABILITY_NS_JAVA_PACKAGE, "my.package", Version.create("1.0.0")))); Discouraged access: The field CAPABILITY_NS_JAVA_PACKAGE from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/JREActionTest.java (at line 98) verifyArtifactRepository(ArtifactKey.parse("binary,a.jre.test,1.0.0"), jreWithPackageVersionsFolder, "test-1.0.0.profile"); //$NON-NLS-1$//$NON-NLS-2$ Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/JREActionTest.java (at line 98) verifyArtifactRepository(ArtifactKey.parse("binary,a.jre.test,1.0.0"), jreWithPackageVersionsFolder, "test-1.0.0.profile"); //$NON-NLS-1$//$NON-NLS-2$ Discouraged access: The method parse(String) from the type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/JREActionTest.java (at line 103) performAction(new JREAction(jreWithPackageVersionsProfile)); Discouraged access: The constructor JREAction(File) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/JREActionTest.java (at line 103) performAction(new JREAction(jreWithPackageVersionsProfile)); Discouraged access: The type JREAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/JREActionTest.java (at line 106) assertThat(providedCapabilities, hasItem(MetadataFactory.createProvidedCapability(PublisherHelper.CAPABILITY_NS_JAVA_PACKAGE, "my.package", null))); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/JREActionTest.java (at line 106) assertThat(providedCapabilities, hasItem(MetadataFactory.createProvidedCapability(PublisherHelper.CAPABILITY_NS_JAVA_PACKAGE, "my.package", null))); Discouraged access: The field CAPABILITY_NS_JAVA_PACKAGE from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/JREActionTest.java (at line 107) assertThat(providedCapabilities, hasItem(MetadataFactory.createProvidedCapability(PublisherHelper.CAPABILITY_NS_JAVA_PACKAGE, "my.package", Version.create("1.0.0")))); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/JREActionTest.java (at line 107) assertThat(providedCapabilities, hasItem(MetadataFactory.createProvidedCapability(PublisherHelper.CAPABILITY_NS_JAVA_PACKAGE, "my.package", Version.create("1.0.0")))); Discouraged access: The field CAPABILITY_NS_JAVA_PACKAGE from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/JREActionTest.java (at line 111) performAction(new JREAction((String) null)); Discouraged access: The constructor JREAction(String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
37. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/JREActionTest.java (at line 111) performAction(new JREAction((String) null)); Discouraged access: The type JREAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
38. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/JREActionTest.java (at line 121) performAction(new JREAction(nonExistingProfile)); Discouraged access: The constructor JREAction(File) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
39. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/JREActionTest.java (at line 121) performAction(new JREAction(nonExistingProfile)); Discouraged access: The type JREAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
40. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/JREActionTest.java (at line 133) performAction(new JREAction("J2SE-1.5")); Discouraged access: The constructor JREAction(String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
41. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/JREActionTest.java (at line 133) performAction(new JREAction("J2SE-1.5")); Discouraged access: The type JREAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
42. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/JREActionTest.java (at line 136) assertThat(capabilities, not(hasItem((IProvidedCapability) new ProvidedCapability("osgi.ee", "JavaSE", Version.parseVersion("1.6"))))); Discouraged access: The constructor ProvidedCapability(String, String, Version) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
43. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/JREActionTest.java (at line 136) assertThat(capabilities, not(hasItem((IProvidedCapability) new ProvidedCapability("osgi.ee", "JavaSE", Version.parseVersion("1.6"))))); Discouraged access: The type ProvidedCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
44. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/JREActionTest.java (at line 137) assertThat(capabilities, hasItem((IProvidedCapability) new ProvidedCapability("osgi.ee", "JavaSE", Version.parseVersion("1.5")))); Discouraged access: The constructor ProvidedCapability(String, String, Version) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
45. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/JREActionTest.java (at line 137) assertThat(capabilities, hasItem((IProvidedCapability) new ProvidedCapability("osgi.ee", "JavaSE", Version.parseVersion("1.5")))); Discouraged access: The type ProvidedCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
46. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/JREActionTest.java (at line 138) assertThat(capabilities, hasItem((IProvidedCapability) new ProvidedCapability("osgi.ee", "OSGi/Minimum", Version.parseVersion("1.0")))); Discouraged access: The constructor ProvidedCapability(String, String, Version) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
47. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/JREActionTest.java (at line 138) assertThat(capabilities, hasItem((IProvidedCapability) new ProvidedCapability("osgi.ee", "OSGi/Minimum", Version.parseVersion("1.0")))); Discouraged access: The type ProvidedCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
48. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/JREActionTest.java (at line 140) assertThat(capabilities, not(hasItem((IProvidedCapability) new ProvidedCapability("osgi.ee", "J2SE", Version.parseVersion("1.5"))))); Discouraged access: The constructor ProvidedCapability(String, String, Version) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
49. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/JREActionTest.java (at line 140) assertThat(capabilities, not(hasItem((IProvidedCapability) new ProvidedCapability("osgi.ee", "J2SE", Version.parseVersion("1.5"))))); Discouraged access: The type ProvidedCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
50. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/JREActionTest.java (at line 145) performAction(new JREAction("OSGi/Minimum-1.0")); Discouraged access: The constructor JREAction(String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
51. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/JREActionTest.java (at line 145) performAction(new JREAction("OSGi/Minimum-1.0")); Discouraged access: The type JREAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
52. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/JREActionTest.java (at line 148) assertThat(capabilities, not(hasItem((IProvidedCapability) new ProvidedCapability("osgi.ee", "JavaSE", Version.parseVersion("1.5"))))); Discouraged access: The constructor ProvidedCapability(String, String, Version) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
53. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/JREActionTest.java (at line 148) assertThat(capabilities, not(hasItem((IProvidedCapability) new ProvidedCapability("osgi.ee", "JavaSE", Version.parseVersion("1.5"))))); Discouraged access: The type ProvidedCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
54. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/JREActionTest.java (at line 149) assertThat(capabilities, hasItem((IProvidedCapability) new ProvidedCapability("osgi.ee", "OSGi/Minimum", Version.parseVersion("1.0")))); Discouraged access: The constructor ProvidedCapability(String, String, Version) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
55. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/JREActionTest.java (at line 149) assertThat(capabilities, hasItem((IProvidedCapability) new ProvidedCapability("osgi.ee", "OSGi/Minimum", Version.parseVersion("1.0")))); Discouraged access: The type ProvidedCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
56. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/JREActionTest.java (at line 153) testAction = new JREAction(new File(TestActivator.getTestDataFolder(), "JREActionTest/invalidOsgiEE/ee-capability-syntax-test.profile")); Discouraged access: The constructor JREAction(File) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
57. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/JREActionTest.java (at line 153) testAction = new JREAction(new File(TestActivator.getTestDataFolder(), "JREActionTest/invalidOsgiEE/ee-capability-syntax-test.profile")); Discouraged access: The type JREAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
58. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/JREActionTest.java (at line 154) IStatus status = testAction.perform(publisherInfo, publisherResult, new NullProgressMonitor()); Discouraged access: The method perform(IPublisherInfo, IPublisherResult, IProgressMonitor) from the type AbstractPublisherAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
59. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/JREActionTest.java (at line 167) private void performAction(JREAction jreAction) { Discouraged access: The type JREAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
60. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/JREActionTest.java (at line 168) IStatus status = jreAction.perform(publisherInfo, publisherResult, new NullProgressMonitor()); Discouraged access: The method perform(IPublisherInfo, IPublisherResult, IProgressMonitor) from the type JREAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
61. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/JREActionTest.java (at line 215) FileUtils.copyStream(new FileInputStream(contentBytes[0]), false, content, true); Discouraged access: The type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
62. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/JREActionTest.java (at line 215) FileUtils.copyStream(new FileInputStream(contentBytes[0]), false, content, true); Discouraged access: The method copyStream(InputStream, boolean, OutputStream, boolean) from the type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
63. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/JREActionTest.java (at line 224) Collection<IInstallableUnit> units = publisherResult.getIUs(id, IPublisherResult.ROOT); Discouraged access: The method getIUs(String, String) from the type IPublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
64. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/JREActionTest.java (at line 224) Collection<IInstallableUnit> units = publisherResult.getIUs(id, IPublisherResult.ROOT); Discouraged access: The type IPublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
65. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/JREActionTest.java (at line 224) Collection<IInstallableUnit> units = publisherResult.getIUs(id, IPublisherResult.ROOT); Discouraged access: The field ROOT from the type IPublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
66. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/JREActionTest.java (at line 230) Collection<IInstallableUnit> ius = publisherResult.getIUs(id, IPublisherResult.ROOT); Discouraged access: The method getIUs(String, String) from the type IPublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
67. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/JREActionTest.java (at line 230) Collection<IInstallableUnit> ius = publisherResult.getIUs(id, IPublisherResult.ROOT); Discouraged access: The type IPublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
68. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/JREActionTest.java (at line 230) Collection<IInstallableUnit> ius = publisherResult.getIUs(id, IPublisherResult.ROOT); Discouraged access: The field ROOT from the type IPublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
69. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/JREActionTest.java (at line 237) expect(publisherInfo.getArtifactRepository()).andReturn(artifactRepository).anyTimes(); Discouraged access: The method getArtifactRepository() from the type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
70. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/JREActionTest.java (at line 238) expect(publisherInfo.getArtifactOptions()).andReturn(IPublisherInfo.A_PUBLISH).anyTimes(); Discouraged access: The method getArtifactOptions() from the type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
71. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/JREActionTest.java (at line 238) expect(publisherInfo.getArtifactOptions()).andReturn(IPublisherInfo.A_PUBLISH).anyTimes(); Discouraged access: The type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
72. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/JREActionTest.java (at line 238) expect(publisherInfo.getArtifactOptions()).andReturn(IPublisherInfo.A_PUBLISH).anyTimes(); Discouraged access: The field A_PUBLISH from the type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/SPIMetadataRepositoryTest.java (at line 21) import org.eclipse.equinox.internal.p2.core.helpers.CollectionUtils; Discouraged access: The type CollectionUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/SPIMetadataRepositoryTest.java (at line 57) class SPIRequiredCapability extends MatchQuery<IInstallableUnit> implements IRequiredCapability { Discouraged access: The type IRequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/SPIMetadataRepositoryTest.java (at line 104) this.filter = filter == null ? null : InstallableUnit.parseFilter(filter); Discouraged access: The type InstallableUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/SPIMetadataRepositoryTest.java (at line 104) this.filter = filter == null ? null : InstallableUnit.parseFilter(filter); Discouraged access: The method parseFilter(String) from the type InstallableUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/SPIMetadataRepositoryTest.java (at line 320) return CollectionUtils.emptyList(); Discouraged access: The type CollectionUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/SPIMetadataRepositoryTest.java (at line 320) return CollectionUtils.emptyList(); Discouraged access: The method emptyList() from the type CollectionUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/SPIMetadataRepositoryTest.java (at line 442) private IRequiredCapability applyOn; Discouraged access: The type IRequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/SPIMetadataRepositoryTest.java (at line 443) private IRequiredCapability newValue; Discouraged access: The type IRequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/SPIMetadataRepositoryTest.java (at line 445) public SPIRequirementChange(IRequiredCapability applyOn2, IRequiredCapability newValue2) { Discouraged access: The type IRequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/SPIMetadataRepositoryTest.java (at line 445) public SPIRequirementChange(IRequiredCapability applyOn2, IRequiredCapability newValue2) { Discouraged access: The type IRequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/SPIMetadataRepositoryTest.java (at line 452) public IRequiredCapability applyOn() { Discouraged access: The type IRequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/SPIMetadataRepositoryTest.java (at line 456) public IRequiredCapability newValue() { Discouraged access: The type IRequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/SPIMetadataRepositoryTest.java (at line 460) public boolean matches(IRequiredCapability toMatch) { Discouraged access: The type IRequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/SPIMetadataRepositoryTest.java (at line 461) if (!toMatch.getNamespace().equals(applyOn.getNamespace())) Discouraged access: The method getNamespace() from the type IRequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/SPIMetadataRepositoryTest.java (at line 461) if (!toMatch.getNamespace().equals(applyOn.getNamespace())) Discouraged access: The method getNamespace() from the type IRequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/SPIMetadataRepositoryTest.java (at line 463) if (!toMatch.getName().equals(applyOn.getName())) Discouraged access: The method getName() from the type IRequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/SPIMetadataRepositoryTest.java (at line 463) if (!toMatch.getName().equals(applyOn.getName())) Discouraged access: The method getName() from the type IRequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/SPIMetadataRepositoryTest.java (at line 465) if (toMatch.getRange().equals(applyOn.getRange())) Discouraged access: The method getRange() from the type IRequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/SPIMetadataRepositoryTest.java (at line 465) if (toMatch.getRange().equals(applyOn.getRange())) Discouraged access: The method getRange() from the type IRequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/SPIMetadataRepositoryTest.java (at line 468) return intersect(toMatch.getRange(), applyOn.getRange()) == null ? false : true; Discouraged access: The method getRange() from the type IRequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/SPIMetadataRepositoryTest.java (at line 468) return intersect(toMatch.getRange(), applyOn.getRange()) == null ? false : true; Discouraged access: The method getRange() from the type IRequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/SPIMetadataRepositoryTest.java (at line 651) assertTrue("Refreshed repo contains default IU", queryResult.iterator().next() instanceof InstallableUnit); Discouraged access: The type InstallableUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/SPIMetadataRepositoryTest.java (at line 680) assertTrue(spiUnit.getProvidedCapabilities().iterator().next() instanceof ProvidedCapability); Discouraged access: The type ProvidedCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/SPIMetadataRepositoryTest.java (at line 688) assertTrue("Repo contains SPI IU)", defaultUnit instanceof InstallableUnit); Discouraged access: The type InstallableUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/SPIMetadataRepositoryTest.java (at line 690) assertTrue(spiUnit.getProvidedCapabilities().iterator().next() instanceof ProvidedCapability); Discouraged access: The type ProvidedCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/SPIMetadataRepositoryTest.java (at line 709) IRequiredCapability spiRequiredCapability = new SPIRequiredCapability("com.example", "bar", new VersionRange(Version.createOSGi(1, 0, 0), true, Version.createOSGi(2, 0, 0), true)); Discouraged access: The type IRequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/SPIMetadataRepositoryTest.java (at line 731) assertTrue(unit.getRequirements().iterator().next() instanceof RequiredCapability); Discouraged access: The type RequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/SPIMetadataRepositoryTest.java (at line 732) assertTrue(((IRequiredCapability) unit.getRequirements().iterator().next()).getName().equals("bar")); Discouraged access: The method getName() from the type IRequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/SPIMetadataRepositoryTest.java (at line 732) assertTrue(((IRequiredCapability) unit.getRequirements().iterator().next()).getName().equals("bar")); Discouraged access: The type IRequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/SPIMetadataRepositoryTest.java (at line 752) IRequiredCapability requiredCapability1 = (IRequiredCapability) MetadataFactory.createRequirement("com.example2", "foo", new VersionRange(Version.createOSGi(1, 0, 0), true, Version.createOSGi(2, 0, 0), true), "(bar=foo)", false, false, false); Discouraged access: The type IRequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/SPIMetadataRepositoryTest.java (at line 752) IRequiredCapability requiredCapability1 = (IRequiredCapability) MetadataFactory.createRequirement("com.example2", "foo", new VersionRange(Version.createOSGi(1, 0, 0), true, Version.createOSGi(2, 0, 0), true), "(bar=foo)", false, false, false); Discouraged access: The type IRequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/SPIMetadataRepositoryTest.java (at line 757) IRequiredCapability spiRequiredCapability = new SPIRequiredCapability("com.example", "bar", new VersionRange(Version.createOSGi(1, 0, 0), true, Version.createOSGi(2, 0, 0), true), "(bar=foo)", true, true, true); Discouraged access: The type IRequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/SPIMetadataRepositoryTest.java (at line 809) assertEquals(((IRequiredCapability) unit.getRequirements().iterator().next()).getNamespace(), spiRequiredCapability.getNamespace()); Discouraged access: The method getNamespace() from the type IRequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/SPIMetadataRepositoryTest.java (at line 809) assertEquals(((IRequiredCapability) unit.getRequirements().iterator().next()).getNamespace(), spiRequiredCapability.getNamespace()); Discouraged access: The type IRequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/SPIMetadataRepositoryTest.java (at line 809) assertEquals(((IRequiredCapability) unit.getRequirements().iterator().next()).getNamespace(), spiRequiredCapability.getNamespace()); Discouraged access: The method getNamespace() from the type IRequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/SPIMetadataRepositoryTest.java (at line 810) assertEquals(((IRequiredCapability) unit.getRequirements().iterator().next()).getName(), spiRequiredCapability.getName()); Discouraged access: The method getName() from the type IRequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
37. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/SPIMetadataRepositoryTest.java (at line 810) assertEquals(((IRequiredCapability) unit.getRequirements().iterator().next()).getName(), spiRequiredCapability.getName()); Discouraged access: The type IRequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
38. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/SPIMetadataRepositoryTest.java (at line 810) assertEquals(((IRequiredCapability) unit.getRequirements().iterator().next()).getName(), spiRequiredCapability.getName()); Discouraged access: The method getName() from the type IRequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
39. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/SPIMetadataRepositoryTest.java (at line 811) assertEquals(((IRequiredCapability) unit.getRequirements().iterator().next()).getMin(), spiRequiredCapability.getMin()); Discouraged access: The type IRequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
40. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/SPIMetadataRepositoryTest.java (at line 812) assertEquals(((IRequiredCapability) unit.getRequirements().iterator().next()).getMax(), spiRequiredCapability.getMax()); Discouraged access: The type IRequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug278668.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/4M/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/planner/Bug278668.java (at line 62) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug278668.java (at line 62) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug278668.java (at line 62) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug278668.java (at line 63) req.addInstallableUnits(new IInstallableUnit[] {group}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug278668.java (at line 83) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug278668.java (at line 83) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug278668.java (at line 83) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug278668.java (at line 84) request.addInstallableUnits(new IInstallableUnit[] {(IInstallableUnit) c.iterator().next()}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug278668.java (at line 89) ProfileChangeRequest request2 = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug278668.java (at line 89) ProfileChangeRequest request2 = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug278668.java (at line 89) ProfileChangeRequest request2 = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug278668.java (at line 90) request2.addInstallableUnits(new IInstallableUnit[] {(IInstallableUnit) c2.iterator().next()}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug278668.java (at line 95) ProfileChangeRequest request3 = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug278668.java (at line 95) ProfileChangeRequest request3 = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug278668.java (at line 95) ProfileChangeRequest request3 = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug278668.java (at line 96) request3.addInstallableUnits(new IInstallableUnit[] {(IInstallableUnit) c.iterator().next(), (IInstallableUnit) c2.iterator().next()}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug278668.java (at line 101) ProfileChangeRequest request4 = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug278668.java (at line 101) ProfileChangeRequest request4 = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug278668.java (at line 101) ProfileChangeRequest request4 = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug278668.java (at line 102) request4.addInstallableUnits(new IInstallableUnit[] {(IInstallableUnit) c.iterator().next(), (IInstallableUnit) c2.iterator().next()}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug278668.java (at line 103) request4.setInstallableUnitInclusionRules((IInstallableUnit) c.iterator().next(), ProfileInclusionRules.createOptionalInclusionRule((IInstallableUnit) c.iterator().next())); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug278668.java (at line 104) request4.setInstallableUnitInclusionRules((IInstallableUnit) c2.iterator().next(), ProfileInclusionRules.createOptionalInclusionRule((IInstallableUnit) c2.iterator().next())); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UtilTest.java (at line 20) import org.eclipse.equinox.internal.p2.touchpoint.eclipse.AggregatedBundleRepository; Discouraged access: The type AggregatedBundleRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UtilTest.java (at line 21) import org.eclipse.equinox.internal.p2.touchpoint.eclipse.Util; Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UtilTest.java (at line 49) assertEquals(agentLocation.getDataArea("org.eclipse.equinox.p2.touchpoint.eclipse"), Util.getBundlePoolLocation(getAgent(), profile)); Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UtilTest.java (at line 49) assertEquals(agentLocation.getDataArea("org.eclipse.equinox.p2.touchpoint.eclipse"), Util.getBundlePoolLocation(getAgent(), profile)); Discouraged access: The method getBundlePoolLocation(IProvisioningAgent, IProfile) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UtilTest.java (at line 57) assertEquals(cacheDir.toURL().toExternalForm(), Util.getBundlePoolLocation(getAgent(), profile).toString()); Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UtilTest.java (at line 57) assertEquals(cacheDir.toURL().toExternalForm(), Util.getBundlePoolLocation(getAgent(), profile).toString()); Discouraged access: The method getBundlePoolLocation(IProvisioningAgent, IProfile) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UtilTest.java (at line 70) AggregatedBundleRepository repos = (AggregatedBundleRepository) Util.getAggregatedBundleRepository(getAgent(), null, 0); Discouraged access: The type AggregatedBundleRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UtilTest.java (at line 70) AggregatedBundleRepository repos = (AggregatedBundleRepository) Util.getAggregatedBundleRepository(getAgent(), null, 0); Discouraged access: The type AggregatedBundleRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UtilTest.java (at line 70) AggregatedBundleRepository repos = (AggregatedBundleRepository) Util.getAggregatedBundleRepository(getAgent(), null, 0); Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UtilTest.java (at line 70) AggregatedBundleRepository repos = (AggregatedBundleRepository) Util.getAggregatedBundleRepository(getAgent(), null, 0); Discouraged access: The method getAggregatedBundleRepository(IProvisioningAgent, IProfile, int) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UtilTest.java (at line 71) assertTrue(repos.testGetBundleRepositories().contains(repoWithFlag)); Discouraged access: The method testGetBundleRepositories() from the type AggregatedBundleRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/UtilTest.java (at line 72) assertTrue(!repos.testGetBundleRepositories().contains(repoWithoutFlag)); Discouraged access: The method testGetBundleRepositories() from the type AggregatedBundleRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest.java (at line 21) import org.eclipse.equinox.internal.p2.artifact.repository.MirrorRequest; Discouraged access: The type MirrorRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest.java (at line 22) import org.eclipse.equinox.internal.p2.artifact.repository.MirrorSelector; Discouraged access: The type MirrorSelector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest.java (at line 24) import org.eclipse.equinox.internal.p2.metadata.ArtifactKey; Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest.java (at line 25) import org.eclipse.equinox.internal.p2.repository.Transport; Discouraged access: The type Transport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest.java (at line 69) IArtifactKey key = new ArtifactKey("org.eclipse.update.feature", "HelloWorldFeature", Version.createOSGi(1, 0, 0)); Discouraged access: The constructor ArtifactKey(String, String, Version) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest.java (at line 69) IArtifactKey key = new ArtifactKey("org.eclipse.update.feature", "HelloWorldFeature", Version.createOSGi(1, 0, 0)); Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest.java (at line 72) MirrorRequest request = new MirrorRequest(key, targetRepository, null, targetProperties, (Transport) getAgent().getService(Transport.SERVICE_NAME)); Discouraged access: The type MirrorRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest.java (at line 72) MirrorRequest request = new MirrorRequest(key, targetRepository, null, targetProperties, (Transport) getAgent().getService(Transport.SERVICE_NAME)); Discouraged access: The constructor MirrorRequest(IArtifactKey, IArtifactRepository, Map<String,String>, Map<String,String>, Transport) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest.java (at line 72) MirrorRequest request = new MirrorRequest(key, targetRepository, null, targetProperties, (Transport) getAgent().getService(Transport.SERVICE_NAME)); Discouraged access: The type MirrorRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest.java (at line 72) MirrorRequest request = new MirrorRequest(key, targetRepository, null, targetProperties, (Transport) getAgent().getService(Transport.SERVICE_NAME)); Discouraged access: The type Transport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest.java (at line 72) MirrorRequest request = new MirrorRequest(key, targetRepository, null, targetProperties, (Transport) getAgent().getService(Transport.SERVICE_NAME)); Discouraged access: The type Transport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest.java (at line 72) MirrorRequest request = new MirrorRequest(key, targetRepository, null, targetProperties, (Transport) getAgent().getService(Transport.SERVICE_NAME)); Discouraged access: The field SERVICE_NAME from the type Transport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest.java (at line 73) request.perform(sourceRepository, new NullProgressMonitor()); Discouraged access: The method perform(IArtifactRepository, IProgressMonitor) from the type MirrorRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest.java (at line 75) assertTrue(request.getResult().matches(IStatus.ERROR)); Discouraged access: The method getResult() from the type ArtifactRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest.java (at line 76) assertTrue(request.getResult().getException() instanceof IOException); Discouraged access: The method getResult() from the type ArtifactRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest.java (at line 80) IArtifactKey key = new ArtifactKey("org.eclipse.update.feature", "Missing", Version.createOSGi(1, 0, 0)); Discouraged access: The constructor ArtifactKey(String, String, Version) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest.java (at line 80) IArtifactKey key = new ArtifactKey("org.eclipse.update.feature", "Missing", Version.createOSGi(1, 0, 0)); Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest.java (at line 83) MirrorRequest request = new MirrorRequest(key, targetRepository, null, targetProperties, getTransport()); Discouraged access: The type MirrorRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest.java (at line 83) MirrorRequest request = new MirrorRequest(key, targetRepository, null, targetProperties, getTransport()); Discouraged access: The constructor MirrorRequest(IArtifactKey, IArtifactRepository, Map<String,String>, Map<String,String>, Transport) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest.java (at line 83) MirrorRequest request = new MirrorRequest(key, targetRepository, null, targetProperties, getTransport()); Discouraged access: The type MirrorRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest.java (at line 84) request.perform(sourceRepository, new NullProgressMonitor()); Discouraged access: The method perform(IArtifactRepository, IProgressMonitor) from the type MirrorRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest.java (at line 86) assertTrue(request.getResult().matches(IStatus.ERROR)); Discouraged access: The method getResult() from the type ArtifactRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest.java (at line 93) IArtifactKey key = new ArtifactKey("test.txt", "fail_to_canonical", Version.parseVersion("1.0.0")); Discouraged access: The constructor ArtifactKey(String, String, Version) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest.java (at line 93) IArtifactKey key = new ArtifactKey("test.txt", "fail_to_canonical", Version.parseVersion("1.0.0")); Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest.java (at line 94) MirrorRequest request = new MirrorRequest(key, targetRepository, null, null, getTransport()); Discouraged access: The type MirrorRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest.java (at line 94) MirrorRequest request = new MirrorRequest(key, targetRepository, null, null, getTransport()); Discouraged access: The constructor MirrorRequest(IArtifactKey, IArtifactRepository, Map<String,String>, Map<String,String>, Transport) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest.java (at line 94) MirrorRequest request = new MirrorRequest(key, targetRepository, null, null, getTransport()); Discouraged access: The type MirrorRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest.java (at line 95) request.perform(src, new NullProgressMonitor()); Discouraged access: The method perform(IArtifactRepository, IProgressMonitor) from the type MirrorRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest.java (at line 97) assertTrue(request.getResult().toString(), request.getResult().isOK()); Discouraged access: The method getResult() from the type ArtifactRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest.java (at line 97) assertTrue(request.getResult().toString(), request.getResult().isOK()); Discouraged access: The method getResult() from the type ArtifactRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest.java (at line 107) IArtifactKey key = new ArtifactKey("test.txt", "HelloWorldText", Version.parseVersion("1.0.0")); Discouraged access: The constructor ArtifactKey(String, String, Version) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest.java (at line 107) IArtifactKey key = new ArtifactKey("test.txt", "HelloWorldText", Version.parseVersion("1.0.0")); Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest.java (at line 108) MirrorRequest request = new MirrorRequest(key, targetRepository, null, null, getTransport()); Discouraged access: The type MirrorRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest.java (at line 108) MirrorRequest request = new MirrorRequest(key, targetRepository, null, null, getTransport()); Discouraged access: The constructor MirrorRequest(IArtifactKey, IArtifactRepository, Map<String,String>, Map<String,String>, Transport) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest.java (at line 108) MirrorRequest request = new MirrorRequest(key, targetRepository, null, null, getTransport()); Discouraged access: The type MirrorRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest.java (at line 109) request.perform(sourceRepository, new NullProgressMonitor()); Discouraged access: The method perform(IArtifactRepository, IProgressMonitor) from the type MirrorRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
37. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest.java (at line 112) assertTrue(request.getResult().toString(), request.getResult().isOK()); Discouraged access: The method getResult() from the type ArtifactRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
38. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest.java (at line 112) assertTrue(request.getResult().toString(), request.getResult().isOK()); Discouraged access: The method getResult() from the type ArtifactRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
39. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest.java (at line 139) MirrorRequest req = new MirrorRequest(key, targetRepository, null, null, getTransport()); Discouraged access: The type MirrorRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
40. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest.java (at line 139) MirrorRequest req = new MirrorRequest(key, targetRepository, null, null, getTransport()); Discouraged access: The constructor MirrorRequest(IArtifactKey, IArtifactRepository, Map<String,String>, Map<String,String>, Transport) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
41. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest.java (at line 139) MirrorRequest req = new MirrorRequest(key, targetRepository, null, null, getTransport()); Discouraged access: The type MirrorRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
42. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest.java (at line 144) req.perform(source, new NullProgressMonitor()); Discouraged access: The method perform(IArtifactRepository, IProgressMonitor) from the type MirrorRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
43. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest.java (at line 146) assertEquals("Expected WARNING status", IStatus.WARNING, req.getResult().getSeverity()); Discouraged access: The method getResult() from the type ArtifactRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
44. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest.java (at line 151) req = new MirrorRequest(key, targetRepository, null, null, getTransport()); Discouraged access: The constructor MirrorRequest(IArtifactKey, IArtifactRepository, Map<String,String>, Map<String,String>, Transport) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
45. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest.java (at line 151) req = new MirrorRequest(key, targetRepository, null, null, getTransport()); Discouraged access: The type MirrorRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
46. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest.java (at line 155) req.perform(source, new NullProgressMonitor()); Discouraged access: The method perform(IArtifactRepository, IProgressMonitor) from the type MirrorRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
47. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest.java (at line 157) assertEquals("Expected INFO status", IStatus.INFO, req.getResult().getSeverity()); Discouraged access: The method getResult() from the type ArtifactRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
48. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest.java (at line 162) req = new MirrorRequest(key, targetRepository, null, null, getTransport()); Discouraged access: The constructor MirrorRequest(IArtifactKey, IArtifactRepository, Map<String,String>, Map<String,String>, Transport) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
49. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest.java (at line 162) req = new MirrorRequest(key, targetRepository, null, null, getTransport()); Discouraged access: The type MirrorRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
50. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest.java (at line 165) req.perform(source, new NullProgressMonitor()); Discouraged access: The method perform(IArtifactRepository, IProgressMonitor) from the type MirrorRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
51. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest.java (at line 167) assertEquals("Expected OK status", IStatus.OK, req.getResult().getSeverity()); Discouraged access: The method getResult() from the type ArtifactRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
52. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest.java (at line 188) IArtifactKey key = new ArtifactKey("osgi.bundle", "org.eclipse.ve.jfc", Version.parseVersion("1.4.0.HEAD")); Discouraged access: The constructor ArtifactKey(String, String, Version) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
53. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest.java (at line 188) IArtifactKey key = new ArtifactKey("osgi.bundle", "org.eclipse.ve.jfc", Version.parseVersion("1.4.0.HEAD")); Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
54. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest.java (at line 189) MirrorRequest req = new MirrorRequest(key, target, null, null, getTransport()); Discouraged access: The type MirrorRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
55. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest.java (at line 189) MirrorRequest req = new MirrorRequest(key, target, null, null, getTransport()); Discouraged access: The constructor MirrorRequest(IArtifactKey, IArtifactRepository, Map<String,String>, Map<String,String>, Transport) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
56. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest.java (at line 189) MirrorRequest req = new MirrorRequest(key, target, null, null, getTransport()); Discouraged access: The type MirrorRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
57. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest.java (at line 191) req.perform(source, new NullProgressMonitor()); Discouraged access: The method perform(IArtifactRepository, IProgressMonitor) from the type MirrorRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
58. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest.java (at line 192) IStatus result = req.getResult(); Discouraged access: The method getResult() from the type ArtifactRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
59. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest.java (at line 314) protected class OrderedMirrorSelector extends MirrorSelector { Discouraged access: The type MirrorSelector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
60. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest.java (at line 317) MirrorInfo[] mirrors; Discouraged access: The type MirrorSelector.MirrorInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
61. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest.java (at line 319) MirrorSelector oldSelector = null; Discouraged access: The type MirrorSelector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
62. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest.java (at line 322) super(repo, getTransport()); Discouraged access: The constructor MirrorSelector(IRepository<?>, Transport) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
63. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest.java (at line 338) oldSelector = (MirrorSelector) mirrorField.get(repo); // Store the old value so we can restore it Discouraged access: The type MirrorSelector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
64. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest.java (at line 381) mirrorLocation = MirrorInfo.class.getDeclaredField("locationString"); Discouraged access: The type MirrorSelector.MirrorInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
65. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest.java (at line 402) private MirrorInfo[] computeMirrors(String mirrorsURL) { Discouraged access: The type MirrorSelector.MirrorInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
66. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest.java (at line 412) MirrorInfo[] infos = new MirrorInfo[mirrorCount + 1]; Discouraged access: The type MirrorSelector.MirrorInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
67. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest.java (at line 412) MirrorInfo[] infos = new MirrorInfo[mirrorCount + 1]; Discouraged access: The type MirrorSelector.MirrorInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
68. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest.java (at line 416) infos[i] = new MirrorInfo(infoURL, i); Discouraged access: The constructor MirrorSelector.MirrorInfo(String, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
69. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest.java (at line 416) infos[i] = new MirrorInfo(infoURL, i); Discouraged access: The type MirrorSelector.MirrorInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
70. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest.java (at line 419) infos[mirrorCount] = new MirrorInfo(repoLocation.toString(), mirrorCount); Discouraged access: The constructor MirrorSelector.MirrorInfo(String, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
71. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest.java (at line 419) infos[mirrorCount] = new MirrorInfo(repoLocation.toString(), mirrorCount); Discouraged access: The type MirrorSelector.MirrorInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/ql/EvaluatorTest.java (at line 17) import org.eclipse.equinox.internal.p2.director.QueryableArray; Discouraged access: The type QueryableArray is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/ql/EvaluatorTest.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/4M/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/ql/EvaluatorTest.java (at line 21) import org.eclipse.equinox.p2.publisher.PublisherInfo; Discouraged access: The type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/ql/EvaluatorTest.java (at line 22) import org.eclipse.equinox.p2.publisher.PublisherResult; Discouraged access: The type PublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/ql/EvaluatorTest.java (at line 23) import org.eclipse.equinox.p2.publisher.eclipse.BundlesAction; Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/ql/EvaluatorTest.java (at line 205) IInstallableUnit envIU = InstallableUnit.contextIU(env); Discouraged access: The type InstallableUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/ql/EvaluatorTest.java (at line 205) IInstallableUnit envIU = InstallableUnit.contextIU(env); Discouraged access: The method contextIU(Map<String,String>) from the type InstallableUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/ql/EvaluatorTest.java (at line 221) IInstallableUnit envIU = InstallableUnit.contextIU("gtk", "linux", "x86"); Discouraged access: The type InstallableUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/ql/EvaluatorTest.java (at line 221) IInstallableUnit envIU = InstallableUnit.contextIU("gtk", "linux", "x86"); Discouraged access: The method contextIU(String, String, String) from the type InstallableUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/ql/EvaluatorTest.java (at line 321) BundlesAction bundlesAction = new BundlesAction(new File[] {foo_fragment}); Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/ql/EvaluatorTest.java (at line 321) BundlesAction bundlesAction = new BundlesAction(new File[] {foo_fragment}); Discouraged access: The constructor BundlesAction(File[]) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/ql/EvaluatorTest.java (at line 321) BundlesAction bundlesAction = new BundlesAction(new File[] {foo_fragment}); Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/ql/EvaluatorTest.java (at line 322) PublisherInfo info = new PublisherInfo(); Discouraged access: The type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/ql/EvaluatorTest.java (at line 322) PublisherInfo info = new PublisherInfo(); Discouraged access: The constructor PublisherInfo() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/ql/EvaluatorTest.java (at line 322) PublisherInfo info = new PublisherInfo(); Discouraged access: The type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/ql/EvaluatorTest.java (at line 323) PublisherResult results = new PublisherResult(); Discouraged access: The type PublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/ql/EvaluatorTest.java (at line 323) PublisherResult results = new PublisherResult(); Discouraged access: The constructor PublisherResult() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/ql/EvaluatorTest.java (at line 323) PublisherResult results = new PublisherResult(); Discouraged access: The type PublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/ql/EvaluatorTest.java (at line 325) bundlesAction.perform(info, results, new NullProgressMonitor()); Discouraged access: The method perform(IPublisherInfo, IPublisherResult, IProgressMonitor) from the type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/ql/EvaluatorTest.java (at line 326) Collection ius = results.getIUs(null, null); Discouraged access: The method getIUs(String, String) from the type PublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/ql/EvaluatorTest.java (at line 329) info = new PublisherInfo(); Discouraged access: The constructor PublisherInfo() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/ql/EvaluatorTest.java (at line 329) info = new PublisherInfo(); Discouraged access: The type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/ql/EvaluatorTest.java (at line 330) results = new PublisherResult(); Discouraged access: The constructor PublisherResult() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/ql/EvaluatorTest.java (at line 330) results = new PublisherResult(); Discouraged access: The type PublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/ql/EvaluatorTest.java (at line 331) bundlesAction = new BundlesAction(new File[] {foo}); Discouraged access: The constructor BundlesAction(File[]) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/ql/EvaluatorTest.java (at line 331) bundlesAction = new BundlesAction(new File[] {foo}); Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/ql/EvaluatorTest.java (at line 332) bundlesAction.perform(info, results, new NullProgressMonitor()); Discouraged access: The method perform(IPublisherInfo, IPublisherResult, IProgressMonitor) from the type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/ql/EvaluatorTest.java (at line 334) bundlesAction = new BundlesAction(new File[] {foo_fragment}); Discouraged access: The constructor BundlesAction(File[]) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/ql/EvaluatorTest.java (at line 334) bundlesAction = new BundlesAction(new File[] {foo_fragment}); Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/ql/EvaluatorTest.java (at line 335) bundlesAction.perform(info, results, new NullProgressMonitor()); Discouraged access: The method perform(IPublisherInfo, IPublisherResult, IProgressMonitor) from the type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/ql/EvaluatorTest.java (at line 336) ius = results.getIUs(null, null); Discouraged access: The method getIUs(String, String) from the type PublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/ql/EvaluatorTest.java (at line 338) QueryableArray queryableArray = new QueryableArray((IInstallableUnit[]) ius.toArray(new IInstallableUnit[ius.size()])); Discouraged access: The type QueryableArray is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/ql/EvaluatorTest.java (at line 338) QueryableArray queryableArray = new QueryableArray((IInstallableUnit[]) ius.toArray(new IInstallableUnit[ius.size()])); Discouraged access: The constructor QueryableArray(IInstallableUnit[]) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/ql/EvaluatorTest.java (at line 338) QueryableArray queryableArray = new QueryableArray((IInstallableUnit[]) ius.toArray(new IInstallableUnit[ius.size()])); Discouraged access: The type QueryableArray is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddRepositoryActionTest.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/4M/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/touchpoint/eclipse/AddRepositoryActionTest.java (at line 20) import org.eclipse.equinox.internal.p2.core.helpers.LogHelper; Discouraged access: The type LogHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddRepositoryActionTest.java (at line 21) import org.eclipse.equinox.internal.p2.metadata.TouchpointInstruction; Discouraged access: The type TouchpointInstruction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddRepositoryActionTest.java (at line 22) import org.eclipse.equinox.internal.p2.touchpoint.eclipse.Util; Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddRepositoryActionTest.java (at line 23) import org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.ActionConstants; Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddRepositoryActionTest.java (at line 24) import org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.AddRepositoryAction; Discouraged access: The type AddRepositoryAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddRepositoryActionTest.java (at line 36) * Tests for {@link org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.AddRepositoryAction}. Discouraged access: The type AddRepositoryAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddRepositoryActionTest.java (at line 41) AddRepositoryAction action; Discouraged access: The type AddRepositoryAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddRepositoryActionTest.java (at line 58) action = new AddRepositoryAction(); Discouraged access: The constructor AddRepositoryAction() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddRepositoryActionTest.java (at line 58) action = new AddRepositoryAction(); Discouraged access: The type AddRepositoryAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddRepositoryActionTest.java (at line 73) IStatus result = action.execute(args); Discouraged access: The method execute(Map<String,Object>) from the type AddRepositoryAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddRepositoryActionTest.java (at line 80) args.put(ActionConstants.PARM_AGENT, getAgent()); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddRepositoryActionTest.java (at line 80) args.put(ActionConstants.PARM_AGENT, getAgent()); Discouraged access: The field PARM_AGENT from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddRepositoryActionTest.java (at line 87) IStatus result = action.execute(args); Discouraged access: The method execute(Map<String,Object>) from the type AddRepositoryAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddRepositoryActionTest.java (at line 95) IStatus result = action.execute(args); Discouraged access: The method execute(Map<String,Object>) from the type AddRepositoryAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddRepositoryActionTest.java (at line 104) IStatus result = action.execute(args); Discouraged access: The method execute(Map<String,Object>) from the type AddRepositoryAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddRepositoryActionTest.java (at line 112) IStatus result = action.execute(args); Discouraged access: The method execute(Map<String,Object>) from the type AddRepositoryAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddRepositoryActionTest.java (at line 117) IStatus result = action.execute(new HashMap()); Discouraged access: The method execute(Map<String,Object>) from the type AddRepositoryAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddRepositoryActionTest.java (at line 124) IStatus result = action.execute(args); Discouraged access: The method execute(Map<String,Object>) from the type AddRepositoryAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddRepositoryActionTest.java (at line 127) result = action.undo(args); Discouraged access: The method undo(Map<String,Object>) from the type AddRepositoryAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddRepositoryActionTest.java (at line 134) IStatus result = action.execute(args); Discouraged access: The method execute(Map<String,Object>) from the type AddRepositoryAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddRepositoryActionTest.java (at line 137) result = action.execute(args); Discouraged access: The method execute(Map<String,Object>) from the type AddRepositoryAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddRepositoryActionTest.java (at line 140) result = action.undo(args); Discouraged access: The method undo(Map<String,Object>) from the type AddRepositoryAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddRepositoryActionTest.java (at line 156) IStatus result = action.execute(args); Discouraged access: The method execute(Map<String,Object>) from the type AddRepositoryAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddRepositoryActionTest.java (at line 159) result = action.undo(args); Discouraged access: The method undo(Map<String,Object>) from the type AddRepositoryAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddRepositoryActionTest.java (at line 172) instructions.put("configure", TouchpointInstruction.encodeAction("addRepository", getValidArguments())); Discouraged access: The type TouchpointInstruction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddRepositoryActionTest.java (at line 172) instructions.put("configure", TouchpointInstruction.encodeAction("addRepository", getValidArguments())); Discouraged access: The method encodeAction(String, Map<String,String>) from the type TouchpointInstruction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddRepositoryActionTest.java (at line 176) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddRepositoryActionTest.java (at line 176) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddRepositoryActionTest.java (at line 176) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddRepositoryActionTest.java (at line 177) request.addInstallableUnits(new IInstallableUnit[] {iu}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddRepositoryActionTest.java (at line 181) IStatus result = createDirector().provision(request, new ProvisioningContext(getAgent()), getMonitor()); Discouraged access: The method provision(IProfileChangeRequest, ProvisioningContext, IProgressMonitor) from the type IDirector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddRepositoryActionTest.java (at line 206) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddRepositoryActionTest.java (at line 206) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddRepositoryActionTest.java (at line 206) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddRepositoryActionTest.java (at line 208) request.addInstallableUnits(oldIUs); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
37. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddRepositoryActionTest.java (at line 209) IStatus result = createDirector().provision(request, new ProvisioningContext(getAgent()), getMonitor()); Discouraged access: The method provision(IProfileChangeRequest, ProvisioningContext, IProgressMonitor) from the type IDirector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
38. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddRepositoryActionTest.java (at line 217) instructions.put("configure", TouchpointInstruction.encodeAction("addRepository", getValidArguments())); Discouraged access: The type TouchpointInstruction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
39. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddRepositoryActionTest.java (at line 217) instructions.put("configure", TouchpointInstruction.encodeAction("addRepository", getValidArguments())); Discouraged access: The method encodeAction(String, Map<String,String>) from the type TouchpointInstruction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
40. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddRepositoryActionTest.java (at line 224) request = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
41. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddRepositoryActionTest.java (at line 224) request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
42. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddRepositoryActionTest.java (at line 226) request.addInstallableUnits(newIUs); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
43. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddRepositoryActionTest.java (at line 227) request.removeInstallableUnits(oldIUs); Discouraged access: The method removeInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
44. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddRepositoryActionTest.java (at line 228) result = createDirector().provision(request, new ProvisioningContext(getAgent()), getMonitor()); Discouraged access: The method provision(IProfileChangeRequest, ProvisioningContext, IProgressMonitor) from the type IDirector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
45. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddRepositoryActionTest.java (at line 230) LogHelper.log(result); Discouraged access: The type LogHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
46. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddRepositoryActionTest.java (at line 230) LogHelper.log(result); Discouraged access: The method log(IStatus) from the type LogHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
47. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddRepositoryActionTest.java (at line 235) IArtifactRepository artifacts = getArtifactRepositoryManager().loadRepository(Util.getBundlePoolLocation(getAgent(), profile), getMonitor()); Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
48. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddRepositoryActionTest.java (at line 235) IArtifactRepository artifacts = getArtifactRepositoryManager().loadRepository(Util.getBundlePoolLocation(getAgent(), profile), getMonitor()); Discouraged access: The method getBundlePoolLocation(IProvisioningAgent, IProfile) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MinimalInstall2.java (at line 15) 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/4M/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/planner/MinimalInstall2.java (at line 58) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MinimalInstall2.java (at line 58) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MinimalInstall2.java (at line 58) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MinimalInstall2.java (at line 59) req.addInstallableUnits(new IInstallableUnit[] {userRegionRoot}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MinimalInstall2.java (at line 66) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MinimalInstall2.java (at line 66) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MinimalInstall2.java (at line 66) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MinimalInstall2.java (at line 67) req.addInstallableUnits(new IInstallableUnit[] {userRegionRoot2}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductContentTypeTest.java (at line 21) import org.eclipse.equinox.internal.p2.publisher.eclipse.ProductFile; Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductContentTypeTest.java (at line 23) import org.eclipse.equinox.p2.publisher.IPublisherResult; Discouraged access: The type IPublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductContentTypeTest.java (at line 24) import org.eclipse.equinox.p2.publisher.PublisherInfo; Discouraged access: The type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductContentTypeTest.java (at line 25) import org.eclipse.equinox.p2.publisher.eclipse.ProductAction; Discouraged access: The type ProductAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductContentTypeTest.java (at line 80) new ProductFile(productFileLocation.toString()); Discouraged access: The constructor ProductFile(String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductContentTypeTest.java (at line 80) new ProductFile(productFileLocation.toString()); Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductContentTypeTest.java (at line 93) new ProductFile(productFileLocation.toString()); Discouraged access: The constructor ProductFile(String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductContentTypeTest.java (at line 93) new ProductFile(productFileLocation.toString()); Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductContentTypeTest.java (at line 129) publisherResult.addIU(requiredInstallableUnits[i], IPublisherResult.NON_ROOT); Discouraged access: The method addIU(IInstallableUnit, String) from the type IPublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductContentTypeTest.java (at line 129) publisherResult.addIU(requiredInstallableUnits[i], IPublisherResult.NON_ROOT); Discouraged access: The type IPublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductContentTypeTest.java (at line 129) publisherResult.addIU(requiredInstallableUnits[i], IPublisherResult.NON_ROOT); Discouraged access: The field NON_ROOT from the type IPublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductContentTypeTest.java (at line 143) ProductFile productFile = new ProductFile(productFileLocation.toString()); Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductContentTypeTest.java (at line 143) ProductFile productFile = new ProductFile(productFileLocation.toString()); Discouraged access: The constructor ProductFile(String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductContentTypeTest.java (at line 143) ProductFile productFile = new ProductFile(productFileLocation.toString()); Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductContentTypeTest.java (at line 144) testAction = new ProductAction(null, productFile, flavor, null); Discouraged access: The constructor ProductAction(String, IProductDescriptor, String, File) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductContentTypeTest.java (at line 144) testAction = new ProductAction(null, productFile, flavor, null); Discouraged access: The type ProductAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductContentTypeTest.java (at line 145) IStatus status = testAction.perform(new PublisherInfo(), publisherResult, null); Discouraged access: The method perform(IPublisherInfo, IPublisherResult, IProgressMonitor) from the type AbstractPublisherAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductContentTypeTest.java (at line 145) IStatus status = testAction.perform(new PublisherInfo(), publisherResult, null); Discouraged access: The constructor PublisherInfo() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductContentTypeTest.java (at line 145) IStatus status = testAction.perform(new PublisherInfo(), publisherResult, null); Discouraged access: The type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductContentTypeTest.java (at line 147) Collection<IInstallableUnit> ius = publisherResult.getIUs(productIUName, IPublisherResult.NON_ROOT); Discouraged access: The method getIUs(String, String) from the type IPublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductContentTypeTest.java (at line 147) Collection<IInstallableUnit> ius = publisherResult.getIUs(productIUName, IPublisherResult.NON_ROOT); Discouraged access: The type IPublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductContentTypeTest.java (at line 147) Collection<IInstallableUnit> ius = publisherResult.getIUs(productIUName, IPublisherResult.NON_ROOT); Discouraged access: The field NON_ROOT from the type IPublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ContextRepositoryTest.java (at line 26) public class TestPublisherApplication extends AbstractPublisherApplication { Discouraged access: The type AbstractPublisherApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ContextRepositoryTest.java (at line 31) protected IPublisherAction[] createActions() { Discouraged access: The type IPublisherAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ContextRepositoryTest.java (at line 32) return new IPublisherAction[0]; Discouraged access: The type IPublisherAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ContextRepositoryTest.java (at line 35) public IPublisherInfo getInfo() { Discouraged access: The type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ContextRepositoryTest.java (at line 36) return info; Discouraged access: The field info from the type AbstractPublisherApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ContextRepositoryTest.java (at line 46) application.run(firstRun); Discouraged access: The method run(String[]) from the type AbstractPublisherApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ContextRepositoryTest.java (at line 47) assertNotNull(application.getInfo().getContextMetadataRepository()); Discouraged access: The method getContextMetadataRepository() from the type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ContextRepositoryTest.java (at line 56) application.run(firstRun); Discouraged access: The method run(String[]) from the type AbstractPublisherApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ContextRepositoryTest.java (at line 57) assertNotNull(application.getInfo().getContextArtifactRepository()); Discouraged access: The method getContextArtifactRepository() from the type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningContextTest.java (at line 14) 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/4M/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/engine/ProvisioningContextTest.java (at line 189) IProfileChangeRequest request = ProfileChangeRequest.createByProfileId(getAgent(), TEST); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningContextTest.java (at line 189) IProfileChangeRequest request = ProfileChangeRequest.createByProfileId(getAgent(), TEST); Discouraged access: The method createByProfileId(IProvisioningAgent, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/engine/TouchpointTest.java (at line 15) import org.eclipse.equinox.internal.p2.engine.PhaseSet; Discouraged access: The type PhaseSet is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/engine/TouchpointTest.java (at line 139) PhaseSet phaseSet = new TestPhaseSet(); Discouraged access: The type PhaseSet is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/engine/TouchpointTest.java (at line 151) PhaseSet phaseSet = new TestPhaseSet(); Discouraged access: The type PhaseSet is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/RemoveActionTest.java (at line 17) import org.eclipse.equinox.internal.p2.touchpoint.natives.IBackupStore; Discouraged access: The type IBackupStore is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/RemoveActionTest.java (at line 18) import org.eclipse.equinox.internal.p2.touchpoint.natives.NativeTouchpoint; Discouraged access: The type NativeTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/RemoveActionTest.java (at line 19) import org.eclipse.equinox.internal.p2.touchpoint.natives.actions.ActionConstants; Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/RemoveActionTest.java (at line 20) import org.eclipse.equinox.internal.p2.touchpoint.natives.actions.RemoveAction; Discouraged access: The type RemoveAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/RemoveActionTest.java (at line 30) private RemoveAction action; Discouraged access: The type RemoveAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/RemoveActionTest.java (at line 59) parameters.put(ActionConstants.PARM_PROFILE, profile); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/RemoveActionTest.java (at line 59) parameters.put(ActionConstants.PARM_PROFILE, profile); Discouraged access: The field PARM_PROFILE from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/RemoveActionTest.java (at line 60) NativeTouchpoint touchpoint = new NativeTouchpoint(); Discouraged access: The type NativeTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/RemoveActionTest.java (at line 60) NativeTouchpoint touchpoint = new NativeTouchpoint(); Discouraged access: The constructor NativeTouchpoint() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/RemoveActionTest.java (at line 60) NativeTouchpoint touchpoint = new NativeTouchpoint(); Discouraged access: The type NativeTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/RemoveActionTest.java (at line 61) touchpoint.initializePhase(null, profile, "testExecuteUndo", parameters); Discouraged access: The method initializePhase(IProgressMonitor, IProfile, String, Map<String,Object>) from the type NativeTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/RemoveActionTest.java (at line 66) parameters.put(ActionConstants.PARM_PATH, testFolder.getAbsolutePath()); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/RemoveActionTest.java (at line 66) parameters.put(ActionConstants.PARM_PATH, testFolder.getAbsolutePath()); Discouraged access: The field PARM_PATH from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/RemoveActionTest.java (at line 74) action.undo(parameters); Discouraged access: The method undo(Map<String,Object>) from the type RemoveAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/RemoveActionTest.java (at line 75) IBackupStore store = (IBackupStore) parameters.get(NativeTouchpoint.PARM_BACKUP); Discouraged access: The type IBackupStore is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/RemoveActionTest.java (at line 75) IBackupStore store = (IBackupStore) parameters.get(NativeTouchpoint.PARM_BACKUP); Discouraged access: The type IBackupStore is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/RemoveActionTest.java (at line 75) IBackupStore store = (IBackupStore) parameters.get(NativeTouchpoint.PARM_BACKUP); Discouraged access: The type NativeTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/RemoveActionTest.java (at line 75) IBackupStore store = (IBackupStore) parameters.get(NativeTouchpoint.PARM_BACKUP); Discouraged access: The field PARM_BACKUP from the type NativeTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/RemoveActionTest.java (at line 78) store.restore(); Discouraged access: The method restore() from the type IBackupStore is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/RemoveActionTest.java (at line 85) store.discard(); Discouraged access: The method discard() from the type IBackupStore is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/RemoveActionTest.java (at line 121) action = new RemoveAction(); Discouraged access: The constructor RemoveAction() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/RemoveActionTest.java (at line 121) action = new RemoveAction(); Discouraged access: The type RemoveAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/RemoveActionTest.java (at line 122) action.execute(parameters); Discouraged access: The method execute(Map<String,Object>) from the type RemoveAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/RemoveActionTest.java (at line 135) action = new RemoveAction(); Discouraged access: The constructor RemoveAction() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/RemoveActionTest.java (at line 135) action = new RemoveAction(); Discouraged access: The type RemoveAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/RemoveActionTest.java (at line 136) action.execute(parameters); Discouraged access: The method execute(Map<String,Object>) from the type RemoveAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/extensionlocation/ExtensionLocationMetadataRepositoryFactoryTest.java (at line 16) import org.eclipse.equinox.internal.p2.extensionlocation.Constants; Discouraged access: The type Constants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.extensionlocation/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/extensionlocation/ExtensionLocationMetadataRepositoryFactoryTest.java (at line 17) import org.eclipse.equinox.internal.p2.extensionlocation.ExtensionLocationMetadataRepositoryFactory; Discouraged access: The type ExtensionLocationMetadataRepositoryFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.extensionlocation/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/extensionlocation/ExtensionLocationMetadataRepositoryFactoryTest.java (at line 27) private ExtensionLocationMetadataRepositoryFactory factory; Discouraged access: The type ExtensionLocationMetadataRepositoryFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.extensionlocation/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/extensionlocation/ExtensionLocationMetadataRepositoryFactoryTest.java (at line 44) factory = new ExtensionLocationMetadataRepositoryFactory(); Discouraged access: The constructor ExtensionLocationMetadataRepositoryFactory() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.extensionlocation/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/extensionlocation/ExtensionLocationMetadataRepositoryFactoryTest.java (at line 44) factory = new ExtensionLocationMetadataRepositoryFactory(); Discouraged access: The type ExtensionLocationMetadataRepositoryFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.extensionlocation/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/extensionlocation/ExtensionLocationMetadataRepositoryFactoryTest.java (at line 51) factory.load(nonFileURL, 0, getMonitor()); Discouraged access: The method load(URI, int, IProgressMonitor) from the type ExtensionLocationMetadataRepositoryFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.extensionlocation/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/extensionlocation/ExtensionLocationMetadataRepositoryFactoryTest.java (at line 64) factory.load(directory.toURI(), 0, getMonitor()); Discouraged access: The method load(URI, int, IProgressMonitor) from the type ExtensionLocationMetadataRepositoryFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.extensionlocation/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/extensionlocation/ExtensionLocationMetadataRepositoryFactoryTest.java (at line 75) factory.load(file.toURI(), 0, getMonitor()); Discouraged access: The method load(URI, int, IProgressMonitor) from the type ExtensionLocationMetadataRepositoryFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.extensionlocation/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/extensionlocation/ExtensionLocationMetadataRepositoryFactoryTest.java (at line 90) factory.load(directory.toURI(), 0, getMonitor()); Discouraged access: The method load(URI, int, IProgressMonitor) from the type ExtensionLocationMetadataRepositoryFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.extensionlocation/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/extensionlocation/ExtensionLocationMetadataRepositoryFactoryTest.java (at line 103) factory.load(directory.toURI(), 0, getMonitor()); Discouraged access: The method load(URI, int, IProgressMonitor) from the type ExtensionLocationMetadataRepositoryFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.extensionlocation/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/extensionlocation/ExtensionLocationMetadataRepositoryFactoryTest.java (at line 114) factory.load(directory.toURI(), 0, getMonitor()); Discouraged access: The method load(URI, int, IProgressMonitor) from the type ExtensionLocationMetadataRepositoryFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.extensionlocation/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/extensionlocation/ExtensionLocationMetadataRepositoryFactoryTest.java (at line 125) factory.load(directory.toURI(), 0, getMonitor()); Discouraged access: The method load(URI, int, IProgressMonitor) from the type ExtensionLocationMetadataRepositoryFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.extensionlocation/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/extensionlocation/ExtensionLocationMetadataRepositoryFactoryTest.java (at line 139) factory.load(directory.toURI(), 0, getMonitor()); Discouraged access: The method load(URI, int, IProgressMonitor) from the type ExtensionLocationMetadataRepositoryFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.extensionlocation/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/extensionlocation/ExtensionLocationMetadataRepositoryFactoryTest.java (at line 153) factory.load(directory.toURI(), 0, getMonitor()); Discouraged access: The method load(URI, int, IProgressMonitor) from the type ExtensionLocationMetadataRepositoryFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.extensionlocation/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/extensionlocation/ExtensionLocationMetadataRepositoryFactoryTest.java (at line 166) IMetadataRepository repo = factory.load(location, 0, getMonitor()); Discouraged access: The method load(URI, int, IProgressMonitor) from the type ExtensionLocationMetadataRepositoryFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.extensionlocation/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/extensionlocation/ExtensionLocationMetadataRepositoryFactoryTest.java (at line 182) IMetadataRepository repo = factory.load(location, 0, getMonitor()); Discouraged access: The method load(URI, int, IProgressMonitor) from the type ExtensionLocationMetadataRepositoryFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.extensionlocation/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/extensionlocation/ExtensionLocationMetadataRepositoryFactoryTest.java (at line 198) IMetadataRepository repo = factory.load(location, 0, getMonitor()); Discouraged access: The method load(URI, int, IProgressMonitor) from the type ExtensionLocationMetadataRepositoryFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.extensionlocation/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/extensionlocation/ExtensionLocationMetadataRepositoryFactoryTest.java (at line 212) IMetadataRepository repo = factory.load(directory.toURI(), 0, getMonitor()); Discouraged access: The method load(URI, int, IProgressMonitor) from the type ExtensionLocationMetadataRepositoryFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.extensionlocation/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/extensionlocation/ExtensionLocationMetadataRepositoryFactoryTest.java (at line 226) IMetadataRepository repo = factory.load(directory.toURI(), IRepositoryManager.REPOSITORY_HINT_MODIFIABLE, getMonitor()); Discouraged access: The method load(URI, int, IProgressMonitor) from the type ExtensionLocationMetadataRepositoryFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.extensionlocation/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/extensionlocation/ExtensionLocationMetadataRepositoryFactoryTest.java (at line 236) factory.load(site.toURI(), 0, getMonitor()); Discouraged access: The method load(URI, int, IProgressMonitor) from the type ExtensionLocationMetadataRepositoryFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.extensionlocation/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/extensionlocation/ExtensionLocationMetadataRepositoryFactoryTest.java (at line 247) factory.load(site.toURI(), 0, getMonitor()); Discouraged access: The method load(URI, int, IProgressMonitor) from the type ExtensionLocationMetadataRepositoryFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.extensionlocation/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/extensionlocation/ExtensionLocationMetadataRepositoryFactoryTest.java (at line 264) factory.load(location, 0, getMonitor()); Discouraged access: The method load(URI, int, IProgressMonitor) from the type ExtensionLocationMetadataRepositoryFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.extensionlocation/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/extensionlocation/ExtensionLocationMetadataRepositoryFactoryTest.java (at line 279) File extensionLocation = new File(tempDirectory.getAbsolutePath() + Constants.EXTENSION_LOCATION); Discouraged access: The type Constants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.extensionlocation/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/extensionlocation/ExtensionLocationMetadataRepositoryFactoryTest.java (at line 279) File extensionLocation = new File(tempDirectory.getAbsolutePath() + Constants.EXTENSION_LOCATION); Discouraged access: The field EXTENSION_LOCATION from the type Constants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.extensionlocation/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/extensionlocation/ExtensionLocationMetadataRepositoryFactoryTest.java (at line 282) factory.load(location, 0, getMonitor()); Discouraged access: The method load(URI, int, IProgressMonitor) from the type ExtensionLocationMetadataRepositoryFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.extensionlocation/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/extensionlocation/ExtensionLocationMetadataRepositoryFactoryTest.java (at line 299) factory.load(location, 0, getMonitor()); Discouraged access: The method load(URI, int, IProgressMonitor) from the type ExtensionLocationMetadataRepositoryFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.extensionlocation/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/extensionlocation/ExtensionLocationMetadataRepositoryFactoryTest.java (at line 316) factory.load(location, 0, getMonitor()); Discouraged access: The method load(URI, int, IProgressMonitor) from the type ExtensionLocationMetadataRepositoryFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.extensionlocation/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/extensionlocation/ExtensionLocationMetadataRepositoryFactoryTest.java (at line 333) factory.load(location, 0, getMonitor()); Discouraged access: The method load(URI, int, IProgressMonitor) from the type ExtensionLocationMetadataRepositoryFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.extensionlocation/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationSeveralConflictingRoots.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/4M/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/planner/ExplanationSeveralConflictingRoots.java (at line 16) import org.eclipse.equinox.internal.p2.engine.ProvisioningPlan; Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationSeveralConflictingRoots.java (at line 17) import org.eclipse.equinox.internal.provisional.p2.director.PlannerStatus; Discouraged access: The type PlannerStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationSeveralConflictingRoots.java (at line 23) import org.eclipse.equinox.spi.p2.publisher.PublisherHelper; Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationSeveralConflictingRoots.java (at line 33) sdk = createIU("SDK", PublisherHelper.fromOSGiVersion(new org.osgi.framework.Version("1.0.0")), createRequiredCapabilities(IInstallableUnit.NAMESPACE_IU_ID, "SDKPart", new VersionRange("[1.0.0, 1.0.0]"))); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationSeveralConflictingRoots.java (at line 33) sdk = createIU("SDK", PublisherHelper.fromOSGiVersion(new org.osgi.framework.Version("1.0.0")), createRequiredCapabilities(IInstallableUnit.NAMESPACE_IU_ID, "SDKPart", new VersionRange("[1.0.0, 1.0.0]"))); Discouraged access: The method fromOSGiVersion(Version) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationSeveralConflictingRoots.java (at line 34) IInstallableUnit sdkPart = createIU("SDKPart", PublisherHelper.fromOSGiVersion(new org.osgi.framework.Version("1.0.0")), true); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationSeveralConflictingRoots.java (at line 34) IInstallableUnit sdkPart = createIU("SDKPart", PublisherHelper.fromOSGiVersion(new org.osgi.framework.Version("1.0.0")), true); Discouraged access: The method fromOSGiVersion(Version) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationSeveralConflictingRoots.java (at line 35) IInstallableUnit sdkPart2 = createIU("SDKPart", PublisherHelper.fromOSGiVersion(new org.osgi.framework.Version("2.0.0")), true); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationSeveralConflictingRoots.java (at line 35) IInstallableUnit sdkPart2 = createIU("SDKPart", PublisherHelper.fromOSGiVersion(new org.osgi.framework.Version("2.0.0")), true); Discouraged access: The method fromOSGiVersion(Version) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationSeveralConflictingRoots.java (at line 43) ProfileChangeRequest pcr = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationSeveralConflictingRoots.java (at line 43) ProfileChangeRequest pcr = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationSeveralConflictingRoots.java (at line 43) ProfileChangeRequest pcr = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationSeveralConflictingRoots.java (at line 44) pcr.addInstallableUnits(new IInstallableUnit[] {sdk}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationSeveralConflictingRoots.java (at line 52) IInstallableUnit cdt = createIU("CDT", PublisherHelper.fromOSGiVersion(new org.osgi.framework.Version("1.0.0")), createRequiredCapabilities(IInstallableUnit.NAMESPACE_IU_ID, "SDKPart", new VersionRange("[2.0.0, 2.0.0]"))); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationSeveralConflictingRoots.java (at line 52) IInstallableUnit cdt = createIU("CDT", PublisherHelper.fromOSGiVersion(new org.osgi.framework.Version("1.0.0")), createRequiredCapabilities(IInstallableUnit.NAMESPACE_IU_ID, "SDKPart", new VersionRange("[2.0.0, 2.0.0]"))); Discouraged access: The method fromOSGiVersion(Version) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationSeveralConflictingRoots.java (at line 54) IInstallableUnit emf = createIU("EMF", PublisherHelper.fromOSGiVersion(new org.osgi.framework.Version("1.0.0")), createRequiredCapabilities(IInstallableUnit.NAMESPACE_IU_ID, "EMFPart", new VersionRange("[1.0.0, 1.0.0]"))); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationSeveralConflictingRoots.java (at line 54) IInstallableUnit emf = createIU("EMF", PublisherHelper.fromOSGiVersion(new org.osgi.framework.Version("1.0.0")), createRequiredCapabilities(IInstallableUnit.NAMESPACE_IU_ID, "EMFPart", new VersionRange("[1.0.0, 1.0.0]"))); Discouraged access: The method fromOSGiVersion(Version) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationSeveralConflictingRoots.java (at line 57) ProfileChangeRequest pcr = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationSeveralConflictingRoots.java (at line 57) ProfileChangeRequest pcr = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationSeveralConflictingRoots.java (at line 57) ProfileChangeRequest pcr = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationSeveralConflictingRoots.java (at line 58) pcr.addInstallableUnits(new IInstallableUnit[] {cdt, emf}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationSeveralConflictingRoots.java (at line 59) ProvisioningPlan plan = (ProvisioningPlan) planner.getProvisioningPlan(pcr, null, null); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationSeveralConflictingRoots.java (at line 59) ProvisioningPlan plan = (ProvisioningPlan) planner.getProvisioningPlan(pcr, null, null); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationSeveralConflictingRoots.java (at line 61) Set conflictRoots = ((PlannerStatus) plan.getStatus()).getRequestStatus().getConflictsWithInstalledRoots(); Discouraged access: The method getRequestStatus() from the type PlannerStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationSeveralConflictingRoots.java (at line 61) Set conflictRoots = ((PlannerStatus) plan.getStatus()).getRequestStatus().getConflictsWithInstalledRoots(); Discouraged access: The method getConflictsWithInstalledRoots() from the type RequestStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationSeveralConflictingRoots.java (at line 61) Set conflictRoots = ((PlannerStatus) plan.getStatus()).getRequestStatus().getConflictsWithInstalledRoots(); Discouraged access: The type PlannerStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationSeveralConflictingRoots.java (at line 61) Set conflictRoots = ((PlannerStatus) plan.getStatus()).getRequestStatus().getConflictsWithInstalledRoots(); Discouraged access: The method getStatus() from the type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationSeveralConflictingRoots.java (at line 74) IInstallableUnit cdt = createIU("CDT", PublisherHelper.fromOSGiVersion(new org.osgi.framework.Version("1.0.0")), createRequiredCapabilities(IInstallableUnit.NAMESPACE_IU_ID, "ASingleton", new VersionRange("[2.0.0, 2.0.0]"))); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationSeveralConflictingRoots.java (at line 74) IInstallableUnit cdt = createIU("CDT", PublisherHelper.fromOSGiVersion(new org.osgi.framework.Version("1.0.0")), createRequiredCapabilities(IInstallableUnit.NAMESPACE_IU_ID, "ASingleton", new VersionRange("[2.0.0, 2.0.0]"))); Discouraged access: The method fromOSGiVersion(Version) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationSeveralConflictingRoots.java (at line 75) IInstallableUnit aSingleton1 = createIU("ASingleton", PublisherHelper.fromOSGiVersion(new org.osgi.framework.Version("1.0.0")), true); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationSeveralConflictingRoots.java (at line 75) IInstallableUnit aSingleton1 = createIU("ASingleton", PublisherHelper.fromOSGiVersion(new org.osgi.framework.Version("1.0.0")), true); Discouraged access: The method fromOSGiVersion(Version) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationSeveralConflictingRoots.java (at line 76) IInstallableUnit aSingleton2 = createIU("ASingleton", PublisherHelper.fromOSGiVersion(new org.osgi.framework.Version("2.0.0")), true); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationSeveralConflictingRoots.java (at line 76) IInstallableUnit aSingleton2 = createIU("ASingleton", PublisherHelper.fromOSGiVersion(new org.osgi.framework.Version("2.0.0")), true); Discouraged access: The method fromOSGiVersion(Version) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationSeveralConflictingRoots.java (at line 80) IInstallableUnit emf = createIU("EMF", PublisherHelper.fromOSGiVersion(new org.osgi.framework.Version("1.0.0")), new IRequirement[] {emfOnSingleton, emfMissing}); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationSeveralConflictingRoots.java (at line 80) IInstallableUnit emf = createIU("EMF", PublisherHelper.fromOSGiVersion(new org.osgi.framework.Version("1.0.0")), new IRequirement[] {emfOnSingleton, emfMissing}); Discouraged access: The method fromOSGiVersion(Version) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
37. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationSeveralConflictingRoots.java (at line 83) ProfileChangeRequest pcr = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
38. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationSeveralConflictingRoots.java (at line 83) ProfileChangeRequest pcr = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
39. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationSeveralConflictingRoots.java (at line 83) ProfileChangeRequest pcr = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
40. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationSeveralConflictingRoots.java (at line 84) pcr.addInstallableUnits(new IInstallableUnit[] {cdt, emf}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
41. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationSeveralConflictingRoots.java (at line 85) ProvisioningPlan plan = (ProvisioningPlan) planner.getProvisioningPlan(pcr, null, null); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
42. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationSeveralConflictingRoots.java (at line 85) ProvisioningPlan plan = (ProvisioningPlan) planner.getProvisioningPlan(pcr, null, null); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
43. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationSeveralConflictingRoots.java (at line 87) Set conflictRoots = ((PlannerStatus) plan.getStatus()).getRequestStatus().getConflictsWithInstalledRoots(); Discouraged access: The method getRequestStatus() from the type PlannerStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
44. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationSeveralConflictingRoots.java (at line 87) Set conflictRoots = ((PlannerStatus) plan.getStatus()).getRequestStatus().getConflictsWithInstalledRoots(); Discouraged access: The method getConflictsWithInstalledRoots() from the type RequestStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
45. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationSeveralConflictingRoots.java (at line 87) Set conflictRoots = ((PlannerStatus) plan.getStatus()).getRequestStatus().getConflictsWithInstalledRoots(); Discouraged access: The type PlannerStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
46. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationSeveralConflictingRoots.java (at line 87) Set conflictRoots = ((PlannerStatus) plan.getStatus()).getRequestStatus().getConflictsWithInstalledRoots(); Discouraged access: The method getStatus() from the type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
47. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationSeveralConflictingRoots.java (at line 99) IInstallableUnit cdt = createIU("CDT", PublisherHelper.fromOSGiVersion(new org.osgi.framework.Version("1.0.0")), createRequiredCapabilities(IInstallableUnit.NAMESPACE_IU_ID, "SDKPart", new VersionRange("[2.0.0, 2.0.0]"))); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
48. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationSeveralConflictingRoots.java (at line 99) IInstallableUnit cdt = createIU("CDT", PublisherHelper.fromOSGiVersion(new org.osgi.framework.Version("1.0.0")), createRequiredCapabilities(IInstallableUnit.NAMESPACE_IU_ID, "SDKPart", new VersionRange("[2.0.0, 2.0.0]"))); Discouraged access: The method fromOSGiVersion(Version) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
49. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationSeveralConflictingRoots.java (at line 100) IInstallableUnit sdkPart3 = createIU("SDKPart", PublisherHelper.fromOSGiVersion(new org.osgi.framework.Version("3.0.0")), true); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
50. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationSeveralConflictingRoots.java (at line 100) IInstallableUnit sdkPart3 = createIU("SDKPart", PublisherHelper.fromOSGiVersion(new org.osgi.framework.Version("3.0.0")), true); Discouraged access: The method fromOSGiVersion(Version) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
51. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationSeveralConflictingRoots.java (at line 104) IInstallableUnit emf = createIU("EMF", PublisherHelper.fromOSGiVersion(new org.osgi.framework.Version("1.0.0")), new IRequirement[] {emfOnSingleton, emfMissing}); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
52. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationSeveralConflictingRoots.java (at line 104) IInstallableUnit emf = createIU("EMF", PublisherHelper.fromOSGiVersion(new org.osgi.framework.Version("1.0.0")), new IRequirement[] {emfOnSingleton, emfMissing}); Discouraged access: The method fromOSGiVersion(Version) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
53. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationSeveralConflictingRoots.java (at line 107) ProfileChangeRequest pcr = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
54. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationSeveralConflictingRoots.java (at line 107) ProfileChangeRequest pcr = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
55. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationSeveralConflictingRoots.java (at line 107) ProfileChangeRequest pcr = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
56. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationSeveralConflictingRoots.java (at line 108) pcr.addInstallableUnits(new IInstallableUnit[] {cdt, emf}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
57. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationSeveralConflictingRoots.java (at line 109) ProvisioningPlan plan = (ProvisioningPlan) planner.getProvisioningPlan(pcr, null, null); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
58. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationSeveralConflictingRoots.java (at line 109) ProvisioningPlan plan = (ProvisioningPlan) planner.getProvisioningPlan(pcr, null, null); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
59. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationSeveralConflictingRoots.java (at line 111) Set conflictRoots = ((PlannerStatus) plan.getStatus()).getRequestStatus().getConflictsWithInstalledRoots(); Discouraged access: The method getRequestStatus() from the type PlannerStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
60. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationSeveralConflictingRoots.java (at line 111) Set conflictRoots = ((PlannerStatus) plan.getStatus()).getRequestStatus().getConflictsWithInstalledRoots(); Discouraged access: The method getConflictsWithInstalledRoots() from the type RequestStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
61. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationSeveralConflictingRoots.java (at line 111) Set conflictRoots = ((PlannerStatus) plan.getStatus()).getRequestStatus().getConflictsWithInstalledRoots(); Discouraged access: The type PlannerStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
62. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationSeveralConflictingRoots.java (at line 111) Set conflictRoots = ((PlannerStatus) plan.getStatus()).getRequestStatus().getConflictsWithInstalledRoots(); Discouraged access: The method getStatus() from the type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MissingNonGreedyRequirement2.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/4M/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/planner/MissingNonGreedyRequirement2.java (at line 17) import org.eclipse.equinox.internal.p2.director.Explanation; Discouraged access: The type Explanation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MissingNonGreedyRequirement2.java (at line 18) import org.eclipse.equinox.internal.p2.engine.ProvisioningPlan; Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MissingNonGreedyRequirement2.java (at line 49) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MissingNonGreedyRequirement2.java (at line 49) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MissingNonGreedyRequirement2.java (at line 49) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MissingNonGreedyRequirement2.java (at line 50) req.addInstallableUnits(new IInstallableUnit[] {a1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MissingNonGreedyRequirement2.java (at line 56) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MissingNonGreedyRequirement2.java (at line 56) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MissingNonGreedyRequirement2.java (at line 56) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MissingNonGreedyRequirement2.java (at line 57) req.addInstallableUnits(new IInstallableUnit[] {a1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MissingNonGreedyRequirement2.java (at line 58) ProvisioningPlan plan = (ProvisioningPlan) planner.getProvisioningPlan(req, null, null); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MissingNonGreedyRequirement2.java (at line 58) ProvisioningPlan plan = (ProvisioningPlan) planner.getProvisioningPlan(req, null, null); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MissingNonGreedyRequirement2.java (at line 59) assertEquals(IStatus.ERROR, plan.getStatus().getSeverity()); Discouraged access: The method getStatus() from the type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MissingNonGreedyRequirement2.java (at line 60) RequestStatus requestStatus = ((PlannerStatus) plan.getStatus()).getRequestStatus(); Discouraged access: The type RequestStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MissingNonGreedyRequirement2.java (at line 60) RequestStatus requestStatus = ((PlannerStatus) plan.getStatus()).getRequestStatus(); Discouraged access: The method getRequestStatus() from the type PlannerStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MissingNonGreedyRequirement2.java (at line 60) RequestStatus requestStatus = ((PlannerStatus) plan.getStatus()).getRequestStatus(); Discouraged access: The type PlannerStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MissingNonGreedyRequirement2.java (at line 60) RequestStatus requestStatus = ((PlannerStatus) plan.getStatus()).getRequestStatus(); Discouraged access: The method getStatus() from the type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MissingNonGreedyRequirement2.java (at line 61) Set explanation = requestStatus.getExplanations(); Discouraged access: The method getExplanations() from the type RequestStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MissingNonGreedyRequirement2.java (at line 63) assertTrue(requestStatus.getConflictsWithInstalledRoots().contains(a1)); Discouraged access: The method getConflictsWithInstalledRoots() from the type RequestStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MissingNonGreedyRequirement2.java (at line 64) assertEquals(Explanation.MISSING_REQUIREMENT, requestStatus.getShortExplanation()); Discouraged access: The type Explanation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MissingNonGreedyRequirement2.java (at line 64) assertEquals(Explanation.MISSING_REQUIREMENT, requestStatus.getShortExplanation()); Discouraged access: The field MISSING_REQUIREMENT from the type Explanation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MissingNonGreedyRequirement2.java (at line 64) assertEquals(Explanation.MISSING_REQUIREMENT, requestStatus.getShortExplanation()); Discouraged access: The method getShortExplanation() from the type RequestStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerSharedInstall.java (at line 14) import org.eclipse.equinox.internal.p2.operations.RequestFlexer; Discouraged access: The type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerSharedInstall.java (at line 79) RequestFlexer av = new RequestFlexer(planner); Discouraged access: The type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerSharedInstall.java (at line 79) RequestFlexer av = new RequestFlexer(planner); Discouraged access: The constructor RequestFlexer(IPlanner) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerSharedInstall.java (at line 79) RequestFlexer av = new RequestFlexer(planner); Discouraged access: The type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerSharedInstall.java (at line 80) av.setAllowPartialInstall(false); Discouraged access: The method setAllowPartialInstall(boolean) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerSharedInstall.java (at line 81) av.setAllowDifferentVersion(false); Discouraged access: The method setAllowDifferentVersion(boolean) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerSharedInstall.java (at line 82) av.setAllowInstalledElementRemoval(true); Discouraged access: The method setAllowInstalledElementRemoval(boolean) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerSharedInstall.java (at line 83) av.setAllowInstalledElementChange(true); Discouraged access: The method setAllowInstalledElementChange(boolean) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerSharedInstall.java (at line 84) av.setProvisioningContext(context); Discouraged access: The method setProvisioningContext(ProvisioningContext) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerSharedInstall.java (at line 85) IProfileChangeRequest realRequest = av.getChangeRequest(originalRequest, profile, new NullProgressMonitor()); Discouraged access: The method getChangeRequest(IProfileChangeRequest, IProfile, IProgressMonitor) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/UpdateQueryTest.java (at line 13) import org.eclipse.equinox.internal.p2.metadata.query.UpdateQuery; Discouraged access: The type UpdateQuery is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/planner/UpdateQueryTest.java (at line 36) IQueryResult c = repo.query(new UpdateQuery(a1), null); Discouraged access: The constructor UpdateQuery(IInstallableUnit) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/UpdateQueryTest.java (at line 36) IQueryResult c = repo.query(new UpdateQuery(a1), null); Discouraged access: The type UpdateQuery is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/UpdateQueryTest.java (at line 43) IQueryResult c2 = repo2.query(new UpdateQuery(a1), null); Discouraged access: The constructor UpdateQuery(IInstallableUnit) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/UpdateQueryTest.java (at line 43) IQueryResult c2 = repo2.query(new UpdateQuery(a1), null); Discouraged access: The type UpdateQuery is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug249605.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/4M/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/planner/Bug249605.java (at line 58) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug249605.java (at line 58) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug249605.java (at line 58) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug249605.java (at line 59) req1.addInstallableUnits(new IInstallableUnit[] {a1, p1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug249605.java (at line 60) req1.setInstallableUnitProfileProperty(p1, 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/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug249605.java (at line 66) ProfileChangeRequest req2 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug249605.java (at line 66) ProfileChangeRequest req2 = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug249605.java (at line 66) ProfileChangeRequest req2 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug249605.java (at line 67) req2.addInstallableUnits(new IInstallableUnit[] {p2}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug249605.java (at line 68) req2.removeInstallableUnits(new IInstallableUnit[] {p1}); Discouraged access: The method removeInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug249605.java (at line 75) ProfileChangeRequest req3 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug249605.java (at line 75) ProfileChangeRequest req3 = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug249605.java (at line 75) ProfileChangeRequest req3 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug249605.java (at line 76) req3.addInstallableUnits(new IInstallableUnit[] {p3}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug249605.java (at line 77) req3.removeInstallableUnits(new IInstallableUnit[] {p2}); Discouraged access: The method removeInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/CategoryPublisherTest.java (at line 15) import org.eclipse.equinox.internal.p2.updatesite.CategoryPublisherApplication; Discouraged access: The type CategoryPublisherApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/CategoryPublisherTest.java (at line 16) import org.eclipse.equinox.p2.publisher.AbstractPublisherApplication; Discouraged access: The type AbstractPublisherApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/CategoryPublisherTest.java (at line 27) protected StringBuffer runPublisherApp(AbstractPublisherApplication application, final String[] args) throws Exception { Discouraged access: The type AbstractPublisherApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/CategoryPublisherTest.java (at line 32) application.run(args); Discouraged access: The method run(String[]) from the type AbstractPublisherApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/CategoryPublisherTest.java (at line 48) CategoryPublisherApplication categoryPublisherApplication = new CategoryPublisherApplication(); Discouraged access: The type CategoryPublisherApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/CategoryPublisherTest.java (at line 48) CategoryPublisherApplication categoryPublisherApplication = new CategoryPublisherApplication(); Discouraged access: The constructor CategoryPublisherApplication() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/CategoryPublisherTest.java (at line 48) CategoryPublisherApplication categoryPublisherApplication = new CategoryPublisherApplication(); Discouraged access: The type CategoryPublisherApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/CategoryPublisherTest.java (at line 51) categoryPublisherApplication = new CategoryPublisherApplication(); Discouraged access: The constructor CategoryPublisherApplication() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/CategoryPublisherTest.java (at line 51) categoryPublisherApplication = new CategoryPublisherApplication(); Discouraged access: The type CategoryPublisherApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/CategoryPublisherTest.java (at line 71) CategoryPublisherApplication categoryPublisherApplication = new CategoryPublisherApplication(); Discouraged access: The type CategoryPublisherApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/CategoryPublisherTest.java (at line 71) CategoryPublisherApplication categoryPublisherApplication = new CategoryPublisherApplication(); Discouraged access: The constructor CategoryPublisherApplication() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/CategoryPublisherTest.java (at line 71) CategoryPublisherApplication categoryPublisherApplication = new CategoryPublisherApplication(); Discouraged access: The type CategoryPublisherApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/CategoryPublisherTest.java (at line 74) categoryPublisherApplication = new CategoryPublisherApplication(); Discouraged access: The constructor CategoryPublisherApplication() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/CategoryPublisherTest.java (at line 74) categoryPublisherApplication = new CategoryPublisherApplication(); Discouraged access: The type CategoryPublisherApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/CategoryPublisherTest.java (at line 94) CategoryPublisherApplication categoryPublisherApplication = new CategoryPublisherApplication(); Discouraged access: The type CategoryPublisherApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/CategoryPublisherTest.java (at line 94) CategoryPublisherApplication categoryPublisherApplication = new CategoryPublisherApplication(); Discouraged access: The constructor CategoryPublisherApplication() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/CategoryPublisherTest.java (at line 94) CategoryPublisherApplication categoryPublisherApplication = new CategoryPublisherApplication(); Discouraged access: The type CategoryPublisherApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/CategoryPublisherTest.java (at line 97) categoryPublisherApplication = new CategoryPublisherApplication(); Discouraged access: The constructor CategoryPublisherApplication() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/CategoryPublisherTest.java (at line 97) categoryPublisherApplication = new CategoryPublisherApplication(); Discouraged access: The type CategoryPublisherApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest6.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/4M/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/planner/PatchTest6.java (at line 17) import org.eclipse.equinox.internal.p2.director.Explanation; Discouraged access: The type Explanation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest6.java (at line 18) import org.eclipse.equinox.internal.p2.engine.ProvisioningPlan; Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest6.java (at line 63) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest6.java (at line 63) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest6.java (at line 63) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest6.java (at line 64) req1.addInstallableUnits(new IInstallableUnit[] {a1, c1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest6.java (at line 69) ProfileChangeRequest req2 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest6.java (at line 69) ProfileChangeRequest req2 = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest6.java (at line 69) ProfileChangeRequest req2 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest6.java (at line 70) req2.addInstallableUnits(new IInstallableUnit[] {c1, pp1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest6.java (at line 75) ProfileChangeRequest req3 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest6.java (at line 75) ProfileChangeRequest req3 = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest6.java (at line 75) ProfileChangeRequest req3 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest6.java (at line 76) req3.addInstallableUnits(new IInstallableUnit[] {p1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest6.java (at line 81) ProfileChangeRequest req4 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest6.java (at line 81) ProfileChangeRequest req4 = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest6.java (at line 81) ProfileChangeRequest req4 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest6.java (at line 82) req4.addInstallableUnits(new IInstallableUnit[] {a1, p1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest6.java (at line 91) ProfileChangeRequest req5 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest6.java (at line 91) ProfileChangeRequest req5 = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest6.java (at line 91) ProfileChangeRequest req5 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest6.java (at line 92) req5.addInstallableUnits(new IInstallableUnit[] {a1, c1, p1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest6.java (at line 105) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest6.java (at line 105) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest6.java (at line 105) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest6.java (at line 106) req1.addInstallableUnits(new IInstallableUnit[] {a1, c1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest6.java (at line 107) ProvisioningPlan plan1 = (ProvisioningPlan) planner.getProvisioningPlan(req1, null, null); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest6.java (at line 107) ProvisioningPlan plan1 = (ProvisioningPlan) planner.getProvisioningPlan(req1, null, null); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest6.java (at line 108) assertEquals(IStatus.ERROR, plan1.getStatus().getSeverity()); Discouraged access: The method getStatus() from the type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest6.java (at line 109) final RequestStatus requestStatus = ((PlannerStatus) plan1.getStatus()).getRequestStatus(); Discouraged access: The type RequestStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest6.java (at line 109) final RequestStatus requestStatus = ((PlannerStatus) plan1.getStatus()).getRequestStatus(); Discouraged access: The method getRequestStatus() from the type PlannerStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest6.java (at line 109) final RequestStatus requestStatus = ((PlannerStatus) plan1.getStatus()).getRequestStatus(); Discouraged access: The type PlannerStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest6.java (at line 109) final RequestStatus requestStatus = ((PlannerStatus) plan1.getStatus()).getRequestStatus(); Discouraged access: The method getStatus() from the type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest6.java (at line 110) assertEquals(Explanation.MISSING_REQUIREMENT, requestStatus.getShortExplanation()); Discouraged access: The type Explanation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest6.java (at line 110) assertEquals(Explanation.MISSING_REQUIREMENT, requestStatus.getShortExplanation()); Discouraged access: The field MISSING_REQUIREMENT from the type Explanation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
37. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest6.java (at line 110) assertEquals(Explanation.MISSING_REQUIREMENT, requestStatus.getShortExplanation()); Discouraged access: The method getShortExplanation() from the type RequestStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
38. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest6.java (at line 111) Set conflictingRoots = requestStatus.getConflictsWithInstalledRoots(); Discouraged access: The method getConflictsWithInstalledRoots() from the type RequestStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MissingOptional.java (at line 11) 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/4M/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/planner/MissingOptional.java (at line 46) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MissingOptional.java (at line 46) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MissingOptional.java (at line 46) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MissingOptional.java (at line 47) req.addInstallableUnits(new IInstallableUnit[] {d}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ParameterizedProvisioningActionTest.java (at line 16) import org.eclipse.equinox.internal.p2.engine.ParameterizedProvisioningAction; Discouraged access: The type ParameterizedProvisioningAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ParameterizedProvisioningActionTest.java (at line 47) ParameterizedProvisioningAction pAction = new ParameterizedProvisioningAction(action, actionParameters, null); Discouraged access: The type ParameterizedProvisioningAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ParameterizedProvisioningActionTest.java (at line 47) ParameterizedProvisioningAction pAction = new ParameterizedProvisioningAction(action, actionParameters, null); Discouraged access: The constructor ParameterizedProvisioningAction(ProvisioningAction, Map<String,String>, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ParameterizedProvisioningActionTest.java (at line 47) ParameterizedProvisioningAction pAction = new ParameterizedProvisioningAction(action, actionParameters, null); Discouraged access: The type ParameterizedProvisioningAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ParameterizedProvisioningActionTest.java (at line 48) pAction.execute(phaseParameters); Discouraged access: The method execute(Map<String,Object>) from the type ParameterizedProvisioningAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ParameterizedProvisioningActionTest.java (at line 61) ParameterizedProvisioningAction pAction = new ParameterizedProvisioningAction(action, actionParameters, null); Discouraged access: The type ParameterizedProvisioningAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ParameterizedProvisioningActionTest.java (at line 61) ParameterizedProvisioningAction pAction = new ParameterizedProvisioningAction(action, actionParameters, null); Discouraged access: The constructor ParameterizedProvisioningAction(ProvisioningAction, Map<String,String>, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ParameterizedProvisioningActionTest.java (at line 61) ParameterizedProvisioningAction pAction = new ParameterizedProvisioningAction(action, actionParameters, null); Discouraged access: The type ParameterizedProvisioningAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ParameterizedProvisioningActionTest.java (at line 62) pAction.execute(phaseParameters); Discouraged access: The method execute(Map<String,Object>) from the type ParameterizedProvisioningAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ParameterizedProvisioningActionTest.java (at line 75) ParameterizedProvisioningAction pAction = new ParameterizedProvisioningAction(action, actionParameters, null); Discouraged access: The type ParameterizedProvisioningAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ParameterizedProvisioningActionTest.java (at line 75) ParameterizedProvisioningAction pAction = new ParameterizedProvisioningAction(action, actionParameters, null); Discouraged access: The constructor ParameterizedProvisioningAction(ProvisioningAction, Map<String,String>, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ParameterizedProvisioningActionTest.java (at line 75) ParameterizedProvisioningAction pAction = new ParameterizedProvisioningAction(action, actionParameters, null); Discouraged access: The type ParameterizedProvisioningAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ParameterizedProvisioningActionTest.java (at line 76) pAction.execute(phaseParameters); Discouraged access: The method execute(Map<String,Object>) from the type ParameterizedProvisioningAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ParameterizedProvisioningActionTest.java (at line 89) ParameterizedProvisioningAction pAction = new ParameterizedProvisioningAction(action, actionParameters, null); Discouraged access: The type ParameterizedProvisioningAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ParameterizedProvisioningActionTest.java (at line 89) ParameterizedProvisioningAction pAction = new ParameterizedProvisioningAction(action, actionParameters, null); Discouraged access: The constructor ParameterizedProvisioningAction(ProvisioningAction, Map<String,String>, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ParameterizedProvisioningActionTest.java (at line 89) ParameterizedProvisioningAction pAction = new ParameterizedProvisioningAction(action, actionParameters, null); Discouraged access: The type ParameterizedProvisioningAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ParameterizedProvisioningActionTest.java (at line 90) pAction.execute(phaseParameters); Discouraged access: The method execute(Map<String,Object>) from the type ParameterizedProvisioningAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ParameterizedProvisioningActionTest.java (at line 103) ParameterizedProvisioningAction pAction = new ParameterizedProvisioningAction(action, actionParameters, null); Discouraged access: The type ParameterizedProvisioningAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ParameterizedProvisioningActionTest.java (at line 103) ParameterizedProvisioningAction pAction = new ParameterizedProvisioningAction(action, actionParameters, null); Discouraged access: The constructor ParameterizedProvisioningAction(ProvisioningAction, Map<String,String>, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ParameterizedProvisioningActionTest.java (at line 103) ParameterizedProvisioningAction pAction = new ParameterizedProvisioningAction(action, actionParameters, null); Discouraged access: The type ParameterizedProvisioningAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ParameterizedProvisioningActionTest.java (at line 104) pAction.execute(phaseParameters); Discouraged access: The method execute(Map<String,Object>) from the type ParameterizedProvisioningAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ParameterizedProvisioningActionTest.java (at line 117) ParameterizedProvisioningAction pAction = new ParameterizedProvisioningAction(action, actionParameters, null); Discouraged access: The type ParameterizedProvisioningAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ParameterizedProvisioningActionTest.java (at line 117) ParameterizedProvisioningAction pAction = new ParameterizedProvisioningAction(action, actionParameters, null); Discouraged access: The constructor ParameterizedProvisioningAction(ProvisioningAction, Map<String,String>, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ParameterizedProvisioningActionTest.java (at line 117) ParameterizedProvisioningAction pAction = new ParameterizedProvisioningAction(action, actionParameters, null); Discouraged access: The type ParameterizedProvisioningAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ParameterizedProvisioningActionTest.java (at line 118) pAction.execute(phaseParameters); Discouraged access: The method execute(Map<String,Object>) from the type ParameterizedProvisioningAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ParameterizedProvisioningActionTest.java (at line 131) ParameterizedProvisioningAction pAction = new ParameterizedProvisioningAction(action, actionParameters, null); Discouraged access: The type ParameterizedProvisioningAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ParameterizedProvisioningActionTest.java (at line 131) ParameterizedProvisioningAction pAction = new ParameterizedProvisioningAction(action, actionParameters, null); Discouraged access: The constructor ParameterizedProvisioningAction(ProvisioningAction, Map<String,String>, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ParameterizedProvisioningActionTest.java (at line 131) ParameterizedProvisioningAction pAction = new ParameterizedProvisioningAction(action, actionParameters, null); Discouraged access: The type ParameterizedProvisioningAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ParameterizedProvisioningActionTest.java (at line 132) pAction.execute(phaseParameters); Discouraged access: The method execute(Map<String,Object>) from the type ParameterizedProvisioningAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ParameterizedProvisioningActionTest.java (at line 145) ParameterizedProvisioningAction pAction = new ParameterizedProvisioningAction(action, actionParameters, null); Discouraged access: The type ParameterizedProvisioningAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ParameterizedProvisioningActionTest.java (at line 145) ParameterizedProvisioningAction pAction = new ParameterizedProvisioningAction(action, actionParameters, null); Discouraged access: The constructor ParameterizedProvisioningAction(ProvisioningAction, Map<String,String>, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ParameterizedProvisioningActionTest.java (at line 145) ParameterizedProvisioningAction pAction = new ParameterizedProvisioningAction(action, actionParameters, null); Discouraged access: The type ParameterizedProvisioningAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ParameterizedProvisioningActionTest.java (at line 146) pAction.execute(phaseParameters); Discouraged access: The method execute(Map<String,Object>) from the type ParameterizedProvisioningAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ParameterizedProvisioningActionTest.java (at line 159) ParameterizedProvisioningAction pAction = new ParameterizedProvisioningAction(action, actionParameters, null); Discouraged access: The type ParameterizedProvisioningAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ParameterizedProvisioningActionTest.java (at line 159) ParameterizedProvisioningAction pAction = new ParameterizedProvisioningAction(action, actionParameters, null); Discouraged access: The constructor ParameterizedProvisioningAction(ProvisioningAction, Map<String,String>, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ParameterizedProvisioningActionTest.java (at line 159) ParameterizedProvisioningAction pAction = new ParameterizedProvisioningAction(action, actionParameters, null); Discouraged access: The type ParameterizedProvisioningAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
37. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ParameterizedProvisioningActionTest.java (at line 160) pAction.execute(phaseParameters); Discouraged access: The method execute(Map<String,Object>) from the type ParameterizedProvisioningAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
38. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ParameterizedProvisioningActionTest.java (at line 173) ParameterizedProvisioningAction pAction = new ParameterizedProvisioningAction(action, actionParameters, null); Discouraged access: The type ParameterizedProvisioningAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
39. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ParameterizedProvisioningActionTest.java (at line 173) ParameterizedProvisioningAction pAction = new ParameterizedProvisioningAction(action, actionParameters, null); Discouraged access: The constructor ParameterizedProvisioningAction(ProvisioningAction, Map<String,String>, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
40. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ParameterizedProvisioningActionTest.java (at line 173) ParameterizedProvisioningAction pAction = new ParameterizedProvisioningAction(action, actionParameters, null); Discouraged access: The type ParameterizedProvisioningAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
41. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ParameterizedProvisioningActionTest.java (at line 174) pAction.execute(phaseParameters); Discouraged access: The method execute(Map<String,Object>) from the type ParameterizedProvisioningAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
42. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ParameterizedProvisioningActionTest.java (at line 187) ParameterizedProvisioningAction pAction = new ParameterizedProvisioningAction(action, actionParameters, null); Discouraged access: The type ParameterizedProvisioningAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
43. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ParameterizedProvisioningActionTest.java (at line 187) ParameterizedProvisioningAction pAction = new ParameterizedProvisioningAction(action, actionParameters, null); Discouraged access: The constructor ParameterizedProvisioningAction(ProvisioningAction, Map<String,String>, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
44. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ParameterizedProvisioningActionTest.java (at line 187) ParameterizedProvisioningAction pAction = new ParameterizedProvisioningAction(action, actionParameters, null); Discouraged access: The type ParameterizedProvisioningAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
45. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ParameterizedProvisioningActionTest.java (at line 188) pAction.execute(phaseParameters); Discouraged access: The method execute(Map<String,Object>) from the type ParameterizedProvisioningAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
46. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ParameterizedProvisioningActionTest.java (at line 201) ParameterizedProvisioningAction pAction = new ParameterizedProvisioningAction(action, actionParameters, null); Discouraged access: The type ParameterizedProvisioningAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
47. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ParameterizedProvisioningActionTest.java (at line 201) ParameterizedProvisioningAction pAction = new ParameterizedProvisioningAction(action, actionParameters, null); Discouraged access: The constructor ParameterizedProvisioningAction(ProvisioningAction, Map<String,String>, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
48. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ParameterizedProvisioningActionTest.java (at line 201) ParameterizedProvisioningAction pAction = new ParameterizedProvisioningAction(action, actionParameters, null); Discouraged access: The type ParameterizedProvisioningAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
49. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ParameterizedProvisioningActionTest.java (at line 202) pAction.execute(phaseParameters); Discouraged access: The method execute(Map<String,Object>) from the type ParameterizedProvisioningAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest7b.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/4M/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/planner/PatchTest7b.java (at line 76) ProfileChangeRequest req2 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest7b.java (at line 76) ProfileChangeRequest req2 = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest7b.java (at line 76) ProfileChangeRequest req2 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest7b.java (at line 77) req2.addInstallableUnits(new IInstallableUnit[] {f1, p1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorTests.java (at line 18) import org.eclipse.equinox.internal.simpleconfigurator.manipulator.SimpleConfiguratorManipulatorImpl; Discouraged access: The type SimpleConfiguratorManipulatorImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator.manipulator/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorTests.java (at line 19) import org.eclipse.equinox.internal.simpleconfigurator.utils.URIUtil; Discouraged access: The type URIUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorTests.java (at line 33) SimpleConfiguratorManipulator manipulator = new SimpleConfiguratorManipulatorImpl(); Discouraged access: The constructor SimpleConfiguratorManipulatorImpl() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator.manipulator/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorTests.java (at line 33) SimpleConfiguratorManipulator manipulator = new SimpleConfiguratorManipulatorImpl(); Discouraged access: The type SimpleConfiguratorManipulatorImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator.manipulator/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorTests.java (at line 36) assertEquals(bundles[0].getLocation(), URIUtil.append(baseFile, "plugins/a_1.0.0.jar")); Discouraged access: The type URIUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorTests.java (at line 36) assertEquals(bundles[0].getLocation(), URIUtil.append(baseFile, "plugins/a_1.0.0.jar")); Discouraged access: The method append(URI, String) from the type URIUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorTests.java (at line 42) assertEquals(bundles[0].getLocation(), URIUtil.append(baseFile, "plugins/b_1.0.0.jar")); Discouraged access: The type URIUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorTests.java (at line 42) assertEquals(bundles[0].getLocation(), URIUtil.append(baseFile, "plugins/b_1.0.0.jar")); Discouraged access: The method append(URI, String) from the type URIUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorTests.java (at line 60) SimpleConfiguratorManipulator manipulator = new SimpleConfiguratorManipulatorImpl(); Discouraged access: The constructor SimpleConfiguratorManipulatorImpl() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator.manipulator/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorTests.java (at line 60) SimpleConfiguratorManipulator manipulator = new SimpleConfiguratorManipulatorImpl(); Discouraged access: The type SimpleConfiguratorManipulatorImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator.manipulator/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorTests.java (at line 76) SimpleConfiguratorManipulator manipulator = new SimpleConfiguratorManipulatorImpl(); Discouraged access: The constructor SimpleConfiguratorManipulatorImpl() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator.manipulator/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorTests.java (at line 76) SimpleConfiguratorManipulator manipulator = new SimpleConfiguratorManipulatorImpl(); Discouraged access: The type SimpleConfiguratorManipulatorImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator.manipulator/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/MultipleIUAndFragmentTest.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/4M/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/metadata/MultipleIUAndFragmentTest.java (at line 45) ProfileChangeRequest req = new ProfileChangeRequest(createProfile(getName())); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/MultipleIUAndFragmentTest.java (at line 45) ProfileChangeRequest req = new ProfileChangeRequest(createProfile(getName())); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/MultipleIUAndFragmentTest.java (at line 45) ProfileChangeRequest req = new ProfileChangeRequest(createProfile(getName())); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/MultipleIUAndFragmentTest.java (at line 46) req.addInstallableUnits(iu1, iu2, iu3); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/processors/ArtifactRepositoryMock.java (at line 16) import org.eclipse.equinox.internal.p2.core.helpers.FileUtils; Discouraged access: The type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/processors/ArtifactRepositoryMock.java (at line 47) FileUtils.copyStream(inputStream, true, destination, true); Discouraged access: The type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/processors/ArtifactRepositoryMock.java (at line 47) FileUtils.copyStream(inputStream, true, destination, true); Discouraged access: The method copyStream(InputStream, boolean, OutputStream, boolean) from the type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NoUnecessaryIUProperty.java (at line 14) import org.eclipse.equinox.internal.p2.engine.ProvisioningPlan; Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NoUnecessaryIUProperty.java (at line 46) assertEquals(2, ((ProvisioningPlan) plan).getOperands().length); Discouraged access: The method getOperands() from the type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NoUnecessaryIUProperty.java (at line 46) assertEquals(2, ((ProvisioningPlan) plan).getOperands().length); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NoUnecessaryIUProperty.java (at line 54) assertEquals(0, ((ProvisioningPlan) plan).getOperands().length); Discouraged access: The method getOperands() from the type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NoUnecessaryIUProperty.java (at line 54) assertEquals(0, ((ProvisioningPlan) plan).getOperands().length); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/TransferTest.java (at line 35) IStatus s = getTransport().download(toDownload, fos, new NullProgressMonitor()); Discouraged access: The method download(URI, OutputStream, IProgressMonitor) from the type Transport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/TestArtifactRepository.java (at line 17) import org.eclipse.equinox.internal.p2.artifact.repository.ArtifactRequest; Discouraged access: The type ArtifactRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/TestArtifactRepository.java (at line 18) import org.eclipse.equinox.internal.p2.artifact.repository.Messages; Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/TestArtifactRepository.java (at line 19) import org.eclipse.equinox.internal.p2.core.helpers.OrderedProperties; Discouraged access: The type OrderedProperties is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/TestArtifactRepository.java (at line 20) import org.eclipse.equinox.internal.p2.metadata.ArtifactKey; Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/TestArtifactRepository.java (at line 21) import org.eclipse.equinox.internal.provisional.p2.artifact.repository.processing.ProcessingStepHandler; Discouraged access: The type ProcessingStepHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/TestArtifactRepository.java (at line 40) protected Map<String, String> properties = new OrderedProperties(); Discouraged access: The constructor OrderedProperties() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/TestArtifactRepository.java (at line 40) protected Map<String, String> properties = new OrderedProperties(); Discouraged access: The type OrderedProperties is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/TestArtifactRepository.java (at line 76) if (ProcessingStepHandler.checkStatus(testStream).isOK() && count > 0) { Discouraged access: The type ProcessingStepHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/TestArtifactRepository.java (at line 76) if (ProcessingStepHandler.checkStatus(testStream).isOK() && count > 0) { Discouraged access: The method checkStatus(OutputStream) from the type ProcessingStepHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/TestArtifactRepository.java (at line 124) String msg = NLS.bind(Messages.available_already_in, getLocation()); Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/TestArtifactRepository.java (at line 124) String msg = NLS.bind(Messages.available_already_in, getLocation()); Discouraged access: The field available_already_in from the type Messages is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/TestArtifactRepository.java (at line 193) overallStatus.add(getArtifact((ArtifactRequest) requests[i], subMonitor.newChild(1))); Discouraged access: The type ArtifactRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/TestArtifactRepository.java (at line 201) private IStatus getArtifact(ArtifactRequest artifactRequest, IProgressMonitor monitor) { Discouraged access: The type ArtifactRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/TestArtifactRepository.java (at line 202) artifactRequest.perform(this, monitor); Discouraged access: The method perform(IArtifactRepository, IProgressMonitor) from the type ArtifactRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/TestArtifactRepository.java (at line 203) return artifactRequest.getResult(); Discouraged access: The method getResult() from the type ArtifactRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/TestArtifactRepository.java (at line 265) return OrderedProperties.unmodifiableProperties(properties); Discouraged access: The type OrderedProperties is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/TestArtifactRepository.java (at line 265) return OrderedProperties.unmodifiableProperties(properties); Discouraged access: The method unmodifiableProperties(Map<String,String>) from the type OrderedProperties is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/TestArtifactRepository.java (at line 354) return new ArtifactKey(classifier, id, keyVersion); Discouraged access: The constructor ArtifactKey(String, String, Version) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/TestArtifactRepository.java (at line 354) return new ArtifactKey(classifier, id, keyVersion); Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/TestData.java (at line 20) import org.eclipse.equinox.internal.p2.core.helpers.FileUtils; Discouraged access: The type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/TestData.java (at line 65) FileUtils.copyStream(get(testDataFolder, testDataName), true, out, true); Discouraged access: The type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/TestData.java (at line 65) FileUtils.copyStream(get(testDataFolder, testDataName), true, out, true); Discouraged access: The method copyStream(InputStream, boolean, OutputStream, boolean) from the type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/TestData.java (at line 189) FileUtils.copyStream(input, false, content, true); Discouraged access: The type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/TestData.java (at line 189) FileUtils.copyStream(input, false, content, true); Discouraged access: The method copyStream(InputStream, boolean, OutputStream, boolean) from the type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug302582d.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/4M/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/planner/Bug302582d.java (at line 71) private ProfileChangeRequest createFilteredRequest(IQueryResult<IInstallableUnit> ius) { Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug302582d.java (at line 72) ProfileChangeRequest pcr = new ProfileChangeRequest(profileRegistry.getProfile(profileLoadedId)); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug302582d.java (at line 72) ProfileChangeRequest pcr = new ProfileChangeRequest(profileRegistry.getProfile(profileLoadedId)); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug302582d.java (at line 72) ProfileChangeRequest pcr = new ProfileChangeRequest(profileRegistry.getProfile(profileLoadedId)); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug302582d.java (at line 77) pcr.addInstallableUnits(new IInstallableUnit[] {iu}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug302582d.java (at line 84) private ProfileChangeRequest createRequest(IQueryResult<IInstallableUnit> ius) { Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug302582d.java (at line 85) ProfileChangeRequest pcr = new ProfileChangeRequest(profileRegistry.getProfile(profileLoadedId)); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug302582d.java (at line 85) ProfileChangeRequest pcr = new ProfileChangeRequest(profileRegistry.getProfile(profileLoadedId)); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug302582d.java (at line 85) ProfileChangeRequest pcr = new ProfileChangeRequest(profileRegistry.getProfile(profileLoadedId)); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug302582d.java (at line 86) pcr.addInstallableUnits(ius.toArray(IInstallableUnit.class)); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug302582d.java (at line 90) pcr.setInstallableUnitInclusionRules(iu, ProfileInclusionRules.createOptionalInclusionRule(iu)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/ServerBasedTestCase.java (at line 12) import org.eclipse.equinox.internal.p2.core.helpers.ServiceHelper; Discouraged access: The type ServiceHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/ServerBasedTestCase.java (at line 37) return (IProvisioningAgent) ServiceHelper.getService(TestActivator.getContext(), IProvisioningAgent.SERVICE_NAME); Discouraged access: The type ServiceHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/ServerBasedTestCase.java (at line 37) return (IProvisioningAgent) ServiceHelper.getService(TestActivator.getContext(), IProvisioningAgent.SERVICE_NAME); Discouraged access: The method getService(BundleContext, String) from the type ServiceHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug306279.java (at line 14) 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/4M/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/planner/Bug306279.java (at line 40) IProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug306279.java (at line 40) IProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TopLevelFilterTest.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/4M/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/planner/TopLevelFilterTest.java (at line 15) import org.eclipse.equinox.internal.p2.metadata.ProvidedCapability; Discouraged access: The type ProvidedCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TopLevelFilterTest.java (at line 24) IInstallableUnit iu = createIU("ThingWithFilter", Version.create("1.0.0"), "(os=linux)", new IProvidedCapability[] {new ProvidedCapability(IInstallableUnit.NAMESPACE_IU_ID, "A", Version.create("1.0.0"))}); Discouraged access: The constructor ProvidedCapability(String, String, Version) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TopLevelFilterTest.java (at line 24) IInstallableUnit iu = createIU("ThingWithFilter", Version.create("1.0.0"), "(os=linux)", new IProvidedCapability[] {new ProvidedCapability(IInstallableUnit.NAMESPACE_IU_ID, "A", Version.create("1.0.0"))}); Discouraged access: The type ProvidedCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TopLevelFilterTest.java (at line 27) ProfileChangeRequest req = new ProfileChangeRequest(p); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TopLevelFilterTest.java (at line 27) ProfileChangeRequest req = new ProfileChangeRequest(p); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TopLevelFilterTest.java (at line 27) ProfileChangeRequest req = new ProfileChangeRequest(p); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TopLevelFilterTest.java (at line 28) req.addInstallableUnits(new IInstallableUnit[] {iu}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/IUWithFilter2.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/4M/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/planner/IUWithFilter2.java (at line 46) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/IUWithFilter2.java (at line 46) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/IUWithFilter2.java (at line 46) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/IUWithFilter2.java (at line 47) req.addInstallableUnits(new IInstallableUnit[] {a1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/planner/IUWithFilter2.java (at line 52) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/planner/IUWithFilter2.java (at line 52) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/planner/IUWithFilter2.java (at line 52) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/planner/IUWithFilter2.java (at line 53) req.addInstallableUnits(new IInstallableUnit[] {a2}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/full/FromPreviousToCurrent.java (at line 16) 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/4M/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/full/FromPreviousToCurrent.java (at line 44) SimpleProfileRegistry registry = new SimpleProfileRegistry(getAgent(), new File(output, "eclipse/p2/org.eclipse.equinox.p2.engine/profileRegistry/"), null, false); Discouraged access: The type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/full/FromPreviousToCurrent.java (at line 44) SimpleProfileRegistry registry = new SimpleProfileRegistry(getAgent(), new File(output, "eclipse/p2/org.eclipse.equinox.p2.engine/profileRegistry/"), null, false); Discouraged access: The constructor SimpleProfileRegistry(IProvisioningAgent, File, ISurrogateProfileHandler, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/full/FromPreviousToCurrent.java (at line 44) SimpleProfileRegistry registry = new SimpleProfileRegistry(getAgent(), new File(output, "eclipse/p2/org.eclipse.equinox.p2.engine/profileRegistry/"), null, false); Discouraged access: The type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/full/FromPreviousToCurrent.java (at line 45) String initialTimestamp = Long.toString(registry.getProfile("PlatformProfile").getTimestamp()); Discouraged access: The method getProfile(String) from the type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SDKPatchingTest1.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/4M/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/planner/SDKPatchingTest1.java (at line 18) 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/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SDKPatchingTest1.java (at line 36) SimpleProfileRegistry registry = new SimpleProfileRegistry(getAgent(), tempFolder, null, false); Discouraged access: The type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SDKPatchingTest1.java (at line 36) SimpleProfileRegistry registry = new SimpleProfileRegistry(getAgent(), tempFolder, null, false); Discouraged access: The constructor SimpleProfileRegistry(IProvisioningAgent, File, ISurrogateProfileHandler, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SDKPatchingTest1.java (at line 36) SimpleProfileRegistry registry = new SimpleProfileRegistry(getAgent(), tempFolder, null, false); Discouraged access: The type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SDKPatchingTest1.java (at line 37) profile = registry.getProfile("SDKPatchingTest"); Discouraged access: The method getProfile(String) from the type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SDKPatchingTest1.java (at line 55) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SDKPatchingTest1.java (at line 55) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SDKPatchingTest1.java (at line 55) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SDKPatchingTest1.java (at line 56) request.addInstallableUnits(new IInstallableUnit[] {patchInstallingCommon}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SDKPatchingTest1.java (at line 57) request.setInstallableUnitInclusionRules(patchInstallingCommon, ProfileInclusionRules.createOptionalInclusionRule(patchInstallingCommon)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/engine/InstructionParserTest.java (at line 18) import org.eclipse.equinox.internal.p2.engine.ActionManager; Discouraged access: The type ActionManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/engine/InstructionParserTest.java (at line 19) import org.eclipse.equinox.internal.p2.engine.InstructionParser; Discouraged access: The type InstructionParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/engine/InstructionParserTest.java (at line 57) new InstructionParser(null); Discouraged access: The constructor InstructionParser(ActionManager) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/engine/InstructionParserTest.java (at line 57) new InstructionParser(null); Discouraged access: The type InstructionParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/engine/InstructionParserTest.java (at line 65) InstructionParser parser = new InstructionParser(new ActionManager()); Discouraged access: The type InstructionParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/engine/InstructionParserTest.java (at line 65) InstructionParser parser = new InstructionParser(new ActionManager()); Discouraged access: The constructor InstructionParser(ActionManager) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/engine/InstructionParserTest.java (at line 65) InstructionParser parser = new InstructionParser(new ActionManager()); Discouraged access: The type InstructionParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/engine/InstructionParserTest.java (at line 65) InstructionParser parser = new InstructionParser(new ActionManager()); Discouraged access: The constructor ActionManager() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/engine/InstructionParserTest.java (at line 65) InstructionParser parser = new InstructionParser(new ActionManager()); Discouraged access: The type ActionManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/engine/InstructionParserTest.java (at line 66) List<ProvisioningAction> actions = parser.parseActions(MetadataFactory.createTouchpointInstruction("goodAction()", null), TOUCHPOINT_TYPE); Discouraged access: The method parseActions(ITouchpointInstruction, ITouchpointType) from the type InstructionParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/engine/InstructionParserTest.java (at line 71) InstructionParser parser = new InstructionParser(new ActionManager()); Discouraged access: The type InstructionParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/engine/InstructionParserTest.java (at line 71) InstructionParser parser = new InstructionParser(new ActionManager()); Discouraged access: The constructor InstructionParser(ActionManager) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/engine/InstructionParserTest.java (at line 71) InstructionParser parser = new InstructionParser(new ActionManager()); Discouraged access: The type InstructionParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/engine/InstructionParserTest.java (at line 71) InstructionParser parser = new InstructionParser(new ActionManager()); Discouraged access: The constructor ActionManager() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/engine/InstructionParserTest.java (at line 71) InstructionParser parser = new InstructionParser(new ActionManager()); Discouraged access: The type ActionManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/engine/InstructionParserTest.java (at line 72) List<ProvisioningAction> actions = parser.parseActions(MetadataFactory.createTouchpointInstruction("instructionparsertest.goodAction()", null), null); Discouraged access: The method parseActions(ITouchpointInstruction, ITouchpointType) from the type InstructionParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/engine/InstructionParserTest.java (at line 77) InstructionParser parser = new InstructionParser(new ActionManager()); Discouraged access: The type InstructionParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/engine/InstructionParserTest.java (at line 77) InstructionParser parser = new InstructionParser(new ActionManager()); Discouraged access: The constructor InstructionParser(ActionManager) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/engine/InstructionParserTest.java (at line 77) InstructionParser parser = new InstructionParser(new ActionManager()); Discouraged access: The type InstructionParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/engine/InstructionParserTest.java (at line 77) InstructionParser parser = new InstructionParser(new ActionManager()); Discouraged access: The constructor ActionManager() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/engine/InstructionParserTest.java (at line 77) InstructionParser parser = new InstructionParser(new ActionManager()); Discouraged access: The type ActionManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/engine/InstructionParserTest.java (at line 79) List<ProvisioningAction> actions = parser.parseActions(MetadataFactory.createTouchpointInstruction("instructionparsertest.badAction()", null), null); Discouraged access: The method parseActions(ITouchpointInstruction, ITouchpointType) from the type InstructionParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/engine/InstructionParserTest.java (at line 88) InstructionParser parser = new InstructionParser(new ActionManager()); Discouraged access: The type InstructionParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/engine/InstructionParserTest.java (at line 88) InstructionParser parser = new InstructionParser(new ActionManager()); Discouraged access: The constructor InstructionParser(ActionManager) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/engine/InstructionParserTest.java (at line 88) InstructionParser parser = new InstructionParser(new ActionManager()); Discouraged access: The type InstructionParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/engine/InstructionParserTest.java (at line 88) InstructionParser parser = new InstructionParser(new ActionManager()); Discouraged access: The constructor ActionManager() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/engine/InstructionParserTest.java (at line 88) InstructionParser parser = new InstructionParser(new ActionManager()); Discouraged access: The type ActionManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/engine/InstructionParserTest.java (at line 89) List<ProvisioningAction> actions = parser.parseActions(MetadataFactory.createTouchpointInstruction("goodAction()", "instructionparsertest.goodAction"), null); Discouraged access: The method parseActions(ITouchpointInstruction, ITouchpointType) from the type InstructionParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/engine/InstructionParserTest.java (at line 94) InstructionParser parser = new InstructionParser(new ActionManager()); Discouraged access: The type InstructionParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/engine/InstructionParserTest.java (at line 94) InstructionParser parser = new InstructionParser(new ActionManager()); Discouraged access: The constructor InstructionParser(ActionManager) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/engine/InstructionParserTest.java (at line 94) InstructionParser parser = new InstructionParser(new ActionManager()); Discouraged access: The type InstructionParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/engine/InstructionParserTest.java (at line 94) InstructionParser parser = new InstructionParser(new ActionManager()); Discouraged access: The constructor ActionManager() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/engine/InstructionParserTest.java (at line 94) InstructionParser parser = new InstructionParser(new ActionManager()); Discouraged access: The type ActionManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/engine/InstructionParserTest.java (at line 95) List<ProvisioningAction> actions = parser.parseActions(MetadataFactory.createTouchpointInstruction("goodAction()", "instructionparsertest.goodAction;version=[1.0,2.0)"), null); Discouraged access: The method parseActions(ITouchpointInstruction, ITouchpointType) from the type InstructionParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/engine/InstructionParserTest.java (at line 100) InstructionParser parser = new InstructionParser(new ActionManager()); Discouraged access: The type InstructionParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/engine/InstructionParserTest.java (at line 100) InstructionParser parser = new InstructionParser(new ActionManager()); Discouraged access: The constructor InstructionParser(ActionManager) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
37. WARNING in /src/org/eclipse/equinox/p2/tests/engine/InstructionParserTest.java (at line 100) InstructionParser parser = new InstructionParser(new ActionManager()); Discouraged access: The type InstructionParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
38. WARNING in /src/org/eclipse/equinox/p2/tests/engine/InstructionParserTest.java (at line 100) InstructionParser parser = new InstructionParser(new ActionManager()); Discouraged access: The constructor ActionManager() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
39. WARNING in /src/org/eclipse/equinox/p2/tests/engine/InstructionParserTest.java (at line 100) InstructionParser parser = new InstructionParser(new ActionManager()); Discouraged access: The type ActionManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
40. WARNING in /src/org/eclipse/equinox/p2/tests/engine/InstructionParserTest.java (at line 102) List<ProvisioningAction> actions = parser.parseActions(MetadataFactory.createTouchpointInstruction("badAction()", "instructionparsertest.badAction"), null); Discouraged access: The method parseActions(ITouchpointInstruction, ITouchpointType) from the type InstructionParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
41. WARNING in /src/org/eclipse/equinox/p2/tests/engine/InstructionParserTest.java (at line 111) InstructionParser parser = new InstructionParser(new ActionManager()); Discouraged access: The type InstructionParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
42. WARNING in /src/org/eclipse/equinox/p2/tests/engine/InstructionParserTest.java (at line 111) InstructionParser parser = new InstructionParser(new ActionManager()); Discouraged access: The constructor InstructionParser(ActionManager) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
43. WARNING in /src/org/eclipse/equinox/p2/tests/engine/InstructionParserTest.java (at line 111) InstructionParser parser = new InstructionParser(new ActionManager()); Discouraged access: The type InstructionParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
44. WARNING in /src/org/eclipse/equinox/p2/tests/engine/InstructionParserTest.java (at line 111) InstructionParser parser = new InstructionParser(new ActionManager()); Discouraged access: The constructor ActionManager() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
45. WARNING in /src/org/eclipse/equinox/p2/tests/engine/InstructionParserTest.java (at line 111) InstructionParser parser = new InstructionParser(new ActionManager()); Discouraged access: The type ActionManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
46. WARNING in /src/org/eclipse/equinox/p2/tests/engine/InstructionParserTest.java (at line 112) List<ProvisioningAction> actions = parser.parseActions(MetadataFactory.createTouchpointInstruction("goodAction(); goodAction()", null), TOUCHPOINT_TYPE); Discouraged access: The method parseActions(ITouchpointInstruction, ITouchpointType) from the type InstructionParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
47. WARNING in /src/org/eclipse/equinox/p2/tests/engine/InstructionParserTest.java (at line 117) InstructionParser parser = new InstructionParser(new ActionManager()); Discouraged access: The type InstructionParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
48. WARNING in /src/org/eclipse/equinox/p2/tests/engine/InstructionParserTest.java (at line 117) InstructionParser parser = new InstructionParser(new ActionManager()); Discouraged access: The constructor InstructionParser(ActionManager) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
49. WARNING in /src/org/eclipse/equinox/p2/tests/engine/InstructionParserTest.java (at line 117) InstructionParser parser = new InstructionParser(new ActionManager()); Discouraged access: The type InstructionParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
50. WARNING in /src/org/eclipse/equinox/p2/tests/engine/InstructionParserTest.java (at line 117) InstructionParser parser = new InstructionParser(new ActionManager()); Discouraged access: The constructor ActionManager() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
51. WARNING in /src/org/eclipse/equinox/p2/tests/engine/InstructionParserTest.java (at line 117) InstructionParser parser = new InstructionParser(new ActionManager()); Discouraged access: The type ActionManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
52. WARNING in /src/org/eclipse/equinox/p2/tests/engine/InstructionParserTest.java (at line 118) List<ProvisioningAction> actions = parser.parseActions(MetadataFactory.createTouchpointInstruction("goodAction(a:1)", null), TOUCHPOINT_TYPE); Discouraged access: The method parseActions(ITouchpointInstruction, ITouchpointType) from the type InstructionParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
53. WARNING in /src/org/eclipse/equinox/p2/tests/engine/InstructionParserTest.java (at line 123) InstructionParser parser = new InstructionParser(new ActionManager()); Discouraged access: The type InstructionParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
54. WARNING in /src/org/eclipse/equinox/p2/tests/engine/InstructionParserTest.java (at line 123) InstructionParser parser = new InstructionParser(new ActionManager()); Discouraged access: The constructor InstructionParser(ActionManager) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
55. WARNING in /src/org/eclipse/equinox/p2/tests/engine/InstructionParserTest.java (at line 123) InstructionParser parser = new InstructionParser(new ActionManager()); Discouraged access: The type InstructionParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
56. WARNING in /src/org/eclipse/equinox/p2/tests/engine/InstructionParserTest.java (at line 123) InstructionParser parser = new InstructionParser(new ActionManager()); Discouraged access: The constructor ActionManager() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
57. WARNING in /src/org/eclipse/equinox/p2/tests/engine/InstructionParserTest.java (at line 123) InstructionParser parser = new InstructionParser(new ActionManager()); Discouraged access: The type ActionManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
58. WARNING in /src/org/eclipse/equinox/p2/tests/engine/InstructionParserTest.java (at line 124) List<ProvisioningAction> actions = parser.parseActions(MetadataFactory.createTouchpointInstruction("goodAction(a:1, b:2)", null), TOUCHPOINT_TYPE); Discouraged access: The method parseActions(ITouchpointInstruction, ITouchpointType) from the type InstructionParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
59. WARNING in /src/org/eclipse/equinox/p2/tests/engine/InstructionParserTest.java (at line 129) InstructionParser parser = new InstructionParser(new ActionManager()); Discouraged access: The type InstructionParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
60. WARNING in /src/org/eclipse/equinox/p2/tests/engine/InstructionParserTest.java (at line 129) InstructionParser parser = new InstructionParser(new ActionManager()); Discouraged access: The constructor InstructionParser(ActionManager) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
61. WARNING in /src/org/eclipse/equinox/p2/tests/engine/InstructionParserTest.java (at line 129) InstructionParser parser = new InstructionParser(new ActionManager()); Discouraged access: The type InstructionParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
62. WARNING in /src/org/eclipse/equinox/p2/tests/engine/InstructionParserTest.java (at line 129) InstructionParser parser = new InstructionParser(new ActionManager()); Discouraged access: The constructor ActionManager() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
63. WARNING in /src/org/eclipse/equinox/p2/tests/engine/InstructionParserTest.java (at line 129) InstructionParser parser = new InstructionParser(new ActionManager()); Discouraged access: The type ActionManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
64. WARNING in /src/org/eclipse/equinox/p2/tests/engine/InstructionParserTest.java (at line 131) parser.parseActions(MetadataFactory.createTouchpointInstruction("goodAction(badParameter)", null), TOUCHPOINT_TYPE); Discouraged access: The method parseActions(ITouchpointInstruction, ITouchpointType) from the type InstructionParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
65. WARNING in /src/org/eclipse/equinox/p2/tests/engine/InstructionParserTest.java (at line 139) InstructionParser parser = new InstructionParser(new ActionManager()); Discouraged access: The type InstructionParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
66. WARNING in /src/org/eclipse/equinox/p2/tests/engine/InstructionParserTest.java (at line 139) InstructionParser parser = new InstructionParser(new ActionManager()); Discouraged access: The constructor InstructionParser(ActionManager) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
67. WARNING in /src/org/eclipse/equinox/p2/tests/engine/InstructionParserTest.java (at line 139) InstructionParser parser = new InstructionParser(new ActionManager()); Discouraged access: The type InstructionParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
68. WARNING in /src/org/eclipse/equinox/p2/tests/engine/InstructionParserTest.java (at line 139) InstructionParser parser = new InstructionParser(new ActionManager()); Discouraged access: The constructor ActionManager() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
69. WARNING in /src/org/eclipse/equinox/p2/tests/engine/InstructionParserTest.java (at line 139) InstructionParser parser = new InstructionParser(new ActionManager()); Discouraged access: The type ActionManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
70. WARNING in /src/org/eclipse/equinox/p2/tests/engine/InstructionParserTest.java (at line 141) parser.parseActions(MetadataFactory.createTouchpointInstruction("goodAction(a:1, badParameter)", null), TOUCHPOINT_TYPE); Discouraged access: The method parseActions(ITouchpointInstruction, ITouchpointType) from the type InstructionParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
71. WARNING in /src/org/eclipse/equinox/p2/tests/engine/InstructionParserTest.java (at line 149) InstructionParser parser = new InstructionParser(new ActionManager()); Discouraged access: The type InstructionParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
72. WARNING in /src/org/eclipse/equinox/p2/tests/engine/InstructionParserTest.java (at line 149) InstructionParser parser = new InstructionParser(new ActionManager()); Discouraged access: The constructor InstructionParser(ActionManager) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
73. WARNING in /src/org/eclipse/equinox/p2/tests/engine/InstructionParserTest.java (at line 149) InstructionParser parser = new InstructionParser(new ActionManager()); Discouraged access: The type InstructionParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
74. WARNING in /src/org/eclipse/equinox/p2/tests/engine/InstructionParserTest.java (at line 149) InstructionParser parser = new InstructionParser(new ActionManager()); Discouraged access: The constructor ActionManager() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
75. WARNING in /src/org/eclipse/equinox/p2/tests/engine/InstructionParserTest.java (at line 149) InstructionParser parser = new InstructionParser(new ActionManager()); Discouraged access: The type ActionManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
76. WARNING in /src/org/eclipse/equinox/p2/tests/engine/InstructionParserTest.java (at line 151) parser.parseActions(MetadataFactory.createTouchpointInstruction("badAction", null), TOUCHPOINT_TYPE); Discouraged access: The method parseActions(ITouchpointInstruction, ITouchpointType) from the type InstructionParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
77. WARNING in /src/org/eclipse/equinox/p2/tests/engine/InstructionParserTest.java (at line 159) InstructionParser parser = new InstructionParser(new ActionManager()); Discouraged access: The type InstructionParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
78. WARNING in /src/org/eclipse/equinox/p2/tests/engine/InstructionParserTest.java (at line 159) InstructionParser parser = new InstructionParser(new ActionManager()); Discouraged access: The constructor InstructionParser(ActionManager) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
79. WARNING in /src/org/eclipse/equinox/p2/tests/engine/InstructionParserTest.java (at line 159) InstructionParser parser = new InstructionParser(new ActionManager()); Discouraged access: The type InstructionParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
80. WARNING in /src/org/eclipse/equinox/p2/tests/engine/InstructionParserTest.java (at line 159) InstructionParser parser = new InstructionParser(new ActionManager()); Discouraged access: The constructor ActionManager() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
81. WARNING in /src/org/eclipse/equinox/p2/tests/engine/InstructionParserTest.java (at line 159) InstructionParser parser = new InstructionParser(new ActionManager()); Discouraged access: The type ActionManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
82. WARNING in /src/org/eclipse/equinox/p2/tests/engine/InstructionParserTest.java (at line 161) List<ProvisioningAction> actions = parser.parseActions(MetadataFactory.createTouchpointInstruction("goodAction(); badAction()", null), TOUCHPOINT_TYPE); Discouraged access: The method parseActions(ITouchpointInstruction, ITouchpointType) from the type InstructionParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
83. WARNING in /src/org/eclipse/equinox/p2/tests/engine/InstructionParserTest.java (at line 170) InstructionParser parser = new InstructionParser(new ActionManager()); Discouraged access: The type InstructionParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
84. WARNING in /src/org/eclipse/equinox/p2/tests/engine/InstructionParserTest.java (at line 170) InstructionParser parser = new InstructionParser(new ActionManager()); Discouraged access: The constructor InstructionParser(ActionManager) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
85. WARNING in /src/org/eclipse/equinox/p2/tests/engine/InstructionParserTest.java (at line 170) InstructionParser parser = new InstructionParser(new ActionManager()); Discouraged access: The type InstructionParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
86. WARNING in /src/org/eclipse/equinox/p2/tests/engine/InstructionParserTest.java (at line 170) InstructionParser parser = new InstructionParser(new ActionManager()); Discouraged access: The constructor ActionManager() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
87. WARNING in /src/org/eclipse/equinox/p2/tests/engine/InstructionParserTest.java (at line 170) InstructionParser parser = new InstructionParser(new ActionManager()); Discouraged access: The type ActionManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
88. WARNING in /src/org/eclipse/equinox/p2/tests/engine/InstructionParserTest.java (at line 172) List<ProvisioningAction> actions = parser.parseActions(MetadataFactory.createTouchpointInstruction("notfoundaction()", null), TOUCHPOINT_TYPE); Discouraged access: The method parseActions(ITouchpointInstruction, ITouchpointType) from the type InstructionParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest12.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/4M/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/planner/PatchTest12.java (at line 17) import org.eclipse.equinox.internal.p2.director.Explanation; Discouraged access: The type Explanation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest12.java (at line 18) import org.eclipse.equinox.internal.p2.engine.ProvisioningPlan; Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest12.java (at line 55) ProfileChangeRequest req2 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest12.java (at line 55) ProfileChangeRequest req2 = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest12.java (at line 55) ProfileChangeRequest req2 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest12.java (at line 56) req2.addInstallableUnits(new IInstallableUnit[] {a1, p1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest12.java (at line 57) req2.setInstallableUnitInclusionRules(p1, ProfileInclusionRules.createOptionalInclusionRule(p1)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest12.java (at line 67) ProfileChangeRequest req3 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest12.java (at line 67) ProfileChangeRequest req3 = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest12.java (at line 67) ProfileChangeRequest req3 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest12.java (at line 68) req3.addInstallableUnits(new IInstallableUnit[] {a1, p1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest12.java (at line 75) ProfileChangeRequest req3 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest12.java (at line 75) ProfileChangeRequest req3 = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest12.java (at line 75) ProfileChangeRequest req3 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest12.java (at line 76) req3.addInstallableUnits(new IInstallableUnit[] {a1, p1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest12.java (at line 77) ProvisioningPlan plan3 = (ProvisioningPlan) planner.getProvisioningPlan(req3, null, null); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest12.java (at line 77) ProvisioningPlan plan3 = (ProvisioningPlan) planner.getProvisioningPlan(req3, null, null); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest12.java (at line 78) assertTrue(IStatus.ERROR == plan3.getStatus().getSeverity()); Discouraged access: The method getStatus() from the type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest12.java (at line 79) final RequestStatus requestStatus = ((PlannerStatus) plan3.getStatus()).getRequestStatus(); Discouraged access: The type RequestStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest12.java (at line 79) final RequestStatus requestStatus = ((PlannerStatus) plan3.getStatus()).getRequestStatus(); Discouraged access: The method getRequestStatus() from the type PlannerStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest12.java (at line 79) final RequestStatus requestStatus = ((PlannerStatus) plan3.getStatus()).getRequestStatus(); Discouraged access: The type PlannerStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest12.java (at line 79) final RequestStatus requestStatus = ((PlannerStatus) plan3.getStatus()).getRequestStatus(); Discouraged access: The method getStatus() from the type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest12.java (at line 80) Set conflictRootIUs = requestStatus.getConflictsWithInstalledRoots(); Discouraged access: The method getConflictsWithInstalledRoots() from the type RequestStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest12.java (at line 82) assertEquals(Explanation.MISSING_REQUIREMENT, requestStatus.getShortExplanation()); Discouraged access: The type Explanation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest12.java (at line 82) assertEquals(Explanation.MISSING_REQUIREMENT, requestStatus.getShortExplanation()); Discouraged access: The field MISSING_REQUIREMENT from the type Explanation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest12.java (at line 82) assertEquals(Explanation.MISSING_REQUIREMENT, requestStatus.getShortExplanation()); Discouraged access: The method getShortExplanation() from the type RequestStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/repository/CacheManagerTest.java (at line 15) import org.eclipse.equinox.internal.p2.repository.CacheManager; Discouraged access: The type CacheManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/repository/CacheManagerTest.java (at line 16) import org.eclipse.equinox.internal.p2.repository.Transport; Discouraged access: The type Transport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/repository/CacheManagerTest.java (at line 26) private CacheManager cacheManager; Discouraged access: The type CacheManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/repository/CacheManagerTest.java (at line 36) Transport transport = (Transport) agent.getService(Transport.SERVICE_NAME); Discouraged access: The type Transport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/repository/CacheManagerTest.java (at line 36) Transport transport = (Transport) agent.getService(Transport.SERVICE_NAME); Discouraged access: The type Transport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/repository/CacheManagerTest.java (at line 36) Transport transport = (Transport) agent.getService(Transport.SERVICE_NAME); Discouraged access: The type Transport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/repository/CacheManagerTest.java (at line 36) Transport transport = (Transport) agent.getService(Transport.SERVICE_NAME); Discouraged access: The field SERVICE_NAME from the type Transport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/repository/CacheManagerTest.java (at line 37) cacheManager = new CacheManager(new AgentLocationMock(), transport); Discouraged access: The constructor CacheManager(IAgentLocation, Transport) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/repository/CacheManagerTest.java (at line 37) cacheManager = new CacheManager(new AgentLocationMock(), transport); Discouraged access: The type CacheManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/repository/CacheManagerTest.java (at line 47) File cache = cacheManager.createCache(repositoryLocation, cachePrefix, new NullProgressMonitor()); Discouraged access: The method createCache(URI, String, IProgressMonitor) from the type CacheManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/repository/CacheManagerTest.java (at line 53) File cache2 = cacheManager.createCache(repositoryLocation, cachePrefix, new NullProgressMonitor()); Discouraged access: The method createCache(URI, String, IProgressMonitor) from the type CacheManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/repository/CacheManagerTest.java (at line 60) File cache = cacheManager.createCache(repositoryLocation, cachePrefix, new NullProgressMonitor()); Discouraged access: The method createCache(URI, String, IProgressMonitor) from the type CacheManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/repository/CacheManagerTest.java (at line 67) File cache2 = cacheManager.createCache(repositoryLocation, cachePrefix, new NullProgressMonitor()); Discouraged access: The method createCache(URI, String, IProgressMonitor) from the type CacheManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/repository/CacheManagerTest.java (at line 74) File cache = cacheManager.createCache(repositoryLocation, cachePrefix, new NullProgressMonitor()); Discouraged access: The method createCache(URI, String, IProgressMonitor) from the type CacheManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/repository/CacheManagerTest.java (at line 80) File cache2 = cacheManager.createCache(repositoryLocation, cachePrefix, new NullProgressMonitor()); Discouraged access: The method createCache(URI, String, IProgressMonitor) from the type CacheManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PermissiveSlicerTest.java (at line 17) import org.eclipse.equinox.internal.p2.core.helpers.CollectionUtils; Discouraged access: The type CollectionUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PermissiveSlicerTest.java (at line 18) import org.eclipse.equinox.internal.p2.director.PermissiveSlicer; Discouraged access: The type PermissiveSlicer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PermissiveSlicerTest.java (at line 35) PermissiveSlicer slicer = new PermissiveSlicer(repo, CollectionUtils.<String, String> emptyMap(), true, false, true, false, false); Discouraged access: The type PermissiveSlicer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PermissiveSlicerTest.java (at line 35) PermissiveSlicer slicer = new PermissiveSlicer(repo, CollectionUtils.<String, String> emptyMap(), true, false, true, false, false); Discouraged access: The constructor PermissiveSlicer(IQueryable<IInstallableUnit>, Map<String,String>, boolean, boolean, boolean, boolean, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PermissiveSlicerTest.java (at line 35) PermissiveSlicer slicer = new PermissiveSlicer(repo, CollectionUtils.<String, String> emptyMap(), true, false, true, false, false); Discouraged access: The type PermissiveSlicer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PermissiveSlicerTest.java (at line 35) PermissiveSlicer slicer = new PermissiveSlicer(repo, CollectionUtils.<String, String> emptyMap(), true, false, true, false, false); Discouraged access: The type CollectionUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PermissiveSlicerTest.java (at line 35) PermissiveSlicer slicer = new PermissiveSlicer(repo, CollectionUtils.<String, String> emptyMap(), true, false, true, false, false); Discouraged access: The method emptyMap() from the type CollectionUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PermissiveSlicerTest.java (at line 38) IQueryable result = slicer.slice(new IInstallableUnit[] {iu}, new NullProgressMonitor()); Discouraged access: The method slice(IInstallableUnit[], IProgressMonitor) from the type Slicer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PermissiveSlicerTest.java (at line 48) PermissiveSlicer slicer = new PermissiveSlicer(repo, CollectionUtils.<String, String> emptyMap(), false, false, true, false, false); Discouraged access: The type PermissiveSlicer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PermissiveSlicerTest.java (at line 48) PermissiveSlicer slicer = new PermissiveSlicer(repo, CollectionUtils.<String, String> emptyMap(), false, false, true, false, false); Discouraged access: The constructor PermissiveSlicer(IQueryable<IInstallableUnit>, Map<String,String>, boolean, boolean, boolean, boolean, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PermissiveSlicerTest.java (at line 48) PermissiveSlicer slicer = new PermissiveSlicer(repo, CollectionUtils.<String, String> emptyMap(), false, false, true, false, false); Discouraged access: The type PermissiveSlicer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PermissiveSlicerTest.java (at line 48) PermissiveSlicer slicer = new PermissiveSlicer(repo, CollectionUtils.<String, String> emptyMap(), false, false, true, false, false); Discouraged access: The type CollectionUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PermissiveSlicerTest.java (at line 48) PermissiveSlicer slicer = new PermissiveSlicer(repo, CollectionUtils.<String, String> emptyMap(), false, false, true, false, false); Discouraged access: The method emptyMap() from the type CollectionUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PermissiveSlicerTest.java (at line 51) IQueryable result = slicer.slice(new IInstallableUnit[] {iu}, new NullProgressMonitor()); Discouraged access: The method slice(IInstallableUnit[], IProgressMonitor) from the type Slicer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PermissiveSlicerTest.java (at line 59) PermissiveSlicer slicer = new PermissiveSlicer(repo, CollectionUtils.<String, String> emptyMap(), false, true, true, false, false); Discouraged access: The type PermissiveSlicer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PermissiveSlicerTest.java (at line 59) PermissiveSlicer slicer = new PermissiveSlicer(repo, CollectionUtils.<String, String> emptyMap(), false, true, true, false, false); Discouraged access: The constructor PermissiveSlicer(IQueryable<IInstallableUnit>, Map<String,String>, boolean, boolean, boolean, boolean, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PermissiveSlicerTest.java (at line 59) PermissiveSlicer slicer = new PermissiveSlicer(repo, CollectionUtils.<String, String> emptyMap(), false, true, true, false, false); Discouraged access: The type PermissiveSlicer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PermissiveSlicerTest.java (at line 59) PermissiveSlicer slicer = new PermissiveSlicer(repo, CollectionUtils.<String, String> emptyMap(), false, true, true, false, false); Discouraged access: The type CollectionUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PermissiveSlicerTest.java (at line 59) PermissiveSlicer slicer = new PermissiveSlicer(repo, CollectionUtils.<String, String> emptyMap(), false, true, true, false, false); Discouraged access: The method emptyMap() from the type CollectionUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PermissiveSlicerTest.java (at line 62) IQueryable result = slicer.slice(new IInstallableUnit[] {iu}, new NullProgressMonitor()); Discouraged access: The method slice(IInstallableUnit[], IProgressMonitor) from the type Slicer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PermissiveSlicerTest.java (at line 74) PermissiveSlicer slicer = new PermissiveSlicer(repo, p, true, true, false, false, false); Discouraged access: The type PermissiveSlicer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PermissiveSlicerTest.java (at line 74) PermissiveSlicer slicer = new PermissiveSlicer(repo, p, true, true, false, false, false); Discouraged access: The constructor PermissiveSlicer(IQueryable<IInstallableUnit>, Map<String,String>, boolean, boolean, boolean, boolean, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PermissiveSlicerTest.java (at line 74) PermissiveSlicer slicer = new PermissiveSlicer(repo, p, true, true, false, false, false); Discouraged access: The type PermissiveSlicer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PermissiveSlicerTest.java (at line 77) IQueryable result = slicer.slice(new IInstallableUnit[] {iu}, new NullProgressMonitor()); Discouraged access: The method slice(IInstallableUnit[], IProgressMonitor) from the type Slicer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PermissiveSlicerTest.java (at line 90) PermissiveSlicer slicer = new PermissiveSlicer(repo, p, true, false, false, true, false); Discouraged access: The type PermissiveSlicer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PermissiveSlicerTest.java (at line 90) PermissiveSlicer slicer = new PermissiveSlicer(repo, p, true, false, false, true, false); Discouraged access: The constructor PermissiveSlicer(IQueryable<IInstallableUnit>, Map<String,String>, boolean, boolean, boolean, boolean, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PermissiveSlicerTest.java (at line 90) PermissiveSlicer slicer = new PermissiveSlicer(repo, p, true, false, false, true, false); Discouraged access: The type PermissiveSlicer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PermissiveSlicerTest.java (at line 93) IQueryable result = slicer.slice(new IInstallableUnit[] {iu}, new NullProgressMonitor()); Discouraged access: The method slice(IInstallableUnit[], IProgressMonitor) from the type Slicer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PermissiveSlicerTest.java (at line 102) PermissiveSlicer slicer = new PermissiveSlicer(repo, CollectionUtils.<String, String> emptyMap(), true, false, false, false, false); Discouraged access: The type PermissiveSlicer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PermissiveSlicerTest.java (at line 102) PermissiveSlicer slicer = new PermissiveSlicer(repo, CollectionUtils.<String, String> emptyMap(), true, false, false, false, false); Discouraged access: The constructor PermissiveSlicer(IQueryable<IInstallableUnit>, Map<String,String>, boolean, boolean, boolean, boolean, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PermissiveSlicerTest.java (at line 102) PermissiveSlicer slicer = new PermissiveSlicer(repo, CollectionUtils.<String, String> emptyMap(), true, false, false, false, false); Discouraged access: The type PermissiveSlicer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PermissiveSlicerTest.java (at line 102) PermissiveSlicer slicer = new PermissiveSlicer(repo, CollectionUtils.<String, String> emptyMap(), true, false, false, false, false); Discouraged access: The type CollectionUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PermissiveSlicerTest.java (at line 102) PermissiveSlicer slicer = new PermissiveSlicer(repo, CollectionUtils.<String, String> emptyMap(), true, false, false, false, false); Discouraged access: The method emptyMap() from the type CollectionUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PermissiveSlicerTest.java (at line 105) IQueryable result = slicer.slice(new IInstallableUnit[] {iu}, new NullProgressMonitor()); Discouraged access: The method slice(IInstallableUnit[], IProgressMonitor) from the type Slicer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PermissiveSlicerTest.java (at line 120) PermissiveSlicer slicer = new PermissiveSlicer(createTestMetdataRepository(new IInstallableUnit[] {a, act1}), CollectionUtils.<String, String> emptyMap(), true, false, false, false, false); Discouraged access: The type PermissiveSlicer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PermissiveSlicerTest.java (at line 120) PermissiveSlicer slicer = new PermissiveSlicer(createTestMetdataRepository(new IInstallableUnit[] {a, act1}), CollectionUtils.<String, String> emptyMap(), true, false, false, false, false); Discouraged access: The constructor PermissiveSlicer(IQueryable<IInstallableUnit>, Map<String,String>, boolean, boolean, boolean, boolean, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
37. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PermissiveSlicerTest.java (at line 120) PermissiveSlicer slicer = new PermissiveSlicer(createTestMetdataRepository(new IInstallableUnit[] {a, act1}), CollectionUtils.<String, String> emptyMap(), true, false, false, false, false); Discouraged access: The type PermissiveSlicer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
38. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PermissiveSlicerTest.java (at line 120) PermissiveSlicer slicer = new PermissiveSlicer(createTestMetdataRepository(new IInstallableUnit[] {a, act1}), CollectionUtils.<String, String> emptyMap(), true, false, false, false, false); Discouraged access: The type CollectionUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
39. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PermissiveSlicerTest.java (at line 120) PermissiveSlicer slicer = new PermissiveSlicer(createTestMetdataRepository(new IInstallableUnit[] {a, act1}), CollectionUtils.<String, String> emptyMap(), true, false, false, false, false); Discouraged access: The method emptyMap() from the type CollectionUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
40. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PermissiveSlicerTest.java (at line 121) IQueryable result = slicer.slice(new IInstallableUnit[] {a}, new NullProgressMonitor()); Discouraged access: The method slice(IInstallableUnit[], IProgressMonitor) from the type Slicer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
41. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PermissiveSlicerTest.java (at line 130) PermissiveSlicer slicer = new PermissiveSlicer(repo, p, true, false, false, true, false); Discouraged access: The type PermissiveSlicer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
42. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PermissiveSlicerTest.java (at line 130) PermissiveSlicer slicer = new PermissiveSlicer(repo, p, true, false, false, true, false); Discouraged access: The constructor PermissiveSlicer(IQueryable<IInstallableUnit>, Map<String,String>, boolean, boolean, boolean, boolean, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
43. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PermissiveSlicerTest.java (at line 130) PermissiveSlicer slicer = new PermissiveSlicer(repo, p, true, false, false, true, false); Discouraged access: The type PermissiveSlicer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
44. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PermissiveSlicerTest.java (at line 133) assertNull(slicer.slice(new IInstallableUnit[] {iu}, new NullProgressMonitor())); Discouraged access: The method slice(IInstallableUnit[], IProgressMonitor) from the type Slicer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
45. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PermissiveSlicerTest.java (at line 134) assertNotOK(slicer.getStatus()); Discouraged access: The method getStatus() from the type Slicer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
46. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PermissiveSlicerTest.java (at line 140) PermissiveSlicer slicer = new PermissiveSlicer(createTestMetdataRepository(new IInstallableUnit[] {iuA}), CollectionUtils.<String, String> emptyMap(), true, false, false, false, false); Discouraged access: The type PermissiveSlicer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
47. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PermissiveSlicerTest.java (at line 140) PermissiveSlicer slicer = new PermissiveSlicer(createTestMetdataRepository(new IInstallableUnit[] {iuA}), CollectionUtils.<String, String> emptyMap(), true, false, false, false, false); Discouraged access: The constructor PermissiveSlicer(IQueryable<IInstallableUnit>, Map<String,String>, boolean, boolean, boolean, boolean, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
48. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PermissiveSlicerTest.java (at line 140) PermissiveSlicer slicer = new PermissiveSlicer(createTestMetdataRepository(new IInstallableUnit[] {iuA}), CollectionUtils.<String, String> emptyMap(), true, false, false, false, false); Discouraged access: The type PermissiveSlicer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
49. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PermissiveSlicerTest.java (at line 140) PermissiveSlicer slicer = new PermissiveSlicer(createTestMetdataRepository(new IInstallableUnit[] {iuA}), CollectionUtils.<String, String> emptyMap(), true, false, false, false, false); Discouraged access: The type CollectionUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
50. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PermissiveSlicerTest.java (at line 140) PermissiveSlicer slicer = new PermissiveSlicer(createTestMetdataRepository(new IInstallableUnit[] {iuA}), CollectionUtils.<String, String> emptyMap(), true, false, false, false, false); Discouraged access: The method emptyMap() from the type CollectionUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
51. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PermissiveSlicerTest.java (at line 141) IQueryable result = slicer.slice(new IInstallableUnit[] {iuA}, new NullProgressMonitor()); Discouraged access: The method slice(IInstallableUnit[], IProgressMonitor) from the type Slicer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
52. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PermissiveSlicerTest.java (at line 143) assertNotOK(slicer.getStatus()); Discouraged access: The method getStatus() from the type Slicer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
53. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PermissiveSlicerTest.java (at line 151) PermissiveSlicer slicer = new PermissiveSlicer(repo, p, true, false, false, false, true); Discouraged access: The type PermissiveSlicer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
54. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PermissiveSlicerTest.java (at line 151) PermissiveSlicer slicer = new PermissiveSlicer(repo, p, true, false, false, false, true); Discouraged access: The constructor PermissiveSlicer(IQueryable<IInstallableUnit>, Map<String,String>, boolean, boolean, boolean, boolean, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
55. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PermissiveSlicerTest.java (at line 151) PermissiveSlicer slicer = new PermissiveSlicer(repo, p, true, false, false, false, true); Discouraged access: The type PermissiveSlicer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
56. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PermissiveSlicerTest.java (at line 154) IQueryResult resultCollector = slicer.slice(new IInstallableUnit[] {iu}, new NullProgressMonitor()).query(QueryUtil.createIUAnyQuery(), new NullProgressMonitor()); Discouraged access: The method slice(IInstallableUnit[], IProgressMonitor) from the type Slicer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
57. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PermissiveSlicerTest.java (at line 159) PermissiveSlicer slicer = new PermissiveSlicer(repo, CollectionUtils.<String, String> emptyMap(), true, false, true, false, true); Discouraged access: The type PermissiveSlicer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
58. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PermissiveSlicerTest.java (at line 159) PermissiveSlicer slicer = new PermissiveSlicer(repo, CollectionUtils.<String, String> emptyMap(), true, false, true, false, true); Discouraged access: The constructor PermissiveSlicer(IQueryable<IInstallableUnit>, Map<String,String>, boolean, boolean, boolean, boolean, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
59. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PermissiveSlicerTest.java (at line 159) PermissiveSlicer slicer = new PermissiveSlicer(repo, CollectionUtils.<String, String> emptyMap(), true, false, true, false, true); Discouraged access: The type PermissiveSlicer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
60. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PermissiveSlicerTest.java (at line 159) PermissiveSlicer slicer = new PermissiveSlicer(repo, CollectionUtils.<String, String> emptyMap(), true, false, true, false, true); Discouraged access: The type CollectionUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
61. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PermissiveSlicerTest.java (at line 159) PermissiveSlicer slicer = new PermissiveSlicer(repo, CollectionUtils.<String, String> emptyMap(), true, false, true, false, true); Discouraged access: The method emptyMap() from the type CollectionUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
62. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PermissiveSlicerTest.java (at line 162) IQueryResult resultCollector = slicer.slice(new IInstallableUnit[] {iu}, new NullProgressMonitor()).query(QueryUtil.createIUAnyQuery(), new NullProgressMonitor()); Discouraged access: The method slice(IInstallableUnit[], IProgressMonitor) from the type Slicer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest2.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/4M/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/planner/PatchTest2.java (at line 17) import org.eclipse.equinox.internal.p2.director.Explanation; Discouraged access: The type Explanation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest2.java (at line 18) import org.eclipse.equinox.internal.p2.engine.ProvisioningPlan; Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest2.java (at line 60) ProfileChangeRequest req8 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest2.java (at line 60) ProfileChangeRequest req8 = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest2.java (at line 60) ProfileChangeRequest req8 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest2.java (at line 61) req8.addInstallableUnits(new IInstallableUnit[] {a1, p6}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest2.java (at line 66) ProfileChangeRequest req6 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest2.java (at line 66) ProfileChangeRequest req6 = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest2.java (at line 66) ProfileChangeRequest req6 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest2.java (at line 67) req6.addInstallableUnits(new IInstallableUnit[] {a1, p5}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest2.java (at line 72) ProfileChangeRequest req2 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest2.java (at line 72) ProfileChangeRequest req2 = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest2.java (at line 72) ProfileChangeRequest req2 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest2.java (at line 73) req2.addInstallableUnits(new IInstallableUnit[] {a1, p1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest2.java (at line 78) ProfileChangeRequest req3 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest2.java (at line 78) ProfileChangeRequest req3 = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest2.java (at line 78) ProfileChangeRequest req3 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest2.java (at line 79) req3.addInstallableUnits(new IInstallableUnit[] {a1, p2}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest2.java (at line 84) ProfileChangeRequest req4 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest2.java (at line 84) ProfileChangeRequest req4 = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest2.java (at line 84) ProfileChangeRequest req4 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest2.java (at line 85) req4.addInstallableUnits(new IInstallableUnit[] {a1, p3}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest2.java (at line 90) ProfileChangeRequest req5 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest2.java (at line 90) ProfileChangeRequest req5 = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest2.java (at line 90) ProfileChangeRequest req5 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest2.java (at line 91) req5.addInstallableUnits(new IInstallableUnit[] {a1, p4}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest2.java (at line 99) ProfileChangeRequest req3 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest2.java (at line 99) ProfileChangeRequest req3 = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest2.java (at line 99) ProfileChangeRequest req3 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest2.java (at line 100) req3.addInstallableUnits(new IInstallableUnit[] {a1, p2}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest2.java (at line 101) ProvisioningPlan plan3 = (ProvisioningPlan) planner.getProvisioningPlan(req3, null, null); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest2.java (at line 101) ProvisioningPlan plan3 = (ProvisioningPlan) planner.getProvisioningPlan(req3, null, null); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest2.java (at line 102) assertEquals(IStatus.ERROR, plan3.getStatus().getSeverity()); Discouraged access: The method getStatus() from the type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest2.java (at line 103) final RequestStatus requestStatus = ((PlannerStatus) plan3.getStatus()).getRequestStatus(); Discouraged access: The type RequestStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest2.java (at line 103) final RequestStatus requestStatus = ((PlannerStatus) plan3.getStatus()).getRequestStatus(); Discouraged access: The method getRequestStatus() from the type PlannerStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
37. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest2.java (at line 103) final RequestStatus requestStatus = ((PlannerStatus) plan3.getStatus()).getRequestStatus(); Discouraged access: The type PlannerStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
38. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest2.java (at line 103) final RequestStatus requestStatus = ((PlannerStatus) plan3.getStatus()).getRequestStatus(); Discouraged access: The method getStatus() from the type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
39. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest2.java (at line 104) assertEquals(Explanation.MISSING_REQUIREMENT, requestStatus.getShortExplanation()); Discouraged access: The type Explanation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
40. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest2.java (at line 104) assertEquals(Explanation.MISSING_REQUIREMENT, requestStatus.getShortExplanation()); Discouraged access: The field MISSING_REQUIREMENT from the type Explanation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
41. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest2.java (at line 104) assertEquals(Explanation.MISSING_REQUIREMENT, requestStatus.getShortExplanation()); Discouraged access: The method getShortExplanation() from the type RequestStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
42. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest2.java (at line 106) Set conflictingRoot = requestStatus.getConflictsWithInstalledRoots(); Discouraged access: The method getConflictsWithInstalledRoots() from the type RequestStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
43. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest2.java (at line 113) ProfileChangeRequest req5 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
44. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest2.java (at line 113) ProfileChangeRequest req5 = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
45. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest2.java (at line 113) ProfileChangeRequest req5 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
46. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest2.java (at line 114) req5.addInstallableUnits(new IInstallableUnit[] {a1, p4}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
47. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest2.java (at line 115) ProvisioningPlan plan5 = (ProvisioningPlan) planner.getProvisioningPlan(req5, null, null); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
48. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest2.java (at line 115) ProvisioningPlan plan5 = (ProvisioningPlan) planner.getProvisioningPlan(req5, null, null); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
49. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest2.java (at line 116) assertEquals(IStatus.ERROR, plan5.getStatus().getSeverity()); Discouraged access: The method getStatus() from the type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
50. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest2.java (at line 117) final RequestStatus requestStatus = ((PlannerStatus) plan5.getStatus()).getRequestStatus(); Discouraged access: The type RequestStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
51. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest2.java (at line 117) final RequestStatus requestStatus = ((PlannerStatus) plan5.getStatus()).getRequestStatus(); Discouraged access: The method getRequestStatus() from the type PlannerStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
52. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest2.java (at line 117) final RequestStatus requestStatus = ((PlannerStatus) plan5.getStatus()).getRequestStatus(); Discouraged access: The type PlannerStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
53. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest2.java (at line 117) final RequestStatus requestStatus = ((PlannerStatus) plan5.getStatus()).getRequestStatus(); Discouraged access: The method getStatus() from the type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
54. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest2.java (at line 118) assertEquals(Explanation.MISSING_REQUIREMENT, requestStatus.getShortExplanation()); Discouraged access: The type Explanation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
55. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest2.java (at line 118) assertEquals(Explanation.MISSING_REQUIREMENT, requestStatus.getShortExplanation()); Discouraged access: The field MISSING_REQUIREMENT from the type Explanation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
56. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest2.java (at line 118) assertEquals(Explanation.MISSING_REQUIREMENT, requestStatus.getShortExplanation()); Discouraged access: The method getShortExplanation() from the type RequestStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
57. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest2.java (at line 120) Set conflictingRoot = requestStatus.getConflictsWithInstalledRoots(); Discouraged access: The method getConflictsWithInstalledRoots() from the type RequestStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300104.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/4M/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/planner/Bug300104.java (at line 90) ProfileChangeRequest installFeature1 = new ProfileChangeRequest(profileRegistry.getProfile(profileLoadedId)); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300104.java (at line 90) ProfileChangeRequest installFeature1 = new ProfileChangeRequest(profileRegistry.getProfile(profileLoadedId)); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300104.java (at line 90) ProfileChangeRequest installFeature1 = new ProfileChangeRequest(profileRegistry.getProfile(profileLoadedId)); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300104.java (at line 95) installFeature1.addInstallableUnits(new IInstallableUnit[] {featureGroup, featureJar, helloIU}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300104.java (at line 97) installFeature1.setInstallableUnitInclusionRules(featureGroup, createInclusionRule(featureGroup, optional)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300104.java (at line 98) installFeature1.setInstallableUnitInclusionRules(featureJar, ProfileInclusionRules.createOptionalInclusionRule(featureJar)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300104.java (at line 99) installFeature1.setInstallableUnitInclusionRules(helloIU, ProfileInclusionRules.createOptionalInclusionRule(helloIU)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300104.java (at line 128) ProfileChangeRequest installFeature1 = new ProfileChangeRequest(profileRegistry.getProfile(profileLoadedId)); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300104.java (at line 128) ProfileChangeRequest installFeature1 = new ProfileChangeRequest(profileRegistry.getProfile(profileLoadedId)); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300104.java (at line 128) ProfileChangeRequest installFeature1 = new ProfileChangeRequest(profileRegistry.getProfile(profileLoadedId)); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300104.java (at line 133) installFeature1.addInstallableUnits(new IInstallableUnit[] {featureGroup, featureJar, helloIU}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300104.java (at line 135) installFeature1.setInstallableUnitInclusionRules(featureGroup, ProfileInclusionRules.createOptionalInclusionRule(featureGroup)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300104.java (at line 136) installFeature1.setInstallableUnitInclusionRules(featureJar, ProfileInclusionRules.createOptionalInclusionRule(featureJar)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300104.java (at line 137) installFeature1.setInstallableUnitInclusionRules(helloIU, ProfileInclusionRules.createOptionalInclusionRule(helloIU)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300104.java (at line 158) ProfileChangeRequest installFeature1 = new ProfileChangeRequest(profileRegistry.getProfile(profileLoadedId)); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300104.java (at line 158) ProfileChangeRequest installFeature1 = new ProfileChangeRequest(profileRegistry.getProfile(profileLoadedId)); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300104.java (at line 158) ProfileChangeRequest installFeature1 = new ProfileChangeRequest(profileRegistry.getProfile(profileLoadedId)); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300104.java (at line 164) installFeature1.addInstallableUnits(new IInstallableUnit[] {featureGroup, featureJar, helloIU, hello2IU}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300104.java (at line 166) installFeature1.setInstallableUnitInclusionRules(featureGroup, ProfileInclusionRules.createOptionalInclusionRule(featureGroup)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300104.java (at line 167) installFeature1.setInstallableUnitInclusionRules(featureJar, ProfileInclusionRules.createOptionalInclusionRule(featureJar)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300104.java (at line 168) installFeature1.setInstallableUnitInclusionRules(helloIU, ProfileInclusionRules.createOptionalInclusionRule(helloIU)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300104.java (at line 169) installFeature1.setInstallableUnitInclusionRules(hello2IU, ProfileInclusionRules.createOptionalInclusionRule(hello2IU)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small.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/4M/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/planner/Bug300572Small.java (at line 57) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small.java (at line 57) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small.java (at line 57) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small.java (at line 58) req1.addInstallableUnits(new IInstallableUnit[] {a1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small.java (at line 65) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small.java (at line 65) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small.java (at line 65) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small.java (at line 66) req1.addInstallableUnits(new IInstallableUnit[] {a1, p1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small.java (at line 73) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small.java (at line 73) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small.java (at line 73) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small.java (at line 74) req1.addInstallableUnits(new IInstallableUnit[] {a1, p2}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small.java (at line 81) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small.java (at line 81) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small.java (at line 81) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small.java (at line 82) req1.addInstallableUnits(new IInstallableUnit[] {a1, p1, p2}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small.java (at line 89) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small.java (at line 89) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small.java (at line 89) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small.java (at line 90) req1.addInstallableUnits(new IInstallableUnit[] {a1, p1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small.java (at line 91) req1.setInstallableUnitInclusionRules(p1, ProfileInclusionRules.createOptionalInclusionRule(p1)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small.java (at line 97) ProfileChangeRequest req2 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small.java (at line 97) ProfileChangeRequest req2 = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small.java (at line 97) ProfileChangeRequest req2 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small.java (at line 98) req2.addInstallableUnits(new IInstallableUnit[] {p2}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small.java (at line 99) req2.setInstallableUnitInclusionRules(p2, ProfileInclusionRules.createOptionalInclusionRule(p2)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/UpdateForTwoIUs.java (at line 16) import org.eclipse.equinox.internal.p2.director.QueryableArray; Discouraged access: The type QueryableArray is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/planner/UpdateForTwoIUs.java (at line 17) import org.eclipse.equinox.internal.p2.metadata.query.UpdateQuery; Discouraged access: The type UpdateQuery is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/UpdateForTwoIUs.java (at line 59) IQueryResult<IInstallableUnit> updates = new QueryableArray(new IInstallableUnit[] {iua}).query(new UpdateQuery(createIU("B")), null); Discouraged access: The constructor QueryableArray(IInstallableUnit[]) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/UpdateForTwoIUs.java (at line 59) IQueryResult<IInstallableUnit> updates = new QueryableArray(new IInstallableUnit[] {iua}).query(new UpdateQuery(createIU("B")), null); Discouraged access: The type QueryableArray is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/UpdateForTwoIUs.java (at line 59) IQueryResult<IInstallableUnit> updates = new QueryableArray(new IInstallableUnit[] {iua}).query(new UpdateQuery(createIU("B")), null); Discouraged access: The constructor UpdateQuery(IInstallableUnit) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/planner/UpdateForTwoIUs.java (at line 59) IQueryResult<IInstallableUnit> updates = new QueryableArray(new IInstallableUnit[] {iua}).query(new UpdateQuery(createIU("B")), null); Discouraged access: The type UpdateQuery is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/planner/UpdateForTwoIUs.java (at line 63) IQueryResult<IInstallableUnit> updates2 = new QueryableArray(new IInstallableUnit[] {iua}).query(new UpdateQuery(createIU("C")), null); Discouraged access: The constructor QueryableArray(IInstallableUnit[]) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/planner/UpdateForTwoIUs.java (at line 63) IQueryResult<IInstallableUnit> updates2 = new QueryableArray(new IInstallableUnit[] {iua}).query(new UpdateQuery(createIU("C")), null); Discouraged access: The type QueryableArray is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/planner/UpdateForTwoIUs.java (at line 63) IQueryResult<IInstallableUnit> updates2 = new QueryableArray(new IInstallableUnit[] {iua}).query(new UpdateQuery(createIU("C")), null); Discouraged access: The constructor UpdateQuery(IInstallableUnit) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/planner/UpdateForTwoIUs.java (at line 63) IQueryResult<IInstallableUnit> updates2 = new QueryableArray(new IInstallableUnit[] {iua}).query(new UpdateQuery(createIU("C")), null); Discouraged access: The type UpdateQuery is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/planner/UpdateForTwoIUs.java (at line 67) IQueryResult<IInstallableUnit> update3 = new QueryableArray(new IInstallableUnit[] {iua}).query(new UpdateQuery(createIU("X")), null); Discouraged access: The constructor QueryableArray(IInstallableUnit[]) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/planner/UpdateForTwoIUs.java (at line 67) IQueryResult<IInstallableUnit> update3 = new QueryableArray(new IInstallableUnit[] {iua}).query(new UpdateQuery(createIU("X")), null); Discouraged access: The type QueryableArray is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/planner/UpdateForTwoIUs.java (at line 67) IQueryResult<IInstallableUnit> update3 = new QueryableArray(new IInstallableUnit[] {iua}).query(new UpdateQuery(createIU("X")), null); Discouraged access: The constructor UpdateQuery(IInstallableUnit) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/planner/UpdateForTwoIUs.java (at line 67) IQueryResult<IInstallableUnit> update3 = new QueryableArray(new IInstallableUnit[] {iua}).query(new UpdateQuery(createIU("X")), null); Discouraged access: The type UpdateQuery is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/director/AutomatedDirectorTest.java (at line 11) 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/4M/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/director/AutomatedDirectorTest.java (at line 18) import org.eclipse.equinox.internal.p2.core.helpers.LogHelper; Discouraged access: The type LogHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/director/AutomatedDirectorTest.java (at line 19) import org.eclipse.equinox.internal.provisional.p2.director.IDirector; Discouraged access: The type IDirector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/director/AutomatedDirectorTest.java (at line 26) * Various automated tests of the {@link IDirector} API. Discouraged access: The type IDirector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/director/AutomatedDirectorTest.java (at line 60) IDirector director = createDirector(); Discouraged access: The type IDirector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/director/AutomatedDirectorTest.java (at line 66) ProfileChangeRequest request = new ProfileChangeRequest(satisfied); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/director/AutomatedDirectorTest.java (at line 66) ProfileChangeRequest request = new ProfileChangeRequest(satisfied); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/director/AutomatedDirectorTest.java (at line 66) ProfileChangeRequest request = new ProfileChangeRequest(satisfied); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/director/AutomatedDirectorTest.java (at line 67) request.add(toInstallIU); Discouraged access: The method add(IInstallableUnit) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/director/AutomatedDirectorTest.java (at line 68) IStatus result = director.provision(request, null, null); Discouraged access: The method provision(IProfileChangeRequest, ProvisioningContext, IProgressMonitor) from the type IDirector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/director/AutomatedDirectorTest.java (at line 90) IDirector director = createDirector(); Discouraged access: The type IDirector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/director/AutomatedDirectorTest.java (at line 91) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/director/AutomatedDirectorTest.java (at line 91) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/director/AutomatedDirectorTest.java (at line 91) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/director/AutomatedDirectorTest.java (at line 92) request.addInstallableUnits(toInstallArray); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/director/AutomatedDirectorTest.java (at line 93) IStatus result = director.provision(request, null, null); Discouraged access: The method provision(IProfileChangeRequest, ProvisioningContext, IProgressMonitor) from the type IDirector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/director/AutomatedDirectorTest.java (at line 95) LogHelper.log(result); Discouraged access: The type LogHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/director/AutomatedDirectorTest.java (at line 95) LogHelper.log(result); Discouraged access: The method log(IStatus) from the type LogHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/director/AutomatedDirectorTest.java (at line 113) IDirector director = createDirector(); Discouraged access: The type IDirector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/director/AutomatedDirectorTest.java (at line 114) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/director/AutomatedDirectorTest.java (at line 114) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/director/AutomatedDirectorTest.java (at line 114) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/director/AutomatedDirectorTest.java (at line 115) request.addInstallableUnits(allUnits); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/director/AutomatedDirectorTest.java (at line 116) IStatus result = director.provision(request, null, null); Discouraged access: The method provision(IProfileChangeRequest, ProvisioningContext, IProgressMonitor) from the type IDirector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/director/AutomatedDirectorTest.java (at line 118) LogHelper.log(result); Discouraged access: The type LogHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/director/AutomatedDirectorTest.java (at line 118) LogHelper.log(result); Discouraged access: The method log(IStatus) from the type LogHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/director/AutomatedDirectorTest.java (at line 140) IDirector director = createDirector(); Discouraged access: The type IDirector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/director/AutomatedDirectorTest.java (at line 141) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/director/AutomatedDirectorTest.java (at line 141) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/director/AutomatedDirectorTest.java (at line 141) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/director/AutomatedDirectorTest.java (at line 142) request.addInstallableUnits(toInstallArray); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/director/AutomatedDirectorTest.java (at line 143) IStatus result = director.provision(request, null, null); Discouraged access: The method provision(IProfileChangeRequest, ProvisioningContext, IProgressMonitor) from the type IDirector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/director/AutomatedDirectorTest.java (at line 150) request = new ProfileChangeRequest(profile2); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/director/AutomatedDirectorTest.java (at line 150) request = new ProfileChangeRequest(profile2); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/director/AutomatedDirectorTest.java (at line 151) request.addInstallableUnits(toInstallArray); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/director/AutomatedDirectorTest.java (at line 152) result = director.provision(request, null, null); Discouraged access: The method provision(IProfileChangeRequest, ProvisioningContext, IProgressMonitor) from the type IDirector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
37. WARNING in /src/org/eclipse/equinox/p2/tests/director/AutomatedDirectorTest.java (at line 167) IDirector director = createDirector(); Discouraged access: The type IDirector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
38. WARNING in /src/org/eclipse/equinox/p2/tests/director/AutomatedDirectorTest.java (at line 168) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
39. WARNING in /src/org/eclipse/equinox/p2/tests/director/AutomatedDirectorTest.java (at line 168) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
40. WARNING in /src/org/eclipse/equinox/p2/tests/director/AutomatedDirectorTest.java (at line 168) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
41. WARNING in /src/org/eclipse/equinox/p2/tests/director/AutomatedDirectorTest.java (at line 169) request.addInstallableUnits(toInstallArray); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
42. WARNING in /src/org/eclipse/equinox/p2/tests/director/AutomatedDirectorTest.java (at line 170) IStatus result = director.provision(request, null, null); Discouraged access: The method provision(IProfileChangeRequest, ProvisioningContext, IProgressMonitor) from the type IDirector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
43. WARNING in /src/org/eclipse/equinox/p2/tests/director/AutomatedDirectorTest.java (at line 177) request = new ProfileChangeRequest(profile2); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
44. WARNING in /src/org/eclipse/equinox/p2/tests/director/AutomatedDirectorTest.java (at line 177) request = new ProfileChangeRequest(profile2); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
45. WARNING in /src/org/eclipse/equinox/p2/tests/director/AutomatedDirectorTest.java (at line 178) request.addInstallableUnits(toInstallArray); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
46. WARNING in /src/org/eclipse/equinox/p2/tests/director/AutomatedDirectorTest.java (at line 179) result = director.provision(request, null, null); Discouraged access: The method provision(IProfileChangeRequest, ProvisioningContext, IProgressMonitor) from the type IDirector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
47. WARNING in /src/org/eclipse/equinox/p2/tests/director/AutomatedDirectorTest.java (at line 200) IDirector director = createDirector(); Discouraged access: The type IDirector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
48. WARNING in /src/org/eclipse/equinox/p2/tests/director/AutomatedDirectorTest.java (at line 201) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
49. WARNING in /src/org/eclipse/equinox/p2/tests/director/AutomatedDirectorTest.java (at line 201) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
50. WARNING in /src/org/eclipse/equinox/p2/tests/director/AutomatedDirectorTest.java (at line 201) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
51. WARNING in /src/org/eclipse/equinox/p2/tests/director/AutomatedDirectorTest.java (at line 202) request.addInstallableUnits(toInstallArray); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
52. WARNING in /src/org/eclipse/equinox/p2/tests/director/AutomatedDirectorTest.java (at line 203) IStatus result = director.provision(request, null, null); Discouraged access: The method provision(IProfileChangeRequest, ProvisioningContext, IProgressMonitor) from the type IDirector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
53. WARNING in /src/org/eclipse/equinox/p2/tests/director/AutomatedDirectorTest.java (at line 205) LogHelper.log(result); Discouraged access: The type LogHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
54. WARNING in /src/org/eclipse/equinox/p2/tests/director/AutomatedDirectorTest.java (at line 205) LogHelper.log(result); Discouraged access: The method log(IStatus) from the type LogHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
55. WARNING in /src/org/eclipse/equinox/p2/tests/director/AutomatedDirectorTest.java (at line 227) IDirector director = createDirector(); Discouraged access: The type IDirector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
56. WARNING in /src/org/eclipse/equinox/p2/tests/director/AutomatedDirectorTest.java (at line 228) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
57. WARNING in /src/org/eclipse/equinox/p2/tests/director/AutomatedDirectorTest.java (at line 228) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
58. WARNING in /src/org/eclipse/equinox/p2/tests/director/AutomatedDirectorTest.java (at line 228) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
59. WARNING in /src/org/eclipse/equinox/p2/tests/director/AutomatedDirectorTest.java (at line 229) request.addInstallableUnits(toInstallArray); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
60. WARNING in /src/org/eclipse/equinox/p2/tests/director/AutomatedDirectorTest.java (at line 230) IStatus result = director.provision(request, null, null); Discouraged access: The method provision(IProfileChangeRequest, ProvisioningContext, IProgressMonitor) from the type IDirector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
61. WARNING in /src/org/eclipse/equinox/p2/tests/director/AutomatedDirectorTest.java (at line 232) LogHelper.log(result); Discouraged access: The type LogHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
62. WARNING in /src/org/eclipse/equinox/p2/tests/director/AutomatedDirectorTest.java (at line 232) LogHelper.log(result); Discouraged access: The method log(IStatus) from the type LogHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
63. WARNING in /src/org/eclipse/equinox/p2/tests/director/AutomatedDirectorTest.java (at line 255) IDirector director = createDirector(); Discouraged access: The type IDirector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
64. WARNING in /src/org/eclipse/equinox/p2/tests/director/AutomatedDirectorTest.java (at line 256) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
65. WARNING in /src/org/eclipse/equinox/p2/tests/director/AutomatedDirectorTest.java (at line 256) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
66. WARNING in /src/org/eclipse/equinox/p2/tests/director/AutomatedDirectorTest.java (at line 256) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
67. WARNING in /src/org/eclipse/equinox/p2/tests/director/AutomatedDirectorTest.java (at line 257) request.addInstallableUnits(toInstallArray); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
68. WARNING in /src/org/eclipse/equinox/p2/tests/director/AutomatedDirectorTest.java (at line 258) IStatus result = director.provision(request, null, null); Discouraged access: The method provision(IProfileChangeRequest, ProvisioningContext, IProgressMonitor) from the type IDirector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
69. WARNING in /src/org/eclipse/equinox/p2/tests/director/AutomatedDirectorTest.java (at line 260) LogHelper.log(result); Discouraged access: The type LogHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
70. WARNING in /src/org/eclipse/equinox/p2/tests/director/AutomatedDirectorTest.java (at line 260) LogHelper.log(result); Discouraged access: The method log(IStatus) from the type LogHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MissingOptionalWithDependencies2.java (at line 11) 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/4M/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/planner/MissingOptionalWithDependencies2.java (at line 55) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MissingOptionalWithDependencies2.java (at line 55) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MissingOptionalWithDependencies2.java (at line 55) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MissingOptionalWithDependencies2.java (at line 56) req.addInstallableUnits(new IInstallableUnit[] {d}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallBundleActionTest.java (at line 17) import org.eclipse.equinox.internal.p2.engine.InstallableUnitOperand; Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallBundleActionTest.java (at line 18) import org.eclipse.equinox.internal.p2.touchpoint.eclipse.EclipseTouchpoint; Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallBundleActionTest.java (at line 19) import org.eclipse.equinox.internal.p2.touchpoint.eclipse.Util; Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallBundleActionTest.java (at line 20) import org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.ActionConstants; Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallBundleActionTest.java (at line 21) import org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.InstallBundleAction; Discouraged access: The type InstallBundleAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallBundleActionTest.java (at line 22) import org.eclipse.equinox.internal.provisional.frameworkadmin.Manipulator; Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallBundleActionTest.java (at line 26) import org.eclipse.equinox.p2.publisher.eclipse.BundlesAction; Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallBundleActionTest.java (at line 30) import org.eclipse.equinox.spi.p2.publisher.PublisherHelper; Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallBundleActionTest.java (at line 50) IFileArtifactRepository bundlePool = Util.getBundlePoolRepository(getAgent(), profile); Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallBundleActionTest.java (at line 50) IFileArtifactRepository bundlePool = Util.getBundlePoolRepository(getAgent(), profile); Discouraged access: The method getBundlePoolRepository(IProvisioningAgent, IProfile) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallBundleActionTest.java (at line 57) BundleDescription bundleDescription = BundlesAction.createBundleDescription(osgiTarget); Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallBundleActionTest.java (at line 57) BundleDescription bundleDescription = BundlesAction.createBundleDescription(osgiTarget); Discouraged access: The method createBundleDescription(File) from the type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallBundleActionTest.java (at line 58) IArtifactKey key = BundlesAction.createBundleArtifactKey(bundleDescription.getSymbolicName(), bundleDescription.getVersion().toString()); Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallBundleActionTest.java (at line 58) IArtifactKey key = BundlesAction.createBundleArtifactKey(bundleDescription.getSymbolicName(), bundleDescription.getVersion().toString()); Discouraged access: The method createBundleArtifactKey(String, String) from the type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallBundleActionTest.java (at line 59) IArtifactDescriptor descriptor = PublisherHelper.createArtifactDescriptor(key, osgiTarget); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallBundleActionTest.java (at line 59) IArtifactDescriptor descriptor = PublisherHelper.createArtifactDescriptor(key, osgiTarget); Discouraged access: The method createArtifactDescriptor(IArtifactKey, File) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallBundleActionTest.java (at line 64) parameters.put(ActionConstants.PARM_AGENT, getAgent()); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallBundleActionTest.java (at line 64) parameters.put(ActionConstants.PARM_AGENT, getAgent()); Discouraged access: The field PARM_AGENT from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallBundleActionTest.java (at line 65) parameters.put(ActionConstants.PARM_PROFILE, profile); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallBundleActionTest.java (at line 65) parameters.put(ActionConstants.PARM_PROFILE, profile); Discouraged access: The field PARM_PROFILE from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallBundleActionTest.java (at line 66) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallBundleActionTest.java (at line 66) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The constructor EclipseTouchpoint() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallBundleActionTest.java (at line 66) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallBundleActionTest.java (at line 67) touchpoint.initializePhase(null, profile, "test", parameters); Discouraged access: The method initializePhase(IProgressMonitor, IProfile, String, Map<String,Object>) from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallBundleActionTest.java (at line 68) InstallableUnitOperand operand = new InstallableUnitOperand(null, iu); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallBundleActionTest.java (at line 68) InstallableUnitOperand operand = new InstallableUnitOperand(null, iu); Discouraged access: The constructor InstallableUnitOperand(IInstallableUnit, IInstallableUnit) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallBundleActionTest.java (at line 68) InstallableUnitOperand operand = new InstallableUnitOperand(null, iu); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallBundleActionTest.java (at line 69) parameters.put("iu", operand.second()); Discouraged access: The method second() from the type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallBundleActionTest.java (at line 70) touchpoint.initializeOperand(profile, parameters); Discouraged access: The method initializeOperand(IProfile, Map<String,Object>) from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallBundleActionTest.java (at line 72) parameters.put(ActionConstants.PARM_BUNDLE, key.toString()); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallBundleActionTest.java (at line 72) parameters.put(ActionConstants.PARM_BUNDLE, key.toString()); Discouraged access: The field PARM_BUNDLE from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallBundleActionTest.java (at line 75) Manipulator manipulator = (Manipulator) parameters.get(EclipseTouchpoint.PARM_MANIPULATOR); Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallBundleActionTest.java (at line 75) Manipulator manipulator = (Manipulator) parameters.get(EclipseTouchpoint.PARM_MANIPULATOR); Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallBundleActionTest.java (at line 75) Manipulator manipulator = (Manipulator) parameters.get(EclipseTouchpoint.PARM_MANIPULATOR); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallBundleActionTest.java (at line 75) Manipulator manipulator = (Manipulator) parameters.get(EclipseTouchpoint.PARM_MANIPULATOR); Discouraged access: The field PARM_MANIPULATOR from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallBundleActionTest.java (at line 79) InstallBundleAction action = new InstallBundleAction(); Discouraged access: The type InstallBundleAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
37. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallBundleActionTest.java (at line 79) InstallBundleAction action = new InstallBundleAction(); Discouraged access: The constructor InstallBundleAction() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
38. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallBundleActionTest.java (at line 79) InstallBundleAction action = new InstallBundleAction(); Discouraged access: The type InstallBundleAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
39. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallBundleActionTest.java (at line 80) action.execute(parameters); Discouraged access: The method execute(Map<String,Object>) from the type InstallBundleAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
40. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallBundleActionTest.java (at line 82) action.undo(parameters); Discouraged access: The method undo(Map<String,Object>) from the type InstallBundleAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
41. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallBundleActionTest.java (at line 86) private boolean inBundles(Manipulator manipulator, File osgiTarget) { Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
42. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallBundleActionTest.java (at line 88) BundleInfo[] bundles = manipulator.getConfigData().getBundles(); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
43. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/InstallBundleActionTest.java (at line 88) BundleInfo[] bundles = manipulator.getConfigData().getBundles(); Discouraged access: The method getBundles() from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SeveralOptionalDependencies.java (at line 11) 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/4M/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/planner/SeveralOptionalDependencies.java (at line 46) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SeveralOptionalDependencies.java (at line 46) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SeveralOptionalDependencies.java (at line 46) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SeveralOptionalDependencies.java (at line 47) req.addInstallableUnits(new IInstallableUnit[] {x1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/PersistNegation.java (at line 17) import org.eclipse.equinox.internal.p2.metadata.ProvidedCapability; Discouraged access: The type ProvidedCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/PersistNegation.java (at line 18) import org.eclipse.equinox.internal.p2.metadata.RequiredCapability; Discouraged access: The type RequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/PersistNegation.java (at line 32) RequiredCapability req1 = new RequiredCapability(IInstallableUnit.NAMESPACE_IU_ID, "org.eclipse.rap.rwt", new VersionRange("[1.0.0, 2.0.0)"), null, 0, 0, false, null); Discouraged access: The type RequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/PersistNegation.java (at line 32) RequiredCapability req1 = new RequiredCapability(IInstallableUnit.NAMESPACE_IU_ID, "org.eclipse.rap.rwt", new VersionRange("[1.0.0, 2.0.0)"), null, 0, 0, false, null); Discouraged access: The constructor RequiredCapability(String, String, VersionRange, IMatchExpression<IInstallableUnit>, int, int, boolean, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/PersistNegation.java (at line 32) RequiredCapability req1 = new RequiredCapability(IInstallableUnit.NAMESPACE_IU_ID, "org.eclipse.rap.rwt", new VersionRange("[1.0.0, 2.0.0)"), null, 0, 0, false, null); Discouraged access: The type RequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/PersistNegation.java (at line 37) capabilities.add(new ProvidedCapability(IInstallableUnit.NAMESPACE_IU_ID, "NegateRWT", Version.create("1.0.0"))); Discouraged access: The constructor ProvidedCapability(String, String, Version) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/PersistNegation.java (at line 37) capabilities.add(new ProvidedCapability(IInstallableUnit.NAMESPACE_IU_ID, "NegateRWT", Version.create("1.0.0"))); Discouraged access: The type ProvidedCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramPropertyActionTest.java (at line 14) import org.eclipse.equinox.internal.p2.engine.InstallableUnitOperand; Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramPropertyActionTest.java (at line 15) import org.eclipse.equinox.internal.p2.touchpoint.eclipse.EclipseTouchpoint; Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramPropertyActionTest.java (at line 16) import org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.ActionConstants; Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramPropertyActionTest.java (at line 17) import org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.RemoveProgramPropertyAction; Discouraged access: The type RemoveProgramPropertyAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramPropertyActionTest.java (at line 18) import org.eclipse.equinox.internal.provisional.frameworkadmin.ConfigData; Discouraged access: The type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramPropertyActionTest.java (at line 19) import org.eclipse.equinox.internal.provisional.frameworkadmin.Manipulator; Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramPropertyActionTest.java (at line 36) parameters.put(ActionConstants.PARM_AGENT, getAgent()); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramPropertyActionTest.java (at line 36) parameters.put(ActionConstants.PARM_AGENT, getAgent()); Discouraged access: The field PARM_AGENT from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramPropertyActionTest.java (at line 37) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramPropertyActionTest.java (at line 37) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The constructor EclipseTouchpoint() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramPropertyActionTest.java (at line 37) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramPropertyActionTest.java (at line 41) InstallableUnitOperand operand = new InstallableUnitOperand(null, createIU("test")); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramPropertyActionTest.java (at line 41) InstallableUnitOperand operand = new InstallableUnitOperand(null, createIU("test")); Discouraged access: The constructor InstallableUnitOperand(IInstallableUnit, IInstallableUnit) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramPropertyActionTest.java (at line 41) InstallableUnitOperand operand = new InstallableUnitOperand(null, createIU("test")); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramPropertyActionTest.java (at line 42) touchpoint.initializePhase(null, profile, "test", parameters); Discouraged access: The method initializePhase(IProgressMonitor, IProfile, String, Map<String,Object>) from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramPropertyActionTest.java (at line 43) parameters.put("iu", operand.second()); Discouraged access: The method second() from the type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramPropertyActionTest.java (at line 44) touchpoint.initializeOperand(profile, parameters); Discouraged access: The method initializeOperand(IProfile, Map<String,Object>) from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramPropertyActionTest.java (at line 45) Manipulator manipulator = (Manipulator) parameters.get(EclipseTouchpoint.PARM_MANIPULATOR); Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramPropertyActionTest.java (at line 45) Manipulator manipulator = (Manipulator) parameters.get(EclipseTouchpoint.PARM_MANIPULATOR); Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramPropertyActionTest.java (at line 45) Manipulator manipulator = (Manipulator) parameters.get(EclipseTouchpoint.PARM_MANIPULATOR); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramPropertyActionTest.java (at line 45) Manipulator manipulator = (Manipulator) parameters.get(EclipseTouchpoint.PARM_MANIPULATOR); Discouraged access: The field PARM_MANIPULATOR from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramPropertyActionTest.java (at line 47) ConfigData data = manipulator.getConfigData(); Discouraged access: The type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramPropertyActionTest.java (at line 47) ConfigData data = manipulator.getConfigData(); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramPropertyActionTest.java (at line 54) assertNull(data.getProperty(key)); Discouraged access: The method getProperty(String) from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramPropertyActionTest.java (at line 55) data.setProperty(key, initial); Discouraged access: The method setProperty(String, String) from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramPropertyActionTest.java (at line 58) parameters.put(ActionConstants.PARM_PROP_NAME, key); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramPropertyActionTest.java (at line 58) parameters.put(ActionConstants.PARM_PROP_NAME, key); Discouraged access: The field PARM_PROP_NAME from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramPropertyActionTest.java (at line 59) parameters.put(ActionConstants.PARM_PROP_VALUE, value2); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramPropertyActionTest.java (at line 59) parameters.put(ActionConstants.PARM_PROP_VALUE, value2); Discouraged access: The field PARM_PROP_VALUE from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramPropertyActionTest.java (at line 62) RemoveProgramPropertyAction action = new RemoveProgramPropertyAction(); Discouraged access: The type RemoveProgramPropertyAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramPropertyActionTest.java (at line 62) RemoveProgramPropertyAction action = new RemoveProgramPropertyAction(); Discouraged access: The constructor RemoveProgramPropertyAction() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramPropertyActionTest.java (at line 62) RemoveProgramPropertyAction action = new RemoveProgramPropertyAction(); Discouraged access: The type RemoveProgramPropertyAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramPropertyActionTest.java (at line 63) action.execute(parameters); Discouraged access: The method execute(Map<String,Object>) from the type RemoveProgramPropertyAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramPropertyActionTest.java (at line 64) String current = data.getProperty(key); Discouraged access: The method getProperty(String) from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramPropertyActionTest.java (at line 69) action.undo(parameters); Discouraged access: The method undo(Map<String,Object>) from the type RemoveProgramPropertyAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramPropertyActionTest.java (at line 70) current = data.getProperty(key); Discouraged access: The method getProperty(String) from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
37. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramPropertyActionTest.java (at line 75) data.setProperty(key, null); Discouraged access: The method setProperty(String, String) from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java (at line 23) import org.eclipse.equinox.internal.p2.artifact.repository.MirrorSelector; Discouraged access: The type MirrorSelector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java (at line 24) import org.eclipse.equinox.internal.p2.artifact.repository.RawMirrorRequest; Discouraged access: The type RawMirrorRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java (at line 26) import org.eclipse.equinox.internal.p2.metadata.ArtifactKey; Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java (at line 27) import org.eclipse.equinox.internal.p2.metadata.IRequiredCapability; Discouraged access: The type IRequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java (at line 28) import org.eclipse.equinox.internal.p2.updatesite.SiteFeature; Discouraged access: The type SiteFeature is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java (at line 29) import org.eclipse.equinox.internal.p2.updatesite.UpdateSite; Discouraged access: The type UpdateSite is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java (at line 30) import org.eclipse.equinox.internal.p2.updatesite.artifact.UpdateSiteArtifactRepository; Discouraged access: The type UpdateSiteArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java (at line 65) UpdateSite updatesite = null; Discouraged access: The type UpdateSite is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java (at line 67) updatesite = UpdateSite.load(site.toURI(), getTransport(), getMonitor()); Discouraged access: The type UpdateSite is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java (at line 67) updatesite = UpdateSite.load(site.toURI(), getTransport(), getMonitor()); Discouraged access: The method load(URI, Transport, IProgressMonitor) from the type UpdateSite is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java (at line 73) int featureCount = updatesite.loadFeatures(new NullProgressMonitor()).length; Discouraged access: The method loadFeatures(IProgressMonitor) from the type UpdateSite is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java (at line 83) UpdateSite updatesite = null; Discouraged access: The type UpdateSite is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java (at line 85) updatesite = UpdateSite.load(site.toURI(), getTransport(), getMonitor()); Discouraged access: The method load(URI, Transport, IProgressMonitor) from the type UpdateSite is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java (at line 85) updatesite = UpdateSite.load(site.toURI(), getTransport(), getMonitor()); Discouraged access: The type UpdateSite is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java (at line 86) updatesite.getSite().setLocationURIString(siteDirectory.toURI().toString()); Discouraged access: The method getSite() from the type UpdateSite is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java (at line 86) updatesite.getSite().setLocationURIString(siteDirectory.toURI().toString()); Discouraged access: The method setLocationURIString(String) from the type SiteModel is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java (at line 92) int featureCount = updatesite.loadFeatures(new NullProgressMonitor()).length; Discouraged access: The method loadFeatures(IProgressMonitor) from the type UpdateSite is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java (at line 101) UpdateSite updatesite = null; Discouraged access: The type UpdateSite is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java (at line 103) updatesite = UpdateSite.load(site.toURI(), getTransport(), getMonitor()); Discouraged access: The method load(URI, Transport, IProgressMonitor) from the type UpdateSite is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java (at line 103) updatesite = UpdateSite.load(site.toURI(), getTransport(), getMonitor()); Discouraged access: The type UpdateSite is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java (at line 109) int featureCount = updatesite.loadFeatures(new NullProgressMonitor()).length; Discouraged access: The method loadFeatures(IProgressMonitor) from the type UpdateSite is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java (at line 119) UpdateSite updatesite = null; Discouraged access: The type UpdateSite is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java (at line 121) updatesite = UpdateSite.load(siteURI, getTransport(), getMonitor()); Discouraged access: The method load(URI, Transport, IProgressMonitor) from the type UpdateSite is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java (at line 121) updatesite = UpdateSite.load(siteURI, getTransport(), getMonitor()); Discouraged access: The type UpdateSite is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java (at line 127) int featureCount = updatesite.loadFeatures(new NullProgressMonitor()).length; Discouraged access: The method loadFeatures(IProgressMonitor) from the type UpdateSite is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java (at line 136) UpdateSite updatesite = null; Discouraged access: The type UpdateSite is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java (at line 138) updatesite = UpdateSite.load(site.toURI(), getTransport(), getMonitor()); Discouraged access: The method load(URI, Transport, IProgressMonitor) from the type UpdateSite is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java (at line 138) updatesite = UpdateSite.load(site.toURI(), getTransport(), getMonitor()); Discouraged access: The type UpdateSite is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java (at line 144) int featureCount = updatesite.loadFeatures(new NullProgressMonitor()).length; Discouraged access: The method loadFeatures(IProgressMonitor) from the type UpdateSite is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java (at line 154) UpdateSite updatesite = null; Discouraged access: The type UpdateSite is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java (at line 156) updatesite = UpdateSite.load(site.toURI(), getTransport(), getMonitor()); Discouraged access: The type UpdateSite is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java (at line 156) updatesite = UpdateSite.load(site.toURI(), getTransport(), getMonitor()); Discouraged access: The method load(URI, Transport, IProgressMonitor) from the type UpdateSite is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java (at line 157) updatesite.getSite().setDigestURIString(digestDirectory.toURI().toString()); Discouraged access: The method getSite() from the type UpdateSite is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java (at line 157) updatesite.getSite().setDigestURIString(digestDirectory.toURI().toString()); Discouraged access: The method setDigestURIString(String) from the type SiteModel is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java (at line 163) int featureCount = updatesite.loadFeatures(new NullProgressMonitor()).length; Discouraged access: The method loadFeatures(IProgressMonitor) from the type UpdateSite is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java (at line 176) UpdateSite updatesite = null; Discouraged access: The type UpdateSite is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
37. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java (at line 178) updatesite = UpdateSite.load(site.toURI(), getTransport(), getMonitor()); Discouraged access: The method load(URI, Transport, IProgressMonitor) from the type UpdateSite is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
38. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java (at line 178) updatesite = UpdateSite.load(site.toURI(), getTransport(), getMonitor()); Discouraged access: The type UpdateSite is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
39. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java (at line 183) int featureCount = updatesite.loadFeatures(new NullProgressMonitor()).length; Discouraged access: The method loadFeatures(IProgressMonitor) from the type UpdateSite is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
40. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java (at line 192) UpdateSite updatesite = null; Discouraged access: The type UpdateSite is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
41. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java (at line 195) updatesite = UpdateSite.load(siteURL, getTransport(), getMonitor()); Discouraged access: The method load(URI, Transport, IProgressMonitor) from the type UpdateSite is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
42. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java (at line 195) updatesite = UpdateSite.load(siteURL, getTransport(), getMonitor()); Discouraged access: The type UpdateSite is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
43. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java (at line 200) int featureCount = updatesite.loadFeatures(new NullProgressMonitor()).length; Discouraged access: The method loadFeatures(IProgressMonitor) from the type UpdateSite is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
44. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java (at line 209) UpdateSite updatesite = null; Discouraged access: The type UpdateSite is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
45. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java (at line 211) updatesite = UpdateSite.load(site.toURI(), getTransport(), getMonitor()); Discouraged access: The method load(URI, Transport, IProgressMonitor) from the type UpdateSite is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
46. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java (at line 211) updatesite = UpdateSite.load(site.toURI(), getTransport(), getMonitor()); Discouraged access: The type UpdateSite is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
47. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java (at line 216) int featureCount = updatesite.loadFeatures(getMonitor()).length; Discouraged access: The method loadFeatures(IProgressMonitor) from the type UpdateSite is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
48. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java (at line 225) UpdateSite updatesite = null; Discouraged access: The type UpdateSite is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
49. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java (at line 227) updatesite = UpdateSite.load(site.toURI(), getTransport(), getMonitor()); Discouraged access: The type UpdateSite is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
50. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java (at line 227) updatesite = UpdateSite.load(site.toURI(), getTransport(), getMonitor()); Discouraged access: The method load(URI, Transport, IProgressMonitor) from the type UpdateSite is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
51. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java (at line 232) int featureCount = updatesite.loadFeatures(new NullProgressMonitor()).length; Discouraged access: The method loadFeatures(IProgressMonitor) from the type UpdateSite is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
52. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java (at line 241) UpdateSite updatesite = null; Discouraged access: The type UpdateSite is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
53. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java (at line 243) updatesite = UpdateSite.load(site.toURI(), getTransport(), getMonitor()); Discouraged access: The method load(URI, Transport, IProgressMonitor) from the type UpdateSite is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
54. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java (at line 243) updatesite = UpdateSite.load(site.toURI(), getTransport(), getMonitor()); Discouraged access: The type UpdateSite is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
55. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java (at line 248) int featureCount = updatesite.loadFeatures(new NullProgressMonitor()).length; Discouraged access: The method loadFeatures(IProgressMonitor) from the type UpdateSite is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
56. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java (at line 259) UpdateSite.load(site.toURI(), getTransport(), getMonitor()); Discouraged access: The type UpdateSite is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
57. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java (at line 259) UpdateSite.load(site.toURI(), getTransport(), getMonitor()); Discouraged access: The method load(URI, Transport, IProgressMonitor) from the type UpdateSite is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
58. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java (at line 268) UpdateSite updatesite = null; Discouraged access: The type UpdateSite is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
59. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java (at line 270) updatesite = UpdateSite.load(site.toURI(), getTransport(), getMonitor()); Discouraged access: The method load(URI, Transport, IProgressMonitor) from the type UpdateSite is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
60. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java (at line 270) updatesite = UpdateSite.load(site.toURI(), getTransport(), getMonitor()); Discouraged access: The type UpdateSite is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
61. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java (at line 275) updatesite.loadFeatures(new NullProgressMonitor()); Discouraged access: The method loadFeatures(IProgressMonitor) from the type UpdateSite is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
62. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java (at line 283) UpdateSite updatesite = null; Discouraged access: The type UpdateSite is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
63. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java (at line 285) updatesite = UpdateSite.load(site.toURI(), getTransport(), getMonitor()); Discouraged access: The method load(URI, Transport, IProgressMonitor) from the type UpdateSite is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
64. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java (at line 285) updatesite = UpdateSite.load(site.toURI(), getTransport(), getMonitor()); Discouraged access: The type UpdateSite is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
65. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java (at line 293) updatesite.loadFeatures(new NullProgressMonitor()); Discouraged access: The method loadFeatures(IProgressMonitor) from the type UpdateSite is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
66. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java (at line 305) UpdateSite.load(site.toURI(), getTransport(), getMonitor()); Discouraged access: The method load(URI, Transport, IProgressMonitor) from the type UpdateSite is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
67. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java (at line 305) UpdateSite.load(site.toURI(), getTransport(), getMonitor()); Discouraged access: The type UpdateSite is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
68. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java (at line 316) UpdateSite.load(site.toURI(), getTransport(), getMonitor()); Discouraged access: The method load(URI, Transport, IProgressMonitor) from the type UpdateSite is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
69. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java (at line 316) UpdateSite.load(site.toURI(), getTransport(), getMonitor()); Discouraged access: The type UpdateSite is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
70. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java (at line 331) UpdateSite.load(temp.toURI(), getTransport(), getMonitor()); Discouraged access: The method load(URI, Transport, IProgressMonitor) from the type UpdateSite is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
71. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java (at line 331) UpdateSite.load(temp.toURI(), getTransport(), getMonitor()); Discouraged access: The type UpdateSite is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
72. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java (at line 340) assertNull("1.0", UpdateSite.load(null, getTransport(), getMonitor())); Discouraged access: The type UpdateSite is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
73. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java (at line 340) assertNull("1.0", UpdateSite.load(null, getTransport(), getMonitor())); Discouraged access: The method load(URI, Transport, IProgressMonitor) from the type UpdateSite is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
74. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java (at line 348) UpdateSite updatesite = null; Discouraged access: The type UpdateSite is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
75. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java (at line 350) updatesite = UpdateSite.load(site.toURI(), getTransport(), getMonitor()); Discouraged access: The method load(URI, Transport, IProgressMonitor) from the type UpdateSite is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
76. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java (at line 350) updatesite = UpdateSite.load(site.toURI(), getTransport(), getMonitor()); Discouraged access: The type UpdateSite is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
77. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java (at line 358) int featureCount = updatesite.loadFeatures(new NullProgressMonitor()).length; Discouraged access: The method loadFeatures(IProgressMonitor) from the type UpdateSite is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
78. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java (at line 371) UpdateSite updatesite = null; Discouraged access: The type UpdateSite is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
79. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java (at line 373) updatesite = UpdateSite.load(site.toURI(), getTransport(), getMonitor()); Discouraged access: The type UpdateSite is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
80. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java (at line 373) updatesite = UpdateSite.load(site.toURI(), getTransport(), getMonitor()); Discouraged access: The method load(URI, Transport, IProgressMonitor) from the type UpdateSite is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
81. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java (at line 378) int featureCount = updatesite.loadFeatures(new NullProgressMonitor()).length; Discouraged access: The method loadFeatures(IProgressMonitor) from the type UpdateSite is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
82. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java (at line 389) UpdateSite updatesite = null; Discouraged access: The type UpdateSite is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
83. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java (at line 391) updatesite = UpdateSite.load(siteURI, getTransport(), getMonitor()); Discouraged access: The type UpdateSite is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
84. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java (at line 391) updatesite = UpdateSite.load(siteURI, getTransport(), getMonitor()); Discouraged access: The method load(URI, Transport, IProgressMonitor) from the type UpdateSite is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
85. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java (at line 397) int featureCount = updatesite.loadFeatures(new NullProgressMonitor()).length; Discouraged access: The method loadFeatures(IProgressMonitor) from the type UpdateSite is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
86. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java (at line 406) UpdateSite updatesite = null; Discouraged access: The type UpdateSite is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
87. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java (at line 408) updatesite = UpdateSite.load(site.toURI(), getTransport(), getMonitor()); Discouraged access: The type UpdateSite is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
88. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java (at line 408) updatesite = UpdateSite.load(site.toURI(), getTransport(), getMonitor()); Discouraged access: The method load(URI, Transport, IProgressMonitor) from the type UpdateSite is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
89. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java (at line 413) int featureCount = updatesite.loadFeatures(new NullProgressMonitor()).length; Discouraged access: The method loadFeatures(IProgressMonitor) from the type UpdateSite is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
90. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java (at line 422) UpdateSite updatesite = null; Discouraged access: The type UpdateSite is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
91. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java (at line 424) updatesite = UpdateSite.load(site.toURI(), getTransport(), getMonitor()); Discouraged access: The method load(URI, Transport, IProgressMonitor) from the type UpdateSite is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
92. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java (at line 424) updatesite = UpdateSite.load(site.toURI(), getTransport(), getMonitor()); Discouraged access: The type UpdateSite is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
93. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java (at line 429) int featureCount = updatesite.loadFeatures(new NullProgressMonitor()).length; Discouraged access: The method loadFeatures(IProgressMonitor) from the type UpdateSite is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
94. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java (at line 438) UpdateSite updatesite = null; Discouraged access: The type UpdateSite is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
95. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java (at line 440) updatesite = UpdateSite.load(site.toURI(), getTransport(), getMonitor()); Discouraged access: The method load(URI, Transport, IProgressMonitor) from the type UpdateSite is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
96. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java (at line 440) updatesite = UpdateSite.load(site.toURI(), getTransport(), getMonitor()); Discouraged access: The type UpdateSite is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
97. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java (at line 448) int featureCount = updatesite.loadFeatures(new NullProgressMonitor()).length; Discouraged access: The method loadFeatures(IProgressMonitor) from the type UpdateSite is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
98. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java (at line 460) UpdateSite updatesite = null; Discouraged access: The type UpdateSite is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
99. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java (at line 462) updatesite = UpdateSite.load(site.toURI(), getTransport(), getMonitor()); Discouraged access: The type UpdateSite is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
100. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java (at line 462) updatesite = UpdateSite.load(site.toURI(), getTransport(), getMonitor()); Discouraged access: The method load(URI, Transport, IProgressMonitor) from the type UpdateSite is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerRequestWithRemoval.java (at line 14) import org.eclipse.equinox.internal.p2.operations.RequestFlexer; Discouraged access: The type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerRequestWithRemoval.java (at line 77) RequestFlexer av = new RequestFlexer(planner); Discouraged access: The type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerRequestWithRemoval.java (at line 77) RequestFlexer av = new RequestFlexer(planner); Discouraged access: The constructor RequestFlexer(IPlanner) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerRequestWithRemoval.java (at line 77) RequestFlexer av = new RequestFlexer(planner); Discouraged access: The type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerRequestWithRemoval.java (at line 78) av.setProvisioningContext(context); Discouraged access: The method setProvisioningContext(ProvisioningContext) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerRequestWithRemoval.java (at line 79) av.setAllowDifferentVersion(true); Discouraged access: The method setAllowDifferentVersion(boolean) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerRequestWithRemoval.java (at line 80) IProfileChangeRequest realRequest = av.getChangeRequest(originalRequest, profile, new NullProgressMonitor()); Discouraged access: The method getChangeRequest(IProfileChangeRequest, IProfile, IProgressMonitor) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/director/OracleTest2.java (at line 11) 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/4M/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/director/OracleTest2.java (at line 14) import org.eclipse.equinox.internal.provisional.p2.director.IDirector; Discouraged access: The type IDirector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/director/OracleTest2.java (at line 27) IDirector director; Discouraged access: The type IDirector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/director/OracleTest2.java (at line 81) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/director/OracleTest2.java (at line 81) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/director/OracleTest2.java (at line 81) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/director/OracleTest2.java (at line 82) request.addInstallableUnits(new IInstallableUnit[] {a1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/director/OracleTest2.java (at line 83) assertEquals(IStatus.OK, director.provision(request, null, null).getSeverity()); Discouraged access: The method provision(IProfileChangeRequest, ProvisioningContext, IProgressMonitor) from the type IDirector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInRunningInstance.java (at line 11) 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/4M/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/planner/AgentPlanTestInRunningInstance.java (at line 15) import org.eclipse.equinox.internal.provisional.p2.director.PlanExecutionHelper; Discouraged access: The type PlanExecutionHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInRunningInstance.java (at line 43) assertOK("rollback execution", PlanExecutionHelper.executePlan(rollbackPlan, createEngine(), new ProvisioningContext(getAgent()), new NullProgressMonitor())); Discouraged access: The type PlanExecutionHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInRunningInstance.java (at line 43) assertOK("rollback execution", PlanExecutionHelper.executePlan(rollbackPlan, createEngine(), new ProvisioningContext(getAgent()), new NullProgressMonitor())); Discouraged access: The method executePlan(IProvisioningPlan, IEngine, ProvisioningContext, IProgressMonitor) from the type PlanExecutionHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInRunningInstance.java (at line 55) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInRunningInstance.java (at line 55) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInRunningInstance.java (at line 55) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInRunningInstance.java (at line 56) request.addInstallableUnits(new IInstallableUnit[] {a}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInRunningInstance.java (at line 76) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInRunningInstance.java (at line 76) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInRunningInstance.java (at line 76) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInRunningInstance.java (at line 77) request.addInstallableUnits(new IInstallableUnit[] {a}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInRunningInstance.java (at line 98) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInRunningInstance.java (at line 98) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInRunningInstance.java (at line 98) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInRunningInstance.java (at line 99) request.addInstallableUnits(new IInstallableUnit[] {a}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInRunningInstance.java (at line 118) ProfileChangeRequest request = new ProfileChangeRequest(getProfile(IProfileRegistry.SELF)); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInRunningInstance.java (at line 118) ProfileChangeRequest request = new ProfileChangeRequest(getProfile(IProfileRegistry.SELF)); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInRunningInstance.java (at line 118) ProfileChangeRequest request = new ProfileChangeRequest(getProfile(IProfileRegistry.SELF)); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInRunningInstance.java (at line 119) request.addInstallableUnits(new IInstallableUnit[] {a}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInRunningInstance.java (at line 127) ProfileChangeRequest request2 = new ProfileChangeRequest(getProfile(IProfileRegistry.SELF)); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInRunningInstance.java (at line 127) ProfileChangeRequest request2 = new ProfileChangeRequest(getProfile(IProfileRegistry.SELF)); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInRunningInstance.java (at line 127) ProfileChangeRequest request2 = new ProfileChangeRequest(getProfile(IProfileRegistry.SELF)); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInRunningInstance.java (at line 128) request2.addInstallableUnits(new IInstallableUnit[] {b}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInRunningInstance.java (at line 151) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInRunningInstance.java (at line 151) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInRunningInstance.java (at line 151) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInRunningInstance.java (at line 152) request.addInstallableUnits(new IInstallableUnit[] {a}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInRunningInstance.java (at line 181) ProfileChangeRequest request = new ProfileChangeRequest(getProfile(IProfileRegistry.SELF)); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInRunningInstance.java (at line 181) ProfileChangeRequest request = new ProfileChangeRequest(getProfile(IProfileRegistry.SELF)); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInRunningInstance.java (at line 181) ProfileChangeRequest request = new ProfileChangeRequest(getProfile(IProfileRegistry.SELF)); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInRunningInstance.java (at line 182) request.addInstallableUnits(new IInstallableUnit[] {a}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInRunningInstance.java (at line 190) ProfileChangeRequest request2 = new ProfileChangeRequest(getProfile(IProfileRegistry.SELF)); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInRunningInstance.java (at line 190) ProfileChangeRequest request2 = new ProfileChangeRequest(getProfile(IProfileRegistry.SELF)); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInRunningInstance.java (at line 190) ProfileChangeRequest request2 = new ProfileChangeRequest(getProfile(IProfileRegistry.SELF)); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInRunningInstance.java (at line 191) request2.addInstallableUnits(new IInstallableUnit[] {b}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
37. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInRunningInstance.java (at line 226) ProfileChangeRequest request = new ProfileChangeRequest(getProfile(IProfileRegistry.SELF)); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
38. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInRunningInstance.java (at line 226) ProfileChangeRequest request = new ProfileChangeRequest(getProfile(IProfileRegistry.SELF)); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
39. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInRunningInstance.java (at line 226) ProfileChangeRequest request = new ProfileChangeRequest(getProfile(IProfileRegistry.SELF)); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
40. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInRunningInstance.java (at line 227) request.addInstallableUnits(new IInstallableUnit[] {a}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
41. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInRunningInstance.java (at line 235) ProfileChangeRequest request2 = new ProfileChangeRequest(getProfile(IProfileRegistry.SELF)); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
42. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInRunningInstance.java (at line 235) ProfileChangeRequest request2 = new ProfileChangeRequest(getProfile(IProfileRegistry.SELF)); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
43. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInRunningInstance.java (at line 235) ProfileChangeRequest request2 = new ProfileChangeRequest(getProfile(IProfileRegistry.SELF)); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
44. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInRunningInstance.java (at line 236) request2.addInstallableUnits(new IInstallableUnit[] {b}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
45. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInRunningInstance.java (at line 244) ProfileChangeRequest requestForC = new ProfileChangeRequest(getProfile(IProfileRegistry.SELF)); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
46. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInRunningInstance.java (at line 244) ProfileChangeRequest requestForC = new ProfileChangeRequest(getProfile(IProfileRegistry.SELF)); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
47. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInRunningInstance.java (at line 244) ProfileChangeRequest requestForC = new ProfileChangeRequest(getProfile(IProfileRegistry.SELF)); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
48. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInRunningInstance.java (at line 245) requestForC.addInstallableUnits(new IInstallableUnit[] {c}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
49. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInRunningInstance.java (at line 253) ProfileChangeRequest requestUpdateA = new ProfileChangeRequest(getProfile(IProfileRegistry.SELF)); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
50. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInRunningInstance.java (at line 253) ProfileChangeRequest requestUpdateA = new ProfileChangeRequest(getProfile(IProfileRegistry.SELF)); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
51. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInRunningInstance.java (at line 253) ProfileChangeRequest requestUpdateA = new ProfileChangeRequest(getProfile(IProfileRegistry.SELF)); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
52. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInRunningInstance.java (at line 254) requestUpdateA.removeInstallableUnits(new IInstallableUnit[] {a}); Discouraged access: The method removeInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
53. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInRunningInstance.java (at line 255) requestUpdateA.addInstallableUnits(new IInstallableUnit[] {a111}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
54. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInRunningInstance.java (at line 265) ProfileChangeRequest request3 = new ProfileChangeRequest(getProfile(IProfileRegistry.SELF)); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
55. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInRunningInstance.java (at line 265) ProfileChangeRequest request3 = new ProfileChangeRequest(getProfile(IProfileRegistry.SELF)); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
56. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInRunningInstance.java (at line 265) ProfileChangeRequest request3 = new ProfileChangeRequest(getProfile(IProfileRegistry.SELF)); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
57. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInRunningInstance.java (at line 266) request3.removeInstallableUnits(new IInstallableUnit[] {a111}); Discouraged access: The method removeInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
58. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInRunningInstance.java (at line 294) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
59. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInRunningInstance.java (at line 294) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
60. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInRunningInstance.java (at line 294) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
61. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInRunningInstance.java (at line 295) request.addInstallableUnits(new IInstallableUnit[] {a, d}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small4.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/4M/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/planner/Bug300572Small4.java (at line 57) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small4.java (at line 57) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small4.java (at line 57) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small4.java (at line 58) req1.addInstallableUnits(new IInstallableUnit[] {a1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small4.java (at line 65) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small4.java (at line 65) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small4.java (at line 65) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small4.java (at line 66) req1.addInstallableUnits(new IInstallableUnit[] {a1, p1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small4.java (at line 73) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small4.java (at line 73) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small4.java (at line 73) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small4.java (at line 74) req1.addInstallableUnits(new IInstallableUnit[] {a1, p2}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small4.java (at line 81) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small4.java (at line 81) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small4.java (at line 81) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small4.java (at line 82) req1.addInstallableUnits(new IInstallableUnit[] {a1, p1, p2}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small4.java (at line 89) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small4.java (at line 89) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small4.java (at line 89) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small4.java (at line 90) req1.addInstallableUnits(new IInstallableUnit[] {a1, p1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small4.java (at line 91) req1.setInstallableUnitInclusionRules(p1, ProfileInclusionRules.createOptionalInclusionRule(p1)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small4.java (at line 97) ProfileChangeRequest req2 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small4.java (at line 97) ProfileChangeRequest req2 = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small4.java (at line 97) ProfileChangeRequest req2 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small4.java (at line 98) req2.addInstallableUnits(new IInstallableUnit[] {p2}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small4.java (at line 99) req2.setInstallableUnitInclusionRules(p2, ProfileInclusionRules.createOptionalInclusionRule(p2)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/director/UninstallTest.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/4M/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/director/UninstallTest.java (at line 15) import org.eclipse.equinox.internal.provisional.p2.director.IDirector; Discouraged access: The type IDirector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/director/UninstallTest.java (at line 23) private IDirector director; Discouraged access: The type IDirector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/director/UninstallTest.java (at line 34) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/director/UninstallTest.java (at line 34) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/director/UninstallTest.java (at line 34) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/director/UninstallTest.java (at line 35) request.addInstallableUnits(units); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/director/UninstallTest.java (at line 36) assertTrue("1.0", director.provision(request, null, null).isOK()); Discouraged access: The method provision(IProfileChangeRequest, ProvisioningContext, IProgressMonitor) from the type IDirector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/director/UninstallTest.java (at line 38) request = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/director/UninstallTest.java (at line 38) request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/director/UninstallTest.java (at line 39) request.removeInstallableUnits(units); Discouraged access: The method removeInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/director/UninstallTest.java (at line 40) assertTrue("1.2", director.provision(request, null, null).isOK()); Discouraged access: The method provision(IProfileChangeRequest, ProvisioningContext, IProgressMonitor) from the type IDirector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/director/UninstallTest.java (at line 43) assertTrue("1.3", director.provision(request, null, null).isOK()); Discouraged access: The method provision(IProfileChangeRequest, ProvisioningContext, IProgressMonitor) from the type IDirector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest2.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/4M/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/planner/InclusionRuleTest2.java (at line 46) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest2.java (at line 46) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest2.java (at line 46) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest2.java (at line 47) req.addInstallableUnits(new IInstallableUnit[] {a1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest2.java (at line 48) req.setInstallableUnitProfileProperty(a1, IProfile.PROP_PROFILE_ROOT_IU, Boolean.TRUE.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/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest2.java (at line 60) ProfileChangeRequest req2 = ProfileChangeRequest.createByProfileId(getAgent(), profile.getProfileId()); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest2.java (at line 60) ProfileChangeRequest req2 = ProfileChangeRequest.createByProfileId(getAgent(), profile.getProfileId()); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest2.java (at line 60) ProfileChangeRequest req2 = ProfileChangeRequest.createByProfileId(getAgent(), profile.getProfileId()); Discouraged access: The method createByProfileId(IProvisioningAgent, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest2.java (at line 61) req2.removeInstallableUnits(new IInstallableUnit[] {a1}); Discouraged access: The method removeInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest2.java (at line 62) req2.addInstallableUnits(new IInstallableUnit[] {a2}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/full/End2EndTestCurrent.java (at line 35) FrameworkAdmin fwkAdmin = getEquinoxFrameworkAdmin(); Discouraged access: The type FrameworkAdmin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/full/End2EndTestCurrent.java (at line 36) Manipulator manipulator = fwkAdmin.getManipulator(); Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/full/End2EndTestCurrent.java (at line 36) Manipulator manipulator = fwkAdmin.getManipulator(); Discouraged access: The method getManipulator() from the type FrameworkAdmin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/full/End2EndTestCurrent.java (at line 37) LauncherData launcherData = manipulator.getLauncherData(); Discouraged access: The type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/full/End2EndTestCurrent.java (at line 37) LauncherData launcherData = manipulator.getLauncherData(); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/full/End2EndTestCurrent.java (at line 38) launcherData.setFwConfigLocation(new File(installFolder, "configuration")); Discouraged access: The method setFwConfigLocation(File) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/full/End2EndTestCurrent.java (at line 39) launcherData.setLauncher(new File(installFolder, getLauncherName("eclipse", Platform.getOS()))); Discouraged access: The method setLauncher(File) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/full/End2EndTestCurrent.java (at line 41) manipulator.load(); Discouraged access: The method load() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/full/End2EndTestCurrent.java (at line 44) } catch (FrameworkAdminRuntimeException e) { Discouraged access: The type FrameworkAdminRuntimeException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/full/End2EndTestCurrent.java (at line 50) assertContains("Can't find VM arg", manipulator.getLauncherData().getJvmArgs(), "-Xms40m"); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/full/End2EndTestCurrent.java (at line 50) assertContains("Can't find VM arg", manipulator.getLauncherData().getJvmArgs(), "-Xms40m"); Discouraged access: The method getJvmArgs() from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/full/End2EndTestCurrent.java (at line 51) assertContains("Can't find VM arg", manipulator.getLauncherData().getJvmArgs(), "-Xmx384m"); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/full/End2EndTestCurrent.java (at line 51) assertContains("Can't find VM arg", manipulator.getLauncherData().getJvmArgs(), "-Xmx384m"); Discouraged access: The method getJvmArgs() from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/full/End2EndTestCurrent.java (at line 53) String[] programArgs = manipulator.getLauncherData().getProgramArgs(); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/full/End2EndTestCurrent.java (at line 53) String[] programArgs = manipulator.getLauncherData().getProgramArgs(); Discouraged access: The method getProgramArgs() from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/full/End2EndTestCurrent.java (at line 58) assertTrue(manipulator.getConfigData().getBundles().length > 50); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/full/End2EndTestCurrent.java (at line 58) assertTrue(manipulator.getConfigData().getBundles().length > 50); Discouraged access: The method getBundles() from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java (at line 16) import org.eclipse.equinox.internal.p2.core.helpers.CollectionUtils; Discouraged access: The type CollectionUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java (at line 17) 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/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java (at line 18) import org.eclipse.equinox.internal.p2.director.Slicer; Discouraged access: The type Slicer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java (at line 19) import org.eclipse.equinox.internal.p2.engine.ProvisioningPlan; Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java (at line 20) import org.eclipse.equinox.internal.p2.metadata.ProvidedCapability; Discouraged access: The type ProvidedCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java (at line 21) import org.eclipse.equinox.internal.p2.metadata.RequiredCapability; Discouraged access: The type RequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java (at line 22) import org.eclipse.equinox.internal.provisional.p2.director.PlannerStatus; Discouraged access: The type PlannerStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java (at line 61) RequiredCapability req1 = new RequiredCapability(NS, N, new VersionRange("[1.1.0, 1.2.0)"), null, 0, 0, false, null); Discouraged access: The type RequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java (at line 61) RequiredCapability req1 = new RequiredCapability(NS, N, new VersionRange("[1.1.0, 1.2.0)"), null, 0, 0, false, null); Discouraged access: The constructor RequiredCapability(String, String, VersionRange, IMatchExpression<IInstallableUnit>, int, int, boolean, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java (at line 61) RequiredCapability req1 = new RequiredCapability(NS, N, new VersionRange("[1.1.0, 1.2.0)"), null, 0, 0, false, null); Discouraged access: The type RequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java (at line 62) RequiredCapability req2 = new RequiredCapability(NS, N, new VersionRange("[1.0.0, 2.0.0)"), null, false, false); Discouraged access: The type RequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java (at line 62) RequiredCapability req2 = new RequiredCapability(NS, N, new VersionRange("[1.0.0, 2.0.0)"), null, false, false); Discouraged access: The constructor RequiredCapability(String, String, VersionRange, String, boolean, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java (at line 62) RequiredCapability req2 = new RequiredCapability(NS, N, new VersionRange("[1.0.0, 2.0.0)"), null, false, false); Discouraged access: The type RequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java (at line 68) capabilities.add(new ProvidedCapability(IInstallableUnit.NAMESPACE_IU_ID, "TestNegation4", Version.create("1.0.0"))); Discouraged access: The constructor ProvidedCapability(String, String, Version) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java (at line 68) capabilities.add(new ProvidedCapability(IInstallableUnit.NAMESPACE_IU_ID, "TestNegation4", Version.create("1.0.0"))); Discouraged access: The type ProvidedCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java (at line 85) capabilities3.add(new ProvidedCapability(IInstallableUnit.NAMESPACE_IU_ID, "ProviderOf1_1_1", Version.create("1.0.0"))); Discouraged access: The constructor ProvidedCapability(String, String, Version) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java (at line 85) capabilities3.add(new ProvidedCapability(IInstallableUnit.NAMESPACE_IU_ID, "ProviderOf1_1_1", Version.create("1.0.0"))); Discouraged access: The type ProvidedCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java (at line 92) Slicer slicer = new Slicer(repo, CollectionUtils.<String, String> emptyMap(), false); Discouraged access: The type Slicer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java (at line 92) Slicer slicer = new Slicer(repo, CollectionUtils.<String, String> emptyMap(), false); Discouraged access: The constructor Slicer(IQueryable<IInstallableUnit>, Map<String,String>, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java (at line 92) Slicer slicer = new Slicer(repo, CollectionUtils.<String, String> emptyMap(), false); Discouraged access: The type Slicer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java (at line 92) Slicer slicer = new Slicer(repo, CollectionUtils.<String, String> emptyMap(), false); Discouraged access: The method emptyMap() from the type CollectionUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java (at line 92) Slicer slicer = new Slicer(repo, CollectionUtils.<String, String> emptyMap(), false); Discouraged access: The type CollectionUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java (at line 93) IQueryable slice = slicer.slice(new IInstallableUnit[] {iu1}, new NullProgressMonitor()); Discouraged access: The method slice(IInstallableUnit[], IProgressMonitor) from the type Slicer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java (at line 99) ProfileChangeRequest changeRequest = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java (at line 99) ProfileChangeRequest changeRequest = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java (at line 99) ProfileChangeRequest changeRequest = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java (at line 100) changeRequest.add(iu1); Discouraged access: The method add(IInstallableUnit) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java (at line 101) ProvisioningPlan plan = (ProvisioningPlan) planner.getProvisioningPlan(changeRequest, null, null); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java (at line 101) ProvisioningPlan plan = (ProvisioningPlan) planner.getProvisioningPlan(changeRequest, null, null); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java (at line 102) assertEquals(0, queryResultSize(((PlannerStatus) plan.getStatus()).getPlannedState().query(QueryUtil.createIUQuery("ProviderOf1_1_1"), null))); Discouraged access: The method getPlannedState() from the type PlannerStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java (at line 102) assertEquals(0, queryResultSize(((PlannerStatus) plan.getStatus()).getPlannedState().query(QueryUtil.createIUQuery("ProviderOf1_1_1"), null))); Discouraged access: The type PlannerStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java (at line 102) assertEquals(0, queryResultSize(((PlannerStatus) plan.getStatus()).getPlannedState().query(QueryUtil.createIUQuery("ProviderOf1_1_1"), null))); Discouraged access: The method getStatus() from the type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java (at line 103) assertEquals(2, queryResultSize(((PlannerStatus) plan.getStatus()).getPlannedState().query(QueryUtil.createIUAnyQuery(), null))); Discouraged access: The method getPlannedState() from the type PlannerStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java (at line 103) assertEquals(2, queryResultSize(((PlannerStatus) plan.getStatus()).getPlannedState().query(QueryUtil.createIUAnyQuery(), null))); Discouraged access: The type PlannerStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java (at line 103) assertEquals(2, queryResultSize(((PlannerStatus) plan.getStatus()).getPlannedState().query(QueryUtil.createIUAnyQuery(), null))); Discouraged access: The method getStatus() from the type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java (at line 106) ProfileChangeRequest changeRequest2 = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
37. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java (at line 106) ProfileChangeRequest changeRequest2 = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
38. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java (at line 106) ProfileChangeRequest changeRequest2 = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
39. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java (at line 110) changeRequest2.addAll(toAdd); Discouraged access: The method addAll(Collection<IInstallableUnit>) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
40. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java (at line 119) RequiredCapability req1 = new RequiredCapability(NS, N, new VersionRange("[1.1.0, 1.2.0)"), null, 0, 0, false, null); Discouraged access: The type RequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
41. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java (at line 119) RequiredCapability req1 = new RequiredCapability(NS, N, new VersionRange("[1.1.0, 1.2.0)"), null, 0, 0, false, null); Discouraged access: The constructor RequiredCapability(String, String, VersionRange, IMatchExpression<IInstallableUnit>, int, int, boolean, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
42. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java (at line 119) RequiredCapability req1 = new RequiredCapability(NS, N, new VersionRange("[1.1.0, 1.2.0)"), null, 0, 0, false, null); Discouraged access: The type RequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
43. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java (at line 120) RequiredCapability req2 = new RequiredCapability(NS, N, new VersionRange("[1.0.0, 1.1.0)"), null, false, false); Discouraged access: The type RequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
44. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java (at line 120) RequiredCapability req2 = new RequiredCapability(NS, N, new VersionRange("[1.0.0, 1.1.0)"), null, false, false); Discouraged access: The constructor RequiredCapability(String, String, VersionRange, String, boolean, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
45. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java (at line 120) RequiredCapability req2 = new RequiredCapability(NS, N, new VersionRange("[1.0.0, 1.1.0)"), null, false, false); Discouraged access: The type RequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
46. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java (at line 126) capabilities.add(new ProvidedCapability(IInstallableUnit.NAMESPACE_IU_ID, "TestNegation4", Version.create("1.0.0"))); Discouraged access: The constructor ProvidedCapability(String, String, Version) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
47. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java (at line 126) capabilities.add(new ProvidedCapability(IInstallableUnit.NAMESPACE_IU_ID, "TestNegation4", Version.create("1.0.0"))); Discouraged access: The type ProvidedCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
48. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java (at line 143) capabilities3.add(new ProvidedCapability(IInstallableUnit.NAMESPACE_IU_ID, "ProviderOf1_1_1", Version.create("1.0.0"))); Discouraged access: The constructor ProvidedCapability(String, String, Version) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
49. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java (at line 143) capabilities3.add(new ProvidedCapability(IInstallableUnit.NAMESPACE_IU_ID, "ProviderOf1_1_1", Version.create("1.0.0"))); Discouraged access: The type ProvidedCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
50. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java (at line 150) Slicer slicer = new Slicer(repo, CollectionUtils.<String, String> emptyMap(), false); Discouraged access: The type Slicer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
51. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java (at line 150) Slicer slicer = new Slicer(repo, CollectionUtils.<String, String> emptyMap(), false); Discouraged access: The constructor Slicer(IQueryable<IInstallableUnit>, Map<String,String>, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
52. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java (at line 150) Slicer slicer = new Slicer(repo, CollectionUtils.<String, String> emptyMap(), false); Discouraged access: The type Slicer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
53. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java (at line 150) Slicer slicer = new Slicer(repo, CollectionUtils.<String, String> emptyMap(), false); Discouraged access: The method emptyMap() from the type CollectionUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
54. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java (at line 150) Slicer slicer = new Slicer(repo, CollectionUtils.<String, String> emptyMap(), false); Discouraged access: The type CollectionUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
55. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java (at line 151) IQueryable slice = slicer.slice(new IInstallableUnit[] {iu1}, new NullProgressMonitor()); Discouraged access: The method slice(IInstallableUnit[], IProgressMonitor) from the type Slicer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
56. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java (at line 160) RequiredCapability req1 = new RequiredCapability(NS, N, new VersionRange("[1.1.0, 1.2.0)"), null, 0, 0, false, null); Discouraged access: The type RequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
57. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java (at line 160) RequiredCapability req1 = new RequiredCapability(NS, N, new VersionRange("[1.1.0, 1.2.0)"), null, 0, 0, false, null); Discouraged access: The constructor RequiredCapability(String, String, VersionRange, IMatchExpression<IInstallableUnit>, int, int, boolean, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
58. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java (at line 160) RequiredCapability req1 = new RequiredCapability(NS, N, new VersionRange("[1.1.0, 1.2.0)"), null, 0, 0, false, null); Discouraged access: The type RequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
59. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java (at line 161) RequiredCapability req2 = new RequiredCapability(NS, N, new VersionRange("[1.0.0, 1.1.0)"), null, false, false); Discouraged access: The type RequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
60. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java (at line 161) RequiredCapability req2 = new RequiredCapability(NS, N, new VersionRange("[1.0.0, 1.1.0)"), null, false, false); Discouraged access: The constructor RequiredCapability(String, String, VersionRange, String, boolean, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
61. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java (at line 161) RequiredCapability req2 = new RequiredCapability(NS, N, new VersionRange("[1.0.0, 1.1.0)"), null, false, false); Discouraged access: The type RequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
62. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java (at line 167) capabilities.add(new ProvidedCapability(IInstallableUnit.NAMESPACE_IU_ID, "TestNegation4", Version.create("1.0.0"))); Discouraged access: The constructor ProvidedCapability(String, String, Version) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
63. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java (at line 167) capabilities.add(new ProvidedCapability(IInstallableUnit.NAMESPACE_IU_ID, "TestNegation4", Version.create("1.0.0"))); Discouraged access: The type ProvidedCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
64. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java (at line 182) Slicer slicer = new Slicer(repo, CollectionUtils.<String, String> emptyMap(), false); Discouraged access: The type Slicer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
65. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java (at line 182) Slicer slicer = new Slicer(repo, CollectionUtils.<String, String> emptyMap(), false); Discouraged access: The constructor Slicer(IQueryable<IInstallableUnit>, Map<String,String>, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
66. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java (at line 182) Slicer slicer = new Slicer(repo, CollectionUtils.<String, String> emptyMap(), false); Discouraged access: The type Slicer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
67. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java (at line 182) Slicer slicer = new Slicer(repo, CollectionUtils.<String, String> emptyMap(), false); Discouraged access: The method emptyMap() from the type CollectionUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
68. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java (at line 182) Slicer slicer = new Slicer(repo, CollectionUtils.<String, String> emptyMap(), false); Discouraged access: The type CollectionUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
69. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java (at line 183) IQueryable slice = slicer.slice(new IInstallableUnit[] {iu1}, new NullProgressMonitor()); Discouraged access: The method slice(IInstallableUnit[], IProgressMonitor) from the type Slicer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
70. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java (at line 190) ProfileChangeRequest changeRequest = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
71. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java (at line 190) ProfileChangeRequest changeRequest = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
72. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java (at line 190) ProfileChangeRequest changeRequest = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
73. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java (at line 191) changeRequest.add(iu1); Discouraged access: The method add(IInstallableUnit) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
74. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java (at line 192) ProvisioningPlan plan = (ProvisioningPlan) planner.getProvisioningPlan(changeRequest, null, null); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
75. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java (at line 192) ProvisioningPlan plan = (ProvisioningPlan) planner.getProvisioningPlan(changeRequest, null, null); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
76. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java (at line 193) assertEquals(0, queryResultSize(((PlannerStatus) plan.getStatus()).getPlannedState().query(QueryUtil.createIUQuery("ProviderOf1_1_1"), null))); Discouraged access: The method getPlannedState() from the type PlannerStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
77. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java (at line 193) assertEquals(0, queryResultSize(((PlannerStatus) plan.getStatus()).getPlannedState().query(QueryUtil.createIUQuery("ProviderOf1_1_1"), null))); Discouraged access: The type PlannerStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
78. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java (at line 193) assertEquals(0, queryResultSize(((PlannerStatus) plan.getStatus()).getPlannedState().query(QueryUtil.createIUQuery("ProviderOf1_1_1"), null))); Discouraged access: The method getStatus() from the type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
79. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java (at line 194) assertEquals(2, queryResultSize(((PlannerStatus) plan.getStatus()).getPlannedState().query(QueryUtil.createIUAnyQuery(), null))); Discouraged access: The method getPlannedState() from the type PlannerStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
80. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java (at line 194) assertEquals(2, queryResultSize(((PlannerStatus) plan.getStatus()).getPlannedState().query(QueryUtil.createIUAnyQuery(), null))); Discouraged access: The type PlannerStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
81. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java (at line 194) assertEquals(2, queryResultSize(((PlannerStatus) plan.getStatus()).getPlannedState().query(QueryUtil.createIUAnyQuery(), null))); Discouraged access: The method getStatus() from the type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
82. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java (at line 202) RequiredCapability req1 = new RequiredCapability(NS, N, new VersionRange("[1.1.0, 1.2.0)"), null, 0, 0, false, null); Discouraged access: The type RequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
83. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java (at line 202) RequiredCapability req1 = new RequiredCapability(NS, N, new VersionRange("[1.1.0, 1.2.0)"), null, 0, 0, false, null); Discouraged access: The constructor RequiredCapability(String, String, VersionRange, IMatchExpression<IInstallableUnit>, int, int, boolean, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
84. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java (at line 202) RequiredCapability req1 = new RequiredCapability(NS, N, new VersionRange("[1.1.0, 1.2.0)"), null, 0, 0, false, null); Discouraged access: The type RequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
85. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java (at line 203) RequiredCapability req2 = new RequiredCapability(NS, N, new VersionRange("[1.0.0, 2.0.0)"), null, false, false); Discouraged access: The type RequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
86. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java (at line 203) RequiredCapability req2 = new RequiredCapability(NS, N, new VersionRange("[1.0.0, 2.0.0)"), null, false, false); Discouraged access: The constructor RequiredCapability(String, String, VersionRange, String, boolean, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
87. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java (at line 203) RequiredCapability req2 = new RequiredCapability(NS, N, new VersionRange("[1.0.0, 2.0.0)"), null, false, false); Discouraged access: The type RequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
88. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java (at line 209) capabilities.add(new ProvidedCapability(IInstallableUnit.NAMESPACE_IU_ID, "TestNegation4", Version.create("1.0.0"))); Discouraged access: The constructor ProvidedCapability(String, String, Version) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
89. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java (at line 209) capabilities.add(new ProvidedCapability(IInstallableUnit.NAMESPACE_IU_ID, "TestNegation4", Version.create("1.0.0"))); Discouraged access: The type ProvidedCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
90. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java (at line 226) capabilities3.add(new ProvidedCapability(IInstallableUnit.NAMESPACE_IU_ID, "ProviderOf1_1_1", Version.create("1.0.0"))); Discouraged access: The constructor ProvidedCapability(String, String, Version) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
91. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java (at line 226) capabilities3.add(new ProvidedCapability(IInstallableUnit.NAMESPACE_IU_ID, "ProviderOf1_1_1", Version.create("1.0.0"))); Discouraged access: The type ProvidedCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
92. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java (at line 236) Slicer slicer = new Slicer(repo, CollectionUtils.<String, String> emptyMap(), false); Discouraged access: The type Slicer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
93. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java (at line 236) Slicer slicer = new Slicer(repo, CollectionUtils.<String, String> emptyMap(), false); Discouraged access: The constructor Slicer(IQueryable<IInstallableUnit>, Map<String,String>, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
94. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java (at line 236) Slicer slicer = new Slicer(repo, CollectionUtils.<String, String> emptyMap(), false); Discouraged access: The type Slicer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
95. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java (at line 236) Slicer slicer = new Slicer(repo, CollectionUtils.<String, String> emptyMap(), false); Discouraged access: The method emptyMap() from the type CollectionUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
96. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java (at line 236) Slicer slicer = new Slicer(repo, CollectionUtils.<String, String> emptyMap(), false); Discouraged access: The type CollectionUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
97. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java (at line 237) IQueryable slice = slicer.slice(new IInstallableUnit[] {iu1}, new NullProgressMonitor()); Discouraged access: The method slice(IInstallableUnit[], IProgressMonitor) from the type Slicer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
98. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java (at line 243) ProfileChangeRequest changeRequest = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
99. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java (at line 243) ProfileChangeRequest changeRequest = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
100. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NegationTesting.java (at line 243) ProfileChangeRequest changeRequest = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SimpleOptionalTest5.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/4M/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/planner/SimpleOptionalTest5.java (at line 45) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SimpleOptionalTest5.java (at line 45) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SimpleOptionalTest5.java (at line 45) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SimpleOptionalTest5.java (at line 46) req.addInstallableUnits(new IInstallableUnit[] {a1, a2}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SimpleOptionalTest5.java (at line 47) req.setInstallableUnitInclusionRules(a1, ProfileInclusionRules.createOptionalInclusionRule(a1)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SimpleOptionalTest5.java (at line 48) req.setInstallableUnitInclusionRules(a2, ProfileInclusionRules.createOptionalInclusionRule(a2)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SimpleOptionalTest5.java (at line 53) ProfileChangeRequest req4 = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SimpleOptionalTest5.java (at line 53) ProfileChangeRequest req4 = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SimpleOptionalTest5.java (at line 53) ProfileChangeRequest req4 = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SimpleOptionalTest5.java (at line 54) req4.addInstallableUnits(new IInstallableUnit[] {a2}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SimpleOptionalTest5.java (at line 55) req4.setInstallableUnitInclusionRules(a2, ProfileInclusionRules.createOptionalInclusionRule(a2)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug252638.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/4M/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/planner/Bug252638.java (at line 16) import org.eclipse.equinox.internal.provisional.p2.director.PlannerStatus; Discouraged access: The type PlannerStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug252638.java (at line 47) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug252638.java (at line 47) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug252638.java (at line 47) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug252638.java (at line 48) req1.addInstallableUnits(new IInstallableUnit[] {a1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug252638.java (at line 54) ProfileChangeRequest req2 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug252638.java (at line 54) ProfileChangeRequest req2 = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug252638.java (at line 54) ProfileChangeRequest req2 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug252638.java (at line 55) req2.addInstallableUnits(new IInstallableUnit[] {p1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug252638.java (at line 56) req2.setInstallableUnitInclusionRules(p1, ProfileInclusionRules.createOptionalInclusionRule(p1)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug252638.java (at line 59) assertEquals(IStatus.ERROR, ((PlannerStatus) plan2.getStatus()).getRequestChanges().get(p1).getSeverity()); Discouraged access: The method getRequestChanges() from the type PlannerStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug252638.java (at line 59) assertEquals(IStatus.ERROR, ((PlannerStatus) plan2.getStatus()).getRequestChanges().get(p1).getSeverity()); Discouraged access: The type PlannerStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SimulatedSharedInstallTest.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/4M/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/planner/SimulatedSharedInstallTest.java (at line 18) import org.eclipse.equinox.internal.p2.director.SimplePlanner; Discouraged access: The type SimplePlanner is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SimulatedSharedInstallTest.java (at line 19) import org.eclipse.equinox.internal.provisional.p2.director.PlanExecutionHelper; Discouraged access: The type PlanExecutionHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SimulatedSharedInstallTest.java (at line 53) plan.setInstallableUnitProfileProperty(a1, SimplePlanner.INCLUSION_RULES, ProfileInclusionRules.createStrictInclusionRule(a1)); Discouraged access: The type SimplePlanner is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SimulatedSharedInstallTest.java (at line 53) plan.setInstallableUnitProfileProperty(a1, SimplePlanner.INCLUSION_RULES, ProfileInclusionRules.createStrictInclusionRule(a1)); Discouraged access: The field INCLUSION_RULES from the type SimplePlanner is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SimulatedSharedInstallTest.java (at line 62) assertEquals(IStatus.OK, PlanExecutionHelper.executePlan(plan2, engine, context, new NullProgressMonitor()).getSeverity()); Discouraged access: The type PlanExecutionHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SimulatedSharedInstallTest.java (at line 62) assertEquals(IStatus.OK, PlanExecutionHelper.executePlan(plan2, engine, context, new NullProgressMonitor()).getSeverity()); Discouraged access: The method executePlan(IProvisioningPlan, IEngine, ProvisioningContext, IProgressMonitor) from the type PlanExecutionHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SimulatedSharedInstallTest.java (at line 70) plan.setInstallableUnitProfileProperty(c1, SimplePlanner.INCLUSION_RULES, ProfileInclusionRules.createStrictInclusionRule(c1)); Discouraged access: The type SimplePlanner is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SimulatedSharedInstallTest.java (at line 70) plan.setInstallableUnitProfileProperty(c1, SimplePlanner.INCLUSION_RULES, ProfileInclusionRules.createStrictInclusionRule(c1)); Discouraged access: The field INCLUSION_RULES from the type SimplePlanner is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SimulatedSharedInstallTest.java (at line 121) ProfileChangeRequest req = new ProfileChangeRequest(availableWrapper); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SimulatedSharedInstallTest.java (at line 121) ProfileChangeRequest req = new ProfileChangeRequest(availableWrapper); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SimulatedSharedInstallTest.java (at line 121) ProfileChangeRequest req = new ProfileChangeRequest(availableWrapper); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SimulatedSharedInstallTest.java (at line 122) req.addInstallableUnits(new IInstallableUnit[] {a1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SimpleSingleton.java (at line 14) import org.eclipse.equinox.internal.p2.director.Explanation; Discouraged access: The type Explanation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SimpleSingleton.java (at line 15) 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/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SimpleSingleton.java (at line 16) import org.eclipse.equinox.internal.p2.engine.ProvisioningPlan; Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SimpleSingleton.java (at line 17) import org.eclipse.equinox.internal.provisional.p2.director.PlannerStatus; Discouraged access: The type PlannerStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SimpleSingleton.java (at line 18) import org.eclipse.equinox.internal.provisional.p2.director.RequestStatus; Discouraged access: The type RequestStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SimpleSingleton.java (at line 52) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SimpleSingleton.java (at line 52) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SimpleSingleton.java (at line 52) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SimpleSingleton.java (at line 53) req.addInstallableUnits(new IInstallableUnit[] {y}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SimpleSingleton.java (at line 54) ProvisioningPlan provisioningPlan = (ProvisioningPlan) planner.getProvisioningPlan(req, null, null); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SimpleSingleton.java (at line 54) ProvisioningPlan provisioningPlan = (ProvisioningPlan) planner.getProvisioningPlan(req, null, null); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SimpleSingleton.java (at line 55) assertEquals(IStatus.ERROR, provisioningPlan.getStatus().getSeverity()); Discouraged access: The method getStatus() from the type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SimpleSingleton.java (at line 56) assertNull(provisioningPlan.getFutureState()); Discouraged access: The method getFutureState() from the type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SimpleSingleton.java (at line 57) assertNotNull(((PlannerStatus) provisioningPlan.getStatus()).getPlannedState()); Discouraged access: The method getPlannedState() from the type PlannerStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SimpleSingleton.java (at line 57) assertNotNull(((PlannerStatus) provisioningPlan.getStatus()).getPlannedState()); Discouraged access: The type PlannerStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SimpleSingleton.java (at line 57) assertNotNull(((PlannerStatus) provisioningPlan.getStatus()).getPlannedState()); Discouraged access: The method getStatus() from the type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SimpleSingleton.java (at line 61) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SimpleSingleton.java (at line 61) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SimpleSingleton.java (at line 61) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SimpleSingleton.java (at line 62) req.addInstallableUnits(new IInstallableUnit[] {y}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SimpleSingleton.java (at line 63) ProvisioningPlan plan = (ProvisioningPlan) planner.getProvisioningPlan(req, null, null); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SimpleSingleton.java (at line 63) ProvisioningPlan plan = (ProvisioningPlan) planner.getProvisioningPlan(req, null, null); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SimpleSingleton.java (at line 64) assertEquals(IStatus.ERROR, plan.getStatus().getSeverity()); Discouraged access: The method getStatus() from the type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SimpleSingleton.java (at line 65) final RequestStatus requestStatus = ((PlannerStatus) plan.getStatus()).getRequestStatus(); Discouraged access: The type RequestStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SimpleSingleton.java (at line 65) final RequestStatus requestStatus = ((PlannerStatus) plan.getStatus()).getRequestStatus(); Discouraged access: The method getRequestStatus() from the type PlannerStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SimpleSingleton.java (at line 65) final RequestStatus requestStatus = ((PlannerStatus) plan.getStatus()).getRequestStatus(); Discouraged access: The type PlannerStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SimpleSingleton.java (at line 65) final RequestStatus requestStatus = ((PlannerStatus) plan.getStatus()).getRequestStatus(); Discouraged access: The method getStatus() from the type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SimpleSingleton.java (at line 66) assertEquals(Explanation.VIOLATED_SINGLETON_CONSTRAINT, requestStatus.getShortExplanation()); Discouraged access: The type Explanation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SimpleSingleton.java (at line 66) assertEquals(Explanation.VIOLATED_SINGLETON_CONSTRAINT, requestStatus.getShortExplanation()); Discouraged access: The field VIOLATED_SINGLETON_CONSTRAINT from the type Explanation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SimpleSingleton.java (at line 66) assertEquals(Explanation.VIOLATED_SINGLETON_CONSTRAINT, requestStatus.getShortExplanation()); Discouraged access: The method getShortExplanation() from the type RequestStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SimpleSingleton.java (at line 67) assertTrue(requestStatus.getConflictsWithInstalledRoots().contains(y)); Discouraged access: The method getConflictsWithInstalledRoots() from the type RequestStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/LocalUpdatesiteTest.java (at line 16) import org.eclipse.equinox.internal.p2.updatesite.UpdateSitePublisherApplication; Discouraged access: The type UpdateSitePublisherApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/LocalUpdatesiteTest.java (at line 43) UpdateSitePublisherApplication application = new UpdateSitePublisherApplication(); Discouraged access: The type UpdateSitePublisherApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/LocalUpdatesiteTest.java (at line 43) UpdateSitePublisherApplication application = new UpdateSitePublisherApplication(); Discouraged access: The constructor UpdateSitePublisherApplication() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/LocalUpdatesiteTest.java (at line 43) UpdateSitePublisherApplication application = new UpdateSitePublisherApplication(); Discouraged access: The type UpdateSitePublisherApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/LocalUpdatesiteTest.java (at line 45) application.run(new String[] {"-metadataRepository", repoLocation.toURI().toString(), "-source", siteSource.toString(), "-categoryQualifier", "fooQualifier"}); Discouraged access: The method run(String[]) from the type AbstractPublisherApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/LocalUpdatesiteTest.java (at line 62) UpdateSitePublisherApplication application = new UpdateSitePublisherApplication(); Discouraged access: The type UpdateSitePublisherApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/LocalUpdatesiteTest.java (at line 62) UpdateSitePublisherApplication application = new UpdateSitePublisherApplication(); Discouraged access: The constructor UpdateSitePublisherApplication() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/LocalUpdatesiteTest.java (at line 62) UpdateSitePublisherApplication application = new UpdateSitePublisherApplication(); Discouraged access: The type UpdateSitePublisherApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/LocalUpdatesiteTest.java (at line 64) application.run(new String[] {"-metadataRepository", repoLocation.toURI().toString(), "-source", siteSource.toString(), "-categoryQualifier", "fooQualifier"}); Discouraged access: The method run(String[]) from the type AbstractPublisherApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SingletonOptionallyInstalled.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/4M/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/planner/SingletonOptionallyInstalled.java (at line 45) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SingletonOptionallyInstalled.java (at line 45) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SingletonOptionallyInstalled.java (at line 45) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SingletonOptionallyInstalled.java (at line 46) req.addInstallableUnits(new IInstallableUnit[] {a1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SingletonOptionallyInstalled.java (at line 47) req.setInstallableUnitInclusionRules(a1, ProfileInclusionRules.createOptionalInclusionRule(a1)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SingletonOptionallyInstalled.java (at line 52) ProfileChangeRequest req2 = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SingletonOptionallyInstalled.java (at line 52) ProfileChangeRequest req2 = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SingletonOptionallyInstalled.java (at line 52) ProfileChangeRequest req2 = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SingletonOptionallyInstalled.java (at line 53) req2.addInstallableUnits(new IInstallableUnit[] {a2}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SingletonOptionallyInstalled.java (at line 54) req2.setInstallableUnitInclusionRules(a2, ProfileInclusionRules.createOptionalInclusionRule(a2)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SingletonOptionallyInstalled.java (at line 59) ProfileChangeRequest req3 = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SingletonOptionallyInstalled.java (at line 59) ProfileChangeRequest req3 = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SingletonOptionallyInstalled.java (at line 59) ProfileChangeRequest req3 = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SingletonOptionallyInstalled.java (at line 60) req3.addInstallableUnits(new IInstallableUnit[] {a1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SingletonOptionallyInstalled.java (at line 61) req3.setInstallableUnitInclusionRules(a1, ProfileInclusionRules.createOptionalInclusionRule(a1)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SingletonOptionallyInstalled.java (at line 66) ProfileChangeRequest req4 = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SingletonOptionallyInstalled.java (at line 66) ProfileChangeRequest req4 = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SingletonOptionallyInstalled.java (at line 66) ProfileChangeRequest req4 = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SingletonOptionallyInstalled.java (at line 67) req4.addInstallableUnits(new IInstallableUnit[] {a2}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SingletonOptionallyInstalled.java (at line 68) req4.setInstallableUnitInclusionRules(a2, ProfileInclusionRules.createOptionalInclusionRule(a2)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SingletonOptionallyInstalled.java (at line 76) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SingletonOptionallyInstalled.java (at line 76) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SingletonOptionallyInstalled.java (at line 76) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SingletonOptionallyInstalled.java (at line 77) req.addInstallableUnits(new IInstallableUnit[] {a1, a2}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SingletonOptionallyInstalled.java (at line 78) req.setInstallableUnitInclusionRules(a1, ProfileInclusionRules.createOptionalInclusionRule(a1)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SingletonOptionallyInstalled.java (at line 79) req.setInstallableUnitInclusionRules(a2, ProfileInclusionRules.createOptionalInclusionRule(a2)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SingletonOptionallyInstalled.java (at line 84) ProfileChangeRequest req4 = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SingletonOptionallyInstalled.java (at line 84) ProfileChangeRequest req4 = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SingletonOptionallyInstalled.java (at line 84) ProfileChangeRequest req4 = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SingletonOptionallyInstalled.java (at line 85) req4.addInstallableUnits(new IInstallableUnit[] {a2}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SingletonOptionallyInstalled.java (at line 86) req4.setInstallableUnitInclusionRules(a2, ProfileInclusionRules.createOptionalInclusionRule(a2)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ByteShifter.java (at line 17) import org.eclipse.equinox.internal.p2.artifact.repository.Activator; Discouraged access: The type Activator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ByteShifter.java (at line 18) import org.eclipse.equinox.internal.provisional.p2.artifact.repository.processing.ProcessingStep; Discouraged access: The type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ByteShifter.java (at line 23) public class ByteShifter extends ProcessingStep { Discouraged access: The type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ByteShifter.java (at line 28) super(); Discouraged access: The constructor ProcessingStep() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ByteShifter.java (at line 32) super(); Discouraged access: The constructor ProcessingStep() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ByteShifter.java (at line 52) setStatus(new Status(code, Activator.ID, "ByteShifter operand invalid: " + operand)); Discouraged access: The method setStatus(IStatus) from the type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ByteShifter.java (at line 52) setStatus(new Status(code, Activator.ID, "ByteShifter operand invalid: " + operand)); Discouraged access: The type Activator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ByteShifter.java (at line 52) setStatus(new Status(code, Activator.ID, "ByteShifter operand invalid: " + operand)); Discouraged access: The field ID from the type Activator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ByteShifter.java (at line 56) super.initialize(agent, descriptor, context); Discouraged access: The method initialize(IProvisioningAgent, IProcessingStepDescriptor, IArtifactDescriptor) from the type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ByteShifter.java (at line 61) setStatus(new Status(code, Activator.ID, "ByteShifter operand specification invalid", e)); Discouraged access: The method setStatus(IStatus) from the type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ByteShifter.java (at line 61) setStatus(new Status(code, Activator.ID, "ByteShifter operand specification invalid", e)); Discouraged access: The type Activator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ByteShifter.java (at line 61) setStatus(new Status(code, Activator.ID, "ByteShifter operand specification invalid", e)); Discouraged access: The field ID from the type Activator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ByteShifter.java (at line 68) getDestination().write(b == -1 ? b : b << operand); Discouraged access: The method getDestination() from the type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/repository/RepositoryHelperTest.java (at line 18) import org.eclipse.equinox.internal.p2.repository.helpers.RepositoryHelper; Discouraged access: The type RepositoryHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/repository/RepositoryHelperTest.java (at line 27) IStatus result = RepositoryHelper.checkRepositoryLocationSyntax(location); Discouraged access: The type RepositoryHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/repository/RepositoryHelperTest.java (at line 27) IStatus result = RepositoryHelper.checkRepositoryLocationSyntax(location); Discouraged access: The method checkRepositoryLocationSyntax(URI) from the type RepositoryHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/repository/RepositoryHelperTest.java (at line 31) result = RepositoryHelper.checkRepositoryLocationSyntax(location); Discouraged access: The type RepositoryHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/repository/RepositoryHelperTest.java (at line 31) result = RepositoryHelper.checkRepositoryLocationSyntax(location); Discouraged access: The method checkRepositoryLocationSyntax(URI) from the type RepositoryHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/repository/RepositoryHelperTest.java (at line 35) result = RepositoryHelper.checkRepositoryLocationSyntax(location); Discouraged access: The type RepositoryHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/repository/RepositoryHelperTest.java (at line 35) result = RepositoryHelper.checkRepositoryLocationSyntax(location); Discouraged access: The method checkRepositoryLocationSyntax(URI) from the type RepositoryHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/repository/RepositoryHelperTest.java (at line 39) result = RepositoryHelper.checkRepositoryLocationSyntax(location); Discouraged access: The type RepositoryHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/repository/RepositoryHelperTest.java (at line 39) result = RepositoryHelper.checkRepositoryLocationSyntax(location); Discouraged access: The method checkRepositoryLocationSyntax(URI) from the type RepositoryHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/repository/RepositoryHelperTest.java (at line 43) result = RepositoryHelper.checkRepositoryLocationSyntax(location); Discouraged access: The type RepositoryHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/repository/RepositoryHelperTest.java (at line 43) result = RepositoryHelper.checkRepositoryLocationSyntax(location); Discouraged access: The method checkRepositoryLocationSyntax(URI) from the type RepositoryHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/director/Bug203637.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/4M/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/director/Bug203637.java (at line 15) import org.eclipse.equinox.internal.provisional.p2.director.IDirector; Discouraged access: The type IDirector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/director/Bug203637.java (at line 23) IDirector d = createDirector(); Discouraged access: The type IDirector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/director/Bug203637.java (at line 26) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/director/Bug203637.java (at line 26) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/director/Bug203637.java (at line 26) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/director/Bug203637.java (at line 27) request.add(a1); Discouraged access: The method add(IInstallableUnit) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/director/Bug203637.java (at line 28) request.removeInstallableUnits(new IInstallableUnit[0]); Discouraged access: The method removeInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/director/Bug203637.java (at line 29) assertOK("1.0", d.provision(request, null, null)); Discouraged access: The method provision(IProfileChangeRequest, ProvisioningContext, IProgressMonitor) from the type IDirector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug254481dataSet2.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/4M/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/planner/Bug254481dataSet2.java (at line 17) 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/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug254481dataSet2.java (at line 37) SimpleProfileRegistry registry = new SimpleProfileRegistry(getAgent(), tempFolder, null, false); Discouraged access: The type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug254481dataSet2.java (at line 37) SimpleProfileRegistry registry = new SimpleProfileRegistry(getAgent(), tempFolder, null, false); Discouraged access: The constructor SimpleProfileRegistry(IProvisioningAgent, File, ISurrogateProfileHandler, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug254481dataSet2.java (at line 37) SimpleProfileRegistry registry = new SimpleProfileRegistry(getAgent(), tempFolder, null, false); Discouraged access: The type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug254481dataSet2.java (at line 38) profile = registry.getProfile("bootProfile"); Discouraged access: The method getProfile(String) from the type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug254481dataSet2.java (at line 53) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug254481dataSet2.java (at line 53) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug254481dataSet2.java (at line 53) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug254481dataSet2.java (at line 54) request.addInstallableUnits(new IInstallableUnit[] {patch}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug254481dataSet2.java (at line 55) request.setInstallableUnitInclusionRules(patch, ProfileInclusionRules.createOptionalInclusionRule(patch)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CopyActionTest.java (at line 15) import org.eclipse.equinox.internal.p2.touchpoint.natives.NativeTouchpoint; Discouraged access: The type NativeTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CopyActionTest.java (at line 16) import org.eclipse.equinox.internal.p2.touchpoint.natives.actions.ActionConstants; Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CopyActionTest.java (at line 17) import org.eclipse.equinox.internal.p2.touchpoint.natives.actions.CopyAction; Discouraged access: The type CopyAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CopyActionTest.java (at line 22) import org.eclipse.equinox.spi.p2.publisher.PublisherHelper; Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CopyActionTest.java (at line 38) CopyAction action = new CopyAction(); Discouraged access: The type CopyAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CopyActionTest.java (at line 38) CopyAction action = new CopyAction(); Discouraged access: The constructor CopyAction() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CopyActionTest.java (at line 38) CopyAction action = new CopyAction(); Discouraged access: The type CopyAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CopyActionTest.java (at line 39) action.execute(safeParameters); Discouraged access: The method execute(Map<String,Object>) from the type CopyAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CopyActionTest.java (at line 42) File target = new File((String) parameters.get(ActionConstants.PARM_COPY_TARGET)); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CopyActionTest.java (at line 42) File target = new File((String) parameters.get(ActionConstants.PARM_COPY_TARGET)); Discouraged access: The field PARM_COPY_TARGET from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CopyActionTest.java (at line 46) action.undo(safeParameters); Discouraged access: The method undo(Map<String,Object>) from the type CopyAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CopyActionTest.java (at line 54) CopyAction action = new CopyAction(); Discouraged access: The type CopyAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CopyActionTest.java (at line 54) CopyAction action = new CopyAction(); Discouraged access: The constructor CopyAction() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CopyActionTest.java (at line 54) CopyAction action = new CopyAction(); Discouraged access: The type CopyAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CopyActionTest.java (at line 55) action.execute(safeParameters); Discouraged access: The method execute(Map<String,Object>) from the type CopyAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CopyActionTest.java (at line 58) File target = new File((String) parameters.get(ActionConstants.PARM_COPY_TARGET)); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CopyActionTest.java (at line 58) File target = new File((String) parameters.get(ActionConstants.PARM_COPY_TARGET)); Discouraged access: The field PARM_COPY_TARGET from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CopyActionTest.java (at line 63) action.undo(safeParameters); Discouraged access: The method undo(Map<String,Object>) from the type CopyAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CopyActionTest.java (at line 71) CopyAction action1 = new CopyAction(); Discouraged access: The type CopyAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CopyActionTest.java (at line 71) CopyAction action1 = new CopyAction(); Discouraged access: The constructor CopyAction() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CopyActionTest.java (at line 71) CopyAction action1 = new CopyAction(); Discouraged access: The type CopyAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CopyActionTest.java (at line 72) action1.execute(safeParameters1); Discouraged access: The method execute(Map<String,Object>) from the type CopyAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CopyActionTest.java (at line 75) File target = new File((String) parameters1.get(ActionConstants.PARM_COPY_TARGET)); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CopyActionTest.java (at line 75) File target = new File((String) parameters1.get(ActionConstants.PARM_COPY_TARGET)); Discouraged access: The field PARM_COPY_TARGET from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CopyActionTest.java (at line 81) parameters2.put(ActionConstants.PARM_COPY_SOURCE, getTestData("get folder A", "/testData/nativeTouchpoint/aFolder/").getAbsolutePath()); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CopyActionTest.java (at line 81) parameters2.put(ActionConstants.PARM_COPY_SOURCE, getTestData("get folder A", "/testData/nativeTouchpoint/aFolder/").getAbsolutePath()); Discouraged access: The field PARM_COPY_SOURCE from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CopyActionTest.java (at line 84) CopyAction action2 = new CopyAction(); Discouraged access: The type CopyAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CopyActionTest.java (at line 84) CopyAction action2 = new CopyAction(); Discouraged access: The constructor CopyAction() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CopyActionTest.java (at line 84) CopyAction action2 = new CopyAction(); Discouraged access: The type CopyAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CopyActionTest.java (at line 85) action2.execute(safeParameters2); Discouraged access: The method execute(Map<String,Object>) from the type CopyAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CopyActionTest.java (at line 90) action1.undo(safeParameters1); Discouraged access: The method undo(Map<String,Object>) from the type CopyAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CopyActionTest.java (at line 100) action2.undo(safeParameters2); Discouraged access: The method undo(Map<String,Object>) from the type CopyAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CopyActionTest.java (at line 108) CopyAction action1 = new CopyAction(); Discouraged access: The type CopyAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CopyActionTest.java (at line 108) CopyAction action1 = new CopyAction(); Discouraged access: The constructor CopyAction() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CopyActionTest.java (at line 108) CopyAction action1 = new CopyAction(); Discouraged access: The type CopyAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CopyActionTest.java (at line 109) action1.execute(safeParameters1); Discouraged access: The method execute(Map<String,Object>) from the type CopyAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
37. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CopyActionTest.java (at line 112) File target = new File((String) parameters1.get(ActionConstants.PARM_COPY_TARGET)); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
38. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CopyActionTest.java (at line 112) File target = new File((String) parameters1.get(ActionConstants.PARM_COPY_TARGET)); Discouraged access: The field PARM_COPY_TARGET from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
39. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CopyActionTest.java (at line 117) parameters2.put(ActionConstants.PARM_COPY_SOURCE, getTestData("get folder A", "/testData/nativeTouchpoint/aFolder/").getAbsolutePath()); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
40. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CopyActionTest.java (at line 117) parameters2.put(ActionConstants.PARM_COPY_SOURCE, getTestData("get folder A", "/testData/nativeTouchpoint/aFolder/").getAbsolutePath()); Discouraged access: The field PARM_COPY_SOURCE from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
41. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CopyActionTest.java (at line 120) CopyAction action2 = new CopyAction(); Discouraged access: The type CopyAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
42. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CopyActionTest.java (at line 120) CopyAction action2 = new CopyAction(); Discouraged access: The constructor CopyAction() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
43. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CopyActionTest.java (at line 120) CopyAction action2 = new CopyAction(); Discouraged access: The type CopyAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
44. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CopyActionTest.java (at line 121) action2.execute(safeParameters2); Discouraged access: The method execute(Map<String,Object>) from the type CopyAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
45. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CopyActionTest.java (at line 126) action2.undo(safeParameters2); Discouraged access: The method undo(Map<String,Object>) from the type CopyAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
46. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CopyActionTest.java (at line 134) CopyAction action1 = new CopyAction(); Discouraged access: The type CopyAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
47. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CopyActionTest.java (at line 134) CopyAction action1 = new CopyAction(); Discouraged access: The constructor CopyAction() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
48. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CopyActionTest.java (at line 134) CopyAction action1 = new CopyAction(); Discouraged access: The type CopyAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
49. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CopyActionTest.java (at line 135) action1.execute(safeParameters1); Discouraged access: The method execute(Map<String,Object>) from the type CopyAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
50. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CopyActionTest.java (at line 138) File target = new File((String) parameters1.get(ActionConstants.PARM_COPY_TARGET)); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
51. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CopyActionTest.java (at line 138) File target = new File((String) parameters1.get(ActionConstants.PARM_COPY_TARGET)); Discouraged access: The field PARM_COPY_TARGET from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
52. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CopyActionTest.java (at line 143) parameters2.put(ActionConstants.PARM_COPY_SOURCE, getTestData("get folder A", "/testData/nativeTouchpoint/aFolder/").getAbsolutePath()); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
53. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CopyActionTest.java (at line 143) parameters2.put(ActionConstants.PARM_COPY_SOURCE, getTestData("get folder A", "/testData/nativeTouchpoint/aFolder/").getAbsolutePath()); Discouraged access: The field PARM_COPY_SOURCE from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
54. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CopyActionTest.java (at line 146) CopyAction action2 = new CopyAction(); Discouraged access: The type CopyAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
55. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CopyActionTest.java (at line 146) CopyAction action2 = new CopyAction(); Discouraged access: The constructor CopyAction() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
56. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CopyActionTest.java (at line 146) CopyAction action2 = new CopyAction(); Discouraged access: The type CopyAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
57. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CopyActionTest.java (at line 147) assertFalse("Overwrite of b.txt should not succeed", action2.execute(safeParameters2).isOK()); Discouraged access: The method execute(Map<String,Object>) from the type CopyAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
58. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CopyActionTest.java (at line 156) File source = new File((String) parameters.get(ActionConstants.PARM_COPY_SOURCE)); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
59. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CopyActionTest.java (at line 156) File source = new File((String) parameters.get(ActionConstants.PARM_COPY_SOURCE)); Discouraged access: The field PARM_COPY_SOURCE from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
60. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CopyActionTest.java (at line 157) File target = new File((String) parameters.get(ActionConstants.PARM_COPY_TARGET)); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
61. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CopyActionTest.java (at line 157) File target = new File((String) parameters.get(ActionConstants.PARM_COPY_TARGET)); Discouraged access: The field PARM_COPY_TARGET from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
62. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CopyActionTest.java (at line 162) CopyAction action = new CopyAction(); Discouraged access: The type CopyAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
63. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CopyActionTest.java (at line 162) CopyAction action = new CopyAction(); Discouraged access: The constructor CopyAction() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
64. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CopyActionTest.java (at line 162) CopyAction action = new CopyAction(); Discouraged access: The type CopyAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
65. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CopyActionTest.java (at line 163) action.execute(safeParameters); Discouraged access: The method execute(Map<String,Object>) from the type CopyAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
66. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CopyActionTest.java (at line 169) assertTrue("copy action status", action.undo(safeParameters).isOK()); Discouraged access: The method undo(Map<String,Object>) from the type CopyAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
67. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CopyActionTest.java (at line 177) File source = new File((String) parameters.get(ActionConstants.PARM_COPY_SOURCE)); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
68. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CopyActionTest.java (at line 177) File source = new File((String) parameters.get(ActionConstants.PARM_COPY_SOURCE)); Discouraged access: The field PARM_COPY_SOURCE from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
69. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CopyActionTest.java (at line 178) File target = new File((String) parameters.get(ActionConstants.PARM_COPY_TARGET)); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
70. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CopyActionTest.java (at line 178) File target = new File((String) parameters.get(ActionConstants.PARM_COPY_TARGET)); Discouraged access: The field PARM_COPY_TARGET from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
71. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CopyActionTest.java (at line 183) CopyAction action = new CopyAction(); Discouraged access: The type CopyAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
72. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CopyActionTest.java (at line 183) CopyAction action = new CopyAction(); Discouraged access: The constructor CopyAction() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
73. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CopyActionTest.java (at line 183) CopyAction action = new CopyAction(); Discouraged access: The type CopyAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
74. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CopyActionTest.java (at line 184) assertFalse("copy action status", action.execute(safeParameters).isOK()); Discouraged access: The method execute(Map<String,Object>) from the type CopyAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
75. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CopyActionTest.java (at line 192) action.undo(safeParameters); Discouraged access: The method undo(Map<String,Object>) from the type CopyAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
76. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CopyActionTest.java (at line 214) IArtifactKey key = PublisherHelper.createBinaryArtifactKey("test", DEFAULT_VERSION); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
77. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CopyActionTest.java (at line 214) IArtifactKey key = PublisherHelper.createBinaryArtifactKey("test", DEFAULT_VERSION); Discouraged access: The method createBinaryArtifactKey(String, Version) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
78. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CopyActionTest.java (at line 216) iuDesc.setTouchpointType(PublisherHelper.TOUCHPOINT_NATIVE); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
79. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CopyActionTest.java (at line 216) iuDesc.setTouchpointType(PublisherHelper.TOUCHPOINT_NATIVE); Discouraged access: The field TOUCHPOINT_NATIVE from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
80. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CopyActionTest.java (at line 220) parameters.put(ActionConstants.PARM_PROFILE, profile); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
81. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CopyActionTest.java (at line 220) parameters.put(ActionConstants.PARM_PROFILE, profile); Discouraged access: The field PARM_PROFILE from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
82. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CopyActionTest.java (at line 222) parameters.put(ActionConstants.PARM_PROFILE, profile); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
83. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CopyActionTest.java (at line 222) parameters.put(ActionConstants.PARM_PROFILE, profile); Discouraged access: The field PARM_PROFILE from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
84. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CopyActionTest.java (at line 224) NativeTouchpoint touchpoint = new NativeTouchpoint(); Discouraged access: The type NativeTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
85. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CopyActionTest.java (at line 224) NativeTouchpoint touchpoint = new NativeTouchpoint(); Discouraged access: The constructor NativeTouchpoint() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
86. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CopyActionTest.java (at line 224) NativeTouchpoint touchpoint = new NativeTouchpoint(); Discouraged access: The type NativeTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
87. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CopyActionTest.java (at line 225) touchpoint.initializePhase(null, profile, "test", parameters); Discouraged access: The method initializePhase(IProgressMonitor, IProfile, String, Map<String,Object>) from the type NativeTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
88. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CopyActionTest.java (at line 227) parameters.put(ActionConstants.PARM_COPY_SOURCE, source.getAbsolutePath()); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
89. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CopyActionTest.java (at line 227) parameters.put(ActionConstants.PARM_COPY_SOURCE, source.getAbsolutePath()); Discouraged access: The field PARM_COPY_SOURCE from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
90. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CopyActionTest.java (at line 228) parameters.put(ActionConstants.PARM_COPY_TARGET, target.getAbsolutePath()); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
91. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CopyActionTest.java (at line 228) parameters.put(ActionConstants.PARM_COPY_TARGET, target.getAbsolutePath()); Discouraged access: The field PARM_COPY_TARGET from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
92. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CopyActionTest.java (at line 229) parameters.put(ActionConstants.PARM_COPY_OVERWRITE, Boolean.toString(overwrite)); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
93. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CopyActionTest.java (at line 229) parameters.put(ActionConstants.PARM_COPY_OVERWRITE, Boolean.toString(overwrite)); Discouraged access: The field PARM_COPY_OVERWRITE from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest1c.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/4M/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/planner/PatchTest1c.java (at line 50) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest1c.java (at line 50) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest1c.java (at line 50) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest1c.java (at line 51) req1.addInstallableUnits(new IInstallableUnit[] {a1, p1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/core/StringHelperTest.java (at line 16) import org.eclipse.equinox.internal.p2.core.helpers.StringHelper; Discouraged access: The type StringHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/core/StringHelperTest.java (at line 17) import org.eclipse.equinox.p2.publisher.AbstractPublisherAction; Discouraged access: The type AbstractPublisherAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/core/StringHelperTest.java (at line 21) String[] a1 = AbstractPublisherAction.getArrayFromString("foo, bar, baz ,,, zaz", ","); Discouraged access: The type AbstractPublisherAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/core/StringHelperTest.java (at line 21) String[] a1 = AbstractPublisherAction.getArrayFromString("foo, bar, baz ,,, zaz", ","); Discouraged access: The method getArrayFromString(String, String) from the type AbstractPublisherAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/core/StringHelperTest.java (at line 22) String[] a2 = StringHelper.getArrayFromString("foo, bar, baz ,,, zaz", ','); Discouraged access: The type StringHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/core/StringHelperTest.java (at line 22) String[] a2 = StringHelper.getArrayFromString("foo, bar, baz ,,, zaz", ','); Discouraged access: The method getArrayFromString(String, char) from the type StringHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/core/StringHelperTest.java (at line 24) a1 = AbstractPublisherAction.getArrayFromString("foo bar baz, ,, zaz", " "); Discouraged access: The type AbstractPublisherAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/core/StringHelperTest.java (at line 24) a1 = AbstractPublisherAction.getArrayFromString("foo bar baz, ,, zaz", " "); Discouraged access: The method getArrayFromString(String, String) from the type AbstractPublisherAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/core/StringHelperTest.java (at line 25) a2 = StringHelper.getArrayFromString("foo bar baz, ,, zaz", ' '); Discouraged access: The type StringHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/core/StringHelperTest.java (at line 25) a2 = StringHelper.getArrayFromString("foo bar baz, ,, zaz", ' '); Discouraged access: The method getArrayFromString(String, char) from the type StringHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/core/StringHelperTest.java (at line 27) a1 = AbstractPublisherAction.getArrayFromString(" ", " "); Discouraged access: The type AbstractPublisherAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/core/StringHelperTest.java (at line 27) a1 = AbstractPublisherAction.getArrayFromString(" ", " "); Discouraged access: The method getArrayFromString(String, String) from the type AbstractPublisherAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/core/StringHelperTest.java (at line 28) a2 = StringHelper.getArrayFromString(" ", ' '); Discouraged access: The type StringHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/core/StringHelperTest.java (at line 28) a2 = StringHelper.getArrayFromString(" ", ' '); Discouraged access: The method getArrayFromString(String, char) from the type StringHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/core/StringHelperTest.java (at line 30) a1 = AbstractPublisherAction.getArrayFromString("", ","); Discouraged access: The type AbstractPublisherAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/core/StringHelperTest.java (at line 30) a1 = AbstractPublisherAction.getArrayFromString("", ","); Discouraged access: The method getArrayFromString(String, String) from the type AbstractPublisherAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/core/StringHelperTest.java (at line 31) a2 = StringHelper.getArrayFromString("", ','); Discouraged access: The type StringHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/core/StringHelperTest.java (at line 31) a2 = StringHelper.getArrayFromString("", ','); Discouraged access: The method getArrayFromString(String, char) from the type StringHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/core/StringHelperTest.java (at line 33) a1 = AbstractPublisherAction.getArrayFromString(null, ","); Discouraged access: The type AbstractPublisherAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/core/StringHelperTest.java (at line 33) a1 = AbstractPublisherAction.getArrayFromString(null, ","); Discouraged access: The method getArrayFromString(String, String) from the type AbstractPublisherAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/core/StringHelperTest.java (at line 34) a2 = StringHelper.getArrayFromString(null, ','); Discouraged access: The type StringHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/core/StringHelperTest.java (at line 34) a2 = StringHelper.getArrayFromString(null, ','); Discouraged access: The method getArrayFromString(String, char) from the type StringHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/core/StringHelperTest.java (at line 52) AbstractPublisherAction.getArrayFromString(strings[idx], ","); Discouraged access: The type AbstractPublisherAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/core/StringHelperTest.java (at line 52) AbstractPublisherAction.getArrayFromString(strings[idx], ","); Discouraged access: The method getArrayFromString(String, String) from the type AbstractPublisherAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/core/StringHelperTest.java (at line 58) StringHelper.getArrayFromString(strings[idx], ','); Discouraged access: The type StringHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/core/StringHelperTest.java (at line 58) StringHelper.getArrayFromString(strings[idx], ','); Discouraged access: The method getArrayFromString(String, char) from the type StringHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorUtilsTest.java (at line 15) import org.eclipse.equinox.internal.simpleconfigurator.manipulator.SimpleConfiguratorManipulatorUtils; Discouraged access: The type SimpleConfiguratorManipulatorUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator.manipulator/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorUtilsTest.java (at line 16) import org.eclipse.equinox.internal.simpleconfigurator.utils.BundleInfo; Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorUtilsTest.java (at line 17) import org.eclipse.equinox.internal.simpleconfigurator.utils.SimpleConfiguratorUtils; Discouraged access: The type SimpleConfiguratorUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorUtilsTest.java (at line 24) BundleInfo bundleInfo = new BundleInfo("javax.servlet", "2.4.0.v200806031604", new URI("plugins/javax.servlet_2.4.0.v200806031604.jar"), 4, false); Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorUtilsTest.java (at line 24) BundleInfo bundleInfo = new BundleInfo("javax.servlet", "2.4.0.v200806031604", new URI("plugins/javax.servlet_2.4.0.v200806031604.jar"), 4, false); Discouraged access: The constructor BundleInfo(String, String, URI, int, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorUtilsTest.java (at line 24) BundleInfo bundleInfo = new BundleInfo("javax.servlet", "2.4.0.v200806031604", new URI("plugins/javax.servlet_2.4.0.v200806031604.jar"), 4, false); Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorUtilsTest.java (at line 25) String line = SimpleConfiguratorManipulatorUtils.createBundleInfoLine(bundleInfo, false); Discouraged access: The type SimpleConfiguratorManipulatorUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator.manipulator/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorUtilsTest.java (at line 25) String line = SimpleConfiguratorManipulatorUtils.createBundleInfoLine(bundleInfo, false); Discouraged access: The method createBundleInfoLine(BundleInfo, boolean) from the type SimpleConfiguratorManipulatorUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator.manipulator/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorUtilsTest.java (at line 27) assertEquals(bundleInfo, SimpleConfiguratorUtils.parseBundleInfoLine(line, null)); Discouraged access: The type SimpleConfiguratorUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorUtilsTest.java (at line 27) assertEquals(bundleInfo, SimpleConfiguratorUtils.parseBundleInfoLine(line, null)); Discouraged access: The method parseBundleInfoLine(String, URI) from the type SimpleConfiguratorUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorUtilsTest.java (at line 32) BundleInfo bundleInfo = new BundleInfo("javax.servlet", "2.4.0.v200806031604", new URI("plugin,s/javax.servlet_2.4.0.v200806031604.jar"), 4, false); Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorUtilsTest.java (at line 32) BundleInfo bundleInfo = new BundleInfo("javax.servlet", "2.4.0.v200806031604", new URI("plugin,s/javax.servlet_2.4.0.v200806031604.jar"), 4, false); Discouraged access: The constructor BundleInfo(String, String, URI, int, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorUtilsTest.java (at line 32) BundleInfo bundleInfo = new BundleInfo("javax.servlet", "2.4.0.v200806031604", new URI("plugin,s/javax.servlet_2.4.0.v200806031604.jar"), 4, false); Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorUtilsTest.java (at line 33) String line = SimpleConfiguratorManipulatorUtils.createBundleInfoLine(bundleInfo, false); Discouraged access: The type SimpleConfiguratorManipulatorUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator.manipulator/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorUtilsTest.java (at line 33) String line = SimpleConfiguratorManipulatorUtils.createBundleInfoLine(bundleInfo, false); Discouraged access: The method createBundleInfoLine(BundleInfo, boolean) from the type SimpleConfiguratorManipulatorUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator.manipulator/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorUtilsTest.java (at line 35) assertEquals(bundleInfo, SimpleConfiguratorUtils.parseBundleInfoLine(line, null)); Discouraged access: The type SimpleConfiguratorUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorUtilsTest.java (at line 35) assertEquals(bundleInfo, SimpleConfiguratorUtils.parseBundleInfoLine(line, null)); Discouraged access: The method parseBundleInfoLine(String, URI) from the type SimpleConfiguratorUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorUtilsTest.java (at line 40) BundleInfo bundleInfo = new BundleInfo("javax.servlet", "2.4.0.v200806031604", new URI("plugin%20s/javax.servlet_2.4.0.v200806031604.jar"), 4, false); Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorUtilsTest.java (at line 40) BundleInfo bundleInfo = new BundleInfo("javax.servlet", "2.4.0.v200806031604", new URI("plugin%20s/javax.servlet_2.4.0.v200806031604.jar"), 4, false); Discouraged access: The constructor BundleInfo(String, String, URI, int, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorUtilsTest.java (at line 40) BundleInfo bundleInfo = new BundleInfo("javax.servlet", "2.4.0.v200806031604", new URI("plugin%20s/javax.servlet_2.4.0.v200806031604.jar"), 4, false); Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorUtilsTest.java (at line 41) String line = SimpleConfiguratorManipulatorUtils.createBundleInfoLine(bundleInfo, false); Discouraged access: The type SimpleConfiguratorManipulatorUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator.manipulator/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorUtilsTest.java (at line 41) String line = SimpleConfiguratorManipulatorUtils.createBundleInfoLine(bundleInfo, false); Discouraged access: The method createBundleInfoLine(BundleInfo, boolean) from the type SimpleConfiguratorManipulatorUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator.manipulator/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorUtilsTest.java (at line 43) assertEquals(bundleInfo, SimpleConfiguratorUtils.parseBundleInfoLine(line, null)); Discouraged access: The type SimpleConfiguratorUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorUtilsTest.java (at line 43) assertEquals(bundleInfo, SimpleConfiguratorUtils.parseBundleInfoLine(line, null)); Discouraged access: The method parseBundleInfoLine(String, URI) from the type SimpleConfiguratorUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorUtilsTest.java (at line 48) BundleInfo bundleInfo = new BundleInfo("javax.servlet", "2.4.0.v200806031604", new URI("plugin@s/javax.servlet_2.4.0.v200806031604.jar"), 4, false); Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorUtilsTest.java (at line 48) BundleInfo bundleInfo = new BundleInfo("javax.servlet", "2.4.0.v200806031604", new URI("plugin@s/javax.servlet_2.4.0.v200806031604.jar"), 4, false); Discouraged access: The constructor BundleInfo(String, String, URI, int, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorUtilsTest.java (at line 48) BundleInfo bundleInfo = new BundleInfo("javax.servlet", "2.4.0.v200806031604", new URI("plugin@s/javax.servlet_2.4.0.v200806031604.jar"), 4, false); Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorUtilsTest.java (at line 49) String line = SimpleConfiguratorManipulatorUtils.createBundleInfoLine(bundleInfo, false); Discouraged access: The type SimpleConfiguratorManipulatorUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator.manipulator/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorUtilsTest.java (at line 49) String line = SimpleConfiguratorManipulatorUtils.createBundleInfoLine(bundleInfo, false); Discouraged access: The method createBundleInfoLine(BundleInfo, boolean) from the type SimpleConfiguratorManipulatorUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator.manipulator/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorUtilsTest.java (at line 51) assertEquals(bundleInfo, SimpleConfiguratorUtils.parseBundleInfoLine(line, null)); Discouraged access: The type SimpleConfiguratorUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorUtilsTest.java (at line 51) assertEquals(bundleInfo, SimpleConfiguratorUtils.parseBundleInfoLine(line, null)); Discouraged access: The method parseBundleInfoLine(String, URI) from the type SimpleConfiguratorUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorUtilsTest.java (at line 56) String versionLine = SimpleConfiguratorManipulatorUtils.createVersionLine(); Discouraged access: The type SimpleConfiguratorManipulatorUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator.manipulator/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorUtilsTest.java (at line 56) String versionLine = SimpleConfiguratorManipulatorUtils.createVersionLine(); Discouraged access: The method createVersionLine() from the type SimpleConfiguratorManipulatorUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator.manipulator/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorUtilsTest.java (at line 59) SimpleConfiguratorUtils.parseCommentLine(versionLine); Discouraged access: The type SimpleConfiguratorUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorUtilsTest.java (at line 59) SimpleConfiguratorUtils.parseCommentLine(versionLine); Discouraged access: The method parseCommentLine(String) from the type SimpleConfiguratorUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorUtilsTest.java (at line 61) SimpleConfiguratorUtils.parseCommentLine(expectedVersionPrefix + "999"); Discouraged access: The type SimpleConfiguratorUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
37. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorUtilsTest.java (at line 61) SimpleConfiguratorUtils.parseCommentLine(expectedVersionPrefix + "999"); Discouraged access: The method parseCommentLine(String) from the type SimpleConfiguratorUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/full/End2EndTest35.java (at line 26) FrameworkAdmin fwkAdmin = getEquinoxFrameworkAdmin(); Discouraged access: The type FrameworkAdmin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/full/End2EndTest35.java (at line 27) Manipulator manipulator = fwkAdmin.getManipulator(); Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/full/End2EndTest35.java (at line 27) Manipulator manipulator = fwkAdmin.getManipulator(); Discouraged access: The method getManipulator() from the type FrameworkAdmin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/full/End2EndTest35.java (at line 28) LauncherData launcherData = manipulator.getLauncherData(); Discouraged access: The type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/full/End2EndTest35.java (at line 28) LauncherData launcherData = manipulator.getLauncherData(); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/full/End2EndTest35.java (at line 29) launcherData.setFwConfigLocation(new File(installFolder, "configuration")); Discouraged access: The method setFwConfigLocation(File) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/full/End2EndTest35.java (at line 30) launcherData.setLauncher(new File(installFolder, getLauncherName("eclipse", Platform.getOS()))); Discouraged access: The method setLauncher(File) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/full/End2EndTest35.java (at line 32) manipulator.load(); Discouraged access: The method load() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/full/End2EndTest35.java (at line 35) } catch (FrameworkAdminRuntimeException e) { Discouraged access: The type FrameworkAdminRuntimeException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/full/End2EndTest35.java (at line 41) assertContains("Can't find VM arg", manipulator.getLauncherData().getJvmArgs(), "-Xms40m"); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/full/End2EndTest35.java (at line 41) assertContains("Can't find VM arg", manipulator.getLauncherData().getJvmArgs(), "-Xms40m"); Discouraged access: The method getJvmArgs() from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/full/End2EndTest35.java (at line 42) assertContains("Can't find VM arg", manipulator.getLauncherData().getJvmArgs(), "-Xmx256m"); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/full/End2EndTest35.java (at line 42) assertContains("Can't find VM arg", manipulator.getLauncherData().getJvmArgs(), "-Xmx256m"); Discouraged access: The method getJvmArgs() from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/full/End2EndTest35.java (at line 44) String[] programArgs = manipulator.getLauncherData().getProgramArgs(); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/full/End2EndTest35.java (at line 44) String[] programArgs = manipulator.getLauncherData().getProgramArgs(); Discouraged access: The method getProgramArgs() from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/full/End2EndTest35.java (at line 49) assertTrue(manipulator.getConfigData().getBundles().length > 50); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/full/End2EndTest35.java (at line 49) assertTrue(manipulator.getConfigData().getBundles().length > 50); Discouraged access: The method getBundles() from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/ReducedCUDFParser.java (at line 152) debug((InstallableUnit) iter.next()); Discouraged access: The type InstallableUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/ReducedCUDFParser.java (at line 364) currentIU.setRequirements((IRequiredCapability[]) requirements.toArray(new IRequiredCapability[requirements.size()])); Discouraged access: The type IRequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/ReducedCUDFParser.java (at line 364) currentIU.setRequirements((IRequiredCapability[]) requirements.toArray(new IRequiredCapability[requirements.size()])); Discouraged access: The type IRequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/ReducedCUDFParser.java (at line 401) if (o instanceof IRequiredCapability) Discouraged access: The type IRequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/ReducedCUDFParser.java (at line 408) IRequiredCapability[] ors = new RequiredCapability[subTokenizer.countTokens()]; Discouraged access: The type IRequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/ReducedCUDFParser.java (at line 408) IRequiredCapability[] ors = new RequiredCapability[subTokenizer.countTokens()]; Discouraged access: The type RequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/ReducedCUDFParser.java (at line 411) ors[i++] = (IRequiredCapability) createRequire(subTokenizer.nextToken().trim(), expandNotEquals, optional); Discouraged access: The type IRequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/ReducedCUDFParser.java (at line 541) IProvidedCapability[] providedCapabilities = new ProvidedCapability[pkgs.size() + 2]; Discouraged access: The type ProvidedCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/ReducedCUDFParser.java (at line 592) private void debug(InstallableUnit unit) { Discouraged access: The type InstallableUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java (at line 17) import org.eclipse.equinox.internal.p2.publisher.eclipse.ProductFile; Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java (at line 18) import org.eclipse.equinox.p2.publisher.eclipse.ProductFileAdvice; Discouraged access: The type ProductFileAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java (at line 28) ProductFile productFile = null; Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java (at line 29) ProductFileAdvice productFileAdviceWin32 = null; Discouraged access: The type ProductFileAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java (at line 32) ProductFile productFile2 = null; Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java (at line 33) ProductFileAdvice productFileAdvice2 = null; Discouraged access: The type ProductFileAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java (at line 43) productFile = new ProductFile(productFileLocation); Discouraged access: The constructor ProductFile(String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java (at line 43) productFile = new ProductFile(productFileLocation); Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java (at line 44) productFileAdviceWin32 = new ProductFileAdvice(productFile, "x86.win32.*"); Discouraged access: The constructor ProductFileAdvice(IProductDescriptor, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java (at line 44) productFileAdviceWin32 = new ProductFileAdvice(productFile, "x86.win32.*"); Discouraged access: The type ProductFileAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java (at line 47) productFile2 = new ProductFile(productFileLocation2); Discouraged access: The constructor ProductFile(String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java (at line 47) productFile2 = new ProductFile(productFileLocation2); Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java (at line 48) productFileAdvice2 = new ProductFileAdvice(productFile2, "x86.win32.*"); Discouraged access: The constructor ProductFileAdvice(IProductDescriptor, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java (at line 48) productFileAdvice2 = new ProductFileAdvice(productFile2, "x86.win32.*"); Discouraged access: The type ProductFileAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java (at line 52) * Test method for {@link org.eclipse.equinox.p2.publisher.eclipse.ProductFileAdvice#getProgramArguments()}. Discouraged access: The type ProductFileAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java (at line 52) * Test method for {@link org.eclipse.equinox.p2.publisher.eclipse.ProductFileAdvice#getProgramArguments()}. Discouraged access: The method getProgramArguments() from the type ProductFileAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java (at line 55) String[] programArgumentsWin32 = productFileAdviceWin32.getProgramArguments(); Discouraged access: The method getProgramArguments() from the type ProductFileAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java (at line 61) String[] programArguments2 = productFileAdvice2.getProgramArguments(); Discouraged access: The method getProgramArguments() from the type ProductFileAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java (at line 68) * Test method for {@link org.eclipse.equinox.p2.publisher.eclipse.ProductFileAdvice#getVMArguments()}. Discouraged access: The type ProductFileAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java (at line 68) * Test method for {@link org.eclipse.equinox.p2.publisher.eclipse.ProductFileAdvice#getVMArguments()}. Discouraged access: The method getVMArguments() from the type ProductFileAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java (at line 71) String[] vmArgumentsWin32 = productFileAdviceWin32.getVMArguments(); Discouraged access: The method getVMArguments() from the type ProductFileAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java (at line 76) String[] vmArguments2 = productFileAdvice2.getVMArguments(); Discouraged access: The method getVMArguments() from the type ProductFileAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java (at line 82) * Test method for {@link org.eclipse.equinox.p2.publisher.eclipse.ProductFileAdvice#getBundles()}. Discouraged access: The type ProductFileAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java (at line 82) * Test method for {@link org.eclipse.equinox.p2.publisher.eclipse.ProductFileAdvice#getBundles()}. Discouraged access: The method getBundles() from the type ProductFileAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java (at line 85) BundleInfo[] bundles = productFileAdviceWin32.getBundles(); Discouraged access: The method getBundles() from the type ProductFileAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java (at line 103) bundles = productFileAdvice2.getBundles(); Discouraged access: The method getBundles() from the type ProductFileAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java (at line 116) ProductFile product = new ProductFile(location); Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java (at line 116) ProductFile product = new ProductFile(location); Discouraged access: The constructor ProductFile(String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java (at line 116) ProductFile product = new ProductFile(location); Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java (at line 117) ProductFileAdvice advice = new ProductFileAdvice(product, "x86.win32.*"); Discouraged access: The type ProductFileAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java (at line 117) ProductFileAdvice advice = new ProductFileAdvice(product, "x86.win32.*"); Discouraged access: The constructor ProductFileAdvice(IProductDescriptor, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java (at line 117) ProductFileAdvice advice = new ProductFileAdvice(product, "x86.win32.*"); Discouraged access: The type ProductFileAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java (at line 119) BundleInfo[] bundles = advice.getBundles(); Discouraged access: The method getBundles() from the type ProductFileAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java (at line 135) ProductFile product = new ProductFile(location); Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java (at line 135) ProductFile product = new ProductFile(location); Discouraged access: The constructor ProductFile(String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java (at line 135) ProductFile product = new ProductFile(location); Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
37. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java (at line 136) ProductFileAdvice advice = new ProductFileAdvice(product, "x86.win32.*"); Discouraged access: The type ProductFileAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
38. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java (at line 136) ProductFileAdvice advice = new ProductFileAdvice(product, "x86.win32.*"); Discouraged access: The constructor ProductFileAdvice(IProductDescriptor, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
39. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java (at line 136) ProductFileAdvice advice = new ProductFileAdvice(product, "x86.win32.*"); Discouraged access: The type ProductFileAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
40. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java (at line 138) BundleInfo[] bundles = advice.getBundles(); Discouraged access: The method getBundles() from the type ProductFileAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
41. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java (at line 153) * Test method for {@link org.eclipse.equinox.p2.publisher.eclipse.ProductFileAdvice#getProperties()}. Discouraged access: The type ProductFileAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
42. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java (at line 153) * Test method for {@link org.eclipse.equinox.p2.publisher.eclipse.ProductFileAdvice#getProperties()}. Discouraged access: The method getProperties() from the type ProductFileAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
43. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java (at line 156) Map<String, String> properties = productFileAdviceWin32.getProperties(); Discouraged access: The method getProperties() from the type ProductFileAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
44. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java (at line 166) properties = productFileAdvice2.getProperties(); Discouraged access: The method getProperties() from the type ProductFileAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
45. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java (at line 171) * Test method for {@link org.eclipse.equinox.p2.publisher.eclipse.ProductFileAdvice#getExecutableName()}. Discouraged access: The type ProductFileAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
46. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java (at line 171) * Test method for {@link org.eclipse.equinox.p2.publisher.eclipse.ProductFileAdvice#getExecutableName()}. Discouraged access: The method getExecutableName() from the type ProductFileAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
47. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java (at line 174) assertEquals("1.0", "sample", productFileAdviceWin32.getExecutableName()); Discouraged access: The method getExecutableName() from the type ProductFileAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
48. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java (at line 175) assertEquals("2.0", null, productFileAdvice2.getExecutableName()); Discouraged access: The method getExecutableName() from the type ProductFileAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
49. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java (at line 179) * Test method for {@link org.eclipse.equinox.p2.publisher.eclipse.ProductFileAdvice#getProductFile()}. Discouraged access: The type ProductFileAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
50. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java (at line 179) * Test method for {@link org.eclipse.equinox.p2.publisher.eclipse.ProductFileAdvice#getProductFile()}. Discouraged access: The method getProductFile() from the type ProductFileAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
51. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java (at line 182) assertEquals("1.0", productFile, productFileAdviceWin32.getProductFile()); Discouraged access: The method getProductFile() from the type ProductFileAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
52. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java (at line 183) assertEquals("2.0", productFile2, productFileAdvice2.getProductFile()); Discouraged access: The method getProductFile() from the type ProductFileAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
53. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java (at line 187) * Test method for {@link org.eclipse.equinox.p2.publisher.eclipse.ProductFileAdvice#getIcons(java.lang.String)}. Discouraged access: The type ProductFileAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
54. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java (at line 190) String[] icons = productFileAdviceWin32.getIcons(); Discouraged access: The method getIcons() from the type ProductFileAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
55. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java (at line 191) String absolutePath = new File(productFile.getLocation().getParentFile(), "test/icon.bmp").getAbsolutePath(); Discouraged access: The method getLocation() from the type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
56. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java (at line 195) icons = productFileAdvice2.getIcons(); Discouraged access: The method getIcons() from the type ProductFileAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
57. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java (at line 196) absolutePath = new File(productFile2.getLocation().getParentFile(), "icon.bmp").getAbsolutePath(); Discouraged access: The method getLocation() from the type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
58. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java (at line 217) ProductFile product = new ProductFile(sampleProduct.getCanonicalPath()); Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
59. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java (at line 217) ProductFile product = new ProductFile(sampleProduct.getCanonicalPath()); Discouraged access: The constructor ProductFile(String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
60. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java (at line 217) ProductFile product = new ProductFile(sampleProduct.getCanonicalPath()); Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
61. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java (at line 218) ProductFileAdvice advice = new ProductFileAdvice(product, "x86.win32.win32"); Discouraged access: The type ProductFileAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
62. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java (at line 218) ProductFileAdvice advice = new ProductFileAdvice(product, "x86.win32.win32"); Discouraged access: The constructor ProductFileAdvice(IProductDescriptor, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
63. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java (at line 218) ProductFileAdvice advice = new ProductFileAdvice(product, "x86.win32.win32"); Discouraged access: The type ProductFileAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
64. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java (at line 220) BundleInfo[] bundles = advice.getBundles(); Discouraged access: The method getBundles() from the type ProductFileAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
65. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java (at line 254) ProductFile product = new ProductFile(testProduct.getCanonicalPath()); Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
66. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java (at line 254) ProductFile product = new ProductFile(testProduct.getCanonicalPath()); Discouraged access: The constructor ProductFile(String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
67. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java (at line 254) ProductFile product = new ProductFile(testProduct.getCanonicalPath()); Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
68. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java (at line 255) ProductFileAdvice advice = new ProductFileAdvice(product, "x86.win32.win32"); Discouraged access: The type ProductFileAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
69. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java (at line 255) ProductFileAdvice advice = new ProductFileAdvice(product, "x86.win32.win32"); Discouraged access: The constructor ProductFileAdvice(IProductDescriptor, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
70. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java (at line 255) ProductFileAdvice advice = new ProductFileAdvice(product, "x86.win32.win32"); Discouraged access: The type ProductFileAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
71. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java (at line 257) BundleInfo[] bundles = advice.getBundles(); Discouraged access: The method getBundles() from the type ProductFileAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
72. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java (at line 260) Map<String, String> adviceProperties = advice.getProperties(); Discouraged access: The method getProperties() from the type ProductFileAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest5.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/4M/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/planner/PatchTest5.java (at line 51) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest5.java (at line 51) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest5.java (at line 51) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest5.java (at line 52) req1.addInstallableUnits(new IInstallableUnit[] {top}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest5.java (at line 56) ProfileChangeRequest req2 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest5.java (at line 56) ProfileChangeRequest req2 = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest5.java (at line 56) ProfileChangeRequest req2 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest5.java (at line 57) req2.addInstallableUnits(new IInstallableUnit[] {top, p1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/RmdirActionTest.java (at line 16) import org.eclipse.equinox.internal.p2.touchpoint.natives.IBackupStore; Discouraged access: The type IBackupStore is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/RmdirActionTest.java (at line 17) import org.eclipse.equinox.internal.p2.touchpoint.natives.NativeTouchpoint; Discouraged access: The type NativeTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/RmdirActionTest.java (at line 18) import org.eclipse.equinox.internal.p2.touchpoint.natives.actions.ActionConstants; Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/RmdirActionTest.java (at line 19) import org.eclipse.equinox.internal.p2.touchpoint.natives.actions.RmdirAction; Discouraged access: The type RmdirAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/RmdirActionTest.java (at line 40) parameters.put(ActionConstants.PARM_PROFILE, profile); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/RmdirActionTest.java (at line 40) parameters.put(ActionConstants.PARM_PROFILE, profile); Discouraged access: The field PARM_PROFILE from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/RmdirActionTest.java (at line 41) NativeTouchpoint touchpoint = new NativeTouchpoint(); Discouraged access: The type NativeTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/RmdirActionTest.java (at line 41) NativeTouchpoint touchpoint = new NativeTouchpoint(); Discouraged access: The constructor NativeTouchpoint() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/RmdirActionTest.java (at line 41) NativeTouchpoint touchpoint = new NativeTouchpoint(); Discouraged access: The type NativeTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/RmdirActionTest.java (at line 42) touchpoint.initializePhase(null, profile, "testExecuteUndo", parameters); Discouraged access: The method initializePhase(IProgressMonitor, IProfile, String, Map<String,Object>) from the type NativeTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/RmdirActionTest.java (at line 46) parameters.put(ActionConstants.PARM_PATH, testFolder.getAbsolutePath()); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/RmdirActionTest.java (at line 46) parameters.put(ActionConstants.PARM_PATH, testFolder.getAbsolutePath()); Discouraged access: The field PARM_PATH from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/RmdirActionTest.java (at line 52) RmdirAction action = new RmdirAction(); Discouraged access: The type RmdirAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/RmdirActionTest.java (at line 52) RmdirAction action = new RmdirAction(); Discouraged access: The constructor RmdirAction() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/RmdirActionTest.java (at line 52) RmdirAction action = new RmdirAction(); Discouraged access: The type RmdirAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/RmdirActionTest.java (at line 53) action.execute(parameters); Discouraged access: The method execute(Map<String,Object>) from the type RmdirAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/RmdirActionTest.java (at line 56) action.undo(parameters); Discouraged access: The method undo(Map<String,Object>) from the type RmdirAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/RmdirActionTest.java (at line 57) IBackupStore store = (IBackupStore) parameters.get(NativeTouchpoint.PARM_BACKUP); Discouraged access: The type IBackupStore is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/RmdirActionTest.java (at line 57) IBackupStore store = (IBackupStore) parameters.get(NativeTouchpoint.PARM_BACKUP); Discouraged access: The type IBackupStore is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/RmdirActionTest.java (at line 57) IBackupStore store = (IBackupStore) parameters.get(NativeTouchpoint.PARM_BACKUP); Discouraged access: The type NativeTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/RmdirActionTest.java (at line 57) IBackupStore store = (IBackupStore) parameters.get(NativeTouchpoint.PARM_BACKUP); Discouraged access: The field PARM_BACKUP from the type NativeTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/RmdirActionTest.java (at line 60) store.restore(); Discouraged access: The method restore() from the type IBackupStore is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/RmdirActionTest.java (at line 66) store.discard(); Discouraged access: The method discard() from the type IBackupStore is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TwoVersionsOfWSDL.java (at line 11) 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/4M/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/planner/TwoVersionsOfWSDL.java (at line 46) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TwoVersionsOfWSDL.java (at line 46) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TwoVersionsOfWSDL.java (at line 46) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TwoVersionsOfWSDL.java (at line 47) req1.addInstallableUnits(new IInstallableUnit[] {wsdl15, wsdl14}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TwoVersionsOfWSDL.java (at line 48) req1.setInstallableUnitInclusionRules(wsdl15, ProfileInclusionRules.createStrictInclusionRule(wsdl15)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TwoVersionsOfWSDL.java (at line 49) req1.setInstallableUnitInclusionRules(wsdl14, ProfileInclusionRules.createStrictInclusionRule(wsdl14)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug259537.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/4M/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/planner/Bug259537.java (at line 15) import org.eclipse.equinox.internal.p2.engine.ProvisioningPlan; Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug259537.java (at line 55) ProfileChangeRequest req = new ProfileChangeRequest(getProfile(profileId)); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug259537.java (at line 55) ProfileChangeRequest req = new ProfileChangeRequest(getProfile(profileId)); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug259537.java (at line 55) ProfileChangeRequest req = new ProfileChangeRequest(getProfile(profileId)); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug259537.java (at line 56) req.addInstallableUnits(new IInstallableUnit[] {f1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug259537.java (at line 57) ProvisioningPlan provisioningPlan = (ProvisioningPlan) planner.getProvisioningPlan(req, null, null); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug259537.java (at line 57) ProvisioningPlan provisioningPlan = (ProvisioningPlan) planner.getProvisioningPlan(req, null, null); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug259537.java (at line 58) assertOK("Plan not OK", provisioningPlan.getStatus()); Discouraged access: The method getStatus() from the type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug259537.java (at line 59) assertFalse(provisioningPlan.getAdditions().query(QueryUtil.createIUQuery(f1), null).isEmpty()); Discouraged access: The method getAdditions() from the type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug259537.java (at line 60) assertFalse(provisioningPlan.getAdditions().query(QueryUtil.createIUQuery(a1), null).isEmpty()); Discouraged access: The method getAdditions() from the type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug259537.java (at line 61) assertFalse(provisioningPlan.getAdditions().query(QueryUtil.createIUQuery(b1), null).isEmpty()); Discouraged access: The method getAdditions() from the type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug259537.java (at line 72) ProfileChangeRequest req2 = new ProfileChangeRequest(getProfile("TestProfile." + getName())); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug259537.java (at line 72) ProfileChangeRequest req2 = new ProfileChangeRequest(getProfile("TestProfile." + getName())); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug259537.java (at line 72) ProfileChangeRequest req2 = new ProfileChangeRequest(getProfile("TestProfile." + getName())); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug259537.java (at line 73) req2.addInstallableUnits(f2); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug259537.java (at line 74) req2.remove(f1); Discouraged access: The method remove(IInstallableUnit) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug259537.java (at line 75) ProvisioningPlan provisioningPlan2 = (ProvisioningPlan) planner.getProvisioningPlan(req2, null, null); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug259537.java (at line 75) ProvisioningPlan provisioningPlan2 = (ProvisioningPlan) planner.getProvisioningPlan(req2, null, null); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug259537.java (at line 76) assertFalse(provisioningPlan2.getAdditions().query(QueryUtil.createIUQuery(f2), null).isEmpty()); Discouraged access: The method getAdditions() from the type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug259537.java (at line 77) assertFalse(provisioningPlan2.getAdditions().query(QueryUtil.createIUQuery(a2), null).isEmpty()); Discouraged access: The method getAdditions() from the type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug259537.java (at line 78) assertFalse(provisioningPlan2.getAdditions().query(QueryUtil.createIUQuery(b2), null).isEmpty()); Discouraged access: The method getAdditions() from the type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug259537.java (at line 79) assertOK("Plan not OK", provisioningPlan2.getStatus()); Discouraged access: The method getStatus() from the type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug259537.java (at line 96) IProfileChangeRequest req4 = new ProfileChangeRequest(getProfile("TestProfile." + getName())); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug259537.java (at line 96) IProfileChangeRequest req4 = new ProfileChangeRequest(getProfile("TestProfile." + getName())); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug259537.java (at line 98) ProvisioningPlan provisioningPlan4 = (ProvisioningPlan) planner.getProvisioningPlan(req4, null, null); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug259537.java (at line 98) ProvisioningPlan provisioningPlan4 = (ProvisioningPlan) planner.getProvisioningPlan(req4, null, null); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug259537.java (at line 99) assertOK("Plan not OK", provisioningPlan4.getStatus()); Discouraged access: The method getStatus() from the type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug259537.java (at line 100) assertEquals(1, provisioningPlan4.getAdditions().query(QueryUtil.ALL_UNITS, null).toUnmodifiableSet().size()); Discouraged access: The method getAdditions() from the type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug259537.java (at line 103) IProfileChangeRequest req5 = new ProfileChangeRequest(getProfile("TestProfile." + getName())); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug259537.java (at line 103) IProfileChangeRequest req5 = new ProfileChangeRequest(getProfile("TestProfile." + getName())); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug259537.java (at line 105) ProvisioningPlan provisioningPlan5 = (ProvisioningPlan) planner.getProvisioningPlan(req5, null, null); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug259537.java (at line 105) ProvisioningPlan provisioningPlan5 = (ProvisioningPlan) planner.getProvisioningPlan(req5, null, null); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug259537.java (at line 106) assertOK("Plan not OK", provisioningPlan5.getStatus()); Discouraged access: The method getStatus() from the type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug259537.java (at line 107) assertEquals(2, provisioningPlan5.getAdditions().query(QueryUtil.ALL_UNITS, null).toUnmodifiableSet().size()); Discouraged access: The method getAdditions() from the type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug259537.java (at line 108) assertFalse(provisioningPlan5.getAdditions().query(QueryUtil.createIUQuery(a3), null).isEmpty()); Discouraged access: The method getAdditions() from the type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
37. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug259537.java (at line 115) ProfileChangeRequest req3 = new ProfileChangeRequest(getProfile("TestProfile." + getName())); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
38. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug259537.java (at line 115) ProfileChangeRequest req3 = new ProfileChangeRequest(getProfile("TestProfile." + getName())); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
39. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug259537.java (at line 115) ProfileChangeRequest req3 = new ProfileChangeRequest(getProfile("TestProfile." + getName())); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
40. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug259537.java (at line 116) req3.remove(f2); Discouraged access: The method remove(IInstallableUnit) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
41. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug259537.java (at line 117) ProvisioningPlan provisioningPlan3 = (ProvisioningPlan) planner.getProvisioningPlan(req3, null, null); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
42. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug259537.java (at line 117) ProvisioningPlan provisioningPlan3 = (ProvisioningPlan) planner.getProvisioningPlan(req3, null, null); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
43. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug259537.java (at line 118) assertOK("Plan not OK", provisioningPlan3.getStatus()); Discouraged access: The method getStatus() from the type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
44. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug259537.java (at line 119) assertTrue(provisioningPlan3.getAdditions().query(QueryUtil.ALL_UNITS, null).isEmpty()); Discouraged access: The method getAdditions() from the type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
45. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug259537.java (at line 120) assertFalse(provisioningPlan3.getRemovals().query(QueryUtil.createIUQuery(f2), null).isEmpty()); Discouraged access: The method getRemovals() from the type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
46. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug259537.java (at line 121) assertFalse(provisioningPlan3.getRemovals().query(QueryUtil.createIUQuery(b2), null).isEmpty()); Discouraged access: The method getRemovals() from the type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfilePreferencesTest.java (at line 18) import org.eclipse.equinox.internal.p2.core.ProvisioningAgent; Discouraged access: The type ProvisioningAgent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfilePreferencesTest.java (at line 19) import org.eclipse.equinox.internal.p2.core.helpers.ServiceHelper; Discouraged access: The type ServiceHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfilePreferencesTest.java (at line 20) import org.eclipse.equinox.internal.p2.engine.ProfilePreferences; Discouraged access: The type ProfilePreferences is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfilePreferencesTest.java (at line 37) prefServ = (IPreferencesService) ServiceHelper.getService(TestActivator.context, IPreferencesService.class.getName()); Discouraged access: The type ServiceHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfilePreferencesTest.java (at line 37) prefServ = (IPreferencesService) ServiceHelper.getService(TestActivator.context, IPreferencesService.class.getName()); Discouraged access: The method getService(BundleContext, String) from the type ServiceHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfilePreferencesTest.java (at line 62) ProvisioningAgent agent = new ProvisioningAgent(); Discouraged access: The type ProvisioningAgent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfilePreferencesTest.java (at line 62) ProvisioningAgent agent = new ProvisioningAgent(); Discouraged access: The constructor ProvisioningAgent() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfilePreferencesTest.java (at line 62) ProvisioningAgent agent = new ProvisioningAgent(); Discouraged access: The type ProvisioningAgent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfilePreferencesTest.java (at line 63) agent.setLocation(location); Discouraged access: The method setLocation(URI) from the type ProvisioningAgent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfilePreferencesTest.java (at line 64) agent.setBundleContext(TestActivator.getContext()); Discouraged access: The method setBundleContext(BundleContext) from the type ProvisioningAgent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfilePreferencesTest.java (at line 65) IAgentLocation agentLocation = (IAgentLocation) agent.getService(IAgentLocation.SERVICE_NAME); Discouraged access: The method getService(String) from the type ProvisioningAgent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfilePreferencesTest.java (at line 116) Job.getJobManager().join(ProfilePreferences.PROFILE_SAVE_JOB_FAMILY, null); Discouraged access: The type ProfilePreferences is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfilePreferencesTest.java (at line 116) Job.getJobManager().join(ProfilePreferences.PROFILE_SAVE_JOB_FAMILY, null); Discouraged access: The field PROFILE_SAVE_JOB_FAMILY from the type ProfilePreferences is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorSelectorTest.java (at line 16) import org.eclipse.equinox.internal.p2.artifact.repository.MirrorSelector; Discouraged access: The type MirrorSelector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorSelectorTest.java (at line 17) import org.eclipse.equinox.internal.p2.artifact.repository.MirrorSelector.MirrorInfo; Discouraged access: The type MirrorSelector.MirrorInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorSelectorTest.java (at line 24) private List<MirrorInfo> originals; Discouraged access: The type MirrorSelector.MirrorInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorSelectorTest.java (at line 34) originals = new ArrayList<MirrorSelector.MirrorInfo>(); Discouraged access: The type MirrorSelector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorSelectorTest.java (at line 34) originals = new ArrayList<MirrorSelector.MirrorInfo>(); Discouraged access: The type MirrorSelector.MirrorInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorSelectorTest.java (at line 35) MirrorInfo mi = null; Discouraged access: The type MirrorSelector.MirrorInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorSelectorTest.java (at line 37) mi = new MirrorInfo("http://ftp.wh2.tu-dresden.de/pub/mirrors/eclipse/", 3); Discouraged access: The constructor MirrorSelector.MirrorInfo(String, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorSelectorTest.java (at line 37) mi = new MirrorInfo("http://ftp.wh2.tu-dresden.de/pub/mirrors/eclipse/", 3); Discouraged access: The type MirrorSelector.MirrorInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorSelectorTest.java (at line 38) mi.setBytesPerSecond(224906); Discouraged access: The method setBytesPerSecond(long) from the type MirrorSelector.MirrorInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorSelectorTest.java (at line 39) mi.incrementFailureCount(); Discouraged access: The method incrementFailureCount() from the type MirrorSelector.MirrorInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorSelectorTest.java (at line 43) mi = new MirrorInfo("http://ftp-stud.fht-esslingen.de/pub/Mirrors/eclipse/", 1); Discouraged access: The constructor MirrorSelector.MirrorInfo(String, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorSelectorTest.java (at line 43) mi = new MirrorInfo("http://ftp-stud.fht-esslingen.de/pub/Mirrors/eclipse/", 1); Discouraged access: The type MirrorSelector.MirrorInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorSelectorTest.java (at line 44) mi.setBytesPerSecond(125868); Discouraged access: The method setBytesPerSecond(long) from the type MirrorSelector.MirrorInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorSelectorTest.java (at line 45) mi.incrementFailureCount(); Discouraged access: The method incrementFailureCount() from the type MirrorSelector.MirrorInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorSelectorTest.java (at line 49) mi = new MirrorInfo("http://mirror.netcologne.de/eclipse//", 0); Discouraged access: The constructor MirrorSelector.MirrorInfo(String, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorSelectorTest.java (at line 49) mi = new MirrorInfo("http://mirror.netcologne.de/eclipse//", 0); Discouraged access: The type MirrorSelector.MirrorInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorSelectorTest.java (at line 50) mi.setBytesPerSecond(199719); Discouraged access: The method setBytesPerSecond(long) from the type MirrorSelector.MirrorInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorSelectorTest.java (at line 51) mi.incrementFailureCount(); Discouraged access: The method incrementFailureCount() from the type MirrorSelector.MirrorInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorSelectorTest.java (at line 52) mi.incrementFailureCount(); Discouraged access: The method incrementFailureCount() from the type MirrorSelector.MirrorInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorSelectorTest.java (at line 56) mi = new MirrorInfo("http://mirror.selfnet.de/eclipse/", 5); Discouraged access: The constructor MirrorSelector.MirrorInfo(String, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorSelectorTest.java (at line 56) mi = new MirrorInfo("http://mirror.selfnet.de/eclipse/", 5); Discouraged access: The type MirrorSelector.MirrorInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorSelectorTest.java (at line 57) mi.setBytesPerSecond(132379); Discouraged access: The method setBytesPerSecond(long) from the type MirrorSelector.MirrorInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorSelectorTest.java (at line 58) mi.incrementFailureCount(); Discouraged access: The method incrementFailureCount() from the type MirrorSelector.MirrorInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorSelectorTest.java (at line 62) mi = new MirrorInfo("http://mirror.switch.ch/eclipse/", 7); Discouraged access: The constructor MirrorSelector.MirrorInfo(String, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorSelectorTest.java (at line 62) mi = new MirrorInfo("http://mirror.switch.ch/eclipse/", 7); Discouraged access: The type MirrorSelector.MirrorInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorSelectorTest.java (at line 63) mi.setBytesPerSecond(137107); Discouraged access: The method setBytesPerSecond(long) from the type MirrorSelector.MirrorInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorSelectorTest.java (at line 64) mi.incrementFailureCount(); Discouraged access: The method incrementFailureCount() from the type MirrorSelector.MirrorInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorSelectorTest.java (at line 68) mi = new MirrorInfo("http://www.rcp-vision.com/eclipse/eclipseMirror/", 8); Discouraged access: The constructor MirrorSelector.MirrorInfo(String, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorSelectorTest.java (at line 68) mi = new MirrorInfo("http://www.rcp-vision.com/eclipse/eclipseMirror/", 8); Discouraged access: The type MirrorSelector.MirrorInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorSelectorTest.java (at line 69) mi.setBytesPerSecond(128472); Discouraged access: The method setBytesPerSecond(long) from the type MirrorSelector.MirrorInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorSelectorTest.java (at line 70) mi.incrementFailureCount(); Discouraged access: The method incrementFailureCount() from the type MirrorSelector.MirrorInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorSelectorTest.java (at line 74) mi = new MirrorInfo("http://eclipse.mirror.garr.it/mirrors/eclipse//", 10); Discouraged access: The constructor MirrorSelector.MirrorInfo(String, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorSelectorTest.java (at line 74) mi = new MirrorInfo("http://eclipse.mirror.garr.it/mirrors/eclipse//", 10); Discouraged access: The type MirrorSelector.MirrorInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorSelectorTest.java (at line 75) mi.setBytesPerSecond(129359); Discouraged access: The method setBytesPerSecond(long) from the type MirrorSelector.MirrorInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorSelectorTest.java (at line 76) mi.incrementFailureCount(); Discouraged access: The method incrementFailureCount() from the type MirrorSelector.MirrorInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorSelectorTest.java (at line 77) mi.incrementFailureCount(); Discouraged access: The method incrementFailureCount() from the type MirrorSelector.MirrorInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
37. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorSelectorTest.java (at line 81) mi = new MirrorInfo("http://ftp.roedu.net/pub/mirrors/eclipse.org/", 6); Discouraged access: The constructor MirrorSelector.MirrorInfo(String, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
38. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorSelectorTest.java (at line 81) mi = new MirrorInfo("http://ftp.roedu.net/pub/mirrors/eclipse.org/", 6); Discouraged access: The type MirrorSelector.MirrorInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
39. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorSelectorTest.java (at line 82) mi.setBytesPerSecond(59587); Discouraged access: The method setBytesPerSecond(long) from the type MirrorSelector.MirrorInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
40. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorSelectorTest.java (at line 83) mi.incrementFailureCount(); Discouraged access: The method incrementFailureCount() from the type MirrorSelector.MirrorInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
41. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorSelectorTest.java (at line 87) mi = new MirrorInfo("http://giano.com.dist.unige.it/eclipse/", 9); Discouraged access: The constructor MirrorSelector.MirrorInfo(String, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
42. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorSelectorTest.java (at line 87) mi = new MirrorInfo("http://giano.com.dist.unige.it/eclipse/", 9); Discouraged access: The type MirrorSelector.MirrorInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
43. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorSelectorTest.java (at line 88) mi.setBytesPerSecond(85624); Discouraged access: The method setBytesPerSecond(long) from the type MirrorSelector.MirrorInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
44. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorSelectorTest.java (at line 89) mi.incrementFailureCount(); Discouraged access: The method incrementFailureCount() from the type MirrorSelector.MirrorInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
45. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorSelectorTest.java (at line 93) mi = new MirrorInfo("http://ftp.roedu.net/mirrors/eclipse.org//", 19); Discouraged access: The constructor MirrorSelector.MirrorInfo(String, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
46. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorSelectorTest.java (at line 93) mi = new MirrorInfo("http://ftp.roedu.net/mirrors/eclipse.org//", 19); Discouraged access: The type MirrorSelector.MirrorInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
47. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorSelectorTest.java (at line 94) mi.setBytesPerSecond(149572); Discouraged access: The method setBytesPerSecond(long) from the type MirrorSelector.MirrorInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
48. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorSelectorTest.java (at line 95) mi.incrementFailureCount(); Discouraged access: The method incrementFailureCount() from the type MirrorSelector.MirrorInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
49. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorSelectorTest.java (at line 96) mi.incrementFailureCount(); Discouraged access: The method incrementFailureCount() from the type MirrorSelector.MirrorInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
50. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorSelectorTest.java (at line 100) mi = new MirrorInfo("http://ftp.ing.umu.se/mirror/eclipse/", 18); Discouraged access: The constructor MirrorSelector.MirrorInfo(String, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
51. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorSelectorTest.java (at line 100) mi = new MirrorInfo("http://ftp.ing.umu.se/mirror/eclipse/", 18); Discouraged access: The type MirrorSelector.MirrorInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
52. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorSelectorTest.java (at line 101) mi.setBytesPerSecond(105858); Discouraged access: The method setBytesPerSecond(long) from the type MirrorSelector.MirrorInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
53. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorSelectorTest.java (at line 102) mi.incrementFailureCount(); Discouraged access: The method incrementFailureCount() from the type MirrorSelector.MirrorInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
54. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorSelectorTest.java (at line 106) mi = new MirrorInfo("http://mirrors.fe.up.pt/pub/eclipse//", 15); Discouraged access: The constructor MirrorSelector.MirrorInfo(String, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
55. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorSelectorTest.java (at line 106) mi = new MirrorInfo("http://mirrors.fe.up.pt/pub/eclipse//", 15); Discouraged access: The type MirrorSelector.MirrorInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
56. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorSelectorTest.java (at line 107) mi.setBytesPerSecond(67202); Discouraged access: The method setBytesPerSecond(long) from the type MirrorSelector.MirrorInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
57. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorSelectorTest.java (at line 108) mi.incrementFailureCount(); Discouraged access: The method incrementFailureCount() from the type MirrorSelector.MirrorInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
58. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorSelectorTest.java (at line 112) mi = new MirrorInfo("http://ftp.heanet.ie/pub/eclipse//", 17); Discouraged access: The constructor MirrorSelector.MirrorInfo(String, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
59. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorSelectorTest.java (at line 112) mi = new MirrorInfo("http://ftp.heanet.ie/pub/eclipse//", 17); Discouraged access: The type MirrorSelector.MirrorInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
60. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorSelectorTest.java (at line 113) mi.setBytesPerSecond(68067); Discouraged access: The method setBytesPerSecond(long) from the type MirrorSelector.MirrorInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
61. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorSelectorTest.java (at line 114) mi.incrementFailureCount(); Discouraged access: The method incrementFailureCount() from the type MirrorSelector.MirrorInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
62. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorSelectorTest.java (at line 118) mi = new MirrorInfo("http://ftp.sh.cvut.cz/MIRRORS/eclipse/", 21); Discouraged access: The constructor MirrorSelector.MirrorInfo(String, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
63. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorSelectorTest.java (at line 118) mi = new MirrorInfo("http://ftp.sh.cvut.cz/MIRRORS/eclipse/", 21); Discouraged access: The type MirrorSelector.MirrorInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
64. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorSelectorTest.java (at line 119) mi.setBytesPerSecond(73659); Discouraged access: The method setBytesPerSecond(long) from the type MirrorSelector.MirrorInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
65. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorSelectorTest.java (at line 120) mi.incrementFailureCount(); Discouraged access: The method incrementFailureCount() from the type MirrorSelector.MirrorInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
66. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorSelectorTest.java (at line 124) mi = new MirrorInfo("http://ftp.man.poznan.pl/eclipse/", 22); Discouraged access: The constructor MirrorSelector.MirrorInfo(String, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
67. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorSelectorTest.java (at line 124) mi = new MirrorInfo("http://ftp.man.poznan.pl/eclipse/", 22); Discouraged access: The type MirrorSelector.MirrorInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
68. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorSelectorTest.java (at line 125) mi.setBytesPerSecond(73446); Discouraged access: The method setBytesPerSecond(long) from the type MirrorSelector.MirrorInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
69. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorSelectorTest.java (at line 126) mi.incrementFailureCount(); Discouraged access: The method incrementFailureCount() from the type MirrorSelector.MirrorInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
70. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorSelectorTest.java (at line 130) mi = new MirrorInfo("http://eclipse.dcc.fc.up.pt/", 16); Discouraged access: The constructor MirrorSelector.MirrorInfo(String, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
71. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorSelectorTest.java (at line 130) mi = new MirrorInfo("http://eclipse.dcc.fc.up.pt/", 16); Discouraged access: The type MirrorSelector.MirrorInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
72. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorSelectorTest.java (at line 131) mi.setBytesPerSecond(45175); Discouraged access: The method setBytesPerSecond(long) from the type MirrorSelector.MirrorInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
73. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorSelectorTest.java (at line 132) mi.incrementFailureCount(); Discouraged access: The method incrementFailureCount() from the type MirrorSelector.MirrorInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
74. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorSelectorTest.java (at line 136) mi = new MirrorInfo("http://eclipse.nordnet.fi/eclipse/", 23); Discouraged access: The constructor MirrorSelector.MirrorInfo(String, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
75. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorSelectorTest.java (at line 136) mi = new MirrorInfo("http://eclipse.nordnet.fi/eclipse/", 23); Discouraged access: The type MirrorSelector.MirrorInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
76. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorSelectorTest.java (at line 137) mi.setBytesPerSecond(61443); Discouraged access: The method setBytesPerSecond(long) from the type MirrorSelector.MirrorInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
77. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorSelectorTest.java (at line 138) mi.incrementFailureCount(); Discouraged access: The method incrementFailureCount() from the type MirrorSelector.MirrorInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
78. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorSelectorTest.java (at line 142) mi = new MirrorInfo("http://www.gtlib.gatech.edu/pub/eclipse/", 26); Discouraged access: The constructor MirrorSelector.MirrorInfo(String, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
79. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorSelectorTest.java (at line 142) mi = new MirrorInfo("http://www.gtlib.gatech.edu/pub/eclipse/", 26); Discouraged access: The type MirrorSelector.MirrorInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
80. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorSelectorTest.java (at line 143) mi.setBytesPerSecond(57637); Discouraged access: The method setBytesPerSecond(long) from the type MirrorSelector.MirrorInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
81. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorSelectorTest.java (at line 144) mi.incrementFailureCount(); Discouraged access: The method incrementFailureCount() from the type MirrorSelector.MirrorInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
82. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorSelectorTest.java (at line 148) mi = new MirrorInfo("http://ftp.osuosl.org/pub/eclipse//", 28); Discouraged access: The constructor MirrorSelector.MirrorInfo(String, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
83. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorSelectorTest.java (at line 148) mi = new MirrorInfo("http://ftp.osuosl.org/pub/eclipse//", 28); Discouraged access: The type MirrorSelector.MirrorInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
84. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorSelectorTest.java (at line 149) mi.setBytesPerSecond(35928); Discouraged access: The method setBytesPerSecond(long) from the type MirrorSelector.MirrorInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
85. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorSelectorTest.java (at line 150) mi.incrementFailureCount(); Discouraged access: The method incrementFailureCount() from the type MirrorSelector.MirrorInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
86. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorSelectorTest.java (at line 154) mi = new MirrorInfo("http://mirrors.med.harvard.edu/eclipse//", 32); Discouraged access: The constructor MirrorSelector.MirrorInfo(String, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
87. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorSelectorTest.java (at line 154) mi = new MirrorInfo("http://mirrors.med.harvard.edu/eclipse//", 32); Discouraged access: The type MirrorSelector.MirrorInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
88. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorSelectorTest.java (at line 155) mi.setBytesPerSecond(40683); Discouraged access: The method setBytesPerSecond(long) from the type MirrorSelector.MirrorInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
89. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorSelectorTest.java (at line 159) mi = new MirrorInfo("http://mirrors.ibiblio.org/pub/mirrors/eclipse/", 31); Discouraged access: The constructor MirrorSelector.MirrorInfo(String, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
90. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorSelectorTest.java (at line 159) mi = new MirrorInfo("http://mirrors.ibiblio.org/pub/mirrors/eclipse/", 31); Discouraged access: The type MirrorSelector.MirrorInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
91. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorSelectorTest.java (at line 160) mi.setBytesPerSecond(34207); Discouraged access: The method setBytesPerSecond(long) from the type MirrorSelector.MirrorInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
92. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorSelectorTest.java (at line 161) mi.incrementFailureCount(); Discouraged access: The method incrementFailureCount() from the type MirrorSelector.MirrorInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
93. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorSelectorTest.java (at line 162) mi.incrementFailureCount(); Discouraged access: The method incrementFailureCount() from the type MirrorSelector.MirrorInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
94. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorSelectorTest.java (at line 166) mi = new MirrorInfo("http://ftp.ussg.iu.edu/eclipse/", 33); Discouraged access: The constructor MirrorSelector.MirrorInfo(String, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
95. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorSelectorTest.java (at line 166) mi = new MirrorInfo("http://ftp.ussg.iu.edu/eclipse/", 33); Discouraged access: The type MirrorSelector.MirrorInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
96. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorSelectorTest.java (at line 167) mi.setBytesPerSecond(31402); Discouraged access: The method setBytesPerSecond(long) from the type MirrorSelector.MirrorInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
97. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorSelectorTest.java (at line 168) mi.incrementFailureCount(); Discouraged access: The method incrementFailureCount() from the type MirrorSelector.MirrorInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
98. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorSelectorTest.java (at line 172) mi = new MirrorInfo("http://mirrors.xmission.com/eclipse/", 29); Discouraged access: The constructor MirrorSelector.MirrorInfo(String, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
99. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorSelectorTest.java (at line 172) mi = new MirrorInfo("http://mirrors.xmission.com/eclipse/", 29); Discouraged access: The type MirrorSelector.MirrorInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
100. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorSelectorTest.java (at line 173) mi.setBytesPerSecond(24147); Discouraged access: The method setBytesPerSecond(long) from the type MirrorSelector.MirrorInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small2.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/4M/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/planner/Bug300572Small2.java (at line 47) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small2.java (at line 47) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small2.java (at line 47) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small2.java (at line 48) req1.addInstallableUnits(new IInstallableUnit[] {featureBeingPatched}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small2.java (at line 55) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small2.java (at line 55) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small2.java (at line 55) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small2.java (at line 56) req1.addInstallableUnits(new IInstallableUnit[] {featureBeingPatched, p1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small2.java (at line 63) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small2.java (at line 63) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small2.java (at line 63) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small2.java (at line 64) req1.addInstallableUnits(new IInstallableUnit[] {featureBeingPatched, p2}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small2.java (at line 71) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small2.java (at line 71) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small2.java (at line 71) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small2.java (at line 72) req1.addInstallableUnits(new IInstallableUnit[] {featureBeingPatched, p1, p2}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small2.java (at line 79) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small2.java (at line 79) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small2.java (at line 79) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small2.java (at line 80) req1.addInstallableUnits(new IInstallableUnit[] {featureBeingPatched, p1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small2.java (at line 81) req1.setInstallableUnitInclusionRules(p1, ProfileInclusionRules.createOptionalInclusionRule(p1)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small2.java (at line 88) ProfileChangeRequest req2 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small2.java (at line 88) ProfileChangeRequest req2 = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small2.java (at line 88) ProfileChangeRequest req2 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small2.java (at line 89) req2.addInstallableUnits(new IInstallableUnit[] {p2}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small2.java (at line 90) req2.setInstallableUnitInclusionRules(p2, ProfileInclusionRules.createOptionalInclusionRule(p2)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SDKPatchingTest2.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/4M/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/planner/SDKPatchingTest2.java (at line 18) 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/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SDKPatchingTest2.java (at line 37) SimpleProfileRegistry registry = new SimpleProfileRegistry(getAgent(), tempFolder, null, false); Discouraged access: The type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SDKPatchingTest2.java (at line 37) SimpleProfileRegistry registry = new SimpleProfileRegistry(getAgent(), tempFolder, null, false); Discouraged access: The constructor SimpleProfileRegistry(IProvisioningAgent, File, ISurrogateProfileHandler, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SDKPatchingTest2.java (at line 37) SimpleProfileRegistry registry = new SimpleProfileRegistry(getAgent(), tempFolder, null, false); Discouraged access: The type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SDKPatchingTest2.java (at line 38) profile = registry.getProfile("SDKPatchingTest"); Discouraged access: The method getProfile(String) from the type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SDKPatchingTest2.java (at line 70) ProfileChangeRequest validationRequest = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SDKPatchingTest2.java (at line 70) ProfileChangeRequest validationRequest = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SDKPatchingTest2.java (at line 70) ProfileChangeRequest validationRequest = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SDKPatchingTest2.java (at line 74) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SDKPatchingTest2.java (at line 74) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SDKPatchingTest2.java (at line 74) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SDKPatchingTest2.java (at line 75) request.addInstallableUnits(new IInstallableUnit[] {patchInstallingJDTLaunching, patchInstallingDebugUI}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SDKPatchingTest2.java (at line 76) request.setInstallableUnitInclusionRules(patchInstallingJDTLaunching, ProfileInclusionRules.createOptionalInclusionRule(patchInstallingJDTLaunching)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SDKPatchingTest2.java (at line 77) request.setInstallableUnitInclusionRules(patchInstallingDebugUI, ProfileInclusionRules.createOptionalInclusionRule(patchInstallingDebugUI)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java (at line 17) import org.eclipse.equinox.internal.p2.engine.InstallableUnitOperand; Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java (at line 18) import org.eclipse.equinox.internal.p2.touchpoint.eclipse.EclipseTouchpoint; Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java (at line 19) import org.eclipse.equinox.internal.p2.touchpoint.eclipse.Util; Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java (at line 20) import org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.ActionConstants; Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java (at line 21) import org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.SetStartLevelAction; Discouraged access: The type SetStartLevelAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java (at line 22) import org.eclipse.equinox.internal.provisional.frameworkadmin.Manipulator; Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java (at line 26) import org.eclipse.equinox.p2.publisher.eclipse.BundlesAction; Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java (at line 30) import org.eclipse.equinox.spi.p2.publisher.PublisherHelper; Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java (at line 50) IFileArtifactRepository bundlePool = Util.getBundlePoolRepository(getAgent(), profile); Discouraged access: The method getBundlePoolRepository(IProvisioningAgent, IProfile) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java (at line 50) IFileArtifactRepository bundlePool = Util.getBundlePoolRepository(getAgent(), profile); Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java (at line 57) BundleDescription bundleDescription = BundlesAction.createBundleDescription(osgiTarget); Discouraged access: The method createBundleDescription(File) from the type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java (at line 57) BundleDescription bundleDescription = BundlesAction.createBundleDescription(osgiTarget); Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java (at line 58) IArtifactKey key = BundlesAction.createBundleArtifactKey(bundleDescription.getSymbolicName(), bundleDescription.getVersion().toString()); Discouraged access: The method createBundleArtifactKey(String, String) from the type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java (at line 58) IArtifactKey key = BundlesAction.createBundleArtifactKey(bundleDescription.getSymbolicName(), bundleDescription.getVersion().toString()); Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java (at line 59) IArtifactDescriptor descriptor = PublisherHelper.createArtifactDescriptor(key, osgiTarget); Discouraged access: The method createArtifactDescriptor(IArtifactKey, File) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java (at line 59) IArtifactDescriptor descriptor = PublisherHelper.createArtifactDescriptor(key, osgiTarget); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java (at line 64) parameters.put(ActionConstants.PARM_AGENT, getAgent()); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java (at line 64) parameters.put(ActionConstants.PARM_AGENT, getAgent()); Discouraged access: The field PARM_AGENT from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java (at line 65) parameters.put(ActionConstants.PARM_PROFILE, profile); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java (at line 65) parameters.put(ActionConstants.PARM_PROFILE, profile); Discouraged access: The field PARM_PROFILE from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java (at line 66) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java (at line 66) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The constructor EclipseTouchpoint() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java (at line 66) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java (at line 67) touchpoint.initializePhase(null, profile, "test", parameters); Discouraged access: The method initializePhase(IProgressMonitor, IProfile, String, Map<String,Object>) from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java (at line 68) InstallableUnitOperand operand = new InstallableUnitOperand(null, iu); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java (at line 68) InstallableUnitOperand operand = new InstallableUnitOperand(null, iu); Discouraged access: The constructor InstallableUnitOperand(IInstallableUnit, IInstallableUnit) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java (at line 68) InstallableUnitOperand operand = new InstallableUnitOperand(null, iu); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java (at line 69) parameters.put("iu", operand.second()); Discouraged access: The method second() from the type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java (at line 70) touchpoint.initializeOperand(profile, parameters); Discouraged access: The method initializeOperand(IProfile, Map<String,Object>) from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java (at line 72) parameters.put(ActionConstants.PARM_START_LEVEL, "0"); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java (at line 72) parameters.put(ActionConstants.PARM_START_LEVEL, "0"); Discouraged access: The field PARM_START_LEVEL from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java (at line 75) Manipulator manipulator = (Manipulator) parameters.get(EclipseTouchpoint.PARM_MANIPULATOR); Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java (at line 75) Manipulator manipulator = (Manipulator) parameters.get(EclipseTouchpoint.PARM_MANIPULATOR); Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java (at line 75) Manipulator manipulator = (Manipulator) parameters.get(EclipseTouchpoint.PARM_MANIPULATOR); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java (at line 75) Manipulator manipulator = (Manipulator) parameters.get(EclipseTouchpoint.PARM_MANIPULATOR); Discouraged access: The field PARM_MANIPULATOR from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java (at line 78) BundleInfo bundleInfo = Util.createBundleInfo(osgiTarget, iu); Discouraged access: The method createBundleInfo(File, IInstallableUnit) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
37. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java (at line 78) BundleInfo bundleInfo = Util.createBundleInfo(osgiTarget, iu); Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
38. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java (at line 79) manipulator.getConfigData().addBundle(bundleInfo); Discouraged access: The method addBundle(BundleInfo) from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
39. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java (at line 79) manipulator.getConfigData().addBundle(bundleInfo); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
40. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java (at line 82) SetStartLevelAction action = new SetStartLevelAction(); Discouraged access: The type SetStartLevelAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
41. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java (at line 82) SetStartLevelAction action = new SetStartLevelAction(); Discouraged access: The constructor SetStartLevelAction() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
42. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java (at line 82) SetStartLevelAction action = new SetStartLevelAction(); Discouraged access: The type SetStartLevelAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
43. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java (at line 83) action.execute(parameters); Discouraged access: The method execute(Map<String,Object>) from the type SetStartLevelAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
44. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java (at line 85) action.undo(parameters); Discouraged access: The method undo(Map<String,Object>) from the type SetStartLevelAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
45. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java (at line 96) IFileArtifactRepository bundlePool = Util.getBundlePoolRepository(getAgent(), profile); Discouraged access: The method getBundlePoolRepository(IProvisioningAgent, IProfile) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
46. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java (at line 96) IFileArtifactRepository bundlePool = Util.getBundlePoolRepository(getAgent(), profile); Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
47. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java (at line 103) BundleDescription bundleDescription = BundlesAction.createBundleDescription(osgiTarget); Discouraged access: The method createBundleDescription(File) from the type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
48. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java (at line 103) BundleDescription bundleDescription = BundlesAction.createBundleDescription(osgiTarget); Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
49. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java (at line 104) IArtifactKey key = BundlesAction.createBundleArtifactKey(bundleDescription.getSymbolicName(), bundleDescription.getVersion().toString()); Discouraged access: The method createBundleArtifactKey(String, String) from the type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
50. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java (at line 104) IArtifactKey key = BundlesAction.createBundleArtifactKey(bundleDescription.getSymbolicName(), bundleDescription.getVersion().toString()); Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
51. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java (at line 105) IArtifactDescriptor descriptor = PublisherHelper.createArtifactDescriptor(key, osgiTarget); Discouraged access: The method createArtifactDescriptor(IArtifactKey, File) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
52. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java (at line 105) IArtifactDescriptor descriptor = PublisherHelper.createArtifactDescriptor(key, osgiTarget); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
53. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java (at line 110) parameters.put(ActionConstants.PARM_AGENT, getAgent()); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
54. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java (at line 110) parameters.put(ActionConstants.PARM_AGENT, getAgent()); Discouraged access: The field PARM_AGENT from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
55. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java (at line 111) parameters.put(ActionConstants.PARM_PROFILE, profile); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
56. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java (at line 111) parameters.put(ActionConstants.PARM_PROFILE, profile); Discouraged access: The field PARM_PROFILE from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
57. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java (at line 112) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
58. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java (at line 112) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The constructor EclipseTouchpoint() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
59. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java (at line 112) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
60. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java (at line 113) touchpoint.initializePhase(null, profile, "test", parameters); Discouraged access: The method initializePhase(IProgressMonitor, IProfile, String, Map<String,Object>) from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
61. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java (at line 114) InstallableUnitOperand operand = new InstallableUnitOperand(null, iu); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
62. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java (at line 114) InstallableUnitOperand operand = new InstallableUnitOperand(null, iu); Discouraged access: The constructor InstallableUnitOperand(IInstallableUnit, IInstallableUnit) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
63. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java (at line 114) InstallableUnitOperand operand = new InstallableUnitOperand(null, iu); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
64. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java (at line 115) parameters.put("iu", operand.second()); Discouraged access: The method second() from the type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
65. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java (at line 116) touchpoint.initializeOperand(profile, parameters); Discouraged access: The method initializeOperand(IProfile, Map<String,Object>) from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
66. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java (at line 118) parameters.put(ActionConstants.PARM_START_LEVEL, "0"); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
67. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java (at line 118) parameters.put(ActionConstants.PARM_START_LEVEL, "0"); Discouraged access: The field PARM_START_LEVEL from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
68. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java (at line 121) Manipulator manipulator = (Manipulator) parameters.get(EclipseTouchpoint.PARM_MANIPULATOR); Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
69. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java (at line 121) Manipulator manipulator = (Manipulator) parameters.get(EclipseTouchpoint.PARM_MANIPULATOR); Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
70. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java (at line 121) Manipulator manipulator = (Manipulator) parameters.get(EclipseTouchpoint.PARM_MANIPULATOR); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
71. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java (at line 121) Manipulator manipulator = (Manipulator) parameters.get(EclipseTouchpoint.PARM_MANIPULATOR); Discouraged access: The field PARM_MANIPULATOR from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
72. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java (at line 124) BundleInfo bundleInfo = Util.createBundleInfo(osgiTarget, iu); Discouraged access: The method createBundleInfo(File, IInstallableUnit) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
73. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java (at line 124) BundleInfo bundleInfo = Util.createBundleInfo(osgiTarget, iu); Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
74. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java (at line 125) manipulator.getConfigData().addBundle(bundleInfo); Discouraged access: The method addBundle(BundleInfo) from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
75. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java (at line 125) manipulator.getConfigData().addBundle(bundleInfo); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
76. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java (at line 131) SetStartLevelAction action = new SetStartLevelAction(); Discouraged access: The type SetStartLevelAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
77. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java (at line 131) SetStartLevelAction action = new SetStartLevelAction(); Discouraged access: The constructor SetStartLevelAction() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
78. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java (at line 131) SetStartLevelAction action = new SetStartLevelAction(); Discouraged access: The type SetStartLevelAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
79. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java (at line 132) action.execute(parameters); Discouraged access: The method execute(Map<String,Object>) from the type SetStartLevelAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
80. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java (at line 134) action.undo(parameters); Discouraged access: The method undo(Map<String,Object>) from the type SetStartLevelAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
81. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java (at line 145) IFileArtifactRepository bundlePool = Util.getBundlePoolRepository(getAgent(), profile); Discouraged access: The method getBundlePoolRepository(IProvisioningAgent, IProfile) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
82. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java (at line 145) IFileArtifactRepository bundlePool = Util.getBundlePoolRepository(getAgent(), profile); Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
83. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java (at line 152) BundleDescription bundleDescription = BundlesAction.createBundleDescription(osgiTarget); Discouraged access: The method createBundleDescription(File) from the type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
84. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java (at line 152) BundleDescription bundleDescription = BundlesAction.createBundleDescription(osgiTarget); Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
85. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java (at line 153) IArtifactKey key = BundlesAction.createBundleArtifactKey(bundleDescription.getSymbolicName(), bundleDescription.getVersion().toString()); Discouraged access: The method createBundleArtifactKey(String, String) from the type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
86. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java (at line 153) IArtifactKey key = BundlesAction.createBundleArtifactKey(bundleDescription.getSymbolicName(), bundleDescription.getVersion().toString()); Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
87. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java (at line 154) IArtifactDescriptor descriptor = PublisherHelper.createArtifactDescriptor(key, osgiTarget); Discouraged access: The method createArtifactDescriptor(IArtifactKey, File) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
88. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java (at line 154) IArtifactDescriptor descriptor = PublisherHelper.createArtifactDescriptor(key, osgiTarget); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
89. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java (at line 159) parameters.put(ActionConstants.PARM_AGENT, getAgent()); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
90. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java (at line 159) parameters.put(ActionConstants.PARM_AGENT, getAgent()); Discouraged access: The field PARM_AGENT from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
91. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java (at line 160) parameters.put(ActionConstants.PARM_PROFILE, profile); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
92. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java (at line 160) parameters.put(ActionConstants.PARM_PROFILE, profile); Discouraged access: The field PARM_PROFILE from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
93. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java (at line 161) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
94. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java (at line 161) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The constructor EclipseTouchpoint() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
95. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java (at line 161) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
96. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java (at line 162) touchpoint.initializePhase(null, profile, "test", parameters); Discouraged access: The method initializePhase(IProgressMonitor, IProfile, String, Map<String,Object>) from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
97. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java (at line 163) InstallableUnitOperand operand = new InstallableUnitOperand(null, iu); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
98. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java (at line 163) InstallableUnitOperand operand = new InstallableUnitOperand(null, iu); Discouraged access: The constructor InstallableUnitOperand(IInstallableUnit, IInstallableUnit) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
99. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java (at line 163) InstallableUnitOperand operand = new InstallableUnitOperand(null, iu); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
100. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetStartLevelActionTest.java (at line 164) parameters.put("iu", operand.second()); Discouraged access: The method second() from the type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/JVMArgumentActionLogicTest.java (at line 16) import org.eclipse.equinox.internal.p2.engine.InstallableUnitOperand; Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/JVMArgumentActionLogicTest.java (at line 17) import org.eclipse.equinox.internal.p2.touchpoint.eclipse.EclipseTouchpoint; Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/JVMArgumentActionLogicTest.java (at line 19) import org.eclipse.equinox.internal.provisional.frameworkadmin.LauncherData; Discouraged access: The type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/JVMArgumentActionLogicTest.java (at line 20) import org.eclipse.equinox.internal.provisional.frameworkadmin.Manipulator; Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/JVMArgumentActionLogicTest.java (at line 28) private LauncherData launcherData; Discouraged access: The type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/JVMArgumentActionLogicTest.java (at line 36) parameters.put(ActionConstants.PARM_AGENT, getAgent()); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/JVMArgumentActionLogicTest.java (at line 36) parameters.put(ActionConstants.PARM_AGENT, getAgent()); Discouraged access: The field PARM_AGENT from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/JVMArgumentActionLogicTest.java (at line 37) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/JVMArgumentActionLogicTest.java (at line 37) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The constructor EclipseTouchpoint() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/JVMArgumentActionLogicTest.java (at line 37) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/JVMArgumentActionLogicTest.java (at line 41) InstallableUnitOperand operand = new InstallableUnitOperand(null, createIU("test")); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/JVMArgumentActionLogicTest.java (at line 41) InstallableUnitOperand operand = new InstallableUnitOperand(null, createIU("test")); Discouraged access: The constructor InstallableUnitOperand(IInstallableUnit, IInstallableUnit) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/JVMArgumentActionLogicTest.java (at line 41) InstallableUnitOperand operand = new InstallableUnitOperand(null, createIU("test")); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/JVMArgumentActionLogicTest.java (at line 42) touchpoint.initializePhase(null, profile, "test", parameters); Discouraged access: The method initializePhase(IProgressMonitor, IProfile, String, Map<String,Object>) from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/JVMArgumentActionLogicTest.java (at line 43) parameters.put("iu", operand.second()); Discouraged access: The method second() from the type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/JVMArgumentActionLogicTest.java (at line 44) touchpoint.initializeOperand(profile, parameters); Discouraged access: The method initializeOperand(IProfile, Map<String,Object>) from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/JVMArgumentActionLogicTest.java (at line 45) parameters.put(ActionConstants.PARM_PROFILE_DATA_DIRECTORY, tempDir); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/JVMArgumentActionLogicTest.java (at line 45) parameters.put(ActionConstants.PARM_PROFILE_DATA_DIRECTORY, tempDir); Discouraged access: The field PARM_PROFILE_DATA_DIRECTORY from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/JVMArgumentActionLogicTest.java (at line 47) Manipulator manipulator = (Manipulator) parameters.get(EclipseTouchpoint.PARM_MANIPULATOR); Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/JVMArgumentActionLogicTest.java (at line 47) Manipulator manipulator = (Manipulator) parameters.get(EclipseTouchpoint.PARM_MANIPULATOR); Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/JVMArgumentActionLogicTest.java (at line 47) Manipulator manipulator = (Manipulator) parameters.get(EclipseTouchpoint.PARM_MANIPULATOR); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/JVMArgumentActionLogicTest.java (at line 47) Manipulator manipulator = (Manipulator) parameters.get(EclipseTouchpoint.PARM_MANIPULATOR); Discouraged access: The field PARM_MANIPULATOR from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/JVMArgumentActionLogicTest.java (at line 49) launcherData = manipulator.getLauncherData(); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/JVMArgumentActionLogicTest.java (at line 58) AddJVMArgumentAction addAction = new AddJVMArgumentAction(); Discouraged access: The type AddJVMArgumentAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/JVMArgumentActionLogicTest.java (at line 58) AddJVMArgumentAction addAction = new AddJVMArgumentAction(); Discouraged access: The constructor AddJVMArgumentAction() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/JVMArgumentActionLogicTest.java (at line 58) AddJVMArgumentAction addAction = new AddJVMArgumentAction(); Discouraged access: The type AddJVMArgumentAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/JVMArgumentActionLogicTest.java (at line 59) RemoveJVMArgumentAction rmAction = new RemoveJVMArgumentAction(); Discouraged access: The type RemoveJVMArgumentAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/JVMArgumentActionLogicTest.java (at line 59) RemoveJVMArgumentAction rmAction = new RemoveJVMArgumentAction(); Discouraged access: The constructor RemoveJVMArgumentAction() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/JVMArgumentActionLogicTest.java (at line 59) RemoveJVMArgumentAction rmAction = new RemoveJVMArgumentAction(); Discouraged access: The type RemoveJVMArgumentAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/JVMArgumentActionLogicTest.java (at line 66) parameters.put(ActionConstants.PARM_JVM_ARG, maxJvmArg); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/JVMArgumentActionLogicTest.java (at line 66) parameters.put(ActionConstants.PARM_JVM_ARG, maxJvmArg); Discouraged access: The field PARM_JVM_ARG from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/JVMArgumentActionLogicTest.java (at line 67) addAction.execute(parameters); Discouraged access: The method execute(Map<String,Object>) from the type AddJVMArgumentAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/JVMArgumentActionLogicTest.java (at line 68) assertTrue(Arrays.asList(launcherData.getJvmArgs()).contains(maxJvmArg)); Discouraged access: The method getJvmArgs() from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/JVMArgumentActionLogicTest.java (at line 69) addAction.undo(parameters); Discouraged access: The method undo(Map<String,Object>) from the type AddJVMArgumentAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/JVMArgumentActionLogicTest.java (at line 70) assertFalse(Arrays.asList(launcherData.getJvmArgs()).contains(maxJvmArg)); Discouraged access: The method getJvmArgs() from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/JVMArgumentActionLogicTest.java (at line 73) parameters.put(ActionConstants.PARM_JVM_ARG, minJvmArg); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
37. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/JVMArgumentActionLogicTest.java (at line 73) parameters.put(ActionConstants.PARM_JVM_ARG, minJvmArg); Discouraged access: The field PARM_JVM_ARG from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
38. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/JVMArgumentActionLogicTest.java (at line 74) addAction = new AddJVMArgumentAction(); Discouraged access: The constructor AddJVMArgumentAction() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
39. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/JVMArgumentActionLogicTest.java (at line 74) addAction = new AddJVMArgumentAction(); Discouraged access: The type AddJVMArgumentAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
40. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/JVMArgumentActionLogicTest.java (at line 75) addAction.execute(parameters); Discouraged access: The method execute(Map<String,Object>) from the type AddJVMArgumentAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
41. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/JVMArgumentActionLogicTest.java (at line 76) assertTrue(Arrays.asList(launcherData.getJvmArgs()).contains(minJvmArg)); Discouraged access: The method getJvmArgs() from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
42. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/JVMArgumentActionLogicTest.java (at line 79) parameters.put(ActionConstants.PARM_JVM_ARG, diffJvmArg); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
43. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/JVMArgumentActionLogicTest.java (at line 79) parameters.put(ActionConstants.PARM_JVM_ARG, diffJvmArg); Discouraged access: The field PARM_JVM_ARG from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
44. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/JVMArgumentActionLogicTest.java (at line 80) addAction.execute(parameters); Discouraged access: The method execute(Map<String,Object>) from the type AddJVMArgumentAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
45. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/JVMArgumentActionLogicTest.java (at line 81) assertTrue(Arrays.asList(launcherData.getJvmArgs()).contains(minJvmArg)); Discouraged access: The method getJvmArgs() from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
46. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/JVMArgumentActionLogicTest.java (at line 82) assertTrue(Arrays.asList(launcherData.getJvmArgs()).contains(diffJvmArg)); Discouraged access: The method getJvmArgs() from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
47. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/JVMArgumentActionLogicTest.java (at line 83) rmAction.execute(parameters); Discouraged access: The method execute(Map<String,Object>) from the type RemoveJVMArgumentAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
48. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/JVMArgumentActionLogicTest.java (at line 86) parameters.put(ActionConstants.PARM_JVM_ARG, maxJvmArg); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
49. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/JVMArgumentActionLogicTest.java (at line 86) parameters.put(ActionConstants.PARM_JVM_ARG, maxJvmArg); Discouraged access: The field PARM_JVM_ARG from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
50. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/JVMArgumentActionLogicTest.java (at line 87) addAction.execute(parameters); Discouraged access: The method execute(Map<String,Object>) from the type AddJVMArgumentAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
51. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/JVMArgumentActionLogicTest.java (at line 88) assertTrue(Arrays.asList(launcherData.getJvmArgs()).contains(maxJvmArg)); Discouraged access: The method getJvmArgs() from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
52. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/JVMArgumentActionLogicTest.java (at line 89) assertFalse(Arrays.asList(launcherData.getJvmArgs()).contains(minJvmArg)); Discouraged access: The method getJvmArgs() from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
53. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/JVMArgumentActionLogicTest.java (at line 92) rmAction.execute(parameters); Discouraged access: The method execute(Map<String,Object>) from the type RemoveJVMArgumentAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
54. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/JVMArgumentActionLogicTest.java (at line 93) assertTrue(Arrays.asList(launcherData.getJvmArgs()).contains(minJvmArg)); Discouraged access: The method getJvmArgs() from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
55. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/JVMArgumentActionLogicTest.java (at line 94) assertFalse(Arrays.asList(launcherData.getJvmArgs()).contains(maxJvmArg)); Discouraged access: The method getJvmArgs() from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
56. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/JVMArgumentActionLogicTest.java (at line 97) parameters.put(ActionConstants.PARM_JVM_ARG, minJvmArg); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
57. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/JVMArgumentActionLogicTest.java (at line 97) parameters.put(ActionConstants.PARM_JVM_ARG, minJvmArg); Discouraged access: The field PARM_JVM_ARG from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
58. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/JVMArgumentActionLogicTest.java (at line 98) rmAction.execute(parameters); Discouraged access: The method execute(Map<String,Object>) from the type RemoveJVMArgumentAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
59. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/JVMArgumentActionLogicTest.java (at line 99) assertFalse(Arrays.asList(launcherData.getJvmArgs()).contains(minJvmArg)); Discouraged access: The method getJvmArgs() from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
60. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/JVMArgumentActionLogicTest.java (at line 107) AddJVMArgumentAction addAction = new AddJVMArgumentAction(); Discouraged access: The type AddJVMArgumentAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
61. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/JVMArgumentActionLogicTest.java (at line 107) AddJVMArgumentAction addAction = new AddJVMArgumentAction(); Discouraged access: The constructor AddJVMArgumentAction() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
62. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/JVMArgumentActionLogicTest.java (at line 107) AddJVMArgumentAction addAction = new AddJVMArgumentAction(); Discouraged access: The type AddJVMArgumentAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
63. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/JVMArgumentActionLogicTest.java (at line 108) RemoveJVMArgumentAction rmAction = new RemoveJVMArgumentAction(); Discouraged access: The type RemoveJVMArgumentAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
64. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/JVMArgumentActionLogicTest.java (at line 108) RemoveJVMArgumentAction rmAction = new RemoveJVMArgumentAction(); Discouraged access: The constructor RemoveJVMArgumentAction() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
65. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/JVMArgumentActionLogicTest.java (at line 108) RemoveJVMArgumentAction rmAction = new RemoveJVMArgumentAction(); Discouraged access: The type RemoveJVMArgumentAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
66. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/JVMArgumentActionLogicTest.java (at line 111) parameters.put(ActionConstants.PARM_JVM_ARG, byteArg); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
67. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/JVMArgumentActionLogicTest.java (at line 111) parameters.put(ActionConstants.PARM_JVM_ARG, byteArg); Discouraged access: The field PARM_JVM_ARG from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
68. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/JVMArgumentActionLogicTest.java (at line 112) addAction.execute(Collections.unmodifiableMap(parameters)); Discouraged access: The method execute(Map<String,Object>) from the type AddJVMArgumentAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
69. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/JVMArgumentActionLogicTest.java (at line 113) assertTrue(Arrays.asList(launcherData.getJvmArgs()).contains(byteArg)); Discouraged access: The method getJvmArgs() from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
70. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/JVMArgumentActionLogicTest.java (at line 115) parameters.put(ActionConstants.PARM_JVM_ARG, kilobyteArg); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
71. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/JVMArgumentActionLogicTest.java (at line 115) parameters.put(ActionConstants.PARM_JVM_ARG, kilobyteArg); Discouraged access: The field PARM_JVM_ARG from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
72. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/JVMArgumentActionLogicTest.java (at line 116) addAction.execute(Collections.unmodifiableMap(parameters)); Discouraged access: The method execute(Map<String,Object>) from the type AddJVMArgumentAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
73. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/JVMArgumentActionLogicTest.java (at line 117) assertTrue(Arrays.asList(launcherData.getJvmArgs()).contains(kilobyteArg)); Discouraged access: The method getJvmArgs() from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
74. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/JVMArgumentActionLogicTest.java (at line 119) parameters.put(ActionConstants.PARM_JVM_ARG, megabyteArg); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
75. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/JVMArgumentActionLogicTest.java (at line 119) parameters.put(ActionConstants.PARM_JVM_ARG, megabyteArg); Discouraged access: The field PARM_JVM_ARG from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
76. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/JVMArgumentActionLogicTest.java (at line 120) addAction.execute(Collections.unmodifiableMap(parameters)); Discouraged access: The method execute(Map<String,Object>) from the type AddJVMArgumentAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
77. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/JVMArgumentActionLogicTest.java (at line 121) assertTrue(Arrays.asList(launcherData.getJvmArgs()).contains(megabyteArg)); Discouraged access: The method getJvmArgs() from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
78. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/JVMArgumentActionLogicTest.java (at line 123) parameters.put(ActionConstants.PARM_JVM_ARG, gigabyteArg); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
79. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/JVMArgumentActionLogicTest.java (at line 123) parameters.put(ActionConstants.PARM_JVM_ARG, gigabyteArg); Discouraged access: The field PARM_JVM_ARG from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
80. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/JVMArgumentActionLogicTest.java (at line 124) addAction.execute(Collections.unmodifiableMap(parameters)); Discouraged access: The method execute(Map<String,Object>) from the type AddJVMArgumentAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
81. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/JVMArgumentActionLogicTest.java (at line 125) assertTrue(Arrays.asList(launcherData.getJvmArgs()).contains(gigabyteArg)); Discouraged access: The method getJvmArgs() from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
82. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/JVMArgumentActionLogicTest.java (at line 128) rmAction.execute(Collections.unmodifiableMap(parameters)); Discouraged access: The method execute(Map<String,Object>) from the type RemoveJVMArgumentAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
83. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/JVMArgumentActionLogicTest.java (at line 129) parameters.put(ActionConstants.PARM_JVM_ARG, megabyteArg); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
84. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/JVMArgumentActionLogicTest.java (at line 129) parameters.put(ActionConstants.PARM_JVM_ARG, megabyteArg); Discouraged access: The field PARM_JVM_ARG from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
85. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/JVMArgumentActionLogicTest.java (at line 130) rmAction.execute(Collections.unmodifiableMap(parameters)); Discouraged access: The method execute(Map<String,Object>) from the type RemoveJVMArgumentAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
86. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/JVMArgumentActionLogicTest.java (at line 131) parameters.put(ActionConstants.PARM_JVM_ARG, kilobyteArg); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
87. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/JVMArgumentActionLogicTest.java (at line 131) parameters.put(ActionConstants.PARM_JVM_ARG, kilobyteArg); Discouraged access: The field PARM_JVM_ARG from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
88. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/JVMArgumentActionLogicTest.java (at line 132) rmAction.execute(Collections.unmodifiableMap(parameters)); Discouraged access: The method execute(Map<String,Object>) from the type RemoveJVMArgumentAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
89. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/JVMArgumentActionLogicTest.java (at line 133) parameters.put(ActionConstants.PARM_JVM_ARG, byteArg); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
90. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/JVMArgumentActionLogicTest.java (at line 133) parameters.put(ActionConstants.PARM_JVM_ARG, byteArg); Discouraged access: The field PARM_JVM_ARG from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
91. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/JVMArgumentActionLogicTest.java (at line 134) rmAction.execute(Collections.unmodifiableMap(parameters)); Discouraged access: The method execute(Map<String,Object>) from the type RemoveJVMArgumentAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
92. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/JVMArgumentActionLogicTest.java (at line 140) parameters.put(ActionConstants.PARM_JVM_ARG, gigabyteArg); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
93. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/JVMArgumentActionLogicTest.java (at line 140) parameters.put(ActionConstants.PARM_JVM_ARG, gigabyteArg); Discouraged access: The field PARM_JVM_ARG from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
94. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/JVMArgumentActionLogicTest.java (at line 141) addAction.execute(Collections.unmodifiableMap(parameters)); Discouraged access: The method execute(Map<String,Object>) from the type AddJVMArgumentAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
95. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/JVMArgumentActionLogicTest.java (at line 142) assertTrue(Arrays.asList(launcherData.getJvmArgs()).contains(gigabyteArg)); Discouraged access: The method getJvmArgs() from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
96. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/JVMArgumentActionLogicTest.java (at line 144) parameters.put(ActionConstants.PARM_JVM_ARG, megabyteArg); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
97. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/JVMArgumentActionLogicTest.java (at line 144) parameters.put(ActionConstants.PARM_JVM_ARG, megabyteArg); Discouraged access: The field PARM_JVM_ARG from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
98. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/JVMArgumentActionLogicTest.java (at line 145) addAction.execute(Collections.unmodifiableMap(parameters)); Discouraged access: The method execute(Map<String,Object>) from the type AddJVMArgumentAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
99. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/JVMArgumentActionLogicTest.java (at line 146) assertTrue(Arrays.asList(launcherData.getJvmArgs()).contains(megabyteArg)); Discouraged access: The method getJvmArgs() from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
100. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/JVMArgumentActionLogicTest.java (at line 149) parameters.put(ActionConstants.PARM_JVM_ARG, megabyteArg); Discouraged access: The field PARM_JVM_ARG from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest3.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/4M/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/planner/PatchTest3.java (at line 55) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest3.java (at line 55) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest3.java (at line 55) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest3.java (at line 56) req1.addInstallableUnits(new IInstallableUnit[] {f1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest3.java (at line 68) ProfileChangeRequest req2 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest3.java (at line 68) ProfileChangeRequest req2 = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest3.java (at line 68) ProfileChangeRequest req2 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest3.java (at line 69) req2.addInstallableUnits(new IInstallableUnit[] {p1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest3.java (at line 70) req2.setInstallableUnitInclusionRules(p1, ProfileInclusionRules.createOptionalInclusionRule(p1)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest3.java (at line 82) ProfileChangeRequest req3 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest3.java (at line 82) ProfileChangeRequest req3 = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest3.java (at line 82) ProfileChangeRequest req3 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest3.java (at line 83) req3.removeInstallableUnits(new IInstallableUnit[] {p1}); Discouraged access: The method removeInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest3.java (at line 91) ProfileChangeRequest req4 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest3.java (at line 91) ProfileChangeRequest req4 = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest3.java (at line 91) ProfileChangeRequest req4 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest3.java (at line 92) req4.removeInstallableUnits(new IInstallableUnit[] {f1}); Discouraged access: The method removeInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest3.java (at line 101) ProfileChangeRequest req5 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest3.java (at line 101) ProfileChangeRequest req5 = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest3.java (at line 101) ProfileChangeRequest req5 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest3.java (at line 102) req5.removeInstallableUnits(new IInstallableUnit[] {f1}); Discouraged access: The method removeInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest3.java (at line 103) req5.addInstallableUnits(new IInstallableUnit[] {f2}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug306424.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/4M/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/planner/Bug306424.java (at line 20) 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/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug306424.java (at line 38) SimpleProfileRegistry realProfileRegistry = (SimpleProfileRegistry) getProfileRegistry(); Discouraged access: The type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug306424.java (at line 38) SimpleProfileRegistry realProfileRegistry = (SimpleProfileRegistry) getProfileRegistry(); Discouraged access: The type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug306424.java (at line 40) Field profilesMapField = SimpleProfileRegistry.class.getDeclaredField("profiles"); //$NON-NLS-1$ Discouraged access: The type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug306424.java (at line 44) Field profileStore = SimpleProfileRegistry.class.getDeclaredField("store"); Discouraged access: The type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug306424.java (at line 61) Field profileStore = SimpleProfileRegistry.class.getDeclaredField("store"); Discouraged access: The type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug306424.java (at line 66) Field profilesMapField = SimpleProfileRegistry.class.getDeclaredField("profiles"); //$NON-NLS-1$ Discouraged access: The type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug306424.java (at line 79) IProfileChangeRequest changeRequest = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug306424.java (at line 79) IProfileChangeRequest changeRequest = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactRepositoryMissingSizeData.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/4M/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/artifact/repository/ArtifactRepositoryMissingSizeData.java (at line 18) import org.eclipse.equinox.internal.p2.engine.Phase; Discouraged access: The type Phase is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactRepositoryMissingSizeData.java (at line 19) import org.eclipse.equinox.internal.p2.engine.PhaseSet; Discouraged access: The type PhaseSet is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactRepositoryMissingSizeData.java (at line 20) import org.eclipse.equinox.internal.p2.engine.phases.Sizing; Discouraged access: The type Sizing is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactRepositoryMissingSizeData.java (at line 67) ProfileChangeRequest req = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactRepositoryMissingSizeData.java (at line 67) ProfileChangeRequest req = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactRepositoryMissingSizeData.java (at line 67) ProfileChangeRequest req = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactRepositoryMissingSizeData.java (at line 68) req.add(missingArtifactIU); Discouraged access: The method add(IInstallableUnit) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactRepositoryMissingSizeData.java (at line 69) req.setInstallableUnitInclusionRules(missingArtifactIU, ProfileInclusionRules.createStrictInclusionRule(missingArtifactIU)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactRepositoryMissingSizeData.java (at line 74) Sizing sizing = new Sizing(100); Discouraged access: The type Sizing is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactRepositoryMissingSizeData.java (at line 74) Sizing sizing = new Sizing(100); Discouraged access: The constructor Sizing(int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactRepositoryMissingSizeData.java (at line 74) Sizing sizing = new Sizing(100); Discouraged access: The type Sizing is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactRepositoryMissingSizeData.java (at line 75) PhaseSet set = new SPhaseSet(sizing); Discouraged access: The type PhaseSet is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactRepositoryMissingSizeData.java (at line 85) ProfileChangeRequest req = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactRepositoryMissingSizeData.java (at line 85) ProfileChangeRequest req = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactRepositoryMissingSizeData.java (at line 85) ProfileChangeRequest req = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactRepositoryMissingSizeData.java (at line 86) req.add(missingSizeIU); Discouraged access: The method add(IInstallableUnit) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactRepositoryMissingSizeData.java (at line 87) req.setInstallableUnitInclusionRules(missingSizeIU, ProfileInclusionRules.createStrictInclusionRule(missingSizeIU)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactRepositoryMissingSizeData.java (at line 92) Sizing sizing = new Sizing(100); Discouraged access: The type Sizing is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactRepositoryMissingSizeData.java (at line 92) Sizing sizing = new Sizing(100); Discouraged access: The constructor Sizing(int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactRepositoryMissingSizeData.java (at line 92) Sizing sizing = new Sizing(100); Discouraged access: The type Sizing is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactRepositoryMissingSizeData.java (at line 93) PhaseSet set = new SPhaseSet(sizing); Discouraged access: The type PhaseSet is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactRepositoryMissingSizeData.java (at line 101) private class SPhaseSet extends PhaseSet { Discouraged access: The type PhaseSet is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactRepositoryMissingSizeData.java (at line 102) public SPhaseSet(Phase set) { Discouraged access: The type Phase is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactRepositoryMissingSizeData.java (at line 103) super(new Phase[] {set}); Discouraged access: The constructor PhaseSet(Phase[]) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactRepositoryMissingSizeData.java (at line 103) super(new Phase[] {set}); Discouraged access: The type Phase is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/DropinsScenario.java (at line 11) 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/4M/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/planner/DropinsScenario.java (at line 52) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/DropinsScenario.java (at line 52) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/DropinsScenario.java (at line 52) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/DropinsScenario.java (at line 53) req.addInstallableUnits(new IInstallableUnit[] {as, bs}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small5.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/4M/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/planner/Bug300572Small5.java (at line 54) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small5.java (at line 54) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small5.java (at line 54) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small5.java (at line 55) req1.addInstallableUnits(new IInstallableUnit[] {a1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small5.java (at line 62) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small5.java (at line 62) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small5.java (at line 62) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small5.java (at line 63) req1.addInstallableUnits(new IInstallableUnit[] {a1, p1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small5.java (at line 70) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small5.java (at line 70) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small5.java (at line 70) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug300572Small5.java (at line 71) req1.addInstallableUnits(new IInstallableUnit[] {a1, p1, p2}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerIUProperties.java (at line 15) 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/4M/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/planner/TestRequestFlexerIUProperties.java (at line 16) import org.eclipse.equinox.internal.p2.operations.RequestFlexer; Discouraged access: The type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerIUProperties.java (at line 79) RequestFlexer av = new RequestFlexer(planner); Discouraged access: The type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerIUProperties.java (at line 79) RequestFlexer av = new RequestFlexer(planner); Discouraged access: The constructor RequestFlexer(IPlanner) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerIUProperties.java (at line 79) RequestFlexer av = new RequestFlexer(planner); Discouraged access: The type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerIUProperties.java (at line 80) av.setAllowInstalledElementChange(true); Discouraged access: The method setAllowInstalledElementChange(boolean) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerIUProperties.java (at line 81) av.setProvisioningContext(context); Discouraged access: The method setProvisioningContext(ProvisioningContext) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerIUProperties.java (at line 82) IProfileChangeRequest realRequest = av.getChangeRequest(originalRequest, profile, new NullProgressMonitor()); Discouraged access: The method getChangeRequest(IProfileChangeRequest, IProfile, IProgressMonitor) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerIUProperties.java (at line 104) RequestFlexer av = new RequestFlexer(planner); Discouraged access: The type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerIUProperties.java (at line 104) RequestFlexer av = new RequestFlexer(planner); Discouraged access: The constructor RequestFlexer(IPlanner) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerIUProperties.java (at line 104) RequestFlexer av = new RequestFlexer(planner); Discouraged access: The type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerIUProperties.java (at line 105) av.setAllowInstalledElementChange(true); Discouraged access: The method setAllowInstalledElementChange(boolean) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerIUProperties.java (at line 106) av.setProvisioningContext(context); Discouraged access: The method setProvisioningContext(ProvisioningContext) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerIUProperties.java (at line 107) IProfileChangeRequest realRequest = av.getChangeRequest(originalRequest, profile, new NullProgressMonitor()); Discouraged access: The method getChangeRequest(IProfileChangeRequest, IProfile, IProgressMonitor) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerIUProperties.java (at line 134) RequestFlexer av = new RequestFlexer(planner); Discouraged access: The type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerIUProperties.java (at line 134) RequestFlexer av = new RequestFlexer(planner); Discouraged access: The constructor RequestFlexer(IPlanner) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerIUProperties.java (at line 134) RequestFlexer av = new RequestFlexer(planner); Discouraged access: The type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerIUProperties.java (at line 135) av.setAllowInstalledElementChange(true); Discouraged access: The method setAllowInstalledElementChange(boolean) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerIUProperties.java (at line 136) av.setProvisioningContext(context); Discouraged access: The method setProvisioningContext(ProvisioningContext) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerIUProperties.java (at line 137) IProfileChangeRequest realRequest = av.getChangeRequest(originalRequest, profile, new NullProgressMonitor()); Discouraged access: The method getChangeRequest(IProfileChangeRequest, IProfile, IProgressMonitor) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerIUProperties.java (at line 161) RequestFlexer av = new RequestFlexer(planner); Discouraged access: The type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerIUProperties.java (at line 161) RequestFlexer av = new RequestFlexer(planner); Discouraged access: The constructor RequestFlexer(IPlanner) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerIUProperties.java (at line 161) RequestFlexer av = new RequestFlexer(planner); Discouraged access: The type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerIUProperties.java (at line 162) av.setAllowDifferentVersion(true); Discouraged access: The method setAllowDifferentVersion(boolean) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerIUProperties.java (at line 163) av.setProvisioningContext(context); Discouraged access: The method setProvisioningContext(ProvisioningContext) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerIUProperties.java (at line 164) IProfileChangeRequest realRequest = av.getChangeRequest(originalRequest, profile, new NullProgressMonitor()); Discouraged access: The method getChangeRequest(IProfileChangeRequest, IProfile, IProgressMonitor) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerIUProperties.java (at line 172) Map<String, String> match = ((ProfileChangeRequest) request).getInstallableUnitProfilePropertiesToAdd().get(iu); Discouraged access: The method getInstallableUnitProfilePropertiesToAdd() from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerIUProperties.java (at line 172) Map<String, String> match = ((ProfileChangeRequest) request).getInstallableUnitProfilePropertiesToAdd().get(iu); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerIUProperties.java (at line 178) Map<String, String> match = ((ProfileChangeRequest) request).getInstallableUnitProfilePropertiesToAdd().get(iu); Discouraged access: The method getInstallableUnitProfilePropertiesToAdd() from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerIUProperties.java (at line 178) Map<String, String> match = ((ProfileChangeRequest) request).getInstallableUnitProfilePropertiesToAdd().get(iu); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTestMultiplePatch2.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/4M/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/planner/PatchTestMultiplePatch2.java (at line 69) ProfileChangeRequest req = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTestMultiplePatch2.java (at line 69) ProfileChangeRequest req = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTestMultiplePatch2.java (at line 69) ProfileChangeRequest req = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTestMultiplePatch2.java (at line 70) req.addInstallableUnits(new IInstallableUnit[] {p2Feature, pp1, pp2}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ANYConfigCUsActionTest.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/4M/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/publisher/actions/ANYConfigCUsActionTest.java (at line 19) import org.eclipse.equinox.internal.p2.publisher.eclipse.DataLoader; Discouraged access: The type DataLoader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ANYConfigCUsActionTest.java (at line 20) import org.eclipse.equinox.internal.p2.publisher.eclipse.ProductFile; Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ANYConfigCUsActionTest.java (at line 21) import org.eclipse.equinox.internal.provisional.frameworkadmin.ConfigData; Discouraged access: The type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ANYConfigCUsActionTest.java (at line 22) import org.eclipse.equinox.internal.provisional.frameworkadmin.LauncherData; Discouraged access: The type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ANYConfigCUsActionTest.java (at line 25) import org.eclipse.equinox.p2.publisher.AbstractPublisherAction; Discouraged access: The type AbstractPublisherAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ANYConfigCUsActionTest.java (at line 26) import org.eclipse.equinox.p2.publisher.IPublisherResult; Discouraged access: The type IPublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ANYConfigCUsActionTest.java (at line 43) private DataLoader loader; Discouraged access: The type DataLoader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ANYConfigCUsActionTest.java (at line 48) String[] cfgSpecs = AbstractPublisherAction.parseConfigSpec("ANY"); //$NON-NLS-1$ Discouraged access: The type AbstractPublisherAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ANYConfigCUsActionTest.java (at line 48) String[] cfgSpecs = AbstractPublisherAction.parseConfigSpec("ANY"); //$NON-NLS-1$ Discouraged access: The method parseConfigSpec(String) from the type AbstractPublisherAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ANYConfigCUsActionTest.java (at line 49) configSpec = AbstractPublisherAction.createConfigSpec(cfgSpecs[0], cfgSpecs[1], cfgSpecs[2]); Discouraged access: The type AbstractPublisherAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ANYConfigCUsActionTest.java (at line 49) configSpec = AbstractPublisherAction.createConfigSpec(cfgSpecs[0], cfgSpecs[1], cfgSpecs[2]); Discouraged access: The method createConfigSpec(String, String, String) from the type AbstractPublisherAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ANYConfigCUsActionTest.java (at line 52) testAction = new ConfigCUsAction(publisherInfo, flavor, id, version); Discouraged access: The constructor ConfigCUsAction(IPublisherInfo, String, String, Version) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ANYConfigCUsActionTest.java (at line 52) testAction = new ConfigCUsAction(publisherInfo, flavor, id, version); Discouraged access: The type ConfigCUsAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ANYConfigCUsActionTest.java (at line 56) testAction.perform(publisherInfo, publisherResult, new NullProgressMonitor()); Discouraged access: The method perform(IPublisherInfo, IPublisherResult, IProgressMonitor) from the type AbstractPublisherAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ANYConfigCUsActionTest.java (at line 62) ArrayList IUs = new ArrayList(publisherResult.getIUs(null, IPublisherResult.ROOT)); Discouraged access: The method getIUs(String, String) from the type IPublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ANYConfigCUsActionTest.java (at line 62) ArrayList IUs = new ArrayList(publisherResult.getIUs(null, IPublisherResult.ROOT)); Discouraged access: The type IPublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ANYConfigCUsActionTest.java (at line 62) ArrayList IUs = new ArrayList(publisherResult.getIUs(null, IPublisherResult.ROOT)); Discouraged access: The field ROOT from the type IPublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ANYConfigCUsActionTest.java (at line 64) InstallableUnit iu = (InstallableUnit) IUs.get(0); Discouraged access: The type InstallableUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ANYConfigCUsActionTest.java (at line 64) InstallableUnit iu = (InstallableUnit) IUs.get(0); Discouraged access: The type InstallableUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ANYConfigCUsActionTest.java (at line 65) assertTrue(iu.getId().equalsIgnoreCase(flavor + id + ".configuration")); //$NON-NLS-1$ Discouraged access: The method getId() from the type InstallableUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ANYConfigCUsActionTest.java (at line 68) Collection<IProvidedCapability> providedCapabilities = iu.getProvidedCapabilities(); Discouraged access: The method getProvidedCapabilities() from the type InstallableUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ANYConfigCUsActionTest.java (at line 69) verifyProvidedCapability(providedCapabilities, "org.eclipse.equinox.p2.iu", iu.getId(), version); //$NON-NLS-1$ Discouraged access: The method getId() from the type InstallableUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ANYConfigCUsActionTest.java (at line 73) List<IRequirement> requiredCapability = iu.getRequirements(); Discouraged access: The method getRequirements() from the type InstallableUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ANYConfigCUsActionTest.java (at line 86) ArrayList IUs = new ArrayList(publisherResult.getIUs(null, IPublisherResult.NON_ROOT)); Discouraged access: The method getIUs(String, String) from the type IPublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ANYConfigCUsActionTest.java (at line 86) ArrayList IUs = new ArrayList(publisherResult.getIUs(null, IPublisherResult.NON_ROOT)); Discouraged access: The type IPublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ANYConfigCUsActionTest.java (at line 86) ArrayList IUs = new ArrayList(publisherResult.getIUs(null, IPublisherResult.NON_ROOT)); Discouraged access: The field NON_ROOT from the type IPublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ANYConfigCUsActionTest.java (at line 88) InstallableUnit iu = (InstallableUnit) IUs.get(i); Discouraged access: The type InstallableUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ANYConfigCUsActionTest.java (at line 88) InstallableUnit iu = (InstallableUnit) IUs.get(i); Discouraged access: The type InstallableUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ANYConfigCUsActionTest.java (at line 89) if (iu.getId().equals(flavor + id + "." + cuType + "." + configSpec)) { //$NON-NLS-1$ //$NON-NLS-2$ Discouraged access: The method getId() from the type InstallableUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ANYConfigCUsActionTest.java (at line 91) assertNull(iu.getFilter()); // no filter if config spec is ANY Discouraged access: The method getFilter() from the type InstallableUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ANYConfigCUsActionTest.java (at line 93) assertTrue(iu.getVersion().equals(version)); Discouraged access: The method getVersion() from the type InstallableUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ANYConfigCUsActionTest.java (at line 95) assertFalse(iu.isSingleton()); Discouraged access: The method isSingleton() from the type InstallableUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ANYConfigCUsActionTest.java (at line 97) Collection<IProvidedCapability> providedCapabilities = iu.getProvidedCapabilities(); Discouraged access: The method getProvidedCapabilities() from the type InstallableUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ANYConfigCUsActionTest.java (at line 102) assertTrue(iu.getRequirements().size() == 0); Discouraged access: The method getRequirements() from the type InstallableUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ANYConfigCUsActionTest.java (at line 175) loader = new DataLoader(configLocation, executableLocation); Discouraged access: The constructor DataLoader(File, File) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
37. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ANYConfigCUsActionTest.java (at line 175) loader = new DataLoader(configLocation, executableLocation); Discouraged access: The type DataLoader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
38. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ANYConfigCUsActionTest.java (at line 178) LauncherData launcherData = loader.getLauncherData(); Discouraged access: The type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
39. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ANYConfigCUsActionTest.java (at line 178) LauncherData launcherData = loader.getLauncherData(); Discouraged access: The method getLauncherData() from the type DataLoader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
40. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ANYConfigCUsActionTest.java (at line 179) LaunchingAdvice launchingAdvice = new LaunchingAdvice(launcherData, configSpec); Discouraged access: The type LaunchingAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
41. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ANYConfigCUsActionTest.java (at line 179) LaunchingAdvice launchingAdvice = new LaunchingAdvice(launcherData, configSpec); Discouraged access: The constructor LaunchingAdvice(LauncherData, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
42. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ANYConfigCUsActionTest.java (at line 179) LaunchingAdvice launchingAdvice = new LaunchingAdvice(launcherData, configSpec); Discouraged access: The type LaunchingAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
43. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ANYConfigCUsActionTest.java (at line 184) ProductFileAdvice productAdvice = null; Discouraged access: The type ProductFileAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
44. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ANYConfigCUsActionTest.java (at line 188) productAdvice = new ProductFileAdvice(new ProductFile(productFileLocation), configSpec); Discouraged access: The constructor ProductFileAdvice(IProductDescriptor, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
45. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ANYConfigCUsActionTest.java (at line 188) productAdvice = new ProductFileAdvice(new ProductFile(productFileLocation), configSpec); Discouraged access: The type ProductFileAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
46. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ANYConfigCUsActionTest.java (at line 188) productAdvice = new ProductFileAdvice(new ProductFile(productFileLocation), configSpec); Discouraged access: The constructor ProductFile(String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
47. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ANYConfigCUsActionTest.java (at line 188) productAdvice = new ProductFileAdvice(new ProductFile(productFileLocation), configSpec); Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
48. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ANYConfigCUsActionTest.java (at line 194) expect(publisherInfo.getAdvice(EasyMock.matches(configSpec), EasyMock.eq(false), (String) EasyMock.anyObject(), (Version) EasyMock.anyObject(), EasyMock.eq(IExecutableAdvice.class))).andReturn(launchingList).anyTimes(); Discouraged access: The method getAdvice(String, boolean, String, Version, Class<IExecutableAdvice>) from the type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
49. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ANYConfigCUsActionTest.java (at line 194) expect(publisherInfo.getAdvice(EasyMock.matches(configSpec), EasyMock.eq(false), (String) EasyMock.anyObject(), (Version) EasyMock.anyObject(), EasyMock.eq(IExecutableAdvice.class))).andReturn(launchingList).anyTimes(); Discouraged access: The type IExecutableAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
50. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ANYConfigCUsActionTest.java (at line 197) ConfigData configData = loader.getConfigData(); Discouraged access: The type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
51. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ANYConfigCUsActionTest.java (at line 197) ConfigData configData = loader.getConfigData(); Discouraged access: The method getConfigData() from the type DataLoader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
52. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ANYConfigCUsActionTest.java (at line 198) ConfigAdvice configAdvice = new ConfigAdvice(configData, configSpec); Discouraged access: The type ConfigAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
53. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ANYConfigCUsActionTest.java (at line 198) ConfigAdvice configAdvice = new ConfigAdvice(configData, configSpec); Discouraged access: The constructor ConfigAdvice(ConfigData, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
54. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ANYConfigCUsActionTest.java (at line 198) ConfigAdvice configAdvice = new ConfigAdvice(configData, configSpec); Discouraged access: The type ConfigAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
55. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ANYConfigCUsActionTest.java (at line 202) expect(publisherInfo.getAdvice(EasyMock.matches(configSpec), EasyMock.eq(false), (String) EasyMock.anyObject(), (Version) EasyMock.anyObject(), EasyMock.eq(IConfigAdvice.class))).andReturn(configList).anyTimes(); Discouraged access: The method getAdvice(String, boolean, String, Version, Class<IConfigAdvice>) from the type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
56. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ANYConfigCUsActionTest.java (at line 202) expect(publisherInfo.getAdvice(EasyMock.matches(configSpec), EasyMock.eq(false), (String) EasyMock.anyObject(), (Version) EasyMock.anyObject(), EasyMock.eq(IConfigAdvice.class))).andReturn(configList).anyTimes(); Discouraged access: The type IConfigAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
57. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ANYConfigCUsActionTest.java (at line 208) expect(publisherInfo.getMetadataRepository()).andReturn(metadataRepo).anyTimes(); Discouraged access: The method getMetadataRepository() from the type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
58. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ANYConfigCUsActionTest.java (at line 209) expect(publisherInfo.getContextMetadataRepository()).andReturn(null).anyTimes(); Discouraged access: The method getContextMetadataRepository() from the type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
59. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ANYConfigCUsActionTest.java (at line 222) publisherResult.addIU(iu, IPublisherResult.NON_ROOT); Discouraged access: The method addIU(IInstallableUnit, String) from the type IPublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
60. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ANYConfigCUsActionTest.java (at line 222) publisherResult.addIU(iu, IPublisherResult.NON_ROOT); Discouraged access: The type IPublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
61. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ANYConfigCUsActionTest.java (at line 222) publisherResult.addIU(iu, IPublisherResult.NON_ROOT); Discouraged access: The field NON_ROOT from the type IPublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/engine/SurrogateProfileHandlerTest.java (at line 31) private SurrogateProfileHandler handler; Discouraged access: The type SurrogateProfileHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/engine/SurrogateProfileHandlerTest.java (at line 33) private static void saveProfile(IProfileRegistry iRegistry, Profile profile) { Discouraged access: The type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/engine/SurrogateProfileHandlerTest.java (at line 34) SimpleProfileRegistry registry = (SimpleProfileRegistry) iRegistry; Discouraged access: The type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/engine/SurrogateProfileHandlerTest.java (at line 34) SimpleProfileRegistry registry = (SimpleProfileRegistry) iRegistry; Discouraged access: The type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/engine/SurrogateProfileHandlerTest.java (at line 35) profile.setChanged(false); Discouraged access: The method setChanged(boolean) from the type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/engine/SurrogateProfileHandlerTest.java (at line 36) registry.lockProfile(profile); Discouraged access: The method lockProfile(Profile) from the type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/engine/SurrogateProfileHandlerTest.java (at line 38) profile.setChanged(true); Discouraged access: The method setChanged(boolean) from the type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/engine/SurrogateProfileHandlerTest.java (at line 39) registry.updateProfile(profile); Discouraged access: The method updateProfile(Profile) from the type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/engine/SurrogateProfileHandlerTest.java (at line 41) registry.unlockProfile(profile); Discouraged access: The method unlockProfile(IProfile) from the type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/engine/SurrogateProfileHandlerTest.java (at line 42) profile.setChanged(false); Discouraged access: The method setChanged(boolean) from the type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/engine/SurrogateProfileHandlerTest.java (at line 58) handler = new SurrogateProfileHandler(getAgent()); Discouraged access: The constructor SurrogateProfileHandler(IProvisioningAgent) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/engine/SurrogateProfileHandlerTest.java (at line 58) handler = new SurrogateProfileHandler(getAgent()); Discouraged access: The type SurrogateProfileHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/engine/SurrogateProfileHandlerTest.java (at line 59) Field registryField = SurrogateProfileHandler.class.getDeclaredField("profileRegistry"); Discouraged access: The type SurrogateProfileHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/engine/SurrogateProfileHandlerTest.java (at line 70) Profile profile = (Profile) registry.addProfile(PROFILE_NAME); Discouraged access: The type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/engine/SurrogateProfileHandlerTest.java (at line 70) Profile profile = (Profile) registry.addProfile(PROFILE_NAME); Discouraged access: The type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/engine/SurrogateProfileHandlerTest.java (at line 71) assertFalse(handler.isSurrogate(profile)); Discouraged access: The method isSurrogate(IProfile) from the type SurrogateProfileHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/engine/SurrogateProfileHandlerTest.java (at line 72) IProfile surrogateProfile = handler.createProfile(PROFILE_NAME); Discouraged access: The method createProfile(String) from the type SurrogateProfileHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/engine/SurrogateProfileHandlerTest.java (at line 73) assertTrue(handler.isSurrogate(surrogateProfile)); Discouraged access: The method isSurrogate(IProfile) from the type SurrogateProfileHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/engine/SurrogateProfileHandlerTest.java (at line 77) assertNull(handler.createProfile(PROFILE_NAME)); Discouraged access: The method createProfile(String) from the type SurrogateProfileHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/engine/SurrogateProfileHandlerTest.java (at line 78) Profile profile = (Profile) registry.addProfile(PROFILE_NAME); Discouraged access: The type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/engine/SurrogateProfileHandlerTest.java (at line 78) Profile profile = (Profile) registry.addProfile(PROFILE_NAME); Discouraged access: The type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/engine/SurrogateProfileHandlerTest.java (at line 79) profile.addInstallableUnit(createIU("test")); Discouraged access: The method addInstallableUnit(IInstallableUnit) from the type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/engine/SurrogateProfileHandlerTest.java (at line 81) IProfile surrogateProfile = handler.createProfile(PROFILE_NAME); Discouraged access: The method createProfile(String) from the type SurrogateProfileHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/engine/SurrogateProfileHandlerTest.java (at line 82) assertTrue(handler.isSurrogate(surrogateProfile)); Discouraged access: The method isSurrogate(IProfile) from the type SurrogateProfileHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/core/URLUtilTest.java (at line 16) import org.eclipse.equinox.internal.p2.core.helpers.URLUtil; Discouraged access: The type URLUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/core/URLUtilTest.java (at line 20) * Tests for the {@link URLUtil} class. Discouraged access: The type URLUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/core/URLUtilTest.java (at line 26) * Tests for {@link URLUtil#toFile(URL)}. Discouraged access: The type URLUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/core/URLUtilTest.java (at line 26) * Tests for {@link URLUtil#toFile(URL)}. Discouraged access: The method toFile(URL) from the type URLUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/core/URLUtilTest.java (at line 35) File result = URLUtil.toFile(encoded); Discouraged access: The type URLUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/core/URLUtilTest.java (at line 35) File result = URLUtil.toFile(encoded); Discouraged access: The method toFile(URL) from the type URLUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/core/URLUtilTest.java (at line 44) * Tests for {@link URLUtil#toFile(URL)}. Discouraged access: The type URLUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/core/URLUtilTest.java (at line 44) * Tests for {@link URLUtil#toFile(URL)}. Discouraged access: The method toFile(URL) from the type URLUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/core/URLUtilTest.java (at line 52) File result = URLUtil.toFile(encoded); Discouraged access: The type URLUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/core/URLUtilTest.java (at line 52) File result = URLUtil.toFile(encoded); Discouraged access: The method toFile(URL) from the type URLUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/core/URLUtilTest.java (at line 61) * Tests for {@link URLUtil#toURI(URL)}. Discouraged access: The type URLUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/core/URLUtilTest.java (at line 67) File result = URLUtil.toFile(url); Discouraged access: The type URLUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/core/URLUtilTest.java (at line 67) File result = URLUtil.toFile(url); Discouraged access: The method toFile(URL) from the type URLUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/core/URLUtilTest.java (at line 75) File result = URLUtil.toFile(url); Discouraged access: The type URLUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/core/URLUtilTest.java (at line 75) File result = URLUtil.toFile(url); Discouraged access: The method toFile(URL) from the type URLUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/core/URLUtilTest.java (at line 80) result = URLUtil.toFile(url); Discouraged access: The type URLUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/core/URLUtilTest.java (at line 80) result = URLUtil.toFile(url); Discouraged access: The method toFile(URL) from the type URLUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/JarURLMetadataRepositoryTest.java (at line 20) import org.eclipse.equinox.internal.p2.core.helpers.FileUtils; Discouraged access: The type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/JarURLMetadataRepositoryTest.java (at line 54) FileUtils.deleteAll(testRepoJar.getParentFile()); Discouraged access: The type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/JarURLMetadataRepositoryTest.java (at line 54) FileUtils.deleteAll(testRepoJar.getParentFile()); Discouraged access: The method deleteAll(File) from the type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/JarURLMetadataRepositoryTest.java (at line 77) FileUtils.deleteAll(testRepo); Discouraged access: The type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/JarURLMetadataRepositoryTest.java (at line 77) FileUtils.deleteAll(testRepo); Discouraged access: The method deleteAll(File) from the type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/StatusMatchers.java (at line 16) import org.junit.internal.matchers.TypeSafeMatcher; Discouraged access: The type TypeSafeMatcher<T> is not accessible due to restriction on classpath entry /shared/eclipse/builds/4M/localMavenRepo/.cache/tycho/org.junit-4.11.0.v201303080030.jar/junit.jar |
2. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/StatusMatchers.java (at line 21) return new TypeSafeMatcher<IStatus>() { Discouraged access: The type TypeSafeMatcher<IStatus> is not accessible due to restriction on classpath entry /shared/eclipse/builds/4M/localMavenRepo/.cache/tycho/org.junit-4.11.0.v201303080030.jar/junit.jar |
3. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/StatusMatchers.java (at line 35) return new TypeSafeMatcher<IStatus>() { Discouraged access: The type TypeSafeMatcher<IStatus> is not accessible due to restriction on classpath entry /shared/eclipse/builds/4M/localMavenRepo/.cache/tycho/org.junit-4.11.0.v201303080030.jar/junit.jar |
4. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/StatusMatchers.java (at line 49) return new TypeSafeMatcher<IStatus>() { Discouraged access: The type TypeSafeMatcher<IStatus> is not accessible due to restriction on classpath entry /shared/eclipse/builds/4M/localMavenRepo/.cache/tycho/org.junit-4.11.0.v201303080030.jar/junit.jar |
1. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/MetadataRepositoryCleanupTest.java (at line 16) import org.eclipse.equinox.p2.internal.repository.tools.MirrorApplication; Discouraged access: The type MirrorApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/MetadataRepositoryCleanupTest.java (at line 56) MirrorApplication application = new MirrorApplication(); Discouraged access: The type MirrorApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/MetadataRepositoryCleanupTest.java (at line 56) MirrorApplication application = new MirrorApplication(); Discouraged access: The constructor MirrorApplication() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/MetadataRepositoryCleanupTest.java (at line 56) MirrorApplication application = new MirrorApplication(); Discouraged access: The type MirrorApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/MetadataRepositoryCleanupTest.java (at line 58) application.initializeFromArguments(args); Discouraged access: The method initializeFromArguments(String[]) from the type MirrorApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/MetadataRepositoryCleanupTest.java (at line 63) application.run(null); Discouraged access: The method run(IProgressMonitor) from the type MirrorApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MissingDependency2.java (at line 11) 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/4M/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/planner/MissingDependency2.java (at line 44) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MissingDependency2.java (at line 44) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MissingDependency2.java (at line 44) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MissingDependency2.java (at line 45) req.addInstallableUnits(new IInstallableUnit[] {a1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/SharedProfilePreferencesTest.java (at line 19) import org.eclipse.equinox.internal.p2.core.helpers.ServiceHelper; Discouraged access: The type ServiceHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/SharedProfilePreferencesTest.java (at line 53) IPreferencesService prefService = (IPreferencesService) ServiceHelper.getService(TestActivator.getContext(), IPreferencesService.class.getName()); Discouraged access: The type ServiceHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/SharedProfilePreferencesTest.java (at line 53) IPreferencesService prefService = (IPreferencesService) ServiceHelper.getService(TestActivator.getContext(), IPreferencesService.class.getName()); Discouraged access: The method getService(BundleContext, String) from the type ServiceHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/SharedProfilePreferencesTest.java (at line 59) IPreferencesService prefService = (IPreferencesService) ServiceHelper.getService(TestActivator.getContext(), IPreferencesService.class.getName()); Discouraged access: The type ServiceHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/SharedProfilePreferencesTest.java (at line 59) IPreferencesService prefService = (IPreferencesService) ServiceHelper.getService(TestActivator.getContext(), IPreferencesService.class.getName()); Discouraged access: The method getService(BundleContext, String) from the type ServiceHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java (at line 15) import org.eclipse.equinox.internal.p2.engine.InstallableUnitOperand; Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java (at line 16) import org.eclipse.equinox.internal.p2.touchpoint.eclipse.EclipseTouchpoint; Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java (at line 17) import org.eclipse.equinox.internal.p2.touchpoint.eclipse.Util; Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java (at line 18) import org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.ActionConstants; Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java (at line 19) import org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.AddProgramArgumentAction; Discouraged access: The type AddProgramArgumentAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java (at line 20) import org.eclipse.equinox.internal.provisional.frameworkadmin.Manipulator; Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java (at line 24) import org.eclipse.equinox.p2.publisher.eclipse.BundlesAction; Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java (at line 28) import org.eclipse.equinox.spi.p2.publisher.PublisherHelper; Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java (at line 43) parameters.put(ActionConstants.PARM_AGENT, getAgent()); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java (at line 43) parameters.put(ActionConstants.PARM_AGENT, getAgent()); Discouraged access: The field PARM_AGENT from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java (at line 44) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java (at line 44) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The constructor EclipseTouchpoint() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java (at line 44) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java (at line 48) InstallableUnitOperand operand = new InstallableUnitOperand(null, createIU("test")); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java (at line 48) InstallableUnitOperand operand = new InstallableUnitOperand(null, createIU("test")); Discouraged access: The constructor InstallableUnitOperand(IInstallableUnit, IInstallableUnit) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java (at line 48) InstallableUnitOperand operand = new InstallableUnitOperand(null, createIU("test")); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java (at line 49) touchpoint.initializePhase(null, profile, "test", parameters); Discouraged access: The method initializePhase(IProgressMonitor, IProfile, String, Map<String,Object>) from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java (at line 50) parameters.put("iu", operand.second()); Discouraged access: The method second() from the type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java (at line 51) touchpoint.initializeOperand(profile, parameters); Discouraged access: The method initializeOperand(IProfile, Map<String,Object>) from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java (at line 52) Manipulator manipulator = (Manipulator) parameters.get(EclipseTouchpoint.PARM_MANIPULATOR); Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java (at line 52) Manipulator manipulator = (Manipulator) parameters.get(EclipseTouchpoint.PARM_MANIPULATOR); Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java (at line 52) Manipulator manipulator = (Manipulator) parameters.get(EclipseTouchpoint.PARM_MANIPULATOR); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java (at line 52) Manipulator manipulator = (Manipulator) parameters.get(EclipseTouchpoint.PARM_MANIPULATOR); Discouraged access: The field PARM_MANIPULATOR from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java (at line 56) assertFalse(Arrays.asList(manipulator.getLauncherData().getProgramArgs()).contains(programArg)); Discouraged access: The method getProgramArgs() from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java (at line 56) assertFalse(Arrays.asList(manipulator.getLauncherData().getProgramArgs()).contains(programArg)); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java (at line 57) parameters.put(ActionConstants.PARM_PROGRAM_ARG, programArg); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java (at line 57) parameters.put(ActionConstants.PARM_PROGRAM_ARG, programArg); Discouraged access: The field PARM_PROGRAM_ARG from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java (at line 60) AddProgramArgumentAction action = new AddProgramArgumentAction(); Discouraged access: The type AddProgramArgumentAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java (at line 60) AddProgramArgumentAction action = new AddProgramArgumentAction(); Discouraged access: The constructor AddProgramArgumentAction() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java (at line 60) AddProgramArgumentAction action = new AddProgramArgumentAction(); Discouraged access: The type AddProgramArgumentAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java (at line 61) action.execute(parameters); Discouraged access: The method execute(Map<String,Object>) from the type AddProgramArgumentAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java (at line 62) assertTrue(Arrays.asList(manipulator.getLauncherData().getProgramArgs()).contains(programArg)); Discouraged access: The method getProgramArgs() from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java (at line 62) assertTrue(Arrays.asList(manipulator.getLauncherData().getProgramArgs()).contains(programArg)); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java (at line 63) action.undo(parameters); Discouraged access: The method undo(Map<String,Object>) from the type AddProgramArgumentAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java (at line 64) assertFalse(Arrays.asList(manipulator.getLauncherData().getProgramArgs()).contains(programArg)); Discouraged access: The method getProgramArgs() from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java (at line 64) assertFalse(Arrays.asList(manipulator.getLauncherData().getProgramArgs()).contains(programArg)); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
37. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java (at line 74) IFileArtifactRepository bundlePool = Util.getBundlePoolRepository(getAgent(), profile); Discouraged access: The method getBundlePoolRepository(IProvisioningAgent, IProfile) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
38. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java (at line 74) IFileArtifactRepository bundlePool = Util.getBundlePoolRepository(getAgent(), profile); Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
39. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java (at line 81) BundleDescription bundleDescription = BundlesAction.createBundleDescription(osgiTarget); Discouraged access: The method createBundleDescription(File) from the type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
40. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java (at line 81) BundleDescription bundleDescription = BundlesAction.createBundleDescription(osgiTarget); Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
41. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java (at line 82) IArtifactKey key = BundlesAction.createBundleArtifactKey(bundleDescription.getSymbolicName(), bundleDescription.getVersion().toString()); Discouraged access: The method createBundleArtifactKey(String, String) from the type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
42. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java (at line 82) IArtifactKey key = BundlesAction.createBundleArtifactKey(bundleDescription.getSymbolicName(), bundleDescription.getVersion().toString()); Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
43. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java (at line 83) IArtifactDescriptor descriptor = PublisherHelper.createArtifactDescriptor(key, osgiTarget); Discouraged access: The method createArtifactDescriptor(IArtifactKey, File) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
44. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java (at line 83) IArtifactDescriptor descriptor = PublisherHelper.createArtifactDescriptor(key, osgiTarget); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
45. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java (at line 88) parameters.put(ActionConstants.PARM_AGENT, getAgent()); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
46. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java (at line 88) parameters.put(ActionConstants.PARM_AGENT, getAgent()); Discouraged access: The field PARM_AGENT from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
47. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java (at line 89) parameters.put(ActionConstants.PARM_PROFILE, profile); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
48. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java (at line 89) parameters.put(ActionConstants.PARM_PROFILE, profile); Discouraged access: The field PARM_PROFILE from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
49. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java (at line 90) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
50. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java (at line 90) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The constructor EclipseTouchpoint() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
51. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java (at line 90) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
52. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java (at line 91) touchpoint.initializePhase(null, profile, "test", parameters); Discouraged access: The method initializePhase(IProgressMonitor, IProfile, String, Map<String,Object>) from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
53. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java (at line 92) InstallableUnitOperand operand = new InstallableUnitOperand(null, iu); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
54. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java (at line 92) InstallableUnitOperand operand = new InstallableUnitOperand(null, iu); Discouraged access: The constructor InstallableUnitOperand(IInstallableUnit, IInstallableUnit) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
55. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java (at line 92) InstallableUnitOperand operand = new InstallableUnitOperand(null, iu); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
56. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java (at line 93) parameters.put("iu", operand.second()); Discouraged access: The method second() from the type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
57. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java (at line 95) touchpoint.initializeOperand(profile, parameters); Discouraged access: The method initializeOperand(IProfile, Map<String,Object>) from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
58. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java (at line 96) Manipulator manipulator = (Manipulator) parameters.get(EclipseTouchpoint.PARM_MANIPULATOR); Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
59. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java (at line 96) Manipulator manipulator = (Manipulator) parameters.get(EclipseTouchpoint.PARM_MANIPULATOR); Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
60. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java (at line 96) Manipulator manipulator = (Manipulator) parameters.get(EclipseTouchpoint.PARM_MANIPULATOR); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
61. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java (at line 96) Manipulator manipulator = (Manipulator) parameters.get(EclipseTouchpoint.PARM_MANIPULATOR); Discouraged access: The field PARM_MANIPULATOR from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
62. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java (at line 101) keyParameters.put(ActionConstants.PARM_PROGRAM_ARG, programArg); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
63. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java (at line 101) keyParameters.put(ActionConstants.PARM_PROGRAM_ARG, programArg); Discouraged access: The field PARM_PROGRAM_ARG from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
64. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java (at line 105) assertFalse(Arrays.asList(manipulator.getLauncherData().getProgramArgs()).contains(resolvedArtifact)); Discouraged access: The method getProgramArgs() from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
65. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java (at line 105) assertFalse(Arrays.asList(manipulator.getLauncherData().getProgramArgs()).contains(resolvedArtifact)); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
66. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java (at line 106) parameters.put(ActionConstants.PARM_PROGRAM_ARG, programArg); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
67. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java (at line 106) parameters.put(ActionConstants.PARM_PROGRAM_ARG, programArg); Discouraged access: The field PARM_PROGRAM_ARG from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
68. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java (at line 109) AddProgramArgumentAction artifactAction = new AddProgramArgumentAction(); Discouraged access: The type AddProgramArgumentAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
69. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java (at line 109) AddProgramArgumentAction artifactAction = new AddProgramArgumentAction(); Discouraged access: The constructor AddProgramArgumentAction() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
70. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java (at line 109) AddProgramArgumentAction artifactAction = new AddProgramArgumentAction(); Discouraged access: The type AddProgramArgumentAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
71. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java (at line 110) AddProgramArgumentAction keyAction = new AddProgramArgumentAction(); Discouraged access: The type AddProgramArgumentAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
72. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java (at line 110) AddProgramArgumentAction keyAction = new AddProgramArgumentAction(); Discouraged access: The constructor AddProgramArgumentAction() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
73. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java (at line 110) AddProgramArgumentAction keyAction = new AddProgramArgumentAction(); Discouraged access: The type AddProgramArgumentAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
74. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java (at line 112) keyAction.execute(keyParameters); Discouraged access: The method execute(Map<String,Object>) from the type AddProgramArgumentAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
75. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java (at line 113) artifactAction.execute(parameters); Discouraged access: The method execute(Map<String,Object>) from the type AddProgramArgumentAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
76. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java (at line 114) assertTrue(Arrays.asList(manipulator.getLauncherData().getProgramArgs()).contains(resolvedArtifact)); Discouraged access: The method getProgramArgs() from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
77. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java (at line 114) assertTrue(Arrays.asList(manipulator.getLauncherData().getProgramArgs()).contains(resolvedArtifact)); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
78. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java (at line 115) artifactAction.undo(parameters); Discouraged access: The method undo(Map<String,Object>) from the type AddProgramArgumentAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
79. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java (at line 116) keyAction.undo(keyParameters); Discouraged access: The method undo(Map<String,Object>) from the type AddProgramArgumentAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
80. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java (at line 117) assertFalse(Arrays.asList(manipulator.getLauncherData().getProgramArgs()).contains(resolvedArtifact)); Discouraged access: The method getProgramArgs() from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
81. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java (at line 117) assertFalse(Arrays.asList(manipulator.getLauncherData().getProgramArgs()).contains(resolvedArtifact)); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
82. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java (at line 127) IFileArtifactRepository bundlePool = Util.getBundlePoolRepository(getAgent(), profile); Discouraged access: The method getBundlePoolRepository(IProvisioningAgent, IProfile) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
83. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java (at line 127) IFileArtifactRepository bundlePool = Util.getBundlePoolRepository(getAgent(), profile); Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
84. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java (at line 134) BundleDescription bundleDescription = BundlesAction.createBundleDescription(osgiTarget); Discouraged access: The method createBundleDescription(File) from the type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
85. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java (at line 134) BundleDescription bundleDescription = BundlesAction.createBundleDescription(osgiTarget); Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
86. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java (at line 135) IArtifactKey key = BundlesAction.createBundleArtifactKey(bundleDescription.getSymbolicName(), bundleDescription.getVersion().toString()); Discouraged access: The method createBundleArtifactKey(String, String) from the type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
87. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java (at line 135) IArtifactKey key = BundlesAction.createBundleArtifactKey(bundleDescription.getSymbolicName(), bundleDescription.getVersion().toString()); Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
88. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java (at line 136) IArtifactDescriptor descriptor = PublisherHelper.createArtifactDescriptor(key, osgiTarget); Discouraged access: The method createArtifactDescriptor(IArtifactKey, File) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
89. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java (at line 136) IArtifactDescriptor descriptor = PublisherHelper.createArtifactDescriptor(key, osgiTarget); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
90. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java (at line 141) parameters.put(ActionConstants.PARM_AGENT, getAgent()); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
91. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java (at line 141) parameters.put(ActionConstants.PARM_AGENT, getAgent()); Discouraged access: The field PARM_AGENT from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
92. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java (at line 142) parameters.put(ActionConstants.PARM_PROFILE, profile); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
93. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java (at line 142) parameters.put(ActionConstants.PARM_PROFILE, profile); Discouraged access: The field PARM_PROFILE from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
94. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java (at line 143) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
95. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java (at line 143) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The constructor EclipseTouchpoint() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
96. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java (at line 143) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
97. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java (at line 144) touchpoint.initializePhase(null, profile, "test", parameters); Discouraged access: The method initializePhase(IProgressMonitor, IProfile, String, Map<String,Object>) from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
98. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java (at line 145) InstallableUnitOperand operand = new InstallableUnitOperand(null, iu); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
99. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java (at line 145) InstallableUnitOperand operand = new InstallableUnitOperand(null, iu); Discouraged access: The constructor InstallableUnitOperand(IInstallableUnit, IInstallableUnit) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
100. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java (at line 145) InstallableUnitOperand operand = new InstallableUnitOperand(null, iu); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/extensionlocation/ExtensionLocationArtifactRepositoryFactoryTest.java (at line 17) import org.eclipse.equinox.internal.p2.extensionlocation.Constants; Discouraged access: The type Constants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.extensionlocation/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/extensionlocation/ExtensionLocationArtifactRepositoryFactoryTest.java (at line 18) import org.eclipse.equinox.internal.p2.extensionlocation.ExtensionLocationArtifactRepositoryFactory; Discouraged access: The type ExtensionLocationArtifactRepositoryFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.extensionlocation/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/extensionlocation/ExtensionLocationArtifactRepositoryFactoryTest.java (at line 28) private ExtensionLocationArtifactRepositoryFactory factory; Discouraged access: The type ExtensionLocationArtifactRepositoryFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.extensionlocation/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/extensionlocation/ExtensionLocationArtifactRepositoryFactoryTest.java (at line 45) factory = new ExtensionLocationArtifactRepositoryFactory(); Discouraged access: The constructor ExtensionLocationArtifactRepositoryFactory() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.extensionlocation/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/extensionlocation/ExtensionLocationArtifactRepositoryFactoryTest.java (at line 45) factory = new ExtensionLocationArtifactRepositoryFactory(); Discouraged access: The type ExtensionLocationArtifactRepositoryFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.extensionlocation/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/extensionlocation/ExtensionLocationArtifactRepositoryFactoryTest.java (at line 57) factory.load(nonFileURL, 0, getMonitor()); Discouraged access: The method load(URI, int, IProgressMonitor) from the type ExtensionLocationArtifactRepositoryFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.extensionlocation/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/extensionlocation/ExtensionLocationArtifactRepositoryFactoryTest.java (at line 70) factory.load(directory.toURI(), 0, getMonitor()); Discouraged access: The method load(URI, int, IProgressMonitor) from the type ExtensionLocationArtifactRepositoryFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.extensionlocation/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/extensionlocation/ExtensionLocationArtifactRepositoryFactoryTest.java (at line 81) factory.load(file.toURI(), 0, getMonitor()); Discouraged access: The method load(URI, int, IProgressMonitor) from the type ExtensionLocationArtifactRepositoryFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.extensionlocation/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/extensionlocation/ExtensionLocationArtifactRepositoryFactoryTest.java (at line 96) factory.load(directory.toURI(), 0, getMonitor()); Discouraged access: The method load(URI, int, IProgressMonitor) from the type ExtensionLocationArtifactRepositoryFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.extensionlocation/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/extensionlocation/ExtensionLocationArtifactRepositoryFactoryTest.java (at line 110) factory.load(directory.toURI(), 0, getMonitor()); Discouraged access: The method load(URI, int, IProgressMonitor) from the type ExtensionLocationArtifactRepositoryFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.extensionlocation/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/extensionlocation/ExtensionLocationArtifactRepositoryFactoryTest.java (at line 121) factory.load(directory.toURI(), 0, getMonitor()); Discouraged access: The method load(URI, int, IProgressMonitor) from the type ExtensionLocationArtifactRepositoryFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.extensionlocation/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/extensionlocation/ExtensionLocationArtifactRepositoryFactoryTest.java (at line 132) factory.load(directory.toURI(), 0, getMonitor()); Discouraged access: The method load(URI, int, IProgressMonitor) from the type ExtensionLocationArtifactRepositoryFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.extensionlocation/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/extensionlocation/ExtensionLocationArtifactRepositoryFactoryTest.java (at line 146) factory.load(directory.toURI(), 0, getMonitor()); Discouraged access: The method load(URI, int, IProgressMonitor) from the type ExtensionLocationArtifactRepositoryFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.extensionlocation/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/extensionlocation/ExtensionLocationArtifactRepositoryFactoryTest.java (at line 160) factory.load(directory.toURI(), 0, getMonitor()); Discouraged access: The method load(URI, int, IProgressMonitor) from the type ExtensionLocationArtifactRepositoryFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.extensionlocation/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/extensionlocation/ExtensionLocationArtifactRepositoryFactoryTest.java (at line 174) IArtifactRepository repo = factory.load(location, 0, getMonitor()); Discouraged access: The method load(URI, int, IProgressMonitor) from the type ExtensionLocationArtifactRepositoryFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.extensionlocation/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/extensionlocation/ExtensionLocationArtifactRepositoryFactoryTest.java (at line 190) IArtifactRepository repo = factory.load(location, 0, getMonitor()); Discouraged access: The method load(URI, int, IProgressMonitor) from the type ExtensionLocationArtifactRepositoryFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.extensionlocation/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/extensionlocation/ExtensionLocationArtifactRepositoryFactoryTest.java (at line 206) IArtifactRepository repo = factory.load(location, 0, getMonitor()); Discouraged access: The method load(URI, int, IProgressMonitor) from the type ExtensionLocationArtifactRepositoryFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.extensionlocation/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/extensionlocation/ExtensionLocationArtifactRepositoryFactoryTest.java (at line 220) IArtifactRepository repo = factory.load(directory.toURI(), 0, getMonitor()); Discouraged access: The method load(URI, int, IProgressMonitor) from the type ExtensionLocationArtifactRepositoryFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.extensionlocation/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/extensionlocation/ExtensionLocationArtifactRepositoryFactoryTest.java (at line 234) IArtifactRepository repo = factory.load(directory.toURI(), IRepositoryManager.REPOSITORY_HINT_MODIFIABLE, getMonitor()); Discouraged access: The method load(URI, int, IProgressMonitor) from the type ExtensionLocationArtifactRepositoryFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.extensionlocation/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/extensionlocation/ExtensionLocationArtifactRepositoryFactoryTest.java (at line 244) factory.load(site.toURI(), 0, getMonitor()); Discouraged access: The method load(URI, int, IProgressMonitor) from the type ExtensionLocationArtifactRepositoryFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.extensionlocation/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/extensionlocation/ExtensionLocationArtifactRepositoryFactoryTest.java (at line 255) factory.load(site.toURI(), 0, getMonitor()); Discouraged access: The method load(URI, int, IProgressMonitor) from the type ExtensionLocationArtifactRepositoryFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.extensionlocation/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/extensionlocation/ExtensionLocationArtifactRepositoryFactoryTest.java (at line 272) factory.load(location, 0, getMonitor()); Discouraged access: The method load(URI, int, IProgressMonitor) from the type ExtensionLocationArtifactRepositoryFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.extensionlocation/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/extensionlocation/ExtensionLocationArtifactRepositoryFactoryTest.java (at line 287) File extensionLocation = new File(tempDirectory.getAbsolutePath() + Constants.EXTENSION_LOCATION); Discouraged access: The type Constants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.extensionlocation/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/extensionlocation/ExtensionLocationArtifactRepositoryFactoryTest.java (at line 287) File extensionLocation = new File(tempDirectory.getAbsolutePath() + Constants.EXTENSION_LOCATION); Discouraged access: The field EXTENSION_LOCATION from the type Constants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.extensionlocation/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/extensionlocation/ExtensionLocationArtifactRepositoryFactoryTest.java (at line 290) factory.load(location, 0, getMonitor()); Discouraged access: The method load(URI, int, IProgressMonitor) from the type ExtensionLocationArtifactRepositoryFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.extensionlocation/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/extensionlocation/ExtensionLocationArtifactRepositoryFactoryTest.java (at line 307) factory.load(location, 0, getMonitor()); Discouraged access: The method load(URI, int, IProgressMonitor) from the type ExtensionLocationArtifactRepositoryFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.extensionlocation/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/extensionlocation/ExtensionLocationArtifactRepositoryFactoryTest.java (at line 324) factory.load(location, 0, getMonitor()); Discouraged access: The method load(URI, int, IProgressMonitor) from the type ExtensionLocationArtifactRepositoryFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.extensionlocation/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/extensionlocation/ExtensionLocationArtifactRepositoryFactoryTest.java (at line 341) factory.load(location, 0, getMonitor()); Discouraged access: The method load(URI, int, IProgressMonitor) from the type ExtensionLocationArtifactRepositoryFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.extensionlocation/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest10.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/4M/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/planner/PatchTest10.java (at line 54) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest10.java (at line 54) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest10.java (at line 54) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest10.java (at line 55) req1.addInstallableUnits(new IInstallableUnit[] {a1, p1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest10.java (at line 63) ProfileChangeRequest req2 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest10.java (at line 63) ProfileChangeRequest req2 = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest10.java (at line 63) ProfileChangeRequest req2 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest10.java (at line 64) req2.addInstallableUnits(new IInstallableUnit[] {a1, pp1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest10.java (at line 72) ProfileChangeRequest req3 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest10.java (at line 72) ProfileChangeRequest req3 = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest10.java (at line 72) ProfileChangeRequest req3 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest10.java (at line 73) req3.addInstallableUnits(new IInstallableUnit[] {a1, p1, pp1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest10.java (at line 79) ProfileChangeRequest req3 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest10.java (at line 79) ProfileChangeRequest req3 = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest10.java (at line 79) ProfileChangeRequest req3 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest10.java (at line 80) req3.addInstallableUnits(new IInstallableUnit[] {a1, p1, pp1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/GeneralPublisherTests.java (at line 17) import org.eclipse.equinox.internal.p2.publisher.Messages; Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/GeneralPublisherTests.java (at line 18) import org.eclipse.equinox.internal.p2.publisher.QuotedTokenizer; Discouraged access: The type QuotedTokenizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/GeneralPublisherTests.java (at line 19) import org.eclipse.equinox.internal.p2.publisher.eclipse.ProductFile; Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/GeneralPublisherTests.java (at line 20) import org.eclipse.equinox.p2.publisher.eclipse.FeaturesAndBundlesPublisherApplication; Discouraged access: The type FeaturesAndBundlesPublisherApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/GeneralPublisherTests.java (at line 26) Method normalizeMethod = ProductFile.class.getDeclaredMethod("normalize", String.class); Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/GeneralPublisherTests.java (at line 35) FeaturesAndBundlesPublisherApplication application = new FeaturesAndBundlesPublisherApplication(); Discouraged access: The type FeaturesAndBundlesPublisherApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/GeneralPublisherTests.java (at line 35) FeaturesAndBundlesPublisherApplication application = new FeaturesAndBundlesPublisherApplication(); Discouraged access: The constructor FeaturesAndBundlesPublisherApplication() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/GeneralPublisherTests.java (at line 35) FeaturesAndBundlesPublisherApplication application = new FeaturesAndBundlesPublisherApplication(); Discouraged access: The type FeaturesAndBundlesPublisherApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/GeneralPublisherTests.java (at line 41) retValue = (Integer) application.run(new String[0]); Discouraged access: The method run(String[]) from the type AbstractPublisherApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/GeneralPublisherTests.java (at line 49) assertEquals("1.1", Messages.exception_noMetadataRepo, application.getStatus().getMessage()); Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/GeneralPublisherTests.java (at line 49) assertEquals("1.1", Messages.exception_noMetadataRepo, application.getStatus().getMessage()); Discouraged access: The field exception_noMetadataRepo from the type Messages is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/GeneralPublisherTests.java (at line 49) assertEquals("1.1", Messages.exception_noMetadataRepo, application.getStatus().getMessage()); Discouraged access: The method getStatus() from the type AbstractPublisherApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/GeneralPublisherTests.java (at line 53) FeaturesAndBundlesPublisherApplication application = new FeaturesAndBundlesPublisherApplication(); Discouraged access: The type FeaturesAndBundlesPublisherApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/GeneralPublisherTests.java (at line 53) FeaturesAndBundlesPublisherApplication application = new FeaturesAndBundlesPublisherApplication(); Discouraged access: The constructor FeaturesAndBundlesPublisherApplication() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/GeneralPublisherTests.java (at line 53) FeaturesAndBundlesPublisherApplication application = new FeaturesAndBundlesPublisherApplication(); Discouraged access: The type FeaturesAndBundlesPublisherApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/GeneralPublisherTests.java (at line 59) retValue = (Integer) application.run(new String[] {"-metadataRepository foo", "-publishArtifacts"}); Discouraged access: The method run(String[]) from the type AbstractPublisherApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/GeneralPublisherTests.java (at line 67) assertEquals("1.1", Messages.exception_noArtifactRepo, application.getStatus().getMessage()); Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/GeneralPublisherTests.java (at line 67) assertEquals("1.1", Messages.exception_noArtifactRepo, application.getStatus().getMessage()); Discouraged access: The field exception_noArtifactRepo from the type Messages is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/GeneralPublisherTests.java (at line 67) assertEquals("1.1", Messages.exception_noArtifactRepo, application.getStatus().getMessage()); Discouraged access: The method getStatus() from the type AbstractPublisherApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/GeneralPublisherTests.java (at line 72) QuotedTokenizer tokenizer = new QuotedTokenizer("abra ca dabra"); Discouraged access: The type QuotedTokenizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/GeneralPublisherTests.java (at line 72) QuotedTokenizer tokenizer = new QuotedTokenizer("abra ca dabra"); Discouraged access: The constructor QuotedTokenizer(String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/GeneralPublisherTests.java (at line 72) QuotedTokenizer tokenizer = new QuotedTokenizer("abra ca dabra"); Discouraged access: The type QuotedTokenizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/GeneralPublisherTests.java (at line 73) assertEquals("abra", tokenizer.nextToken()); Discouraged access: The method nextToken() from the type QuotedTokenizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/GeneralPublisherTests.java (at line 74) assertEquals("ca", tokenizer.nextToken()); Discouraged access: The method nextToken() from the type QuotedTokenizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/GeneralPublisherTests.java (at line 75) assertTrue(tokenizer.hasMoreTokens()); Discouraged access: The method hasMoreTokens() from the type QuotedTokenizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/GeneralPublisherTests.java (at line 76) assertEquals("dabra", tokenizer.nextToken()); Discouraged access: The method nextToken() from the type QuotedTokenizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/GeneralPublisherTests.java (at line 77) assertFalse(tokenizer.hasMoreTokens()); Discouraged access: The method hasMoreTokens() from the type QuotedTokenizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/GeneralPublisherTests.java (at line 81) tokenizer.nextToken(); Discouraged access: The method nextToken() from the type QuotedTokenizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/GeneralPublisherTests.java (at line 87) tokenizer = new QuotedTokenizer("ab c\"de fg\" hi"); Discouraged access: The constructor QuotedTokenizer(String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/GeneralPublisherTests.java (at line 87) tokenizer = new QuotedTokenizer("ab c\"de fg\" hi"); Discouraged access: The type QuotedTokenizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/GeneralPublisherTests.java (at line 88) assertEquals("ab", tokenizer.nextToken()); Discouraged access: The method nextToken() from the type QuotedTokenizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/GeneralPublisherTests.java (at line 89) assertEquals("cde fg", tokenizer.nextToken()); Discouraged access: The method nextToken() from the type QuotedTokenizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/GeneralPublisherTests.java (at line 90) assertEquals("hi", tokenizer.nextToken()); Discouraged access: The method nextToken() from the type QuotedTokenizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/GeneralPublisherTests.java (at line 91) assertFalse(tokenizer.hasMoreTokens()); Discouraged access: The method hasMoreTokens() from the type QuotedTokenizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/GeneralPublisherTests.java (at line 93) tokenizer = new QuotedTokenizer("a,b c,d", ","); Discouraged access: The constructor QuotedTokenizer(String, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/GeneralPublisherTests.java (at line 93) tokenizer = new QuotedTokenizer("a,b c,d", ","); Discouraged access: The type QuotedTokenizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
37. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/GeneralPublisherTests.java (at line 94) assertEquals("a", tokenizer.nextToken()); Discouraged access: The method nextToken() from the type QuotedTokenizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
38. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/GeneralPublisherTests.java (at line 95) assertEquals("b c", tokenizer.nextToken()); Discouraged access: The method nextToken() from the type QuotedTokenizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
39. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/GeneralPublisherTests.java (at line 96) assertEquals("d", tokenizer.nextToken()); Discouraged access: The method nextToken() from the type QuotedTokenizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
40. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/GeneralPublisherTests.java (at line 97) assertFalse(tokenizer.hasMoreTokens()); Discouraged access: The method hasMoreTokens() from the type QuotedTokenizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
41. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/GeneralPublisherTests.java (at line 99) tokenizer = new QuotedTokenizer("a bcd" + '\u7432' + "e fg"); Discouraged access: The constructor QuotedTokenizer(String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
42. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/GeneralPublisherTests.java (at line 99) tokenizer = new QuotedTokenizer("a bcd" + '\u7432' + "e fg"); Discouraged access: The type QuotedTokenizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
43. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/GeneralPublisherTests.java (at line 100) assertEquals("a", tokenizer.nextToken()); Discouraged access: The method nextToken() from the type QuotedTokenizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
44. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/GeneralPublisherTests.java (at line 101) assertEquals("bcd" + '\u7432' + "e", tokenizer.nextToken()); Discouraged access: The method nextToken() from the type QuotedTokenizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
45. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/GeneralPublisherTests.java (at line 102) assertEquals("fg", tokenizer.nextToken()); Discouraged access: The method nextToken() from the type QuotedTokenizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
46. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/GeneralPublisherTests.java (at line 103) assertFalse(tokenizer.hasMoreTokens()); Discouraged access: The method hasMoreTokens() from the type QuotedTokenizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
47. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/GeneralPublisherTests.java (at line 105) tokenizer = new QuotedTokenizer(" "); Discouraged access: The constructor QuotedTokenizer(String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
48. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/GeneralPublisherTests.java (at line 105) tokenizer = new QuotedTokenizer(" "); Discouraged access: The type QuotedTokenizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
49. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/GeneralPublisherTests.java (at line 106) assertFalse(tokenizer.hasMoreTokens()); Discouraged access: The method hasMoreTokens() from the type QuotedTokenizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
50. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/GeneralPublisherTests.java (at line 108) tokenizer = new QuotedTokenizer(",,,", ","); Discouraged access: The constructor QuotedTokenizer(String, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
51. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/GeneralPublisherTests.java (at line 108) tokenizer = new QuotedTokenizer(",,,", ","); Discouraged access: The type QuotedTokenizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
52. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/GeneralPublisherTests.java (at line 109) assertFalse(tokenizer.hasMoreElements()); Discouraged access: The method hasMoreElements() from the type QuotedTokenizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
53. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/GeneralPublisherTests.java (at line 111) tokenizer = new QuotedTokenizer("a \"b\\\" c\" d"); Discouraged access: The constructor QuotedTokenizer(String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
54. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/GeneralPublisherTests.java (at line 111) tokenizer = new QuotedTokenizer("a \"b\\\" c\" d"); Discouraged access: The type QuotedTokenizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
55. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/GeneralPublisherTests.java (at line 112) assertEquals("a", tokenizer.nextToken()); Discouraged access: The method nextToken() from the type QuotedTokenizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
56. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/GeneralPublisherTests.java (at line 113) assertEquals("b\" c", tokenizer.nextToken()); Discouraged access: The method nextToken() from the type QuotedTokenizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
57. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/GeneralPublisherTests.java (at line 114) assertEquals("d", tokenizer.nextToken()); Discouraged access: The method nextToken() from the type QuotedTokenizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
58. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/GeneralPublisherTests.java (at line 115) assertFalse(tokenizer.hasMoreTokens()); Discouraged access: The method hasMoreTokens() from the type QuotedTokenizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationForPartialInstallation.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/4M/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/planner/ExplanationForPartialInstallation.java (at line 15) import org.eclipse.equinox.internal.p2.engine.ProvisioningPlan; Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationForPartialInstallation.java (at line 23) import org.eclipse.equinox.spi.p2.publisher.PublisherHelper; Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationForPartialInstallation.java (at line 34) sdk = createIU("SDK", PublisherHelper.fromOSGiVersion(new org.osgi.framework.Version("1.0.0")), createRequiredCapabilities(IInstallableUnit.NAMESPACE_IU_ID, "SDKPart", new VersionRange("[1.0.0, 1.0.0]"))); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationForPartialInstallation.java (at line 34) sdk = createIU("SDK", PublisherHelper.fromOSGiVersion(new org.osgi.framework.Version("1.0.0")), createRequiredCapabilities(IInstallableUnit.NAMESPACE_IU_ID, "SDKPart", new VersionRange("[1.0.0, 1.0.0]"))); Discouraged access: The method fromOSGiVersion(Version) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationForPartialInstallation.java (at line 35) IInstallableUnit sdkPart = createIU("SDKPart", PublisherHelper.fromOSGiVersion(new org.osgi.framework.Version("1.0.0")), true); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationForPartialInstallation.java (at line 35) IInstallableUnit sdkPart = createIU("SDKPart", PublisherHelper.fromOSGiVersion(new org.osgi.framework.Version("1.0.0")), true); Discouraged access: The method fromOSGiVersion(Version) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationForPartialInstallation.java (at line 36) IInstallableUnit sdkPart2 = createIU("SDKPart", PublisherHelper.fromOSGiVersion(new org.osgi.framework.Version("2.0.0")), true); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationForPartialInstallation.java (at line 36) IInstallableUnit sdkPart2 = createIU("SDKPart", PublisherHelper.fromOSGiVersion(new org.osgi.framework.Version("2.0.0")), true); Discouraged access: The method fromOSGiVersion(Version) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationForPartialInstallation.java (at line 44) ProfileChangeRequest pcr = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationForPartialInstallation.java (at line 44) ProfileChangeRequest pcr = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationForPartialInstallation.java (at line 44) ProfileChangeRequest pcr = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationForPartialInstallation.java (at line 45) pcr.addInstallableUnits(new IInstallableUnit[] {sdk}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationForPartialInstallation.java (at line 53) IInstallableUnit cdt = createIU("CDT", PublisherHelper.fromOSGiVersion(new org.osgi.framework.Version("1.0.0")), createRequiredCapabilities(IInstallableUnit.NAMESPACE_IU_ID, "SDKPart", new VersionRange("[2.0.0, 2.0.0]"))); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationForPartialInstallation.java (at line 53) IInstallableUnit cdt = createIU("CDT", PublisherHelper.fromOSGiVersion(new org.osgi.framework.Version("1.0.0")), createRequiredCapabilities(IInstallableUnit.NAMESPACE_IU_ID, "SDKPart", new VersionRange("[2.0.0, 2.0.0]"))); Discouraged access: The method fromOSGiVersion(Version) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationForPartialInstallation.java (at line 55) IInstallableUnit emf = createIU("EMF", PublisherHelper.fromOSGiVersion(new org.osgi.framework.Version("1.0.0")), true); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationForPartialInstallation.java (at line 55) IInstallableUnit emf = createIU("EMF", PublisherHelper.fromOSGiVersion(new org.osgi.framework.Version("1.0.0")), true); Discouraged access: The method fromOSGiVersion(Version) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationForPartialInstallation.java (at line 58) ProfileChangeRequest pcr = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationForPartialInstallation.java (at line 58) ProfileChangeRequest pcr = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationForPartialInstallation.java (at line 58) ProfileChangeRequest pcr = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationForPartialInstallation.java (at line 59) pcr.addInstallableUnits(new IInstallableUnit[] {cdt, emf}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationForPartialInstallation.java (at line 60) ProvisioningPlan plan = (ProvisioningPlan) planner.getProvisioningPlan(pcr, null, null); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationForPartialInstallation.java (at line 60) ProvisioningPlan plan = (ProvisioningPlan) planner.getProvisioningPlan(pcr, null, null); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationForPartialInstallation.java (at line 62) RequestStatus requestStatus = ((PlannerStatus) plan.getStatus()).getRequestStatus(); Discouraged access: The type RequestStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationForPartialInstallation.java (at line 62) RequestStatus requestStatus = ((PlannerStatus) plan.getStatus()).getRequestStatus(); Discouraged access: The method getRequestStatus() from the type PlannerStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationForPartialInstallation.java (at line 62) RequestStatus requestStatus = ((PlannerStatus) plan.getStatus()).getRequestStatus(); Discouraged access: The type PlannerStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationForPartialInstallation.java (at line 62) RequestStatus requestStatus = ((PlannerStatus) plan.getStatus()).getRequestStatus(); Discouraged access: The method getStatus() from the type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationForPartialInstallation.java (at line 63) assertTrue(requestStatus.getConflictsWithInstalledRoots().contains(cdt)); Discouraged access: The method getConflictsWithInstalledRoots() from the type RequestStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationForPartialInstallation.java (at line 64) assertFalse(requestStatus.getConflictsWithInstalledRoots().contains(emf)); Discouraged access: The method getConflictsWithInstalledRoots() from the type RequestStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationForPartialInstallation.java (at line 65) assertFalse(requestStatus.getConflictsWithInstalledRoots().contains(sdk)); Discouraged access: The method getConflictsWithInstalledRoots() from the type RequestStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationForPartialInstallation.java (at line 81) IInstallableUnit cdt = createIU("CDT", PublisherHelper.fromOSGiVersion(new org.osgi.framework.Version("1.0.0")), createRequiredCapabilities(IInstallableUnit.NAMESPACE_IU_ID, "MissingPart", new VersionRange("[2.0.0, 2.0.0]"))); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationForPartialInstallation.java (at line 81) IInstallableUnit cdt = createIU("CDT", PublisherHelper.fromOSGiVersion(new org.osgi.framework.Version("1.0.0")), createRequiredCapabilities(IInstallableUnit.NAMESPACE_IU_ID, "MissingPart", new VersionRange("[2.0.0, 2.0.0]"))); Discouraged access: The method fromOSGiVersion(Version) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationForPartialInstallation.java (at line 83) IInstallableUnit emf = createIU("EMF", PublisherHelper.fromOSGiVersion(new org.osgi.framework.Version("1.0.0")), true); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationForPartialInstallation.java (at line 83) IInstallableUnit emf = createIU("EMF", PublisherHelper.fromOSGiVersion(new org.osgi.framework.Version("1.0.0")), true); Discouraged access: The method fromOSGiVersion(Version) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationForPartialInstallation.java (at line 86) ProfileChangeRequest pcr = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationForPartialInstallation.java (at line 86) ProfileChangeRequest pcr = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
37. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationForPartialInstallation.java (at line 86) ProfileChangeRequest pcr = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
38. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationForPartialInstallation.java (at line 87) pcr.addInstallableUnits(new IInstallableUnit[] {cdt, emf}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
39. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationForPartialInstallation.java (at line 88) ProvisioningPlan plan = (ProvisioningPlan) planner.getProvisioningPlan(pcr, null, null); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
40. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationForPartialInstallation.java (at line 88) ProvisioningPlan plan = (ProvisioningPlan) planner.getProvisioningPlan(pcr, null, null); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
41. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationForPartialInstallation.java (at line 90) RequestStatus requestStatus = ((PlannerStatus) plan.getStatus()).getRequestStatus(); Discouraged access: The type RequestStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
42. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationForPartialInstallation.java (at line 90) RequestStatus requestStatus = ((PlannerStatus) plan.getStatus()).getRequestStatus(); Discouraged access: The method getRequestStatus() from the type PlannerStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
43. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationForPartialInstallation.java (at line 90) RequestStatus requestStatus = ((PlannerStatus) plan.getStatus()).getRequestStatus(); Discouraged access: The type PlannerStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
44. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationForPartialInstallation.java (at line 90) RequestStatus requestStatus = ((PlannerStatus) plan.getStatus()).getRequestStatus(); Discouraged access: The method getStatus() from the type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
45. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationForPartialInstallation.java (at line 91) assertTrue(requestStatus.getConflictsWithInstalledRoots().contains(cdt)); Discouraged access: The method getConflictsWithInstalledRoots() from the type RequestStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
46. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationForPartialInstallation.java (at line 92) assertFalse(requestStatus.getConflictsWithInstalledRoots().contains(emf)); Discouraged access: The method getConflictsWithInstalledRoots() from the type RequestStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
47. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationForPartialInstallation.java (at line 93) assertFalse(requestStatus.getConflictsWithInstalledRoots().contains(sdk)); Discouraged access: The method getConflictsWithInstalledRoots() from the type RequestStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ORTesting.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/4M/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/planner/ORTesting.java (at line 49) ProfileChangeRequest changeRequest = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ORTesting.java (at line 49) ProfileChangeRequest changeRequest = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ORTesting.java (at line 49) ProfileChangeRequest changeRequest = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ORTesting.java (at line 50) changeRequest.add(iuA); Discouraged access: The method add(IInstallableUnit) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/SiteXMLActionTest.java (at line 19) import org.eclipse.equinox.internal.p2.updatesite.SiteXMLAction; Discouraged access: The type SiteXMLAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/SiteXMLActionTest.java (at line 23) import org.eclipse.equinox.p2.publisher.actions.MergeResultsAction; Discouraged access: The type MergeResultsAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/SiteXMLActionTest.java (at line 24) import org.eclipse.equinox.p2.publisher.eclipse.BundlesAction; Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/SiteXMLActionTest.java (at line 25) import org.eclipse.equinox.p2.publisher.eclipse.FeaturesAction; Discouraged access: The type FeaturesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/SiteXMLActionTest.java (at line 32) * Tests for {@link org.eclipse.equinox.internal.p2.updatesite.SiteXMLAction}. Discouraged access: The type SiteXMLAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/SiteXMLActionTest.java (at line 36) private IPublisherResult actionResult; Discouraged access: The type IPublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/SiteXMLActionTest.java (at line 42) actionResult = new PublisherResult(); Discouraged access: The constructor PublisherResult() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/SiteXMLActionTest.java (at line 42) actionResult = new PublisherResult(); Discouraged access: The type PublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/SiteXMLActionTest.java (at line 43) PublisherInfo info = new PublisherInfo(); Discouraged access: The type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/SiteXMLActionTest.java (at line 43) PublisherInfo info = new PublisherInfo(); Discouraged access: The constructor PublisherInfo() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/SiteXMLActionTest.java (at line 43) PublisherInfo info = new PublisherInfo(); Discouraged access: The type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/SiteXMLActionTest.java (at line 45) info.setMetadataRepository(metadataRepository); Discouraged access: The method setMetadataRepository(IMetadataRepository) from the type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/SiteXMLActionTest.java (at line 49) FeaturesAction featuresAction = new FeaturesAction(new File[] {TestData.getFile("updatesite", "SiteXMLActionTest")}); Discouraged access: The type FeaturesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/SiteXMLActionTest.java (at line 49) FeaturesAction featuresAction = new FeaturesAction(new File[] {TestData.getFile("updatesite", "SiteXMLActionTest")}); Discouraged access: The constructor FeaturesAction(File[]) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/SiteXMLActionTest.java (at line 49) FeaturesAction featuresAction = new FeaturesAction(new File[] {TestData.getFile("updatesite", "SiteXMLActionTest")}); Discouraged access: The type FeaturesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/SiteXMLActionTest.java (at line 50) BundlesAction bundlesAction = new BundlesAction(new File[] {TestData.getFile("updatesite", "SiteXMLActionTest")}); Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/SiteXMLActionTest.java (at line 50) BundlesAction bundlesAction = new BundlesAction(new File[] {TestData.getFile("updatesite", "SiteXMLActionTest")}); Discouraged access: The constructor BundlesAction(File[]) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/SiteXMLActionTest.java (at line 50) BundlesAction bundlesAction = new BundlesAction(new File[] {TestData.getFile("updatesite", "SiteXMLActionTest")}); Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/SiteXMLActionTest.java (at line 51) IPublisherAction publishAction = new MergeResultsAction(new IPublisherAction[] {bundlesAction, featuresAction}, IPublisherResult.MERGE_ALL_NON_ROOT); Discouraged access: The type IPublisherAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/SiteXMLActionTest.java (at line 51) IPublisherAction publishAction = new MergeResultsAction(new IPublisherAction[] {bundlesAction, featuresAction}, IPublisherResult.MERGE_ALL_NON_ROOT); Discouraged access: The constructor MergeResultsAction(IPublisherAction[], int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/SiteXMLActionTest.java (at line 51) IPublisherAction publishAction = new MergeResultsAction(new IPublisherAction[] {bundlesAction, featuresAction}, IPublisherResult.MERGE_ALL_NON_ROOT); Discouraged access: The type MergeResultsAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/SiteXMLActionTest.java (at line 51) IPublisherAction publishAction = new MergeResultsAction(new IPublisherAction[] {bundlesAction, featuresAction}, IPublisherResult.MERGE_ALL_NON_ROOT); Discouraged access: The type IPublisherAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/SiteXMLActionTest.java (at line 51) IPublisherAction publishAction = new MergeResultsAction(new IPublisherAction[] {bundlesAction, featuresAction}, IPublisherResult.MERGE_ALL_NON_ROOT); Discouraged access: The type IPublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/SiteXMLActionTest.java (at line 51) IPublisherAction publishAction = new MergeResultsAction(new IPublisherAction[] {bundlesAction, featuresAction}, IPublisherResult.MERGE_ALL_NON_ROOT); Discouraged access: The field MERGE_ALL_NON_ROOT from the type IPublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/SiteXMLActionTest.java (at line 52) publishAction.perform(info, actionResult, new NullProgressMonitor()); Discouraged access: The method perform(IPublisherInfo, IPublisherResult, IProgressMonitor) from the type IPublisherAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/SiteXMLActionTest.java (at line 54) SiteXMLAction action = new SiteXMLAction(siteLocation, null); Discouraged access: The type SiteXMLAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/SiteXMLActionTest.java (at line 54) SiteXMLAction action = new SiteXMLAction(siteLocation, null); Discouraged access: The constructor SiteXMLAction(URI, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/SiteXMLActionTest.java (at line 54) SiteXMLAction action = new SiteXMLAction(siteLocation, null); Discouraged access: The type SiteXMLAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/SiteXMLActionTest.java (at line 58) action.perform(info, actionResult, getMonitor()); Discouraged access: The method perform(IPublisherInfo, IPublisherResult, IProgressMonitor) from the type SiteXMLAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/MD5GenerationTest.java (at line 13) import org.eclipse.equinox.internal.p2.metadata.ArtifactKey; Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/MD5GenerationTest.java (at line 17) import org.eclipse.equinox.spi.p2.publisher.PublisherHelper; Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/MD5GenerationTest.java (at line 21) IArtifactDescriptor ad = PublisherHelper.createArtifactDescriptor(new ArtifactKey("classifierTest", "idTest", Version.createOSGi(1, 0, 0)), getTestData("Artifact to generate from", "testData/artifactRepo/simpleWithMD5/plugins/aaPlugin_1.0.0.jar")); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/MD5GenerationTest.java (at line 21) IArtifactDescriptor ad = PublisherHelper.createArtifactDescriptor(new ArtifactKey("classifierTest", "idTest", Version.createOSGi(1, 0, 0)), getTestData("Artifact to generate from", "testData/artifactRepo/simpleWithMD5/plugins/aaPlugin_1.0.0.jar")); Discouraged access: The method createArtifactDescriptor(IArtifactKey, File) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/MD5GenerationTest.java (at line 21) IArtifactDescriptor ad = PublisherHelper.createArtifactDescriptor(new ArtifactKey("classifierTest", "idTest", Version.createOSGi(1, 0, 0)), getTestData("Artifact to generate from", "testData/artifactRepo/simpleWithMD5/plugins/aaPlugin_1.0.0.jar")); Discouraged access: The constructor ArtifactKey(String, String, Version) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/MD5GenerationTest.java (at line 21) IArtifactDescriptor ad = PublisherHelper.createArtifactDescriptor(new ArtifactKey("classifierTest", "idTest", Version.createOSGi(1, 0, 0)), getTestData("Artifact to generate from", "testData/artifactRepo/simpleWithMD5/plugins/aaPlugin_1.0.0.jar")); Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/MD5GenerationTest.java (at line 26) IArtifactDescriptor ad = PublisherHelper.createArtifactDescriptor(new ArtifactKey("classifierTest", "idTest", Version.createOSGi(1, 0, 0)), getTestData("Artifact to generate from", "testData/artifactRepo/simpleWithMD5/plugins/aaPlugin_1.0.0.jar")); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/MD5GenerationTest.java (at line 26) IArtifactDescriptor ad = PublisherHelper.createArtifactDescriptor(new ArtifactKey("classifierTest", "idTest", Version.createOSGi(1, 0, 0)), getTestData("Artifact to generate from", "testData/artifactRepo/simpleWithMD5/plugins/aaPlugin_1.0.0.jar")); Discouraged access: The method createArtifactDescriptor(IArtifactKey, File) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/MD5GenerationTest.java (at line 26) IArtifactDescriptor ad = PublisherHelper.createArtifactDescriptor(new ArtifactKey("classifierTest", "idTest", Version.createOSGi(1, 0, 0)), getTestData("Artifact to generate from", "testData/artifactRepo/simpleWithMD5/plugins/aaPlugin_1.0.0.jar")); Discouraged access: The constructor ArtifactKey(String, String, Version) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/MD5GenerationTest.java (at line 26) IArtifactDescriptor ad = PublisherHelper.createArtifactDescriptor(new ArtifactKey("classifierTest", "idTest", Version.createOSGi(1, 0, 0)), getTestData("Artifact to generate from", "testData/artifactRepo/simpleWithMD5/plugins/aaPlugin_1.0.0.jar")); Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/MD5GenerationTest.java (at line 31) IArtifactDescriptor ad = PublisherHelper.createArtifactDescriptor(new ArtifactKey("classifierTest", "idTest", Version.createOSGi(1, 0, 0)), getTestData("Artifact to generate from", "testData/artifactRepo/simpleWithMD5/plugins/")); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/MD5GenerationTest.java (at line 31) IArtifactDescriptor ad = PublisherHelper.createArtifactDescriptor(new ArtifactKey("classifierTest", "idTest", Version.createOSGi(1, 0, 0)), getTestData("Artifact to generate from", "testData/artifactRepo/simpleWithMD5/plugins/")); Discouraged access: The method createArtifactDescriptor(IArtifactKey, File) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/MD5GenerationTest.java (at line 31) IArtifactDescriptor ad = PublisherHelper.createArtifactDescriptor(new ArtifactKey("classifierTest", "idTest", Version.createOSGi(1, 0, 0)), getTestData("Artifact to generate from", "testData/artifactRepo/simpleWithMD5/plugins/")); Discouraged access: The constructor ArtifactKey(String, String, Version) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/MD5GenerationTest.java (at line 31) IArtifactDescriptor ad = PublisherHelper.createArtifactDescriptor(new ArtifactKey("classifierTest", "idTest", Version.createOSGi(1, 0, 0)), getTestData("Artifact to generate from", "testData/artifactRepo/simpleWithMD5/plugins/")); Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/MD5GenerationTest.java (at line 36) IArtifactDescriptor ad = PublisherHelper.createArtifactDescriptor(new ArtifactKey("classifierTest", "idTest", Version.createOSGi(1, 0, 0)), getTestData("Artifact to generate from", "testData/artifactRepo/simpleWithMD5/plugins/")); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/MD5GenerationTest.java (at line 36) IArtifactDescriptor ad = PublisherHelper.createArtifactDescriptor(new ArtifactKey("classifierTest", "idTest", Version.createOSGi(1, 0, 0)), getTestData("Artifact to generate from", "testData/artifactRepo/simpleWithMD5/plugins/")); Discouraged access: The method createArtifactDescriptor(IArtifactKey, File) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/MD5GenerationTest.java (at line 36) IArtifactDescriptor ad = PublisherHelper.createArtifactDescriptor(new ArtifactKey("classifierTest", "idTest", Version.createOSGi(1, 0, 0)), getTestData("Artifact to generate from", "testData/artifactRepo/simpleWithMD5/plugins/")); Discouraged access: The constructor ArtifactKey(String, String, Version) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/MD5GenerationTest.java (at line 36) IArtifactDescriptor ad = PublisherHelper.createArtifactDescriptor(new ArtifactKey("classifierTest", "idTest", Version.createOSGi(1, 0, 0)), getTestData("Artifact to generate from", "testData/artifactRepo/simpleWithMD5/plugins/")); Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/MD5GenerationTest.java (at line 41) IArtifactDescriptor ad = PublisherHelper.createArtifactDescriptor(new ArtifactKey("classifierTest", "idTest", Version.createOSGi(1, 0, 0)), null); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/MD5GenerationTest.java (at line 41) IArtifactDescriptor ad = PublisherHelper.createArtifactDescriptor(new ArtifactKey("classifierTest", "idTest", Version.createOSGi(1, 0, 0)), null); Discouraged access: The method createArtifactDescriptor(IArtifactKey, File) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/MD5GenerationTest.java (at line 41) IArtifactDescriptor ad = PublisherHelper.createArtifactDescriptor(new ArtifactKey("classifierTest", "idTest", Version.createOSGi(1, 0, 0)), null); Discouraged access: The constructor ArtifactKey(String, String, Version) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/MD5GenerationTest.java (at line 41) IArtifactDescriptor ad = PublisherHelper.createArtifactDescriptor(new ArtifactKey("classifierTest", "idTest", Version.createOSGi(1, 0, 0)), null); Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/MD5GenerationTest.java (at line 46) IArtifactDescriptor ad = PublisherHelper.createArtifactDescriptor(new ArtifactKey("classifierTest", "idTest", Version.createOSGi(1, 0, 0)), null); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/MD5GenerationTest.java (at line 46) IArtifactDescriptor ad = PublisherHelper.createArtifactDescriptor(new ArtifactKey("classifierTest", "idTest", Version.createOSGi(1, 0, 0)), null); Discouraged access: The method createArtifactDescriptor(IArtifactKey, File) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/MD5GenerationTest.java (at line 46) IArtifactDescriptor ad = PublisherHelper.createArtifactDescriptor(new ArtifactKey("classifierTest", "idTest", Version.createOSGi(1, 0, 0)), null); Discouraged access: The constructor ArtifactKey(String, String, Version) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/MD5GenerationTest.java (at line 46) IArtifactDescriptor ad = PublisherHelper.createArtifactDescriptor(new ArtifactKey("classifierTest", "idTest", Version.createOSGi(1, 0, 0)), null); Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AgentFromInstallTests.java (at line 13) import org.eclipse.equinox.internal.p2.touchpoint.eclipse.AgentFromInstall; Discouraged access: The type AgentFromInstall is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AgentFromInstallTests.java (at line 25) IProvisioningAgent agent = AgentFromInstall.createAgentFrom(getAgentProvider(), installFolder, null, null); Discouraged access: The type AgentFromInstall is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AgentFromInstallTests.java (at line 25) IProvisioningAgent agent = AgentFromInstall.createAgentFrom(getAgentProvider(), installFolder, null, null); Discouraged access: The method createAgentFrom(IProvisioningAgentProvider, File, File, String) from the type AgentFromInstall is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AgentFromInstallTests.java (at line 34) IProvisioningAgent agent = AgentFromInstall.createAgentFrom(getAgentProvider(), null, configurationFolder, null); Discouraged access: The type AgentFromInstall is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AgentFromInstallTests.java (at line 34) IProvisioningAgent agent = AgentFromInstall.createAgentFrom(getAgentProvider(), null, configurationFolder, null); Discouraged access: The method createAgentFrom(IProvisioningAgentProvider, File, File, String) from the type AgentFromInstall is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AgentFromInstallTests.java (at line 43) IProvisioningAgent agent = AgentFromInstall.createAgentFrom(getAgentProvider(), null, configurationFolder, null); Discouraged access: The type AgentFromInstall is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AgentFromInstallTests.java (at line 43) IProvisioningAgent agent = AgentFromInstall.createAgentFrom(getAgentProvider(), null, configurationFolder, null); Discouraged access: The method createAgentFrom(IProvisioningAgentProvider, File, File, String) from the type AgentFromInstall is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AgentFromInstallTests.java (at line 51) IProvisioningAgent agent = AgentFromInstall.createAgentFrom(getAgentProvider(), new File("someRandomFile_that_does_not_exists"), null, null); Discouraged access: The type AgentFromInstall is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AgentFromInstallTests.java (at line 51) IProvisioningAgent agent = AgentFromInstall.createAgentFrom(getAgentProvider(), new File("someRandomFile_that_does_not_exists"), null, null); Discouraged access: The method createAgentFrom(IProvisioningAgentProvider, File, File, String) from the type AgentFromInstall is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AgentFromInstallTests.java (at line 57) IProvisioningAgent agent = AgentFromInstall.createAgentFrom(getAgentProvider(), null, configurationFolder, null); Discouraged access: The type AgentFromInstall is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AgentFromInstallTests.java (at line 57) IProvisioningAgent agent = AgentFromInstall.createAgentFrom(getAgentProvider(), null, configurationFolder, null); Discouraged access: The method createAgentFrom(IProvisioningAgentProvider, File, File, String) from the type AgentFromInstall is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AgentFromInstallTests.java (at line 63) IProvisioningAgent agent = AgentFromInstall.createAgentFrom(getAgentProvider(), null, configurationFolder, "OtherProfile"); Discouraged access: The type AgentFromInstall is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AgentFromInstallTests.java (at line 63) IProvisioningAgent agent = AgentFromInstall.createAgentFrom(getAgentProvider(), null, configurationFolder, "OtherProfile"); Discouraged access: The method createAgentFrom(IProvisioningAgentProvider, File, File, String) from the type AgentFromInstall is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug271067.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/4M/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/planner/Bug271067.java (at line 18) 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/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug271067.java (at line 39) SimpleProfileRegistry realProfileRegistry = (SimpleProfileRegistry) getProfileRegistry(); Discouraged access: The type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug271067.java (at line 39) SimpleProfileRegistry realProfileRegistry = (SimpleProfileRegistry) getProfileRegistry(); Discouraged access: The type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug271067.java (at line 41) Field profileStore = SimpleProfileRegistry.class.getDeclaredField("store"); Discouraged access: The type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug271067.java (at line 46) Field profilesMapField = SimpleProfileRegistry.class.getDeclaredField("profiles"); //$NON-NLS-1$ Discouraged access: The type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug271067.java (at line 51) profile = realProfileRegistry.getProfile(profileLoadedId); Discouraged access: The method getProfile(String) from the type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug271067.java (at line 58) SimpleProfileRegistry realProfileRegistry = (SimpleProfileRegistry) getProfileRegistry(); Discouraged access: The type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug271067.java (at line 58) SimpleProfileRegistry realProfileRegistry = (SimpleProfileRegistry) getProfileRegistry(); Discouraged access: The type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug271067.java (at line 60) Field profilesMapField = SimpleProfileRegistry.class.getDeclaredField("profiles"); //$NON-NLS-1$ Discouraged access: The type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug271067.java (at line 64) Field profileStore = SimpleProfileRegistry.class.getDeclaredField("store"); Discouraged access: The type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug271067.java (at line 78) ProfileChangeRequest installFeature1 = new ProfileChangeRequest(getProfile(profileLoadedId)); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug271067.java (at line 78) ProfileChangeRequest installFeature1 = new ProfileChangeRequest(getProfile(profileLoadedId)); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug271067.java (at line 78) ProfileChangeRequest installFeature1 = new ProfileChangeRequest(getProfile(profileLoadedId)); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug271067.java (at line 86) installFeature1.addInstallableUnits(new IInstallableUnit[] {featureGroup, featureJar, helloIU, patch, helloPatch, patchJar}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug271067.java (at line 88) installFeature1.setInstallableUnitInclusionRules(featureGroup, ProfileInclusionRules.createOptionalInclusionRule(featureGroup)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug271067.java (at line 89) installFeature1.setInstallableUnitInclusionRules(featureJar, ProfileInclusionRules.createOptionalInclusionRule(featureJar)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug271067.java (at line 90) installFeature1.setInstallableUnitInclusionRules(helloIU, ProfileInclusionRules.createOptionalInclusionRule(helloIU)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug271067.java (at line 91) installFeature1.setInstallableUnitInclusionRules(patch, ProfileInclusionRules.createOptionalInclusionRule(patch)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug271067.java (at line 92) installFeature1.setInstallableUnitInclusionRules(helloPatch, ProfileInclusionRules.createOptionalInclusionRule(helloPatch)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug271067.java (at line 93) installFeature1.setInstallableUnitInclusionRules(patchJar, ProfileInclusionRules.createOptionalInclusionRule(patchJar)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug271067.java (at line 103) ProfileChangeRequest installFeature2 = new ProfileChangeRequest(getProfile(profileLoadedId)); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug271067.java (at line 103) ProfileChangeRequest installFeature2 = new ProfileChangeRequest(getProfile(profileLoadedId)); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug271067.java (at line 103) ProfileChangeRequest installFeature2 = new ProfileChangeRequest(getProfile(profileLoadedId)); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug271067.java (at line 104) installFeature2.addInstallableUnits(new IInstallableUnit[] {featureGroup2, helloIU2, featureJar2}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug271067.java (at line 105) installFeature2.setInstallableUnitInclusionRules(featureGroup2, ProfileInclusionRules.createOptionalInclusionRule(featureGroup2)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug271067.java (at line 106) installFeature2.setInstallableUnitInclusionRules(helloIU2, ProfileInclusionRules.createOptionalInclusionRule(helloIU2)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug271067.java (at line 107) installFeature2.setInstallableUnitInclusionRules(featureJar2, ProfileInclusionRules.createOptionalInclusionRule(featureJar2)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug271067.java (at line 119) ProfileChangeRequest installFeature2 = new ProfileChangeRequest(getProfile(profileLoadedId)); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug271067.java (at line 119) ProfileChangeRequest installFeature2 = new ProfileChangeRequest(getProfile(profileLoadedId)); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug271067.java (at line 119) ProfileChangeRequest installFeature2 = new ProfileChangeRequest(getProfile(profileLoadedId)); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug271067.java (at line 120) installFeature2.addInstallableUnits(new IInstallableUnit[] {featureGroup2, helloIU2, featureJar2}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug271067.java (at line 121) installFeature2.setInstallableUnitInclusionRules(featureGroup2, ProfileInclusionRules.createOptionalInclusionRule(featureGroup2)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug271067.java (at line 122) installFeature2.setInstallableUnitInclusionRules(helloIU2, ProfileInclusionRules.createOptionalInclusionRule(helloIU2)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug271067.java (at line 123) installFeature2.setInstallableUnitInclusionRules(featureJar2, ProfileInclusionRules.createOptionalInclusionRule(featureJar2)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug271067.java (at line 129) ProfileChangeRequest installFeature1 = new ProfileChangeRequest(getProfile(profileLoadedId)); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
37. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug271067.java (at line 129) ProfileChangeRequest installFeature1 = new ProfileChangeRequest(getProfile(profileLoadedId)); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
38. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug271067.java (at line 129) ProfileChangeRequest installFeature1 = new ProfileChangeRequest(getProfile(profileLoadedId)); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
39. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug271067.java (at line 137) installFeature1.addInstallableUnits(new IInstallableUnit[] {featureGroup, featureJar, helloIU, patch, helloPatch, patchJar}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
40. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug271067.java (at line 139) installFeature1.setInstallableUnitInclusionRules(featureGroup, ProfileInclusionRules.createOptionalInclusionRule(featureGroup)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
41. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug271067.java (at line 140) installFeature1.setInstallableUnitInclusionRules(featureJar, ProfileInclusionRules.createOptionalInclusionRule(featureJar)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
42. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug271067.java (at line 141) installFeature1.setInstallableUnitInclusionRules(helloIU, ProfileInclusionRules.createOptionalInclusionRule(helloIU)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
43. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug271067.java (at line 142) installFeature1.setInstallableUnitInclusionRules(patch, ProfileInclusionRules.createOptionalInclusionRule(patch)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
44. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug271067.java (at line 143) installFeature1.setInstallableUnitInclusionRules(helloPatch, ProfileInclusionRules.createOptionalInclusionRule(helloPatch)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
45. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug271067.java (at line 144) installFeature1.setInstallableUnitInclusionRules(patchJar, ProfileInclusionRules.createOptionalInclusionRule(patchJar)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
46. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug271067.java (at line 163) ProfileChangeRequest installEverything = new ProfileChangeRequest(getProfile(profileLoadedId)); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
47. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug271067.java (at line 163) ProfileChangeRequest installEverything = new ProfileChangeRequest(getProfile(profileLoadedId)); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
48. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug271067.java (at line 163) ProfileChangeRequest installEverything = new ProfileChangeRequest(getProfile(profileLoadedId)); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
49. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug271067.java (at line 164) installEverything.addInstallableUnits(new IInstallableUnit[] {featureGroup2, helloIU2, featureJar2, featureGroup, featureJar, helloIU, patch, helloPatch, patchJar}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
50. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug271067.java (at line 165) installEverything.setInstallableUnitInclusionRules(featureGroup2, ProfileInclusionRules.createOptionalInclusionRule(featureGroup2)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
51. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug271067.java (at line 166) installEverything.setInstallableUnitInclusionRules(helloIU2, ProfileInclusionRules.createOptionalInclusionRule(helloIU2)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
52. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug271067.java (at line 167) installEverything.setInstallableUnitInclusionRules(featureJar2, ProfileInclusionRules.createOptionalInclusionRule(featureJar2)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
53. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug271067.java (at line 169) installEverything.setInstallableUnitInclusionRules(featureGroup, ProfileInclusionRules.createOptionalInclusionRule(featureGroup)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
54. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug271067.java (at line 170) installEverything.setInstallableUnitInclusionRules(featureJar, ProfileInclusionRules.createOptionalInclusionRule(featureJar)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
55. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug271067.java (at line 171) installEverything.setInstallableUnitInclusionRules(helloIU, ProfileInclusionRules.createOptionalInclusionRule(helloIU)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
56. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug271067.java (at line 172) installEverything.setInstallableUnitInclusionRules(patch, ProfileInclusionRules.createOptionalInclusionRule(patch)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
57. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug271067.java (at line 173) installEverything.setInstallableUnitInclusionRules(helloPatch, ProfileInclusionRules.createOptionalInclusionRule(helloPatch)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
58. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug271067.java (at line 174) installEverything.setInstallableUnitInclusionRules(patchJar, ProfileInclusionRules.createOptionalInclusionRule(patchJar)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/engine/TouchpointManagerTest.java (at line 15) import org.eclipse.equinox.internal.p2.engine.TouchpointManager; Discouraged access: The type TouchpointManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/engine/TouchpointManagerTest.java (at line 35) TouchpointManager manager = new TouchpointManager(); Discouraged access: The type TouchpointManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/engine/TouchpointManagerTest.java (at line 35) TouchpointManager manager = new TouchpointManager(); Discouraged access: The constructor TouchpointManager() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/engine/TouchpointManagerTest.java (at line 35) TouchpointManager manager = new TouchpointManager(); Discouraged access: The type TouchpointManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/engine/TouchpointManagerTest.java (at line 36) assertNotNull(manager.getTouchpoint(InstructionParserTest.TOUCHPOINT_TYPE)); Discouraged access: The method getTouchpoint(ITouchpointType) from the type TouchpointManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/engine/TouchpointManagerTest.java (at line 40) TouchpointManager manager = new TouchpointManager(); Discouraged access: The type TouchpointManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/engine/TouchpointManagerTest.java (at line 40) TouchpointManager manager = new TouchpointManager(); Discouraged access: The constructor TouchpointManager() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/engine/TouchpointManagerTest.java (at line 40) TouchpointManager manager = new TouchpointManager(); Discouraged access: The type TouchpointManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/engine/TouchpointManagerTest.java (at line 41) assertNotNull(manager.getTouchpoint("phaseTest", "1.0.0")); Discouraged access: The method getTouchpoint(String, String) from the type TouchpointManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/engine/TouchpointManagerTest.java (at line 45) TouchpointManager manager = new TouchpointManager(); Discouraged access: The type TouchpointManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/engine/TouchpointManagerTest.java (at line 45) TouchpointManager manager = new TouchpointManager(); Discouraged access: The constructor TouchpointManager() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/engine/TouchpointManagerTest.java (at line 45) TouchpointManager manager = new TouchpointManager(); Discouraged access: The type TouchpointManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/engine/TouchpointManagerTest.java (at line 46) assertNotNull(manager.getTouchpoint("phaseTest", null)); Discouraged access: The method getTouchpoint(String, String) from the type TouchpointManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/engine/TouchpointManagerTest.java (at line 51) TouchpointManager manager = new TouchpointManager(); Discouraged access: The type TouchpointManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/engine/TouchpointManagerTest.java (at line 51) TouchpointManager manager = new TouchpointManager(); Discouraged access: The constructor TouchpointManager() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/engine/TouchpointManagerTest.java (at line 51) TouchpointManager manager = new TouchpointManager(); Discouraged access: The type TouchpointManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/engine/TouchpointManagerTest.java (at line 52) assertNull(manager.getTouchpoint("dummy", "1.0.0")); Discouraged access: The method getTouchpoint(String, String) from the type TouchpointManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/engine/TouchpointManagerTest.java (at line 60) if (null != manager.getTouchpoint("dummy", "1.0.0")) Discouraged access: The method getTouchpoint(String, String) from the type TouchpointManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/engine/TouchpointManagerTest.java (at line 69) if (null == manager.getTouchpoint("dummy", "1.0.0")) Discouraged access: The method getTouchpoint(String, String) from the type TouchpointManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug309530.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/4M/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/planner/Bug309530.java (at line 18) 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/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug309530.java (at line 35) SimpleProfileRegistry realProfileRegistry = (SimpleProfileRegistry) getProfileRegistry(); Discouraged access: The type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug309530.java (at line 35) SimpleProfileRegistry realProfileRegistry = (SimpleProfileRegistry) getProfileRegistry(); Discouraged access: The type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug309530.java (at line 37) Field profilesMapField = SimpleProfileRegistry.class.getDeclaredField("profiles"); //$NON-NLS-1$ Discouraged access: The type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug309530.java (at line 41) Field profileStore = SimpleProfileRegistry.class.getDeclaredField("store"); Discouraged access: The type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug309530.java (at line 58) Field profileStore = SimpleProfileRegistry.class.getDeclaredField("store"); Discouraged access: The type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug309530.java (at line 63) Field profilesMapField = SimpleProfileRegistry.class.getDeclaredField("profiles"); //$NON-NLS-1$ Discouraged access: The type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug309530.java (at line 76) ProfileChangeRequest changeRequest = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug309530.java (at line 76) ProfileChangeRequest changeRequest = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug309530.java (at line 76) ProfileChangeRequest changeRequest = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug309530.java (at line 82) changeRequest.remove(iu); Discouraged access: The method remove(IInstallableUnit) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug309530.java (at line 85) int origsize = changeRequest.getInstallableUnitProfilePropertiesToAdd().size(); Discouraged access: The method getInstallableUnitProfilePropertiesToAdd() from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug309530.java (at line 92) assertEquals("1.1." + i, origsize, changeRequest.getInstallableUnitProfilePropertiesToAdd().size()); Discouraged access: The method getInstallableUnitProfilePropertiesToAdd() from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AnotherSingleton.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/4M/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/planner/AnotherSingleton.java (at line 51) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AnotherSingleton.java (at line 51) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AnotherSingleton.java (at line 51) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AnotherSingleton.java (at line 52) req.addInstallableUnits(new IInstallableUnit[] {x, y}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/StatsTest.java (at line 18) import org.eclipse.equinox.internal.p2.artifact.repository.MirrorRequest; Discouraged access: The type MirrorRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/StatsTest.java (at line 20) 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/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/StatsTest.java (at line 21) 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/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/StatsTest.java (at line 22) import org.eclipse.equinox.internal.p2.metadata.ArtifactKey; Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/StatsTest.java (at line 23) import org.eclipse.equinox.internal.p2.repository.AuthenticationFailedException; Discouraged access: The type AuthenticationFailedException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/StatsTest.java (at line 24) import org.eclipse.equinox.internal.p2.repository.Transport; Discouraged access: The type Transport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/StatsTest.java (at line 38) import org.eclipse.equinox.spi.p2.publisher.PublisherHelper; Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/StatsTest.java (at line 66) IArtifactKey key = PublisherHelper.createBinaryArtifactKey("testKeyId", Version.create("1.2.3")); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/StatsTest.java (at line 66) IArtifactKey key = PublisherHelper.createBinaryArtifactKey("testKeyId", Version.create("1.2.3")); Discouraged access: The method createBinaryArtifactKey(String, Version) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/StatsTest.java (at line 67) descriptors[0] = PublisherHelper.createArtifactDescriptor(key, null); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/StatsTest.java (at line 67) descriptors[0] = PublisherHelper.createArtifactDescriptor(key, null); Discouraged access: The method createArtifactDescriptor(IArtifactKey, File) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/StatsTest.java (at line 69) key = PublisherHelper.createBinaryArtifactKey("testKeyId2", Version.create("1.2.3")); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/StatsTest.java (at line 69) key = PublisherHelper.createBinaryArtifactKey("testKeyId2", Version.create("1.2.3")); Discouraged access: The method createBinaryArtifactKey(String, Version) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/StatsTest.java (at line 70) descriptors[1] = PublisherHelper.createArtifactDescriptor(key, null); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/StatsTest.java (at line 70) descriptors[1] = PublisherHelper.createArtifactDescriptor(key, null); Discouraged access: The method createArtifactDescriptor(IArtifactKey, File) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/StatsTest.java (at line 87) descriptor.setTouchpointType(PublisherHelper.TOUCHPOINT_NATIVE); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/StatsTest.java (at line 87) descriptor.setTouchpointType(PublisherHelper.TOUCHPOINT_NATIVE); Discouraged access: The field TOUCHPOINT_NATIVE from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/StatsTest.java (at line 128) IArtifactKey key = new ArtifactKey(PublisherHelper.BINARY_ARTIFACT_CLASSIFIER, "testKeyId", Version.parseVersion("1.2.3")); Discouraged access: The constructor ArtifactKey(String, String, Version) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/StatsTest.java (at line 128) IArtifactKey key = new ArtifactKey(PublisherHelper.BINARY_ARTIFACT_CLASSIFIER, "testKeyId", Version.parseVersion("1.2.3")); Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/StatsTest.java (at line 128) IArtifactKey key = new ArtifactKey(PublisherHelper.BINARY_ARTIFACT_CLASSIFIER, "testKeyId", Version.parseVersion("1.2.3")); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/StatsTest.java (at line 128) IArtifactKey key = new ArtifactKey(PublisherHelper.BINARY_ARTIFACT_CLASSIFIER, "testKeyId", Version.parseVersion("1.2.3")); Discouraged access: The field BINARY_ARTIFACT_CLASSIFIER from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/StatsTest.java (at line 129) MirrorRequest request = new MirrorRequest(key, targetRepository, null, null, (Transport) getAgent().getService(Transport.SERVICE_NAME), "package=test"); Discouraged access: The type MirrorRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/StatsTest.java (at line 129) MirrorRequest request = new MirrorRequest(key, targetRepository, null, null, (Transport) getAgent().getService(Transport.SERVICE_NAME), "package=test"); Discouraged access: The constructor MirrorRequest(IArtifactKey, IArtifactRepository, Map<String,String>, Map<String,String>, Transport, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/StatsTest.java (at line 129) MirrorRequest request = new MirrorRequest(key, targetRepository, null, null, (Transport) getAgent().getService(Transport.SERVICE_NAME), "package=test"); Discouraged access: The type MirrorRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/StatsTest.java (at line 129) MirrorRequest request = new MirrorRequest(key, targetRepository, null, null, (Transport) getAgent().getService(Transport.SERVICE_NAME), "package=test"); Discouraged access: The type Transport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/StatsTest.java (at line 129) MirrorRequest request = new MirrorRequest(key, targetRepository, null, null, (Transport) getAgent().getService(Transport.SERVICE_NAME), "package=test"); Discouraged access: The type Transport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/StatsTest.java (at line 129) MirrorRequest request = new MirrorRequest(key, targetRepository, null, null, (Transport) getAgent().getService(Transport.SERVICE_NAME), "package=test"); Discouraged access: The field SERVICE_NAME from the type Transport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/StatsTest.java (at line 130) request.perform(sourceRepo, new NullProgressMonitor()); Discouraged access: The method perform(IArtifactRepository, IProgressMonitor) from the type MirrorRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/StatsTest.java (at line 131) assertTrue("Failed on mirroring artifact.", request.getResult().isOK()); Discouraged access: The method getResult() from the type ArtifactRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/StatsTest.java (at line 136) protected void checkStatsResult(final String checkpoint) throws FileNotFoundException, CoreException, AuthenticationFailedException, IOException { Discouraged access: The type AuthenticationFailedException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/StatsTest.java (at line 137) final Transport transport = (Transport) getAgent().getService(Transport.SERVICE_NAME); Discouraged access: The type Transport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/StatsTest.java (at line 137) final Transport transport = (Transport) getAgent().getService(Transport.SERVICE_NAME); Discouraged access: The type Transport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/StatsTest.java (at line 137) final Transport transport = (Transport) getAgent().getService(Transport.SERVICE_NAME); Discouraged access: The type Transport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/StatsTest.java (at line 137) final Transport transport = (Transport) getAgent().getService(Transport.SERVICE_NAME); Discouraged access: The field SERVICE_NAME from the type Transport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/StatsTest.java (at line 138) BufferedReader statsResult = new BufferedReader(new InputStreamReader(transport.stream(statsURL, null))); Discouraged access: The method stream(URI, IProgressMonitor) from the type Transport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/StatsTest.java (at line 152) public void testDownloadStatsWhileInstall() throws AuthenticationFailedException, FileNotFoundException, CoreException, IOException { Discouraged access: The type AuthenticationFailedException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
37. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/StatsTest.java (at line 161) Profile profile = (Profile) registry.addProfile(profileName, properties); Discouraged access: The type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
38. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/StatsTest.java (at line 161) Profile profile = (Profile) registry.addProfile(profileName, properties); Discouraged access: The type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
39. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/StatsTest.java (at line 162) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
40. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/StatsTest.java (at line 162) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
41. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/StatsTest.java (at line 162) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
42. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/StatsTest.java (at line 163) req.addInstallableUnits(metaRepo.query(QueryUtil.ALL_UNITS, null).toArray(IInstallableUnit.class)); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
43. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/StatsTest.java (at line 171) profile = (Profile) registry.getProfile(profileName); Discouraged access: The type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest.java (at line 11) 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/4M/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/planner/InclusionRuleTest.java (at line 49) ProfileChangeRequest req = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest.java (at line 49) ProfileChangeRequest req = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest.java (at line 49) ProfileChangeRequest req = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest.java (at line 50) req.addInstallableUnits(new IInstallableUnit[] {a1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest.java (at line 58) ProfileChangeRequest req2 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest.java (at line 58) ProfileChangeRequest req2 = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest.java (at line 58) ProfileChangeRequest req2 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest.java (at line 59) req2.setInstallableUnitInclusionRules(a1, ProfileInclusionRules.createOptionalInclusionRule(a1)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest.java (at line 67) ProfileChangeRequest req3 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest.java (at line 67) ProfileChangeRequest req3 = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest.java (at line 67) ProfileChangeRequest req3 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest.java (at line 68) req3.addInstallableUnits(new IInstallableUnit[] {b1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest.java (at line 76) ProfileChangeRequest req4 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest.java (at line 76) ProfileChangeRequest req4 = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest.java (at line 76) ProfileChangeRequest req4 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest.java (at line 77) req4.addInstallableUnits(new IInstallableUnit[] {a2}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest.java (at line 86) ProfileChangeRequest req5 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest.java (at line 86) ProfileChangeRequest req5 = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest.java (at line 86) ProfileChangeRequest req5 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest.java (at line 87) req5.addInstallableUnits(new IInstallableUnit[] {a1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest.java (at line 95) ProfileChangeRequest req = new ProfileChangeRequest(profile2); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest.java (at line 95) ProfileChangeRequest req = new ProfileChangeRequest(profile2); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest.java (at line 95) ProfileChangeRequest req = new ProfileChangeRequest(profile2); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest.java (at line 96) req.addInstallableUnits(new IInstallableUnit[] {a1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest.java (at line 104) ProfileChangeRequest req2 = new ProfileChangeRequest(profile2); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest.java (at line 104) ProfileChangeRequest req2 = new ProfileChangeRequest(profile2); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest.java (at line 104) ProfileChangeRequest req2 = new ProfileChangeRequest(profile2); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest.java (at line 105) req2.setInstallableUnitInclusionRules(a1, ProfileInclusionRules.createOptionalInclusionRule(a1)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest.java (at line 113) ProfileChangeRequest req3 = new ProfileChangeRequest(profile2); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest.java (at line 113) ProfileChangeRequest req3 = new ProfileChangeRequest(profile2); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest.java (at line 113) ProfileChangeRequest req3 = new ProfileChangeRequest(profile2); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest.java (at line 114) req3.addInstallableUnits(new IInstallableUnit[] {b1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest.java (at line 123) ProfileChangeRequest req5 = new ProfileChangeRequest(profile2); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest.java (at line 123) ProfileChangeRequest req5 = new ProfileChangeRequest(profile2); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest.java (at line 123) ProfileChangeRequest req5 = new ProfileChangeRequest(profile2); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
37. WARNING in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest.java (at line 124) req5.removeInstallableUnitInclusionRules(a1); Discouraged access: The method removeInstallableUnitInclusionRules(IInstallableUnit) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
38. WARNING in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest.java (at line 135) ProfileChangeRequest req = new ProfileChangeRequest(profile3); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
39. WARNING in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest.java (at line 135) ProfileChangeRequest req = new ProfileChangeRequest(profile3); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
40. WARNING in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest.java (at line 135) ProfileChangeRequest req = new ProfileChangeRequest(profile3); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
41. WARNING in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest.java (at line 136) req.addInstallableUnits(new IInstallableUnit[] {a1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
42. WARNING in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest.java (at line 144) ProfileChangeRequest req2 = new ProfileChangeRequest(profile3); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
43. WARNING in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest.java (at line 144) ProfileChangeRequest req2 = new ProfileChangeRequest(profile3); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
44. WARNING in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest.java (at line 144) ProfileChangeRequest req2 = new ProfileChangeRequest(profile3); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
45. WARNING in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest.java (at line 145) req2.setInstallableUnitInclusionRules(a1, ProfileInclusionRules.createOptionalInclusionRule(a1)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
46. WARNING in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest.java (at line 153) ProfileChangeRequest req3 = new ProfileChangeRequest(profile3); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
47. WARNING in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest.java (at line 153) ProfileChangeRequest req3 = new ProfileChangeRequest(profile3); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
48. WARNING in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest.java (at line 153) ProfileChangeRequest req3 = new ProfileChangeRequest(profile3); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
49. WARNING in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest.java (at line 154) req3.addInstallableUnits(new IInstallableUnit[] {b1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
50. WARNING in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest.java (at line 162) ProfileChangeRequest req5 = new ProfileChangeRequest(profile3); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
51. WARNING in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest.java (at line 162) ProfileChangeRequest req5 = new ProfileChangeRequest(profile3); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
52. WARNING in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest.java (at line 162) ProfileChangeRequest req5 = new ProfileChangeRequest(profile3); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
53. WARNING in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest.java (at line 163) req5.removeInstallableUnits(new IInstallableUnit[] {a1}); Discouraged access: The method removeInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
54. WARNING in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest.java (at line 164) req5.removeInstallableUnitInclusionRules(a1); Discouraged access: The method removeInstallableUnitInclusionRules(IInstallableUnit) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
55. WARNING in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest.java (at line 175) ProfileChangeRequest req5 = new ProfileChangeRequest(profile4); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
56. WARNING in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest.java (at line 175) ProfileChangeRequest req5 = new ProfileChangeRequest(profile4); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
57. WARNING in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest.java (at line 175) ProfileChangeRequest req5 = new ProfileChangeRequest(profile4); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
58. WARNING in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest.java (at line 176) req5.addInstallableUnits(new IInstallableUnit[] {a1, a2}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
59. WARNING in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest.java (at line 181) ProfileChangeRequest req = new ProfileChangeRequest(profile4); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
60. WARNING in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest.java (at line 181) ProfileChangeRequest req = new ProfileChangeRequest(profile4); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
61. WARNING in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest.java (at line 181) ProfileChangeRequest req = new ProfileChangeRequest(profile4); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
62. WARNING in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest.java (at line 182) req.addInstallableUnits(new IInstallableUnit[] {a1, a2}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
63. WARNING in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest.java (at line 183) req.setInstallableUnitInclusionRules(a1, ProfileInclusionRules.createOptionalInclusionRule(a1)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
64. WARNING in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest.java (at line 191) ProfileChangeRequest req2 = new ProfileChangeRequest(profile4); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
65. WARNING in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest.java (at line 191) ProfileChangeRequest req2 = new ProfileChangeRequest(profile4); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
66. WARNING in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest.java (at line 191) ProfileChangeRequest req2 = new ProfileChangeRequest(profile4); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
67. WARNING in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest.java (at line 192) req2.setInstallableUnitInclusionRules(a1, ProfileInclusionRules.createOptionalInclusionRule(a1)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
68. WARNING in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest.java (at line 200) ProfileChangeRequest req3 = new ProfileChangeRequest(profile4); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
69. WARNING in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest.java (at line 200) ProfileChangeRequest req3 = new ProfileChangeRequest(profile4); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
70. WARNING in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest.java (at line 200) ProfileChangeRequest req3 = new ProfileChangeRequest(profile4); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
71. WARNING in /src/org/eclipse/equinox/p2/tests/planner/InclusionRuleTest.java (at line 201) req3.addInstallableUnits(new IInstallableUnit[] {a1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationForOptionalDependencies.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/4M/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/planner/ExplanationForOptionalDependencies.java (at line 15) import org.eclipse.equinox.internal.p2.engine.ProvisioningPlan; Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationForOptionalDependencies.java (at line 22) import org.eclipse.equinox.spi.p2.publisher.PublisherHelper; Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationForOptionalDependencies.java (at line 33) sdk = createIU("SDK", PublisherHelper.fromOSGiVersion(new org.osgi.framework.Version("1.0.0")), createRequiredCapabilities(IInstallableUnit.NAMESPACE_IU_ID, "SDKPart", new VersionRange("[1.0.0, 1.0.0]"))); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationForOptionalDependencies.java (at line 33) sdk = createIU("SDK", PublisherHelper.fromOSGiVersion(new org.osgi.framework.Version("1.0.0")), createRequiredCapabilities(IInstallableUnit.NAMESPACE_IU_ID, "SDKPart", new VersionRange("[1.0.0, 1.0.0]"))); Discouraged access: The method fromOSGiVersion(Version) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationForOptionalDependencies.java (at line 34) IInstallableUnit sdkPart = createIU("SDKPart", PublisherHelper.fromOSGiVersion(new org.osgi.framework.Version("1.0.0")), true); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationForOptionalDependencies.java (at line 34) IInstallableUnit sdkPart = createIU("SDKPart", PublisherHelper.fromOSGiVersion(new org.osgi.framework.Version("1.0.0")), true); Discouraged access: The method fromOSGiVersion(Version) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationForOptionalDependencies.java (at line 35) IInstallableUnit sdkPart2 = createIU("SDKPart", PublisherHelper.fromOSGiVersion(new org.osgi.framework.Version("2.0.0")), true); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationForOptionalDependencies.java (at line 35) IInstallableUnit sdkPart2 = createIU("SDKPart", PublisherHelper.fromOSGiVersion(new org.osgi.framework.Version("2.0.0")), true); Discouraged access: The method fromOSGiVersion(Version) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationForOptionalDependencies.java (at line 43) ProfileChangeRequest pcr = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationForOptionalDependencies.java (at line 43) ProfileChangeRequest pcr = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationForOptionalDependencies.java (at line 43) ProfileChangeRequest pcr = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationForOptionalDependencies.java (at line 44) pcr.addInstallableUnits(new IInstallableUnit[] {sdk}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationForOptionalDependencies.java (at line 53) IInstallableUnit cdt = createIU("CDT", PublisherHelper.fromOSGiVersion(new org.osgi.framework.Version("1.0.0")), new IRequirement[] {missingOptionalDependency}); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationForOptionalDependencies.java (at line 53) IInstallableUnit cdt = createIU("CDT", PublisherHelper.fromOSGiVersion(new org.osgi.framework.Version("1.0.0")), new IRequirement[] {missingOptionalDependency}); Discouraged access: The method fromOSGiVersion(Version) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationForOptionalDependencies.java (at line 56) IInstallableUnit emf = createIU("EMF", PublisherHelper.fromOSGiVersion(new org.osgi.framework.Version("1.0.0")), new IRequirement[] {emfMissing}, NO_PROPERTIES, true); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationForOptionalDependencies.java (at line 56) IInstallableUnit emf = createIU("EMF", PublisherHelper.fromOSGiVersion(new org.osgi.framework.Version("1.0.0")), new IRequirement[] {emfMissing}, NO_PROPERTIES, true); Discouraged access: The method fromOSGiVersion(Version) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationForOptionalDependencies.java (at line 59) ProfileChangeRequest pcr = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationForOptionalDependencies.java (at line 59) ProfileChangeRequest pcr = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationForOptionalDependencies.java (at line 59) ProfileChangeRequest pcr = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationForOptionalDependencies.java (at line 60) pcr.addInstallableUnits(new IInstallableUnit[] {cdt, emf}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationForOptionalDependencies.java (at line 61) ProvisioningPlan plan = (ProvisioningPlan) planner.getProvisioningPlan(pcr, null, null); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationForOptionalDependencies.java (at line 61) ProvisioningPlan plan = (ProvisioningPlan) planner.getProvisioningPlan(pcr, null, null); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationForOptionalDependencies.java (at line 62) RequestStatus requestStatus = ((PlannerStatus) plan.getStatus()).getRequestStatus(); Discouraged access: The type RequestStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationForOptionalDependencies.java (at line 62) RequestStatus requestStatus = ((PlannerStatus) plan.getStatus()).getRequestStatus(); Discouraged access: The method getRequestStatus() from the type PlannerStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationForOptionalDependencies.java (at line 62) RequestStatus requestStatus = ((PlannerStatus) plan.getStatus()).getRequestStatus(); Discouraged access: The type PlannerStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationForOptionalDependencies.java (at line 62) RequestStatus requestStatus = ((PlannerStatus) plan.getStatus()).getRequestStatus(); Discouraged access: The method getStatus() from the type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationForOptionalDependencies.java (at line 63) assertTrue(requestStatus.getConflictsWithInstalledRoots().contains(emf)); Discouraged access: The method getConflictsWithInstalledRoots() from the type RequestStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationForOptionalDependencies.java (at line 64) assertFalse(requestStatus.getConflictsWithInstalledRoots().contains(cdt)); Discouraged access: The method getConflictsWithInstalledRoots() from the type RequestStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ExplanationForOptionalDependencies.java (at line 65) assertFalse(requestStatus.getConflictsWithInstalledRoots().contains(sdk)); Discouraged access: The method getConflictsWithInstalledRoots() from the type RequestStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/directorywatcher/RepositoryListenerTest.java (at line 69) watcher.poll(); Discouraged access: The method poll() from the type DirectoryWatcher is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.directorywatcher/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/directorywatcher/RepositoryListenerTest.java (at line 77) watcher.poll(); Discouraged access: The method poll() from the type DirectoryWatcher is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.directorywatcher/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/directorywatcher/RepositoryListenerTest.java (at line 88) watcher.poll(); Discouraged access: The method poll() from the type DirectoryWatcher is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.directorywatcher/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/directorywatcher/RepositoryListenerTest.java (at line 94) watcher.poll(); Discouraged access: The method poll() from the type DirectoryWatcher is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.directorywatcher/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/directorywatcher/RepositoryListenerTest.java (at line 111) watcher.poll(); Discouraged access: The method poll() from the type DirectoryWatcher is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.directorywatcher/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/directorywatcher/RepositoryListenerTest.java (at line 179) watcher.poll(); Discouraged access: The method poll() from the type DirectoryWatcher is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.directorywatcher/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/HttpStatusTest.java (at line 139) Class c = org.eclipse.equinox.internal.p2.repository.Messages.class; Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NonMinimalState.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/4M/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/planner/NonMinimalState.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/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NonMinimalState.java (at line 43) SimpleProfileRegistry registry = new SimpleProfileRegistry(getAgent(), tempFolder, null, false); Discouraged access: The type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NonMinimalState.java (at line 43) SimpleProfileRegistry registry = new SimpleProfileRegistry(getAgent(), tempFolder, null, false); Discouraged access: The constructor SimpleProfileRegistry(IProvisioningAgent, File, ISurrogateProfileHandler, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NonMinimalState.java (at line 43) SimpleProfileRegistry registry = new SimpleProfileRegistry(getAgent(), tempFolder, null, false); Discouraged access: The type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NonMinimalState.java (at line 44) profile = registry.getProfile("NonMinimalState"); Discouraged access: The method getProfile(String) from the type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NonMinimalState.java (at line 51) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NonMinimalState.java (at line 51) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NonMinimalState.java (at line 51) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NonMinimalState.java (at line 63) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NonMinimalState.java (at line 63) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NonMinimalState.java (at line 63) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/core/FileUtilsTest.java (at line 21) import org.eclipse.equinox.internal.p2.core.helpers.FileUtils; Discouraged access: The type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/core/FileUtilsTest.java (at line 22) import org.eclipse.equinox.internal.p2.core.helpers.FileUtils.IPathComputer; Discouraged access: The type FileUtils.IPathComputer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/core/FileUtilsTest.java (at line 40) FileUtils.unzipFile(data, temp); Discouraged access: The type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/core/FileUtilsTest.java (at line 40) FileUtils.unzipFile(data, temp); Discouraged access: The method unzipFile(File, File) from the type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/core/FileUtilsTest.java (at line 50) FileUtils.unzipFile(data, temp); Discouraged access: The type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/core/FileUtilsTest.java (at line 50) FileUtils.unzipFile(data, temp); Discouraged access: The method unzipFile(File, File) from the type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/core/FileUtilsTest.java (at line 63) FileUtils.unzipFile(data, temp); Discouraged access: The type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/core/FileUtilsTest.java (at line 63) FileUtils.unzipFile(data, temp); Discouraged access: The method unzipFile(File, File) from the type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/core/FileUtilsTest.java (at line 73) FileUtils.unzipFile(data, temp); Discouraged access: The type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/core/FileUtilsTest.java (at line 73) FileUtils.unzipFile(data, temp); Discouraged access: The method unzipFile(File, File) from the type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/core/FileUtilsTest.java (at line 92) FileUtils.zip(data.listFiles(), null, archive, FileUtils.createRootPathComputer(data)); Discouraged access: The type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/core/FileUtilsTest.java (at line 92) FileUtils.zip(data.listFiles(), null, archive, FileUtils.createRootPathComputer(data)); Discouraged access: The method zip(File[], File[], File, FileUtils.IPathComputer) from the type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/core/FileUtilsTest.java (at line 92) FileUtils.zip(data.listFiles(), null, archive, FileUtils.createRootPathComputer(data)); Discouraged access: The type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/core/FileUtilsTest.java (at line 92) FileUtils.zip(data.listFiles(), null, archive, FileUtils.createRootPathComputer(data)); Discouraged access: The method createRootPathComputer(File) from the type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/core/FileUtilsTest.java (at line 103) FileUtils.zip(data.listFiles(), null, archive, FileUtils.createRootPathComputer(data)); Discouraged access: The type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/core/FileUtilsTest.java (at line 103) FileUtils.zip(data.listFiles(), null, archive, FileUtils.createRootPathComputer(data)); Discouraged access: The method zip(File[], File[], File, FileUtils.IPathComputer) from the type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/core/FileUtilsTest.java (at line 103) FileUtils.zip(data.listFiles(), null, archive, FileUtils.createRootPathComputer(data)); Discouraged access: The type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/core/FileUtilsTest.java (at line 103) FileUtils.zip(data.listFiles(), null, archive, FileUtils.createRootPathComputer(data)); Discouraged access: The method createRootPathComputer(File) from the type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/core/FileUtilsTest.java (at line 120) FileUtils.zip(data.listFiles(), null, archive, FileUtils.createDynamicPathComputer(0)); Discouraged access: The type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/core/FileUtilsTest.java (at line 120) FileUtils.zip(data.listFiles(), null, archive, FileUtils.createDynamicPathComputer(0)); Discouraged access: The method zip(File[], File[], File, FileUtils.IPathComputer) from the type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/core/FileUtilsTest.java (at line 120) FileUtils.zip(data.listFiles(), null, archive, FileUtils.createDynamicPathComputer(0)); Discouraged access: The type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/core/FileUtilsTest.java (at line 120) FileUtils.zip(data.listFiles(), null, archive, FileUtils.createDynamicPathComputer(0)); Discouraged access: The method createDynamicPathComputer(int) from the type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/core/FileUtilsTest.java (at line 128) FileUtils.zip(data.listFiles(), null, archive, FileUtils.createDynamicPathComputer(1)); Discouraged access: The type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/core/FileUtilsTest.java (at line 128) FileUtils.zip(data.listFiles(), null, archive, FileUtils.createDynamicPathComputer(1)); Discouraged access: The method zip(File[], File[], File, FileUtils.IPathComputer) from the type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/core/FileUtilsTest.java (at line 128) FileUtils.zip(data.listFiles(), null, archive, FileUtils.createDynamicPathComputer(1)); Discouraged access: The type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/core/FileUtilsTest.java (at line 128) FileUtils.zip(data.listFiles(), null, archive, FileUtils.createDynamicPathComputer(1)); Discouraged access: The method createDynamicPathComputer(int) from the type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/core/FileUtilsTest.java (at line 139) FileUtils.zip(data.listFiles(), null, archive, FileUtils.createDynamicPathComputer(2)); Discouraged access: The type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/core/FileUtilsTest.java (at line 139) FileUtils.zip(data.listFiles(), null, archive, FileUtils.createDynamicPathComputer(2)); Discouraged access: The method zip(File[], File[], File, FileUtils.IPathComputer) from the type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/core/FileUtilsTest.java (at line 139) FileUtils.zip(data.listFiles(), null, archive, FileUtils.createDynamicPathComputer(2)); Discouraged access: The type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/core/FileUtilsTest.java (at line 139) FileUtils.zip(data.listFiles(), null, archive, FileUtils.createDynamicPathComputer(2)); Discouraged access: The method createDynamicPathComputer(int) from the type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/core/FileUtilsTest.java (at line 153) FileUtils.zip(input, null, archive, FileUtils.createDynamicPathComputer(2)); Discouraged access: The type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/core/FileUtilsTest.java (at line 153) FileUtils.zip(input, null, archive, FileUtils.createDynamicPathComputer(2)); Discouraged access: The method zip(File[], File[], File, FileUtils.IPathComputer) from the type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/core/FileUtilsTest.java (at line 153) FileUtils.zip(input, null, archive, FileUtils.createDynamicPathComputer(2)); Discouraged access: The type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/core/FileUtilsTest.java (at line 153) FileUtils.zip(input, null, archive, FileUtils.createDynamicPathComputer(2)); Discouraged access: The method createDynamicPathComputer(int) from the type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/core/FileUtilsTest.java (at line 171) FileUtils.zip(data.listFiles(), null, archive, FileUtils.createParentPrefixComputer(0)); Discouraged access: The type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/core/FileUtilsTest.java (at line 171) FileUtils.zip(data.listFiles(), null, archive, FileUtils.createParentPrefixComputer(0)); Discouraged access: The method zip(File[], File[], File, FileUtils.IPathComputer) from the type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
37. WARNING in /src/org/eclipse/equinox/p2/tests/core/FileUtilsTest.java (at line 171) FileUtils.zip(data.listFiles(), null, archive, FileUtils.createParentPrefixComputer(0)); Discouraged access: The type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
38. WARNING in /src/org/eclipse/equinox/p2/tests/core/FileUtilsTest.java (at line 171) FileUtils.zip(data.listFiles(), null, archive, FileUtils.createParentPrefixComputer(0)); Discouraged access: The method createParentPrefixComputer(int) from the type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
39. WARNING in /src/org/eclipse/equinox/p2/tests/core/FileUtilsTest.java (at line 178) FileUtils.zip(data.listFiles(), null, archive, FileUtils.createParentPrefixComputer(1)); Discouraged access: The type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
40. WARNING in /src/org/eclipse/equinox/p2/tests/core/FileUtilsTest.java (at line 178) FileUtils.zip(data.listFiles(), null, archive, FileUtils.createParentPrefixComputer(1)); Discouraged access: The method zip(File[], File[], File, FileUtils.IPathComputer) from the type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
41. WARNING in /src/org/eclipse/equinox/p2/tests/core/FileUtilsTest.java (at line 178) FileUtils.zip(data.listFiles(), null, archive, FileUtils.createParentPrefixComputer(1)); Discouraged access: The type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
42. WARNING in /src/org/eclipse/equinox/p2/tests/core/FileUtilsTest.java (at line 178) FileUtils.zip(data.listFiles(), null, archive, FileUtils.createParentPrefixComputer(1)); Discouraged access: The method createParentPrefixComputer(int) from the type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
43. WARNING in /src/org/eclipse/equinox/p2/tests/core/FileUtilsTest.java (at line 189) FileUtils.zip(data.listFiles(), null, archive, FileUtils.createParentPrefixComputer(2)); Discouraged access: The type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
44. WARNING in /src/org/eclipse/equinox/p2/tests/core/FileUtilsTest.java (at line 189) FileUtils.zip(data.listFiles(), null, archive, FileUtils.createParentPrefixComputer(2)); Discouraged access: The method zip(File[], File[], File, FileUtils.IPathComputer) from the type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
45. WARNING in /src/org/eclipse/equinox/p2/tests/core/FileUtilsTest.java (at line 189) FileUtils.zip(data.listFiles(), null, archive, FileUtils.createParentPrefixComputer(2)); Discouraged access: The type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
46. WARNING in /src/org/eclipse/equinox/p2/tests/core/FileUtilsTest.java (at line 189) FileUtils.zip(data.listFiles(), null, archive, FileUtils.createParentPrefixComputer(2)); Discouraged access: The method createParentPrefixComputer(int) from the type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
47. WARNING in /src/org/eclipse/equinox/p2/tests/core/FileUtilsTest.java (at line 201) FileUtils.zip(input, null, archive, FileUtils.createParentPrefixComputer(2)); Discouraged access: The type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
48. WARNING in /src/org/eclipse/equinox/p2/tests/core/FileUtilsTest.java (at line 201) FileUtils.zip(input, null, archive, FileUtils.createParentPrefixComputer(2)); Discouraged access: The method zip(File[], File[], File, FileUtils.IPathComputer) from the type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
49. WARNING in /src/org/eclipse/equinox/p2/tests/core/FileUtilsTest.java (at line 201) FileUtils.zip(input, null, archive, FileUtils.createParentPrefixComputer(2)); Discouraged access: The type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
50. WARNING in /src/org/eclipse/equinox/p2/tests/core/FileUtilsTest.java (at line 201) FileUtils.zip(input, null, archive, FileUtils.createParentPrefixComputer(2)); Discouraged access: The method createParentPrefixComputer(int) from the type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
51. WARNING in /src/org/eclipse/equinox/p2/tests/core/FileUtilsTest.java (at line 238) IPathComputer computer = FileUtils.createDynamicPathComputer(0); Discouraged access: The type FileUtils.IPathComputer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
52. WARNING in /src/org/eclipse/equinox/p2/tests/core/FileUtilsTest.java (at line 238) IPathComputer computer = FileUtils.createDynamicPathComputer(0); Discouraged access: The type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
53. WARNING in /src/org/eclipse/equinox/p2/tests/core/FileUtilsTest.java (at line 238) IPathComputer computer = FileUtils.createDynamicPathComputer(0); Discouraged access: The method createDynamicPathComputer(int) from the type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
54. WARNING in /src/org/eclipse/equinox/p2/tests/core/FileUtilsTest.java (at line 242) computer.reset(); Discouraged access: The method reset() from the type FileUtils.IPathComputer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
55. WARNING in /src/org/eclipse/equinox/p2/tests/core/FileUtilsTest.java (at line 249) IPathComputer computer = FileUtils.createDynamicPathComputer(1); Discouraged access: The type FileUtils.IPathComputer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
56. WARNING in /src/org/eclipse/equinox/p2/tests/core/FileUtilsTest.java (at line 249) IPathComputer computer = FileUtils.createDynamicPathComputer(1); Discouraged access: The type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
57. WARNING in /src/org/eclipse/equinox/p2/tests/core/FileUtilsTest.java (at line 249) IPathComputer computer = FileUtils.createDynamicPathComputer(1); Discouraged access: The method createDynamicPathComputer(int) from the type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
58. WARNING in /src/org/eclipse/equinox/p2/tests/core/FileUtilsTest.java (at line 253) computer.reset(); Discouraged access: The method reset() from the type FileUtils.IPathComputer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
59. WARNING in /src/org/eclipse/equinox/p2/tests/core/FileUtilsTest.java (at line 259) IPathComputer computer = FileUtils.createParentPrefixComputer(0); Discouraged access: The type FileUtils.IPathComputer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
60. WARNING in /src/org/eclipse/equinox/p2/tests/core/FileUtilsTest.java (at line 259) IPathComputer computer = FileUtils.createParentPrefixComputer(0); Discouraged access: The type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
61. WARNING in /src/org/eclipse/equinox/p2/tests/core/FileUtilsTest.java (at line 259) IPathComputer computer = FileUtils.createParentPrefixComputer(0); Discouraged access: The method createParentPrefixComputer(int) from the type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
62. WARNING in /src/org/eclipse/equinox/p2/tests/core/FileUtilsTest.java (at line 266) IPathComputer computer = FileUtils.createParentPrefixComputer(1); Discouraged access: The type FileUtils.IPathComputer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
63. WARNING in /src/org/eclipse/equinox/p2/tests/core/FileUtilsTest.java (at line 266) IPathComputer computer = FileUtils.createParentPrefixComputer(1); Discouraged access: The type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
64. WARNING in /src/org/eclipse/equinox/p2/tests/core/FileUtilsTest.java (at line 266) IPathComputer computer = FileUtils.createParentPrefixComputer(1); Discouraged access: The method createParentPrefixComputer(int) from the type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
65. WARNING in /src/org/eclipse/equinox/p2/tests/core/FileUtilsTest.java (at line 273) IPathComputer computer = FileUtils.createParentPrefixComputer(2); Discouraged access: The type FileUtils.IPathComputer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
66. WARNING in /src/org/eclipse/equinox/p2/tests/core/FileUtilsTest.java (at line 273) IPathComputer computer = FileUtils.createParentPrefixComputer(2); Discouraged access: The type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
67. WARNING in /src/org/eclipse/equinox/p2/tests/core/FileUtilsTest.java (at line 273) IPathComputer computer = FileUtils.createParentPrefixComputer(2); Discouraged access: The method createParentPrefixComputer(int) from the type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
68. WARNING in /src/org/eclipse/equinox/p2/tests/core/FileUtilsTest.java (at line 280) IPathComputer computer = FileUtils.createRootPathComputer(new File("/")); Discouraged access: The type FileUtils.IPathComputer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
69. WARNING in /src/org/eclipse/equinox/p2/tests/core/FileUtilsTest.java (at line 280) IPathComputer computer = FileUtils.createRootPathComputer(new File("/")); Discouraged access: The type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
70. WARNING in /src/org/eclipse/equinox/p2/tests/core/FileUtilsTest.java (at line 280) IPathComputer computer = FileUtils.createRootPathComputer(new File("/")); Discouraged access: The method createRootPathComputer(File) from the type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
71. WARNING in /src/org/eclipse/equinox/p2/tests/core/FileUtilsTest.java (at line 287) IPathComputer computer = FileUtils.createRootPathComputer(new File("/foo")); Discouraged access: The type FileUtils.IPathComputer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
72. WARNING in /src/org/eclipse/equinox/p2/tests/core/FileUtilsTest.java (at line 287) IPathComputer computer = FileUtils.createRootPathComputer(new File("/foo")); Discouraged access: The type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
73. WARNING in /src/org/eclipse/equinox/p2/tests/core/FileUtilsTest.java (at line 287) IPathComputer computer = FileUtils.createRootPathComputer(new File("/foo")); Discouraged access: The method createRootPathComputer(File) from the type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
74. WARNING in /src/org/eclipse/equinox/p2/tests/core/FileUtilsTest.java (at line 294) IPathComputer computer = FileUtils.createRootPathComputer(new File("/foo/bar")); Discouraged access: The type FileUtils.IPathComputer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
75. WARNING in /src/org/eclipse/equinox/p2/tests/core/FileUtilsTest.java (at line 294) IPathComputer computer = FileUtils.createRootPathComputer(new File("/foo/bar")); Discouraged access: The type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
76. WARNING in /src/org/eclipse/equinox/p2/tests/core/FileUtilsTest.java (at line 294) IPathComputer computer = FileUtils.createRootPathComputer(new File("/foo/bar")); Discouraged access: The method createRootPathComputer(File) from the type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
77. WARNING in /src/org/eclipse/equinox/p2/tests/core/FileUtilsTest.java (at line 301) private void validate(IPathComputer computer, String input, String output) { Discouraged access: The type FileUtils.IPathComputer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
78. WARNING in /src/org/eclipse/equinox/p2/tests/core/FileUtilsTest.java (at line 302) IPath computed = computer.computePath(new File(input)); Discouraged access: The method computePath(File) from the type FileUtils.IPathComputer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/Multiplier.java (at line 17) import org.eclipse.equinox.internal.p2.artifact.repository.Activator; Discouraged access: The type Activator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/Multiplier.java (at line 18) import org.eclipse.equinox.internal.provisional.p2.artifact.repository.processing.ProcessingStep; Discouraged access: The type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/Multiplier.java (at line 23) public class Multiplier extends ProcessingStep { Discouraged access: The type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/Multiplier.java (at line 32) super(); Discouraged access: The constructor ProcessingStep() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/Multiplier.java (at line 37) super.initialize(agent, descriptor, context); Discouraged access: The method initialize(IProvisioningAgent, IProcessingStepDescriptor, IArtifactDescriptor) from the type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/Multiplier.java (at line 42) setStatus(new Status(code, Activator.ID, "Multiplier operand specification invalid", e)); Discouraged access: The method setStatus(IStatus) from the type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/Multiplier.java (at line 42) setStatus(new Status(code, Activator.ID, "Multiplier operand specification invalid", e)); Discouraged access: The type Activator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/Multiplier.java (at line 42) setStatus(new Status(code, Activator.ID, "Multiplier operand specification invalid", e)); Discouraged access: The field ID from the type Activator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/Multiplier.java (at line 48) getDestination().write(b == -1 ? b : b * operand); Discouraged access: The method getDestination() from the type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/Multiplier.java (at line 52) super.close(); Discouraged access: The method close() from the type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepTest.java (at line 17) import org.eclipse.equinox.internal.provisional.p2.artifact.repository.processing.ProcessingStep; Discouraged access: The type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepTest.java (at line 18) import org.eclipse.equinox.internal.provisional.p2.artifact.repository.processing.ProcessingStepHandler; Discouraged access: The type ProcessingStepHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepTest.java (at line 22) private ProcessingStep ps; Discouraged access: The type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepTest.java (at line 28) ps = new ProcessingStep() {}; Discouraged access: The type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepTest.java (at line 34) assertNotNull(ps.getStatus()); Discouraged access: The method getStatus() from the type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepTest.java (at line 35) assertTrue(ps.getStatus().isOK()); Discouraged access: The method getStatus() from the type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepTest.java (at line 36) assertTrue(ps.getStatus(false).isOK()); Discouraged access: The method getStatus(boolean) from the type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepTest.java (at line 37) assertTrue(ps.getStatus(true).isOK()); Discouraged access: The method getStatus(boolean) from the type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepTest.java (at line 38) assertTrue(ProcessingStepHandler.checkStatus(ps).isOK()); Discouraged access: The type ProcessingStepHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepTest.java (at line 38) assertTrue(ProcessingStepHandler.checkStatus(ps).isOK()); Discouraged access: The method checkStatus(OutputStream) from the type ProcessingStepHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepTest.java (at line 42) ProcessingStep ps2 = new ProcessingStep() {}; Discouraged access: The type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepTest.java (at line 42) ProcessingStep ps2 = new ProcessingStep() {}; Discouraged access: The type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepTest.java (at line 43) ps.link(ps2, new NullProgressMonitor()); Discouraged access: The method link(OutputStream, IProgressMonitor) from the type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepTest.java (at line 44) assertTrue(ps.getStatus(true).isOK()); Discouraged access: The method getStatus(boolean) from the type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepTest.java (at line 46) ps2.setStatus(new Status(IStatus.ERROR, "plugin id", "message")); Discouraged access: The method setStatus(IStatus) from the type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepTest.java (at line 47) assertFalse(ps.getStatus(true).isOK()); Discouraged access: The method getStatus(boolean) from the type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepTest.java (at line 48) assertTrue(ps.getStatus(true).isMultiStatus()); Discouraged access: The method getStatus(boolean) from the type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepTest.java (at line 49) assertEquals(IStatus.ERROR, ps.getStatus(true).getSeverity()); Discouraged access: The method getStatus(boolean) from the type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepTest.java (at line 50) MultiStatus multi = (MultiStatus) ps.getStatus(true); Discouraged access: The method getStatus(boolean) from the type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepTest.java (at line 53) ProcessingStep ps3 = new ProcessingStep() {}; Discouraged access: The type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepTest.java (at line 53) ProcessingStep ps3 = new ProcessingStep() {}; Discouraged access: The type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepTest.java (at line 54) ps2.link(ps3, new NullProgressMonitor()); Discouraged access: The method link(OutputStream, IProgressMonitor) from the type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepTest.java (at line 55) assertFalse(ps.getStatus(true).isOK()); Discouraged access: The method getStatus(boolean) from the type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepTest.java (at line 56) assertTrue(ps.getStatus(true).isMultiStatus()); Discouraged access: The method getStatus(boolean) from the type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepTest.java (at line 57) assertEquals(IStatus.ERROR, ps.getStatus(true).getSeverity()); Discouraged access: The method getStatus(boolean) from the type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepTest.java (at line 58) multi = (MultiStatus) ps.getStatus(true); Discouraged access: The method getStatus(boolean) from the type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepTest.java (at line 61) ps3.setStatus(Status.CANCEL_STATUS); Discouraged access: The method setStatus(IStatus) from the type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepTest.java (at line 62) assertFalse(ps.getStatus(true).isOK()); Discouraged access: The method getStatus(boolean) from the type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepTest.java (at line 63) assertTrue(ps.getStatus(true).isMultiStatus()); Discouraged access: The method getStatus(boolean) from the type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepTest.java (at line 64) assertEquals(IStatus.CANCEL, ps.getStatus(true).getSeverity()); Discouraged access: The method getStatus(boolean) from the type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepTest.java (at line 77) ps.link(destination, new NullProgressMonitor()); Discouraged access: The method link(OutputStream, IProgressMonitor) from the type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepTest.java (at line 78) ps.flush(); Discouraged access: The method flush() from the type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepTest.java (at line 92) ps.link(destination, new NullProgressMonitor()); Discouraged access: The method link(OutputStream, IProgressMonitor) from the type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepTest.java (at line 93) ps.close(); Discouraged access: The method close() from the type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepTest.java (at line 98) OutputStream destination = new ProcessingStep() { Discouraged access: The type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepTest.java (at line 103) ps.link(destination, new NullProgressMonitor()); Discouraged access: The method link(OutputStream, IProgressMonitor) from the type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
37. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/ProcessingStepTest.java (at line 104) ps.close(); Discouraged access: The method close() from the type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/directorywatcher/ProfileSynchronizerTest.java (at line 66) watcher.poll(); Discouraged access: The method poll() from the type DirectoryWatcher is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.directorywatcher/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/directorywatcher/ProfileSynchronizerTest.java (at line 107) watcher.poll(); Discouraged access: The method poll() from the type DirectoryWatcher is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.directorywatcher/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug254481dataSet1.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/4M/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/planner/Bug254481dataSet1.java (at line 17) 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/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug254481dataSet1.java (at line 37) SimpleProfileRegistry registry = new SimpleProfileRegistry(getAgent(), tempFolder, null, false); Discouraged access: The type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug254481dataSet1.java (at line 37) SimpleProfileRegistry registry = new SimpleProfileRegistry(getAgent(), tempFolder, null, false); Discouraged access: The constructor SimpleProfileRegistry(IProvisioningAgent, File, ISurrogateProfileHandler, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug254481dataSet1.java (at line 37) SimpleProfileRegistry registry = new SimpleProfileRegistry(getAgent(), tempFolder, null, false); Discouraged access: The type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug254481dataSet1.java (at line 38) profile = registry.getProfile("bootProfile"); Discouraged access: The method getProfile(String) from the type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug254481dataSet1.java (at line 53) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug254481dataSet1.java (at line 53) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug254481dataSet1.java (at line 53) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug254481dataSet1.java (at line 54) request.addInstallableUnits(new IInstallableUnit[] {patch}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug254481dataSet1.java (at line 55) request.setInstallableUnitInclusionRules(patch, ProfileInclusionRules.createOptionalInclusionRule(patch)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTestMac.java (at line 23) import org.eclipse.equinox.internal.p2.publisher.eclipse.ProductFile; Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTestMac.java (at line 25) import org.eclipse.equinox.p2.publisher.AbstractPublisherAction; Discouraged access: The type AbstractPublisherAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTestMac.java (at line 26) import org.eclipse.equinox.p2.publisher.IPublisherInfo; Discouraged access: The type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTestMac.java (at line 27) import org.eclipse.equinox.p2.publisher.actions.RootIUAdvice; Discouraged access: The type RootIUAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTestMac.java (at line 32) * Tests for {@link ProductAction} specific to Mac. Discouraged access: The type ProductAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTestMac.java (at line 38) private Capture<RootIUAdvice> rootIUAdviceCapture; Discouraged access: The type RootIUAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTestMac.java (at line 39) private Capture<ProductFileAdvice> productFileAdviceCapture; Discouraged access: The type ProductFileAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTestMac.java (at line 43) protected IPublisherInfo createPublisherInfoMock() { Discouraged access: The type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTestMac.java (at line 45) return createNiceMock(IPublisherInfo.class); Discouraged access: The type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTestMac.java (at line 49) publisherInfo.addAdvice(EasyMock.and(EasyMock.isA(RootIUAdvice.class), EasyMock.capture(rootIUAdviceCapture))); Discouraged access: The method addAdvice(IPublisherAdvice) from the type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTestMac.java (at line 49) publisherInfo.addAdvice(EasyMock.and(EasyMock.isA(RootIUAdvice.class), EasyMock.capture(rootIUAdviceCapture))); Discouraged access: The type RootIUAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTestMac.java (at line 50) publisherInfo.addAdvice(EasyMock.and(EasyMock.isA(ProductFileAdvice.class), EasyMock.capture(productFileAdviceCapture))); Discouraged access: The method addAdvice(IPublisherAdvice) from the type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTestMac.java (at line 50) publisherInfo.addAdvice(EasyMock.and(EasyMock.isA(ProductFileAdvice.class), EasyMock.capture(productFileAdviceCapture))); Discouraged access: The type ProductFileAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTestMac.java (at line 52) expect(publisherInfo.getAdvice((String) anyObject(), anyBoolean(), (String) anyObject(), (Version) anyObject(), (Class) anyObject())).andReturn(Collections.emptyList()); Discouraged access: The method getAdvice(String, boolean, String, Version, Class<IPublisherAdvice>) from the type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTestMac.java (at line 57) configSpec = AbstractPublisherAction.createConfigSpec("carbon", "macosx", "x86"); Discouraged access: The type AbstractPublisherAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTestMac.java (at line 57) configSpec = AbstractPublisherAction.createConfigSpec("carbon", "macosx", "x86"); Discouraged access: The method createConfigSpec(String, String, String) from the type AbstractPublisherAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTestMac.java (at line 58) rootIUAdviceCapture = new Capture<RootIUAdvice>(); Discouraged access: The type RootIUAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTestMac.java (at line 59) productFileAdviceCapture = new Capture<ProductFileAdvice>(); Discouraged access: The type ProductFileAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTestMac.java (at line 68) ProductFile productFile = new ProductFile(TestData.getFile("ProductActionTest", "platform.product").toString()); Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTestMac.java (at line 68) ProductFile productFile = new ProductFile(TestData.getFile("ProductActionTest", "platform.product").toString()); Discouraged access: The constructor ProductFile(String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTestMac.java (at line 68) ProductFile productFile = new ProductFile(TestData.getFile("ProductActionTest", "platform.product").toString()); Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTestMac.java (at line 70) testAction = new ProductAction(source, productFile, flavorArg, executablesFeatureLocation); Discouraged access: The constructor ProductAction(String, IProductDescriptor, String, File) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTestMac.java (at line 70) testAction = new ProductAction(source, productFile, flavorArg, executablesFeatureLocation); Discouraged access: The type ProductAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTestMac.java (at line 71) IStatus status = testAction.perform(publisherInfo, publisherResult, null); Discouraged access: The method perform(IPublisherInfo, IPublisherResult, IProgressMonitor) from the type AbstractPublisherAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTestMac.java (at line 74) IExecutableAdvice launchAdvice = productFileAdviceCapture.getValue(); Discouraged access: The type IExecutableAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTestMac.java (at line 75) assertEquals("1.0", "eclipse", launchAdvice.getExecutableName()); Discouraged access: The method getExecutableName() from the type IExecutableAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTestMac.java (at line 77) String[] programArgs = launchAdvice.getProgramArguments(); Discouraged access: The method getProgramArguments() from the type IExecutableAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionTestMac.java (at line 82) String[] vmArgs = launchAdvice.getVMArguments(); Discouraged access: The method getVMArguments() from the type IExecutableAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SeveralOptionalDependencies2.java (at line 11) 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/4M/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/planner/SeveralOptionalDependencies2.java (at line 46) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SeveralOptionalDependencies2.java (at line 46) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SeveralOptionalDependencies2.java (at line 46) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SeveralOptionalDependencies2.java (at line 47) req.addInstallableUnits(new IInstallableUnit[] {x1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveRepositoryActionTest.java (at line 17) import org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.ActionConstants; Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveRepositoryActionTest.java (at line 18) import org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.RemoveRepositoryAction; Discouraged access: The type RemoveRepositoryAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveRepositoryActionTest.java (at line 23) * Tests for {@link org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.RemoveRepositoryAction}. Discouraged access: The type RemoveRepositoryAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveRepositoryActionTest.java (at line 27) RemoveRepositoryAction action; Discouraged access: The type RemoveRepositoryAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveRepositoryActionTest.java (at line 35) args.put(ActionConstants.PARM_AGENT, getAgent()); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveRepositoryActionTest.java (at line 35) args.put(ActionConstants.PARM_AGENT, getAgent()); Discouraged access: The field PARM_AGENT from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveRepositoryActionTest.java (at line 46) action = new RemoveRepositoryAction(); Discouraged access: The constructor RemoveRepositoryAction() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveRepositoryActionTest.java (at line 46) action = new RemoveRepositoryAction(); Discouraged access: The type RemoveRepositoryAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveRepositoryActionTest.java (at line 59) IStatus result = action.execute(args); Discouraged access: The method execute(Map<String,Object>) from the type RemoveRepositoryAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveRepositoryActionTest.java (at line 68) IStatus result = action.execute(args); Discouraged access: The method execute(Map<String,Object>) from the type RemoveRepositoryAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveRepositoryActionTest.java (at line 76) IStatus result = action.execute(args); Discouraged access: The method execute(Map<String,Object>) from the type RemoveRepositoryAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveRepositoryActionTest.java (at line 82) IStatus result = action.execute(new HashMap()); Discouraged access: The method execute(Map<String,Object>) from the type RemoveRepositoryAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveRepositoryActionTest.java (at line 91) IStatus result = action.execute(args); Discouraged access: The method execute(Map<String,Object>) from the type RemoveRepositoryAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveRepositoryActionTest.java (at line 98) IStatus result = action.execute(args); Discouraged access: The method execute(Map<String,Object>) from the type RemoveRepositoryAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveRepositoryActionTest.java (at line 102) result = action.undo(args); Discouraged access: The method undo(Map<String,Object>) from the type RemoveRepositoryAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveRepositoryActionTest.java (at line 108) IStatus result = action.execute(args); Discouraged access: The method execute(Map<String,Object>) from the type RemoveRepositoryAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveRepositoryActionTest.java (at line 113) result = action.undo(args); Discouraged access: The method undo(Map<String,Object>) from the type RemoveRepositoryAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/SharedInstallTests.java (at line 18) import org.eclipse.equinox.internal.p2.updatesite.Activator; Discouraged access: The type Activator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/SharedInstallTests.java (at line 43) File root = new File(Activator.getBundleContext().getProperty("java.home")); Discouraged access: The type Activator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/SharedInstallTests.java (at line 43) File root = new File(Activator.getBundleContext().getProperty("java.home")); Discouraged access: The method getBundleContext() from the type Activator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest1.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/4M/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/planner/PatchTest1.java (at line 46) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest1.java (at line 46) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest1.java (at line 46) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest1.java (at line 47) req1.addInstallableUnits(new IInstallableUnit[] {a1, p1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseTest.java (at line 18) import org.eclipse.equinox.internal.p2.engine.phases.Collect; Discouraged access: The type Collect is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseTest.java (at line 19) import org.eclipse.equinox.internal.provisional.p2.core.eventbus.ProvisioningListener; Discouraged access: The type ProvisioningListener is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseTest.java (at line 33) public static class TestPhaseSet extends PhaseSet { Discouraged access: The type PhaseSet is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseTest.java (at line 36) super(new Phase[] {new TestPhase()}); Discouraged access: The constructor PhaseSet(Phase[]) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseTest.java (at line 36) super(new Phase[] {new TestPhase()}); Discouraged access: The type Phase is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseTest.java (at line 39) public TestPhaseSet(Phase phase) { Discouraged access: The type Phase is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseTest.java (at line 40) super(new Phase[] {phase}); Discouraged access: The constructor PhaseSet(Phase[]) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseTest.java (at line 40) super(new Phase[] {phase}); Discouraged access: The type Phase is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseTest.java (at line 43) public TestPhaseSet(Phase[] phases) { Discouraged access: The type Phase is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseTest.java (at line 44) super(phases); Discouraged access: The constructor PhaseSet(Phase[]) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseTest.java (at line 48) public static class TestPhase extends InstallableUnitPhase { Discouraged access: The type InstallableUnitPhase is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseTest.java (at line 56) super("test", 1); Discouraged access: The constructor InstallableUnitPhase(String, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseTest.java (at line 60) super(phaseId, weight); Discouraged access: The constructor InstallableUnitPhase(String, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseTest.java (at line 63) protected IStatus completeOperand(IProfile profile, InstallableUnitOperand operand, Map parameters, IProgressMonitor monitor) { Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseTest.java (at line 65) return super.completeOperand(profile, operand, parameters, monitor); Discouraged access: The method completeOperand(IProfile, InstallableUnitOperand, Map<String,Object>, IProgressMonitor) from the type InstallableUnitPhase is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseTest.java (at line 68) protected IStatus initializeOperand(IProfile profile, InstallableUnitOperand operand, Map parameters, IProgressMonitor monitor) { Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseTest.java (at line 71) return super.initializeOperand(profile, operand, parameters, monitor); Discouraged access: The method initializeOperand(IProfile, InstallableUnitOperand, Map<String,Object>, IProgressMonitor) from the type InstallableUnitPhase is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseTest.java (at line 76) return super.completePhase(monitor, profile, parameters); Discouraged access: The method completePhase(IProgressMonitor, IProfile, Map<String,Object>) from the type Phase is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseTest.java (at line 82) return super.initializePhase(monitor, profile, parameters); Discouraged access: The method initializePhase(IProgressMonitor, IProfile, Map<String,Object>) from the type InstallableUnitPhase is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseTest.java (at line 85) protected List<ProvisioningAction> getActions(InstallableUnitOperand operand) { Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseTest.java (at line 86) IInstallableUnit unit = operand.second(); Discouraged access: The method second() from the type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseTest.java (at line 87) List<ProvisioningAction> parsedActions = getActions(unit, phaseId); Discouraged access: The method getActions(IInstallableUnit, String) from the type InstallableUnitPhase is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseTest.java (at line 87) List<ProvisioningAction> parsedActions = getActions(unit, phaseId); Discouraged access: The field phaseId from the type Phase is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseTest.java (at line 95) String actionId = getActionManager().getTouchpointQualifiedActionId(phaseId, type); Discouraged access: The method getActionManager() from the type Phase is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseTest.java (at line 95) String actionId = getActionManager().getTouchpointQualifiedActionId(phaseId, type); Discouraged access: The method getTouchpointQualifiedActionId(String, ITouchpointType) from the type ActionManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseTest.java (at line 95) String actionId = getActionManager().getTouchpointQualifiedActionId(phaseId, type); Discouraged access: The field phaseId from the type Phase is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseTest.java (at line 96) ProvisioningAction action = getActionManager().getAction(actionId, null); Discouraged access: The method getActionManager() from the type Phase is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseTest.java (at line 96) ProvisioningAction action = getActionManager().getAction(actionId, null); Discouraged access: The method getAction(String, VersionRange) from the type ActionManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseTest.java (at line 98) throw new IllegalArgumentException("action not found: " + phaseId); Discouraged access: The field phaseId from the type Phase is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseTest.java (at line 160) PhaseSet phaseSet = new TestPhaseSet(new TestPhase()); Discouraged access: The type PhaseSet is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseTest.java (at line 186) PhaseSet phaseSet = new TestPhaseSet(phase); Discouraged access: The type PhaseSet is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseTest.java (at line 198) protected IStatus completeOperand(IProfile profile, Operand operand, Map parameters, IProgressMonitor monitor) { Discouraged access: The type Operand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseTest.java (at line 201) super.completeOperand(profile, operand, parameters, monitor); Discouraged access: The method completeOperand(IProfile, Operand, Map<String,Object>, IProgressMonitor) from the type InstallableUnitPhase is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseTest.java (at line 207) protected IStatus initializeOperand(IProfile profile, Operand operand, Map parameters, IProgressMonitor monitor) { Discouraged access: The type Operand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseTest.java (at line 210) super.initializeOperand(profile, operand, parameters, monitor); Discouraged access: The method initializeOperand(IProfile, Operand, Map<String,Object>, IProgressMonitor) from the type InstallableUnitPhase is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseTest.java (at line 216) PhaseSet phaseSet = new TestPhaseSet(phase); Discouraged access: The type PhaseSet is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
37. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseTest.java (at line 253) PhaseSet phaseSet = new TestPhaseSet(phase); Discouraged access: The type PhaseSet is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
38. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseTest.java (at line 277) InstallableUnitPhase phase1 = new InstallableUnitPhase("test", 1) { Discouraged access: The type InstallableUnitPhase is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
39. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseTest.java (at line 277) InstallableUnitPhase phase1 = new InstallableUnitPhase("test", 1) { Discouraged access: The type InstallableUnitPhase is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
40. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseTest.java (at line 278) protected List<ProvisioningAction> getActions(InstallableUnitOperand operand) { Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
41. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseTest.java (at line 279) List<ProvisioningAction> actions = getActions(operand.second(), "test1"); Discouraged access: The method getActions(IInstallableUnit, String) from the type InstallableUnitPhase is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
42. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseTest.java (at line 279) List<ProvisioningAction> actions = getActions(operand.second(), "test1"); Discouraged access: The method second() from the type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
43. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseTest.java (at line 285) InstallableUnitPhase phase2 = new InstallableUnitPhase("test", 1) { Discouraged access: The type InstallableUnitPhase is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
44. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseTest.java (at line 285) InstallableUnitPhase phase2 = new InstallableUnitPhase("test", 1) { Discouraged access: The type InstallableUnitPhase is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
45. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseTest.java (at line 286) protected List<ProvisioningAction> getActions(InstallableUnitOperand operand) { Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
46. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseTest.java (at line 287) List<ProvisioningAction> actions = getActions(operand.second(), "test2"); Discouraged access: The method getActions(IInstallableUnit, String) from the type InstallableUnitPhase is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
47. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseTest.java (at line 287) List<ProvisioningAction> actions = getActions(operand.second(), "test2"); Discouraged access: The method second() from the type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
48. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseTest.java (at line 293) PhaseSet phaseSet = new TestPhaseSet(new Phase[] {phase1, phase2}); Discouraged access: The type PhaseSet is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
49. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseTest.java (at line 293) PhaseSet phaseSet = new TestPhaseSet(new Phase[] {phase1, phase2}); Discouraged access: The type Phase is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
50. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseTest.java (at line 308) assertEquals(TestAction.class, ((ParameterizedProvisioningAction) actionsList1.get(0)).getAction().getClass()); Discouraged access: The method getAction() from the type ParameterizedProvisioningAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
51. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseTest.java (at line 308) assertEquals(TestAction.class, ((ParameterizedProvisioningAction) actionsList1.get(0)).getAction().getClass()); Discouraged access: The type ParameterizedProvisioningAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
52. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseTest.java (at line 309) assertEquals(TestAction.class, ((ParameterizedProvisioningAction) actionsList2.get(0)).getAction().getClass()); Discouraged access: The method getAction() from the type ParameterizedProvisioningAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
53. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseTest.java (at line 309) assertEquals(TestAction.class, ((ParameterizedProvisioningAction) actionsList2.get(0)).getAction().getClass()); Discouraged access: The type ParameterizedProvisioningAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
54. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseTest.java (at line 324) class MyCollect extends Collect { Discouraged access: The type Collect is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
55. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseTest.java (at line 330) super(weight); Discouraged access: The constructor Collect(int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
56. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseTest.java (at line 334) protected List<ProvisioningAction> getActions(InstallableUnitOperand operand) { Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
57. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseTest.java (at line 335) List<ProvisioningAction> actions = super.getActions(operand); Discouraged access: The method getActions(InstallableUnitOperand) from the type Collect is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
58. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseTest.java (at line 344) PhaseSet phaseSet = new TestPhaseSet(new Phase[] {collect}); Discouraged access: The type PhaseSet is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
59. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseTest.java (at line 344) PhaseSet phaseSet = new TestPhaseSet(new Phase[] {collect}); Discouraged access: The type Phase is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
60. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseTest.java (at line 349) class TestListener implements ProvisioningListener { Discouraged access: The type ProvisioningListener is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
61. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseTest.java (at line 353) if (o instanceof CollectEvent) Discouraged access: The type CollectEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
62. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseTest.java (at line 359) getEventBus().addListener(listener); Discouraged access: The method addListener(ProvisioningListener) from the type IProvisioningEventBus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
63. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseTest.java (at line 372) getEventBus().removeListener(listener); Discouraged access: The method removeListener(ProvisioningListener) from the type IProvisioningEventBus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/GreedyRequirement.java (at line 11) 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/4M/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/planner/GreedyRequirement.java (at line 47) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/GreedyRequirement.java (at line 47) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/GreedyRequirement.java (at line 47) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/GreedyRequirement.java (at line 48) req.addInstallableUnits(new IInstallableUnit[] {a1, c1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/VersionAdviceTest.java (at line 14) import org.eclipse.equinox.p2.publisher.actions.VersionAdvice; Discouraged access: The type VersionAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/VersionAdviceTest.java (at line 23) VersionAdvice versionAdvice = new VersionAdvice(); Discouraged access: The type VersionAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/VersionAdviceTest.java (at line 23) VersionAdvice versionAdvice = new VersionAdvice(); Discouraged access: The constructor VersionAdvice() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/VersionAdviceTest.java (at line 23) VersionAdvice versionAdvice = new VersionAdvice(); Discouraged access: The type VersionAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/VersionAdviceTest.java (at line 24) versionAdvice.load(null, "some random string"); Discouraged access: The method load(String, String) from the type VersionAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/VersionAdviceTest.java (at line 29) VersionAdvice versionAdvice = new VersionAdvice(); Discouraged access: The type VersionAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/VersionAdviceTest.java (at line 29) VersionAdvice versionAdvice = new VersionAdvice(); Discouraged access: The constructor VersionAdvice() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/VersionAdviceTest.java (at line 29) VersionAdvice versionAdvice = new VersionAdvice(); Discouraged access: The type VersionAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/VersionAdviceTest.java (at line 30) versionAdvice.load(null, versionAdviceFoo); Discouraged access: The method load(String, String) from the type VersionAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/VersionAdviceTest.java (at line 31) assertEquals("1.0", Version.create("1.6.4.thisisastring"), versionAdvice.getVersion("foo", "org.apache.http")); Discouraged access: The method getVersion(String, String) from the type VersionAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/VersionAdviceTest.java (at line 32) assertEquals("2.0", Version.create("1.3.1"), versionAdvice.getVersion("null", "org.eclipse.cdt")); Discouraged access: The method getVersion(String, String) from the type VersionAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/VersionAdviceTest.java (at line 33) assertEquals("3.0", Version.create("1.4.0"), versionAdvice.getVersion(null, "org.eclipse.tptp")); Discouraged access: The method getVersion(String, String) from the type VersionAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/VersionAdviceTest.java (at line 38) VersionAdvice versionAdvice = new VersionAdvice(); Discouraged access: The type VersionAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/VersionAdviceTest.java (at line 38) VersionAdvice versionAdvice = new VersionAdvice(); Discouraged access: The constructor VersionAdvice() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/VersionAdviceTest.java (at line 38) VersionAdvice versionAdvice = new VersionAdvice(); Discouraged access: The type VersionAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/VersionAdviceTest.java (at line 39) versionAdvice.load("null", versionAdviceFoo); Discouraged access: The method load(String, String) from the type VersionAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/VersionAdviceTest.java (at line 40) assertEquals("1.0", Version.create("1.6.4.thisisastring"), versionAdvice.getVersion("foo", "org.apache.http")); Discouraged access: The method getVersion(String, String) from the type VersionAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/VersionAdviceTest.java (at line 41) assertEquals("2.0", Version.create("1.3.1"), versionAdvice.getVersion("null", "org.eclipse.cdt")); Discouraged access: The method getVersion(String, String) from the type VersionAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/VersionAdviceTest.java (at line 42) assertEquals("3.0", Version.create("1.4.0"), versionAdvice.getVersion(null, "org.eclipse.tptp")); Discouraged access: The method getVersion(String, String) from the type VersionAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/VersionAdviceTest.java (at line 48) VersionAdvice versionAdvice = new VersionAdvice(); Discouraged access: The type VersionAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/VersionAdviceTest.java (at line 48) VersionAdvice versionAdvice = new VersionAdvice(); Discouraged access: The constructor VersionAdvice() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/VersionAdviceTest.java (at line 48) VersionAdvice versionAdvice = new VersionAdvice(); Discouraged access: The type VersionAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/VersionAdviceTest.java (at line 49) versionAdvice.load(null, versionAdviceFoo); Discouraged access: The method load(String, String) from the type VersionAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/VersionAdviceTest.java (at line 50) versionAdvice.load(null, versionAdviceBar); Discouraged access: The method load(String, String) from the type VersionAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/VersionAdviceTest.java (at line 51) assertEquals("1.0", Version.create("1.6.4.thisisastring"), versionAdvice.getVersion("foo", "org.apache.http")); Discouraged access: The method getVersion(String, String) from the type VersionAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/VersionAdviceTest.java (at line 52) assertEquals("1.0", Version.create("1.6.4.thisisastring"), versionAdvice.getVersion("foo", "org.apache.commons")); Discouraged access: The method getVersion(String, String) from the type VersionAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/VersionAdviceTest.java (at line 53) assertEquals("2.0", Version.create("2.3.1"), versionAdvice.getVersion("null", "org.eclipse.cdt")); Discouraged access: The method getVersion(String, String) from the type VersionAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/VersionAdviceTest.java (at line 54) assertEquals("3.0", Version.create("1.5.0"), versionAdvice.getVersion(null, "org.eclipse.tptp")); Discouraged access: The method getVersion(String, String) from the type VersionAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/VersionAdviceTest.java (at line 59) VersionAdvice versionAdvice = new VersionAdvice(); Discouraged access: The type VersionAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/VersionAdviceTest.java (at line 59) VersionAdvice versionAdvice = new VersionAdvice(); Discouraged access: The constructor VersionAdvice() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/VersionAdviceTest.java (at line 59) VersionAdvice versionAdvice = new VersionAdvice(); Discouraged access: The type VersionAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/VersionAdviceTest.java (at line 60) versionAdvice.load("foo", versionAdviceFoo); Discouraged access: The method load(String, String) from the type VersionAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/VersionAdviceTest.java (at line 61) assertEquals("1.0", Version.create("1.6.4.thisisastring"), versionAdvice.getVersion("foo", "org.apache.http")); Discouraged access: The method getVersion(String, String) from the type VersionAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/VersionAdviceTest.java (at line 62) assertEquals("2.0", Version.create("1.3.1"), versionAdvice.getVersion("foo", "org.eclipse.cdt")); Discouraged access: The method getVersion(String, String) from the type VersionAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/VersionAdviceTest.java (at line 63) assertEquals("3.0", Version.create("1.4.0"), versionAdvice.getVersion("foo", "org.eclipse.tptp")); Discouraged access: The method getVersion(String, String) from the type VersionAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/VersionAdviceTest.java (at line 64) assertEquals("4.0", null, versionAdvice.getVersion(null, "org.eclipse.tptp")); Discouraged access: The method getVersion(String, String) from the type VersionAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
37. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/VersionAdviceTest.java (at line 69) VersionAdvice versionAdvice = new VersionAdvice(); Discouraged access: The type VersionAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
38. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/VersionAdviceTest.java (at line 69) VersionAdvice versionAdvice = new VersionAdvice(); Discouraged access: The constructor VersionAdvice() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
39. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/VersionAdviceTest.java (at line 69) VersionAdvice versionAdvice = new VersionAdvice(); Discouraged access: The type VersionAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
40. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/VersionAdviceTest.java (at line 70) versionAdvice.load("bar", versionAdviceBar); Discouraged access: The method load(String, String) from the type VersionAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
41. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/VersionAdviceTest.java (at line 71) assertEquals("1.0", null, versionAdvice.getVersion("bar", "org.apache.http")); Discouraged access: The method getVersion(String, String) from the type VersionAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
42. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/VersionAdviceTest.java (at line 72) assertEquals("2.0", Version.create("1.6.4.thisisastring"), versionAdvice.getVersion("bar", "org.apache.commons")); Discouraged access: The method getVersion(String, String) from the type VersionAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
43. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/VersionAdviceTest.java (at line 73) assertEquals("3.0", Version.create("2.3.1"), versionAdvice.getVersion("bar", "org.eclipse.cdt")); Discouraged access: The method getVersion(String, String) from the type VersionAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
44. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/VersionAdviceTest.java (at line 74) assertEquals("4.0", Version.create("1.5.0"), versionAdvice.getVersion("bar", "org.eclipse.tptp")); Discouraged access: The method getVersion(String, String) from the type VersionAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
45. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/VersionAdviceTest.java (at line 80) VersionAdvice versionAdvice = new VersionAdvice(); Discouraged access: The type VersionAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
46. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/VersionAdviceTest.java (at line 80) VersionAdvice versionAdvice = new VersionAdvice(); Discouraged access: The constructor VersionAdvice() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
47. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/VersionAdviceTest.java (at line 80) VersionAdvice versionAdvice = new VersionAdvice(); Discouraged access: The type VersionAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
48. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/VersionAdviceTest.java (at line 81) versionAdvice.load("foo", versionAdviceFoo); Discouraged access: The method load(String, String) from the type VersionAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
49. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/VersionAdviceTest.java (at line 82) versionAdvice.load("bar", versionAdviceBar); Discouraged access: The method load(String, String) from the type VersionAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
50. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/VersionAdviceTest.java (at line 83) assertEquals("1.0", Version.create("1.6.4.thisisastring"), versionAdvice.getVersion("foo", "org.apache.http")); Discouraged access: The method getVersion(String, String) from the type VersionAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
51. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/VersionAdviceTest.java (at line 84) assertEquals("2.0", Version.create("1.3.1"), versionAdvice.getVersion("foo", "org.eclipse.cdt")); Discouraged access: The method getVersion(String, String) from the type VersionAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
52. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/VersionAdviceTest.java (at line 85) assertEquals("3.0", Version.create("1.4.0"), versionAdvice.getVersion("foo", "org.eclipse.tptp")); Discouraged access: The method getVersion(String, String) from the type VersionAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
53. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/VersionAdviceTest.java (at line 87) assertEquals("4.0", null, versionAdvice.getVersion("bar", "org.apache.http")); Discouraged access: The method getVersion(String, String) from the type VersionAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
54. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/VersionAdviceTest.java (at line 88) assertEquals("5.0", Version.create("1.6.4.thisisastring"), versionAdvice.getVersion("bar", "org.apache.commons")); Discouraged access: The method getVersion(String, String) from the type VersionAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
55. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/VersionAdviceTest.java (at line 89) assertEquals("6.0", Version.create("2.3.1"), versionAdvice.getVersion("bar", "org.eclipse.cdt")); Discouraged access: The method getVersion(String, String) from the type VersionAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
56. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/VersionAdviceTest.java (at line 90) assertEquals("7.0", Version.create("1.5.0"), versionAdvice.getVersion("bar", "org.eclipse.tptp")); Discouraged access: The method getVersion(String, String) from the type VersionAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/director/ReplacePlanTest.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/4M/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/director/ReplacePlanTest.java (at line 16) import org.eclipse.equinox.internal.provisional.p2.director.IDirector; Discouraged access: The type IDirector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/director/ReplacePlanTest.java (at line 23) * Tests {@link IPlanner#getProvisioningPlan(ProfileChangeRequest, ProvisioningContext, org.eclipse.core.runtime.IProgressMonitor)} Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/director/ReplacePlanTest.java (at line 35) IDirector director; Discouraged access: The type IDirector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/director/ReplacePlanTest.java (at line 62) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/director/ReplacePlanTest.java (at line 62) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/director/ReplacePlanTest.java (at line 62) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/director/ReplacePlanTest.java (at line 63) request.addInstallableUnits(new IInstallableUnit[] {fa, frag1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/director/ReplacePlanTest.java (at line 64) director.provision(request, null, null); Discouraged access: The method provision(IProfileChangeRequest, ProvisioningContext, IProgressMonitor) from the type IDirector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/director/ReplacePlanTest.java (at line 72) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/director/ReplacePlanTest.java (at line 72) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/director/ReplacePlanTest.java (at line 72) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/director/ReplacePlanTest.java (at line 73) request.removeInstallableUnits(oldUnits); Discouraged access: The method removeInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/director/ReplacePlanTest.java (at line 74) request.addInstallableUnits(newUnits); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/director/ReplacePlanTest.java (at line 85) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/director/ReplacePlanTest.java (at line 85) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/director/ReplacePlanTest.java (at line 85) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/director/ReplacePlanTest.java (at line 86) request.removeInstallableUnits(new IInstallableUnit[] {frag1}); Discouraged access: The method removeInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/director/ReplacePlanTest.java (at line 87) request.addInstallableUnits(new IInstallableUnit[] {frag1_4}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug271954.java (at line 17) 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/4M/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/planner/Bug271954.java (at line 18) 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/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug271954.java (at line 38) SimpleProfileRegistry realProfileRegistry = (SimpleProfileRegistry) getProfileRegistry(); Discouraged access: The type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug271954.java (at line 38) SimpleProfileRegistry realProfileRegistry = (SimpleProfileRegistry) getProfileRegistry(); Discouraged access: The type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug271954.java (at line 40) Field profileStore = SimpleProfileRegistry.class.getDeclaredField("store"); Discouraged access: The type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug271954.java (at line 45) Field profilesMapField = SimpleProfileRegistry.class.getDeclaredField("profiles"); //$NON-NLS-1$ Discouraged access: The type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug271954.java (at line 50) 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/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug271954.java (at line 55) profile = realProfileRegistry.getProfile(profileLoadedId); Discouraged access: The method getProfile(String) from the type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug271954.java (at line 59) SimpleProfileRegistry realProfileRegistry = (SimpleProfileRegistry) getProfileRegistry(); Discouraged access: The type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug271954.java (at line 59) SimpleProfileRegistry realProfileRegistry = (SimpleProfileRegistry) getProfileRegistry(); Discouraged access: The type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug271954.java (at line 61) Field profilesMapField = SimpleProfileRegistry.class.getDeclaredField("profiles"); //$NON-NLS-1$ Discouraged access: The type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug271954.java (at line 65) Field profileStore = SimpleProfileRegistry.class.getDeclaredField("store"); Discouraged access: The type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug271954.java (at line 69) 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/4M/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/planner/Bug271954.java (at line 79) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug271954.java (at line 79) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug271954.java (at line 79) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug271954.java (at line 80) req.removeInstallableUnits((IInstallableUnit[]) c.toArray(IInstallableUnit.class)); Discouraged access: The method removeInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/FoldersRepositoryTest.java (at line 19) import org.eclipse.equinox.internal.p2.core.helpers.ServiceHelper; Discouraged access: The type ServiceHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/FoldersRepositoryTest.java (at line 20) import org.eclipse.equinox.internal.p2.metadata.ArtifactKey; Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/FoldersRepositoryTest.java (at line 44) IProvisioningAgent agent = (IProvisioningAgent) ServiceHelper.getService(TestActivator.getContext(), IProvisioningAgent.SERVICE_NAME); Discouraged access: The type ServiceHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/FoldersRepositoryTest.java (at line 44) IProvisioningAgent agent = (IProvisioningAgent) ServiceHelper.getService(TestActivator.getContext(), IProvisioningAgent.SERVICE_NAME); Discouraged access: The method getService(BundleContext, String) from the type ServiceHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/FoldersRepositoryTest.java (at line 85) ArtifactKey key = new ArtifactKey("osgi.bundle", identifier, Version.create(version)); Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/FoldersRepositoryTest.java (at line 85) ArtifactKey key = new ArtifactKey("osgi.bundle", identifier, Version.create(version)); Discouraged access: The constructor ArtifactKey(String, String, Version) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/FoldersRepositoryTest.java (at line 85) ArtifactKey key = new ArtifactKey("osgi.bundle", identifier, Version.create(version)); Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/DefaultCUsActionTest.java (at line 16) import org.eclipse.equinox.internal.p2.metadata.InstallableUnitFragment; Discouraged access: The type InstallableUnitFragment is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/DefaultCUsActionTest.java (at line 19) import org.eclipse.equinox.p2.publisher.eclipse.DefaultCUsAction; Discouraged access: The type DefaultCUsAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/DefaultCUsActionTest.java (at line 27) testAction = new DefaultCUsAction(publisherInfo, flavorArg, 4 /*start level*/, true /*start*/); Discouraged access: The constructor DefaultCUsAction(IPublisherInfo, String, int, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/DefaultCUsActionTest.java (at line 27) testAction = new DefaultCUsAction(publisherInfo, flavorArg, 4 /*start level*/, true /*start*/); Discouraged access: The type DefaultCUsAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/DefaultCUsActionTest.java (at line 31) assertEquals(Status.OK_STATUS, testAction.perform(publisherInfo, publisherResult, new NullProgressMonitor())); Discouraged access: The method perform(IPublisherInfo, IPublisherResult, IProgressMonitor) from the type AbstractPublisherAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/DefaultCUsActionTest.java (at line 37) Collection<IInstallableUnit> ius = publisherResult.getIUs(null, null); Discouraged access: The method getIUs(String, String) from the type IPublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/DefaultCUsActionTest.java (at line 39) InstallableUnitFragment iuf1 = new InstallableUnitFragment(); Discouraged access: The type InstallableUnitFragment is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/DefaultCUsActionTest.java (at line 39) InstallableUnitFragment iuf1 = new InstallableUnitFragment(); Discouraged access: The constructor InstallableUnitFragment() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/DefaultCUsActionTest.java (at line 39) InstallableUnitFragment iuf1 = new InstallableUnitFragment(); Discouraged access: The type InstallableUnitFragment is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/DefaultCUsActionTest.java (at line 40) iuf1.setId(flavorArg + ".source.default"); //$NON-NLS-1$ Discouraged access: The method setId(String) from the type InstallableUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/DefaultCUsActionTest.java (at line 41) iuf1.setVersion(version); Discouraged access: The method setVersion(Version) from the type InstallableUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/DefaultCUsActionTest.java (at line 44) InstallableUnitFragment iuf2 = new InstallableUnitFragment(); Discouraged access: The type InstallableUnitFragment is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/DefaultCUsActionTest.java (at line 44) InstallableUnitFragment iuf2 = new InstallableUnitFragment(); Discouraged access: The constructor InstallableUnitFragment() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/DefaultCUsActionTest.java (at line 44) InstallableUnitFragment iuf2 = new InstallableUnitFragment(); Discouraged access: The type InstallableUnitFragment is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/DefaultCUsActionTest.java (at line 45) iuf2.setId(flavorArg + ".org.eclipse.update.feature.default"); //$NON-NLS-1$ Discouraged access: The method setId(String) from the type InstallableUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/DefaultCUsActionTest.java (at line 46) iuf2.setVersion(version); Discouraged access: The method setVersion(Version) from the type InstallableUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/DefaultCUsActionTest.java (at line 49) InstallableUnitFragment iuf3 = new InstallableUnitFragment(); Discouraged access: The type InstallableUnitFragment is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/DefaultCUsActionTest.java (at line 49) InstallableUnitFragment iuf3 = new InstallableUnitFragment(); Discouraged access: The constructor InstallableUnitFragment() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/DefaultCUsActionTest.java (at line 49) InstallableUnitFragment iuf3 = new InstallableUnitFragment(); Discouraged access: The type InstallableUnitFragment is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/DefaultCUsActionTest.java (at line 50) iuf3.setId(flavorArg + ".osgi.bundle.default"); //$NON-NLS-1$ Discouraged access: The method setId(String) from the type InstallableUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/DefaultCUsActionTest.java (at line 51) iuf3.setVersion(version); Discouraged access: The method setVersion(Version) from the type InstallableUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationMetadataTest.java (at line 16) import org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository; Discouraged access: The type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationMetadataTest.java (at line 17) import org.eclipse.equinox.internal.simpleconfigurator.utils.URIUtil; Discouraged access: The type URIUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationMetadataTest.java (at line 19) import org.eclipse.equinox.p2.internal.repository.tools.MirrorApplication; Discouraged access: The type MirrorApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationMetadataTest.java (at line 20) import org.eclipse.equinox.p2.internal.repository.tools.RepositoryDescriptor; Discouraged access: The type RepositoryDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationMetadataTest.java (at line 86) MirrorApplication app = new MirrorApplication(); Discouraged access: The type MirrorApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationMetadataTest.java (at line 86) MirrorApplication app = new MirrorApplication(); Discouraged access: The constructor MirrorApplication() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationMetadataTest.java (at line 86) MirrorApplication app = new MirrorApplication(); Discouraged access: The type MirrorApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationMetadataTest.java (at line 89) RepositoryDescriptor dest = new RepositoryDescriptor(); Discouraged access: The type RepositoryDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationMetadataTest.java (at line 89) RepositoryDescriptor dest = new RepositoryDescriptor(); Discouraged access: The constructor RepositoryDescriptor() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationMetadataTest.java (at line 89) RepositoryDescriptor dest = new RepositoryDescriptor(); Discouraged access: The type RepositoryDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationMetadataTest.java (at line 90) dest.setLocation(URIUtil.fromString(destination.toExternalForm())); Discouraged access: The method setLocation(URI) from the type RepositoryDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationMetadataTest.java (at line 90) dest.setLocation(URIUtil.fromString(destination.toExternalForm())); Discouraged access: The type URIUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationMetadataTest.java (at line 90) dest.setLocation(URIUtil.fromString(destination.toExternalForm())); Discouraged access: The method fromString(String) from the type URIUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationMetadataTest.java (at line 91) dest.setAppend(append); Discouraged access: The method setAppend(boolean) from the type RepositoryDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationMetadataTest.java (at line 92) dest.setKind("metadata"); Discouraged access: The method setKind(String) from the type RepositoryDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationMetadataTest.java (at line 93) app.addDestination(dest); Discouraged access: The method addDestination(RepositoryDescriptor) from the type AbstractApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationMetadataTest.java (at line 97) RepositoryDescriptor src = new RepositoryDescriptor(); Discouraged access: The type RepositoryDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationMetadataTest.java (at line 97) RepositoryDescriptor src = new RepositoryDescriptor(); Discouraged access: The constructor RepositoryDescriptor() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationMetadataTest.java (at line 97) RepositoryDescriptor src = new RepositoryDescriptor(); Discouraged access: The type RepositoryDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationMetadataTest.java (at line 98) src.setLocation(URIUtil.fromString(source.toExternalForm())); Discouraged access: The method setLocation(URI) from the type RepositoryDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationMetadataTest.java (at line 98) src.setLocation(URIUtil.fromString(source.toExternalForm())); Discouraged access: The type URIUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationMetadataTest.java (at line 98) src.setLocation(URIUtil.fromString(source.toExternalForm())); Discouraged access: The method fromString(String) from the type URIUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationMetadataTest.java (at line 99) src.setKind("metadata"); Discouraged access: The method setKind(String) from the type RepositoryDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationMetadataTest.java (at line 100) app.addSource(src); Discouraged access: The method addSource(RepositoryDescriptor) from the type AbstractApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationMetadataTest.java (at line 102) app.run(null); Discouraged access: The method run(IProgressMonitor) from the type MirrorApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationMetadataTest.java (at line 106) MirrorApplication app = new MirrorApplication(); Discouraged access: The type MirrorApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationMetadataTest.java (at line 106) MirrorApplication app = new MirrorApplication(); Discouraged access: The constructor MirrorApplication() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationMetadataTest.java (at line 106) MirrorApplication app = new MirrorApplication(); Discouraged access: The type MirrorApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationMetadataTest.java (at line 109) RepositoryDescriptor dest = new RepositoryDescriptor(); Discouraged access: The type RepositoryDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationMetadataTest.java (at line 109) RepositoryDescriptor dest = new RepositoryDescriptor(); Discouraged access: The constructor RepositoryDescriptor() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationMetadataTest.java (at line 109) RepositoryDescriptor dest = new RepositoryDescriptor(); Discouraged access: The type RepositoryDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationMetadataTest.java (at line 110) dest.setLocation(URIUtil.fromString(destination.toExternalForm())); Discouraged access: The method setLocation(URI) from the type RepositoryDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationMetadataTest.java (at line 110) dest.setLocation(URIUtil.fromString(destination.toExternalForm())); Discouraged access: The type URIUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationMetadataTest.java (at line 110) dest.setLocation(URIUtil.fromString(destination.toExternalForm())); Discouraged access: The method fromString(String) from the type URIUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationMetadataTest.java (at line 111) dest.setAppend(append); Discouraged access: The method setAppend(boolean) from the type RepositoryDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationMetadataTest.java (at line 112) dest.setKind("metadata"); Discouraged access: The method setKind(String) from the type RepositoryDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
37. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationMetadataTest.java (at line 113) dest.setName(name); Discouraged access: The method setName(String) from the type RepositoryDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
38. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationMetadataTest.java (at line 114) app.addDestination(dest); Discouraged access: The method addDestination(RepositoryDescriptor) from the type AbstractApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
39. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationMetadataTest.java (at line 118) RepositoryDescriptor src = new RepositoryDescriptor(); Discouraged access: The type RepositoryDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
40. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationMetadataTest.java (at line 118) RepositoryDescriptor src = new RepositoryDescriptor(); Discouraged access: The constructor RepositoryDescriptor() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
41. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationMetadataTest.java (at line 118) RepositoryDescriptor src = new RepositoryDescriptor(); Discouraged access: The type RepositoryDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
42. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationMetadataTest.java (at line 119) src.setLocation(URIUtil.fromString(source.toExternalForm())); Discouraged access: The method setLocation(URI) from the type RepositoryDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
43. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationMetadataTest.java (at line 119) src.setLocation(URIUtil.fromString(source.toExternalForm())); Discouraged access: The type URIUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
44. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationMetadataTest.java (at line 119) src.setLocation(URIUtil.fromString(source.toExternalForm())); Discouraged access: The method fromString(String) from the type URIUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
45. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationMetadataTest.java (at line 120) src.setKind("metadata"); Discouraged access: The method setKind(String) from the type RepositoryDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
46. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationMetadataTest.java (at line 121) app.addSource(src); Discouraged access: The method addSource(RepositoryDescriptor) from the type AbstractApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
47. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationMetadataTest.java (at line 123) app.run(null); Discouraged access: The method run(IProgressMonitor) from the type MirrorApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
48. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationMetadataTest.java (at line 559) assertEquals("Unexpected error message", NLS.bind(org.eclipse.equinox.p2.internal.repository.tools.Messages.exception_invalidDestination, URIUtil.toUnencodedString(invalidDestRepository)), e.getMessage()); Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
49. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationMetadataTest.java (at line 559) assertEquals("Unexpected error message", NLS.bind(org.eclipse.equinox.p2.internal.repository.tools.Messages.exception_invalidDestination, URIUtil.toUnencodedString(invalidDestRepository)), e.getMessage()); Discouraged access: The field exception_invalidDestination from the type Messages is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
50. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationMetadataTest.java (at line 559) assertEquals("Unexpected error message", NLS.bind(org.eclipse.equinox.p2.internal.repository.tools.Messages.exception_invalidDestination, URIUtil.toUnencodedString(invalidDestRepository)), e.getMessage()); Discouraged access: The type URIUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
51. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationMetadataTest.java (at line 559) assertEquals("Unexpected error message", NLS.bind(org.eclipse.equinox.p2.internal.repository.tools.Messages.exception_invalidDestination, URIUtil.toUnencodedString(invalidDestRepository)), e.getMessage()); Discouraged access: The method toUnencodedString(URI) from the type URIUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
52. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationMetadataTest.java (at line 948) if (!(repo instanceof CompositeMetadataRepository)) Discouraged access: The type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
53. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationMetadataTest.java (at line 953) ((CompositeMetadataRepository) repo).addChild(child1.toURI()); Discouraged access: The method addChild(URI) from the type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
54. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationMetadataTest.java (at line 953) ((CompositeMetadataRepository) repo).addChild(child1.toURI()); Discouraged access: The type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
55. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationMetadataTest.java (at line 954) ((CompositeMetadataRepository) repo).addChild(child2.toURI()); Discouraged access: The method addChild(URI) from the type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
56. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationMetadataTest.java (at line 954) ((CompositeMetadataRepository) repo).addChild(child2.toURI()); Discouraged access: The type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
57. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationMetadataTest.java (at line 972) MirrorApplication app = new MirrorApplication(); Discouraged access: The type MirrorApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
58. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationMetadataTest.java (at line 972) MirrorApplication app = new MirrorApplication(); Discouraged access: The constructor MirrorApplication() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
59. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationMetadataTest.java (at line 972) MirrorApplication app = new MirrorApplication(); Discouraged access: The type MirrorApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
60. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationMetadataTest.java (at line 973) RepositoryDescriptor dest = new RepositoryDescriptor(); Discouraged access: The type RepositoryDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
61. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationMetadataTest.java (at line 973) RepositoryDescriptor dest = new RepositoryDescriptor(); Discouraged access: The constructor RepositoryDescriptor() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
62. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationMetadataTest.java (at line 973) RepositoryDescriptor dest = new RepositoryDescriptor(); Discouraged access: The type RepositoryDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
63. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationMetadataTest.java (at line 974) dest.setLocation(destRepoLocation.toURI()); Discouraged access: The method setLocation(URI) from the type RepositoryDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
64. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationMetadataTest.java (at line 975) dest.setAppend(false); Discouraged access: The method setAppend(boolean) from the type RepositoryDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
65. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationMetadataTest.java (at line 976) dest.setKind("metadata"); Discouraged access: The method setKind(String) from the type RepositoryDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
66. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationMetadataTest.java (at line 977) app.addDestination(dest); Discouraged access: The method addDestination(RepositoryDescriptor) from the type AbstractApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
67. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationMetadataTest.java (at line 979) RepositoryDescriptor src = new RepositoryDescriptor(); Discouraged access: The type RepositoryDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
68. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationMetadataTest.java (at line 979) RepositoryDescriptor src = new RepositoryDescriptor(); Discouraged access: The constructor RepositoryDescriptor() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
69. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationMetadataTest.java (at line 979) RepositoryDescriptor src = new RepositoryDescriptor(); Discouraged access: The type RepositoryDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
70. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationMetadataTest.java (at line 980) src.setLocation(sourceRepoWithRefs.toURI()); Discouraged access: The method setLocation(URI) from the type RepositoryDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
71. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationMetadataTest.java (at line 981) src.setKind("metadata"); Discouraged access: The method setKind(String) from the type RepositoryDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
72. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationMetadataTest.java (at line 982) app.addSource(src); Discouraged access: The method addSource(RepositoryDescriptor) from the type AbstractApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
73. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationMetadataTest.java (at line 983) app.setReferences(true); Discouraged access: The method setReferences(boolean) from the type MirrorApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
74. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationMetadataTest.java (at line 984) app.run(null); Discouraged access: The method run(IProgressMonitor) from the type MirrorApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
75. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationMetadataTest.java (at line 992) MirrorApplication app = new MirrorApplication(); Discouraged access: The type MirrorApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
76. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationMetadataTest.java (at line 992) MirrorApplication app = new MirrorApplication(); Discouraged access: The constructor MirrorApplication() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
77. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationMetadataTest.java (at line 992) MirrorApplication app = new MirrorApplication(); Discouraged access: The type MirrorApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
78. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationMetadataTest.java (at line 993) RepositoryDescriptor dest = new RepositoryDescriptor(); Discouraged access: The type RepositoryDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
79. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationMetadataTest.java (at line 993) RepositoryDescriptor dest = new RepositoryDescriptor(); Discouraged access: The constructor RepositoryDescriptor() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
80. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationMetadataTest.java (at line 993) RepositoryDescriptor dest = new RepositoryDescriptor(); Discouraged access: The type RepositoryDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
81. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationMetadataTest.java (at line 994) dest.setLocation(destRepoLocation.toURI()); Discouraged access: The method setLocation(URI) from the type RepositoryDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
82. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationMetadataTest.java (at line 995) dest.setAppend(false); Discouraged access: The method setAppend(boolean) from the type RepositoryDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
83. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationMetadataTest.java (at line 996) dest.setKind("metadata"); Discouraged access: The method setKind(String) from the type RepositoryDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
84. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationMetadataTest.java (at line 997) app.addDestination(dest); Discouraged access: The method addDestination(RepositoryDescriptor) from the type AbstractApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
85. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationMetadataTest.java (at line 999) RepositoryDescriptor src = new RepositoryDescriptor(); Discouraged access: The type RepositoryDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
86. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationMetadataTest.java (at line 999) RepositoryDescriptor src = new RepositoryDescriptor(); Discouraged access: The constructor RepositoryDescriptor() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
87. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationMetadataTest.java (at line 999) RepositoryDescriptor src = new RepositoryDescriptor(); Discouraged access: The type RepositoryDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
88. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationMetadataTest.java (at line 1000) src.setLocation(sourceRepoWithRefs.toURI()); Discouraged access: The method setLocation(URI) from the type RepositoryDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
89. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationMetadataTest.java (at line 1001) src.setKind("metadata"); Discouraged access: The method setKind(String) from the type RepositoryDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
90. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationMetadataTest.java (at line 1002) app.addSource(src); Discouraged access: The method addSource(RepositoryDescriptor) from the type AbstractApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
91. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationMetadataTest.java (at line 1003) app.setReferences(false); Discouraged access: The method setReferences(boolean) from the type MirrorApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
92. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationMetadataTest.java (at line 1004) app.run(null); Discouraged access: The method run(IProgressMonitor) from the type MirrorApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java (at line 15) import org.eclipse.equinox.internal.p2.director.Explanation; Discouraged access: The type Explanation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java (at line 16) 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/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java (at line 17) import org.eclipse.equinox.internal.p2.engine.ProvisioningPlan; Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java (at line 18) import org.eclipse.equinox.internal.provisional.p2.director.PlannerStatus; Discouraged access: The type PlannerStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java (at line 19) import org.eclipse.equinox.internal.provisional.p2.director.RequestStatus; Discouraged access: The type RequestStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java (at line 96) ProfileChangeRequest pcr = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java (at line 96) ProfileChangeRequest pcr = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java (at line 96) ProfileChangeRequest pcr = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java (at line 97) pcr.addInstallableUnits(s2); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java (at line 98) pcr.remove(s1); Discouraged access: The method remove(IInstallableUnit) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java (at line 111) ProfileChangeRequest pcr = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java (at line 111) ProfileChangeRequest pcr = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java (at line 111) ProfileChangeRequest pcr = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java (at line 112) pcr.addInstallableUnits(s2); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java (at line 113) pcr.remove(s1); Discouraged access: The method remove(IInstallableUnit) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java (at line 125) ProfileChangeRequest pcr = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java (at line 125) ProfileChangeRequest pcr = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java (at line 125) ProfileChangeRequest pcr = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java (at line 126) pcr.addInstallableUnits(platform2); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java (at line 127) pcr.remove(platform1); Discouraged access: The method remove(IInstallableUnit) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java (at line 133) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java (at line 133) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java (at line 133) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java (at line 134) req.addInstallableUnits(new IInstallableUnit[] {x}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java (at line 135) ProvisioningPlan plan = (ProvisioningPlan) planner.getProvisioningPlan(req, null, null); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java (at line 135) ProvisioningPlan plan = (ProvisioningPlan) planner.getProvisioningPlan(req, null, null); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java (at line 136) assertEquals(1, queryResultSize(((PlannerStatus) plan.getStatus()).getPlannedState().query(QueryUtil.createIUQuery("X"), null))); Discouraged access: The method getPlannedState() from the type PlannerStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java (at line 136) assertEquals(1, queryResultSize(((PlannerStatus) plan.getStatus()).getPlannedState().query(QueryUtil.createIUQuery("X"), null))); Discouraged access: The type PlannerStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java (at line 136) assertEquals(1, queryResultSize(((PlannerStatus) plan.getStatus()).getPlannedState().query(QueryUtil.createIUQuery("X"), null))); Discouraged access: The method getStatus() from the type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java (at line 137) assertEquals(IStatus.OK, plan.getStatus().getSeverity()); Discouraged access: The method getStatus() from the type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java (at line 142) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java (at line 142) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java (at line 142) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java (at line 143) req.addInstallableUnits(new IInstallableUnit[] {y}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java (at line 148) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java (at line 148) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
37. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java (at line 148) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
38. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java (at line 149) req.addInstallableUnits(new IInstallableUnit[] {y}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
39. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java (at line 150) ProvisioningPlan plan = (ProvisioningPlan) planner.getProvisioningPlan(req, null, null); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
40. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java (at line 150) ProvisioningPlan plan = (ProvisioningPlan) planner.getProvisioningPlan(req, null, null); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
41. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java (at line 151) assertEquals(IStatus.ERROR, plan.getStatus().getSeverity()); Discouraged access: The method getStatus() from the type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
42. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java (at line 152) final RequestStatus requestStatus = ((PlannerStatus) plan.getStatus()).getRequestStatus(); Discouraged access: The type RequestStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
43. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java (at line 152) final RequestStatus requestStatus = ((PlannerStatus) plan.getStatus()).getRequestStatus(); Discouraged access: The method getRequestStatus() from the type PlannerStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
44. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java (at line 152) final RequestStatus requestStatus = ((PlannerStatus) plan.getStatus()).getRequestStatus(); Discouraged access: The type PlannerStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
45. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java (at line 152) final RequestStatus requestStatus = ((PlannerStatus) plan.getStatus()).getRequestStatus(); Discouraged access: The method getStatus() from the type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
46. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java (at line 153) Set explanation = requestStatus.getExplanations(); Discouraged access: The method getExplanations() from the type RequestStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
47. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java (at line 156) assertEquals(Explanation.VIOLATED_SINGLETON_CONSTRAINT, requestStatus.getShortExplanation()); Discouraged access: The type Explanation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
48. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java (at line 156) assertEquals(Explanation.VIOLATED_SINGLETON_CONSTRAINT, requestStatus.getShortExplanation()); Discouraged access: The field VIOLATED_SINGLETON_CONSTRAINT from the type Explanation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
49. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java (at line 156) assertEquals(Explanation.VIOLATED_SINGLETON_CONSTRAINT, requestStatus.getShortExplanation()); Discouraged access: The method getShortExplanation() from the type RequestStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
50. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java (at line 157) assertTrue(requestStatus.getConflictsWithInstalledRoots().contains(y)); Discouraged access: The method getConflictsWithInstalledRoots() from the type RequestStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
51. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java (at line 158) assertEquals(1, requestStatus.getConflictsWithInstalledRoots().size()); Discouraged access: The method getConflictsWithInstalledRoots() from the type RequestStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
52. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java (at line 164) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
53. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java (at line 164) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
54. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java (at line 164) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
55. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java (at line 165) req.addInstallableUnits(new IInstallableUnit[] {z}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
56. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java (at line 171) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
57. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java (at line 171) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
58. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java (at line 171) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
59. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java (at line 172) req.addInstallableUnits(new IInstallableUnit[] {w}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
60. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java (at line 177) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
61. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java (at line 177) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
62. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java (at line 177) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
63. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java (at line 178) req.addInstallableUnits(new IInstallableUnit[] {w}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
64. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java (at line 179) ProvisioningPlan plan = (ProvisioningPlan) planner.getProvisioningPlan(req, null, null); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
65. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java (at line 179) ProvisioningPlan plan = (ProvisioningPlan) planner.getProvisioningPlan(req, null, null); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
66. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java (at line 180) assertEquals(IStatus.ERROR, plan.getStatus().getSeverity()); Discouraged access: The method getStatus() from the type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
67. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java (at line 181) final RequestStatus requestStatus = ((PlannerStatus) plan.getStatus()).getRequestStatus(); Discouraged access: The type RequestStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
68. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java (at line 181) final RequestStatus requestStatus = ((PlannerStatus) plan.getStatus()).getRequestStatus(); Discouraged access: The method getRequestStatus() from the type PlannerStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
69. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java (at line 181) final RequestStatus requestStatus = ((PlannerStatus) plan.getStatus()).getRequestStatus(); Discouraged access: The type PlannerStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
70. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java (at line 181) final RequestStatus requestStatus = ((PlannerStatus) plan.getStatus()).getRequestStatus(); Discouraged access: The method getStatus() from the type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
71. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java (at line 182) Set explanation = requestStatus.getExplanations(); Discouraged access: The method getExplanations() from the type RequestStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
72. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java (at line 185) assertEquals(Explanation.VIOLATED_SINGLETON_CONSTRAINT, requestStatus.getShortExplanation()); Discouraged access: The type Explanation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
73. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java (at line 185) assertEquals(Explanation.VIOLATED_SINGLETON_CONSTRAINT, requestStatus.getShortExplanation()); Discouraged access: The field VIOLATED_SINGLETON_CONSTRAINT from the type Explanation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
74. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java (at line 185) assertEquals(Explanation.VIOLATED_SINGLETON_CONSTRAINT, requestStatus.getShortExplanation()); Discouraged access: The method getShortExplanation() from the type RequestStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
75. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java (at line 186) assertTrue(requestStatus.getConflictsWithInstalledRoots().contains(w)); Discouraged access: The method getConflictsWithInstalledRoots() from the type RequestStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
76. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java (at line 192) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
77. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java (at line 192) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
78. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java (at line 192) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
79. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java (at line 193) req.addInstallableUnits(new IInstallableUnit[] {u}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
80. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java (at line 199) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
81. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java (at line 199) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
82. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java (at line 199) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
83. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java (at line 200) req.addInstallableUnits(new IInstallableUnit[] {v}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
84. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java (at line 206) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
85. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java (at line 206) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
86. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java (at line 206) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
87. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java (at line 207) req.addInstallableUnits(new IInstallableUnit[] {u, v}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
88. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java (at line 212) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
89. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java (at line 212) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
90. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java (at line 212) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
91. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java (at line 213) req.addInstallableUnits(new IInstallableUnit[] {u, v}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
92. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java (at line 214) ProvisioningPlan plan = (ProvisioningPlan) planner.getProvisioningPlan(req, null, null); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
93. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java (at line 214) ProvisioningPlan plan = (ProvisioningPlan) planner.getProvisioningPlan(req, null, null); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
94. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java (at line 215) assertEquals(IStatus.ERROR, plan.getStatus().getSeverity()); Discouraged access: The method getStatus() from the type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
95. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java (at line 216) final RequestStatus requestStatus = ((PlannerStatus) plan.getStatus()).getRequestStatus(); Discouraged access: The type RequestStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
96. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java (at line 216) final RequestStatus requestStatus = ((PlannerStatus) plan.getStatus()).getRequestStatus(); Discouraged access: The method getRequestStatus() from the type PlannerStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
97. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java (at line 216) final RequestStatus requestStatus = ((PlannerStatus) plan.getStatus()).getRequestStatus(); Discouraged access: The type PlannerStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
98. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java (at line 216) final RequestStatus requestStatus = ((PlannerStatus) plan.getStatus()).getRequestStatus(); Discouraged access: The method getStatus() from the type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
99. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java (at line 217) Set explanation = requestStatus.getExplanations(); Discouraged access: The method getExplanations() from the type RequestStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
100. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java (at line 219) assertEquals(Explanation.VIOLATED_SINGLETON_CONSTRAINT, requestStatus.getShortExplanation()); Discouraged access: The method getShortExplanation() from the type RequestStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/repository/FileInfoReaderTest.java (at line 17) import org.eclipse.equinox.internal.p2.repository.AuthenticationFailedException; Discouraged access: The type AuthenticationFailedException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/repository/FileInfoReaderTest.java (at line 18) import org.eclipse.equinox.internal.p2.transport.ecf.RepositoryTransport; Discouraged access: The type RepositoryTransport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/repository/FileInfoReaderTest.java (at line 27) RepositoryTransport transport = new RepositoryTransport(); Discouraged access: The type RepositoryTransport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/repository/FileInfoReaderTest.java (at line 27) RepositoryTransport transport = new RepositoryTransport(); Discouraged access: The constructor RepositoryTransport() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/repository/FileInfoReaderTest.java (at line 27) RepositoryTransport transport = new RepositoryTransport(); Discouraged access: The type RepositoryTransport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/repository/FileInfoReaderTest.java (at line 31) transport.getLastModified(toDownload, new NullProgressMonitor()); Discouraged access: The method getLastModified(URI, IProgressMonitor) from the type RepositoryTransport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/repository/FileInfoReaderTest.java (at line 40) RepositoryTransport transport = new RepositoryTransport(); Discouraged access: The type RepositoryTransport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/repository/FileInfoReaderTest.java (at line 40) RepositoryTransport transport = new RepositoryTransport(); Discouraged access: The constructor RepositoryTransport() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/repository/FileInfoReaderTest.java (at line 40) RepositoryTransport transport = new RepositoryTransport(); Discouraged access: The type RepositoryTransport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/repository/FileInfoReaderTest.java (at line 44) transport.getLastModified(toDownload, new NullProgressMonitor()); Discouraged access: The method getLastModified(URI, IProgressMonitor) from the type RepositoryTransport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/repository/FileInfoReaderTest.java (at line 56) RepositoryTransport transport = new RepositoryTransport(); Discouraged access: The type RepositoryTransport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/repository/FileInfoReaderTest.java (at line 56) RepositoryTransport transport = new RepositoryTransport(); Discouraged access: The constructor RepositoryTransport() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/repository/FileInfoReaderTest.java (at line 56) RepositoryTransport transport = new RepositoryTransport(); Discouraged access: The type RepositoryTransport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/repository/FileInfoReaderTest.java (at line 61) transport.getLastModified(toDownload, new NullProgressMonitor()); Discouraged access: The method getLastModified(URI, IProgressMonitor) from the type RepositoryTransport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/repository/FileInfoReaderTest.java (at line 62) } catch (AuthenticationFailedException e) { Discouraged access: The type AuthenticationFailedException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/repository/FileInfoReaderTest.java (at line 65) failNotEquals("Wrong exception on 'redirected too many times'", AuthenticationFailedException.class, t.getClass()); Discouraged access: The type AuthenticationFailedException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/IUPropertyRemoval.java (at line 11) 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/4M/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/planner/IUPropertyRemoval.java (at line 14) import org.eclipse.equinox.internal.p2.engine.ProvisioningPlan; Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/IUPropertyRemoval.java (at line 46) ProfileChangeRequest req1 = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/IUPropertyRemoval.java (at line 46) ProfileChangeRequest req1 = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/IUPropertyRemoval.java (at line 46) ProfileChangeRequest req1 = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/planner/IUPropertyRemoval.java (at line 47) req1.addInstallableUnits(new IInstallableUnit[] {a1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/planner/IUPropertyRemoval.java (at line 48) req1.setInstallableUnitProfileProperty(a1, "FOO", "BAR"); 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/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/planner/IUPropertyRemoval.java (at line 49) req1.setInstallableUnitProfileProperty(b1, "FOO", "BAR"); 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/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/planner/IUPropertyRemoval.java (at line 56) ProfileChangeRequest req2 = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/planner/IUPropertyRemoval.java (at line 56) ProfileChangeRequest req2 = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/planner/IUPropertyRemoval.java (at line 56) ProfileChangeRequest req2 = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/planner/IUPropertyRemoval.java (at line 57) req2.removeInstallableUnitProfileProperty(b1, "FOO"); Discouraged access: The method removeInstallableUnitProfileProperty(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/planner/IUPropertyRemoval.java (at line 58) ProvisioningPlan pp2 = (ProvisioningPlan) planner.getProvisioningPlan(req2, null, null); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/planner/IUPropertyRemoval.java (at line 58) ProvisioningPlan pp2 = (ProvisioningPlan) planner.getProvisioningPlan(req2, null, null); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/planner/IUPropertyRemoval.java (at line 59) assertEquals(1, pp2.getOperands().length); Discouraged access: The method getOperands() from the type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SimpleOptionalTest3.java (at line 11) 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/4M/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/planner/SimpleOptionalTest3.java (at line 64) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SimpleOptionalTest3.java (at line 64) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SimpleOptionalTest3.java (at line 64) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SimpleOptionalTest3.java (at line 65) req.addInstallableUnits(new IInstallableUnit[] {a1, x1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionCapturingTest.java (at line 25) import org.eclipse.equinox.internal.p2.publisher.eclipse.ProductFile; Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionCapturingTest.java (at line 27) import org.eclipse.equinox.p2.publisher.IPublisherInfo; Discouraged access: The type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionCapturingTest.java (at line 28) import org.eclipse.equinox.p2.publisher.actions.RootIUAdvice; Discouraged access: The type RootIUAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionCapturingTest.java (at line 39) private Capture<RootIUAdvice> rootIUAdviceCapture; Discouraged access: The type RootIUAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionCapturingTest.java (at line 40) private Capture<ProductFileAdvice> productFileAdviceCapture; Discouraged access: The type ProductFileAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionCapturingTest.java (at line 44) protected IPublisherInfo createPublisherInfoMock() { Discouraged access: The type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionCapturingTest.java (at line 46) return createNiceMock(IPublisherInfo.class); Discouraged access: The type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionCapturingTest.java (at line 51) publisherInfo.addAdvice(EasyMock.and(EasyMock.isA(RootIUAdvice.class), EasyMock.capture(rootIUAdviceCapture))); Discouraged access: The method addAdvice(IPublisherAdvice) from the type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionCapturingTest.java (at line 51) publisherInfo.addAdvice(EasyMock.and(EasyMock.isA(RootIUAdvice.class), EasyMock.capture(rootIUAdviceCapture))); Discouraged access: The type RootIUAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionCapturingTest.java (at line 52) publisherInfo.addAdvice(EasyMock.and(EasyMock.isA(ProductFileAdvice.class), EasyMock.capture(productFileAdviceCapture))); Discouraged access: The method addAdvice(IPublisherAdvice) from the type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionCapturingTest.java (at line 52) publisherInfo.addAdvice(EasyMock.and(EasyMock.isA(ProductFileAdvice.class), EasyMock.capture(productFileAdviceCapture))); Discouraged access: The type ProductFileAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionCapturingTest.java (at line 54) expect(publisherInfo.getArtifactRepository()).andReturn(artifactRepository).anyTimes(); Discouraged access: The method getArtifactRepository() from the type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionCapturingTest.java (at line 55) expect(publisherInfo.getArtifactOptions()).andReturn(IPublisherInfo.A_PUBLISH).anyTimes(); Discouraged access: The method getArtifactOptions() from the type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionCapturingTest.java (at line 55) expect(publisherInfo.getArtifactOptions()).andReturn(IPublisherInfo.A_PUBLISH).anyTimes(); Discouraged access: The type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionCapturingTest.java (at line 55) expect(publisherInfo.getArtifactOptions()).andReturn(IPublisherInfo.A_PUBLISH).anyTimes(); Discouraged access: The field A_PUBLISH from the type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionCapturingTest.java (at line 57) expect(publisherInfo.getAdvice((String) anyObject(), anyBoolean(), (String) anyObject(), (Version) anyObject(), (Class) anyObject())).andReturn(Collections.emptyList()); Discouraged access: The method getAdvice(String, boolean, String, Version, Class<IPublisherAdvice>) from the type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionCapturingTest.java (at line 62) rootIUAdviceCapture = new Capture<RootIUAdvice>(); Discouraged access: The type RootIUAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionCapturingTest.java (at line 63) productFileAdviceCapture = new Capture<ProductFileAdvice>(); Discouraged access: The type ProductFileAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionCapturingTest.java (at line 75) ProductFile productFile = new ProductFile(TestData.getFile("ProductActionTest", "startLevel.product").toString()); Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionCapturingTest.java (at line 75) ProductFile productFile = new ProductFile(TestData.getFile("ProductActionTest", "startLevel.product").toString()); Discouraged access: The constructor ProductFile(String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionCapturingTest.java (at line 75) ProductFile productFile = new ProductFile(TestData.getFile("ProductActionTest", "startLevel.product").toString()); Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionCapturingTest.java (at line 76) testAction = new ProductAction(source, productFile, flavorArg, executablesFeatureLocation); Discouraged access: The constructor ProductAction(String, IProductDescriptor, String, File) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionCapturingTest.java (at line 76) testAction = new ProductAction(source, productFile, flavorArg, executablesFeatureLocation); Discouraged access: The type ProductAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionCapturingTest.java (at line 78) IStatus status = testAction.perform(publisherInfo, publisherResult, null); Discouraged access: The method perform(IPublisherInfo, IPublisherResult, IProgressMonitor) from the type AbstractPublisherAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionCapturingTest.java (at line 81) IConfigAdvice configAdvice = productFileAdviceCapture.getValue(); Discouraged access: The type IConfigAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionCapturingTest.java (at line 82) BundleInfo[] bundles = configAdvice.getBundles(); Discouraged access: The method getBundles() from the type IConfigAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionCapturingTest.java (at line 99) ProductFile productFile = new ProductFile(TestData.getFile("ProductActionTest", "platform.product").toString()); Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionCapturingTest.java (at line 99) ProductFile productFile = new ProductFile(TestData.getFile("ProductActionTest", "platform.product").toString()); Discouraged access: The constructor ProductFile(String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionCapturingTest.java (at line 99) ProductFile productFile = new ProductFile(TestData.getFile("ProductActionTest", "platform.product").toString()); Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionCapturingTest.java (at line 102) testAction = new ProductAction(source, productFile, flavorArg, executablesFeatureLocation); Discouraged access: The constructor ProductAction(String, IProductDescriptor, String, File) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionCapturingTest.java (at line 102) testAction = new ProductAction(source, productFile, flavorArg, executablesFeatureLocation); Discouraged access: The type ProductAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionCapturingTest.java (at line 103) IStatus status = testAction.perform(publisherInfo, publisherResult, null); Discouraged access: The method perform(IPublisherInfo, IPublisherResult, IProgressMonitor) from the type AbstractPublisherAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionCapturingTest.java (at line 106) IExecutableAdvice launchAdvice = productFileAdviceCapture.getValue(); Discouraged access: The type IExecutableAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionCapturingTest.java (at line 107) assertEquals("1.0", "eclipse", launchAdvice.getExecutableName()); Discouraged access: The method getExecutableName() from the type IExecutableAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionCapturingTest.java (at line 109) String[] programArgs = launchAdvice.getProgramArguments(); Discouraged access: The method getProgramArguments() from the type IExecutableAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/ProductActionCapturingTest.java (at line 112) String[] vmArgs = launchAdvice.getVMArguments(); Discouraged access: The method getVMArguments() from the type IExecutableAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ActualChangeRequestTest2.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/4M/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/planner/ActualChangeRequestTest2.java (at line 50) ProfileChangeRequest req = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ActualChangeRequestTest2.java (at line 50) ProfileChangeRequest req = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ActualChangeRequestTest2.java (at line 50) ProfileChangeRequest req = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ActualChangeRequestTest2.java (at line 51) req.addInstallableUnits(new IInstallableUnit[] {b}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ActualChangeRequestTest2.java (at line 52) req.setInstallableUnitInclusionRules(b, ProfileInclusionRules.createStrictInclusionRule(b)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ActualChangeRequestTest2.java (at line 53) req.addInstallableUnits(new IInstallableUnit[] {a}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ActualChangeRequestTest2.java (at line 54) req.setInstallableUnitInclusionRules(a, ProfileInclusionRules.createOptionalInclusionRule(a)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ActualChangeRequestTest2.java (at line 57) assertEquals(IStatus.OK, ((PlannerStatus) plan.getStatus()).getRequestChanges().get(b).getSeverity()); Discouraged access: The method getRequestChanges() from the type PlannerStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ActualChangeRequestTest2.java (at line 57) assertEquals(IStatus.OK, ((PlannerStatus) plan.getStatus()).getRequestChanges().get(b).getSeverity()); Discouraged access: The type PlannerStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ActualChangeRequestTest2.java (at line 64) ProfileChangeRequest req2 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ActualChangeRequestTest2.java (at line 64) ProfileChangeRequest req2 = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ActualChangeRequestTest2.java (at line 64) ProfileChangeRequest req2 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ActualChangeRequestTest2.java (at line 65) req2.addInstallableUnits(new IInstallableUnit[] {b2}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ActualChangeRequestTest2.java (at line 66) req2.setInstallableUnitInclusionRules(b2, ProfileInclusionRules.createStrictInclusionRule(b2)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ActualChangeRequestTest2.java (at line 67) req2.removeInstallableUnits(new IInstallableUnit[] {b}); Discouraged access: The method removeInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ActualChangeRequestTest2.java (at line 70) assertNotNull(((PlannerStatus) plan2.getStatus()).getRequestChanges().get(b)); Discouraged access: The method getRequestChanges() from the type PlannerStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ActualChangeRequestTest2.java (at line 70) assertNotNull(((PlannerStatus) plan2.getStatus()).getRequestChanges().get(b)); Discouraged access: The type PlannerStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ActualChangeRequestTest2.java (at line 71) assertNotNull(((PlannerStatus) plan2.getStatus()).getRequestChanges().get(b2)); Discouraged access: The method getRequestChanges() from the type PlannerStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ActualChangeRequestTest2.java (at line 71) assertNotNull(((PlannerStatus) plan2.getStatus()).getRequestChanges().get(b2)); Discouraged access: The type PlannerStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ActualChangeRequestTest2.java (at line 72) Map<IInstallableUnit, RequestStatus> m = ((PlannerStatus) plan2.getStatus()).getRequestSideEffects(); Discouraged access: The type RequestStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ActualChangeRequestTest2.java (at line 72) Map<IInstallableUnit, RequestStatus> m = ((PlannerStatus) plan2.getStatus()).getRequestSideEffects(); Discouraged access: The method getRequestSideEffects() from the type PlannerStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ActualChangeRequestTest2.java (at line 72) Map<IInstallableUnit, RequestStatus> m = ((PlannerStatus) plan2.getStatus()).getRequestSideEffects(); Discouraged access: The type PlannerStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ActualChangeRequestTest2.java (at line 76) assertEquals(RequestStatus.REMOVED, m.get(a).getInitialRequestType()); Discouraged access: The type RequestStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ActualChangeRequestTest2.java (at line 76) assertEquals(RequestStatus.REMOVED, m.get(a).getInitialRequestType()); Discouraged access: The field REMOVED from the type RequestStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ActualChangeRequestTest2.java (at line 76) assertEquals(RequestStatus.REMOVED, m.get(a).getInitialRequestType()); Discouraged access: The method getInitialRequestType() from the type RequestStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ActualChangeRequestTest2.java (at line 82) ProfileChangeRequest req3 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ActualChangeRequestTest2.java (at line 82) ProfileChangeRequest req3 = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ActualChangeRequestTest2.java (at line 82) ProfileChangeRequest req3 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ActualChangeRequestTest2.java (at line 83) req3.addInstallableUnits(new IInstallableUnit[] {a}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ActualChangeRequestTest2.java (at line 84) req3.setInstallableUnitInclusionRules(a, ProfileInclusionRules.createOptionalInclusionRule(a)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ActualChangeRequestTest2.java (at line 86) assertNotNull(((PlannerStatus) plan3.getStatus()).getRequestChanges().get(a)); Discouraged access: The method getRequestChanges() from the type PlannerStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ActualChangeRequestTest2.java (at line 86) assertNotNull(((PlannerStatus) plan3.getStatus()).getRequestChanges().get(a)); Discouraged access: The type PlannerStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ActualChangeRequestTest2.java (at line 87) assertEquals(IStatus.ERROR, ((PlannerStatus) plan3.getStatus()).getRequestChanges().get(a).getSeverity()); Discouraged access: The method getRequestChanges() from the type PlannerStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ActualChangeRequestTest2.java (at line 87) assertEquals(IStatus.ERROR, ((PlannerStatus) plan3.getStatus()).getRequestChanges().get(a).getSeverity()); Discouraged access: The type PlannerStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ActualChangeRequestTest2.java (at line 88) assertEquals(RequestStatus.ADDED, ((PlannerStatus) plan3.getStatus()).getRequestChanges().get(a).getInitialRequestType()); Discouraged access: The type RequestStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
37. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ActualChangeRequestTest2.java (at line 88) assertEquals(RequestStatus.ADDED, ((PlannerStatus) plan3.getStatus()).getRequestChanges().get(a).getInitialRequestType()); Discouraged access: The field ADDED from the type RequestStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
38. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ActualChangeRequestTest2.java (at line 88) assertEquals(RequestStatus.ADDED, ((PlannerStatus) plan3.getStatus()).getRequestChanges().get(a).getInitialRequestType()); Discouraged access: The method getRequestChanges() from the type PlannerStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
39. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ActualChangeRequestTest2.java (at line 88) assertEquals(RequestStatus.ADDED, ((PlannerStatus) plan3.getStatus()).getRequestChanges().get(a).getInitialRequestType()); Discouraged access: The method getInitialRequestType() from the type RequestStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
40. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ActualChangeRequestTest2.java (at line 88) assertEquals(RequestStatus.ADDED, ((PlannerStatus) plan3.getStatus()).getRequestChanges().get(a).getInitialRequestType()); Discouraged access: The type PlannerStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
41. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ActualChangeRequestTest2.java (at line 91) ProfileChangeRequest req4 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
42. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ActualChangeRequestTest2.java (at line 91) ProfileChangeRequest req4 = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
43. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ActualChangeRequestTest2.java (at line 91) ProfileChangeRequest req4 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
44. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ActualChangeRequestTest2.java (at line 92) req4.addInstallableUnits(new IInstallableUnit[] {a}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
45. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ActualChangeRequestTest2.java (at line 93) req4.setInstallableUnitInclusionRules(a, ProfileInclusionRules.createStrictInclusionRule(a)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
46. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ActualChangeRequestTest2.java (at line 95) assertNotNull(((PlannerStatus) plan4.getStatus()).getRequestChanges().get(a)); Discouraged access: The method getRequestChanges() from the type PlannerStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
47. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ActualChangeRequestTest2.java (at line 95) assertNotNull(((PlannerStatus) plan4.getStatus()).getRequestChanges().get(a)); Discouraged access: The type PlannerStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
48. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ActualChangeRequestTest2.java (at line 96) assertEquals(IStatus.ERROR, ((PlannerStatus) plan4.getStatus()).getRequestChanges().get(a).getSeverity()); Discouraged access: The method getRequestChanges() from the type PlannerStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
49. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ActualChangeRequestTest2.java (at line 96) assertEquals(IStatus.ERROR, ((PlannerStatus) plan4.getStatus()).getRequestChanges().get(a).getSeverity()); Discouraged access: The type PlannerStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
50. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ActualChangeRequestTest2.java (at line 97) assertEquals(RequestStatus.ADDED, ((PlannerStatus) plan4.getStatus()).getRequestChanges().get(a).getInitialRequestType()); Discouraged access: The type RequestStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
51. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ActualChangeRequestTest2.java (at line 97) assertEquals(RequestStatus.ADDED, ((PlannerStatus) plan4.getStatus()).getRequestChanges().get(a).getInitialRequestType()); Discouraged access: The field ADDED from the type RequestStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
52. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ActualChangeRequestTest2.java (at line 97) assertEquals(RequestStatus.ADDED, ((PlannerStatus) plan4.getStatus()).getRequestChanges().get(a).getInitialRequestType()); Discouraged access: The method getRequestChanges() from the type PlannerStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
53. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ActualChangeRequestTest2.java (at line 97) assertEquals(RequestStatus.ADDED, ((PlannerStatus) plan4.getStatus()).getRequestChanges().get(a).getInitialRequestType()); Discouraged access: The method getInitialRequestType() from the type RequestStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
54. WARNING in /src/org/eclipse/equinox/p2/tests/planner/ActualChangeRequestTest2.java (at line 97) assertEquals(RequestStatus.ADDED, ((PlannerStatus) plan4.getStatus()).getRequestChanges().get(a).getInitialRequestType()); Discouraged access: The type PlannerStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SeveralOptionalDependencies4.java (at line 11) 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/4M/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/planner/SeveralOptionalDependencies4.java (at line 44) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SeveralOptionalDependencies4.java (at line 44) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SeveralOptionalDependencies4.java (at line 44) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SeveralOptionalDependencies4.java (at line 45) req.addInstallableUnits(new IInstallableUnit[] {x1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/director/DirectorApplicationTest.java (at line 22) import org.eclipse.equinox.internal.p2.director.app.DirectorApplication; Discouraged access: The type DirectorApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director.app/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/director/DirectorApplicationTest.java (at line 23) import org.eclipse.equinox.internal.simpleconfigurator.utils.URIUtil; Discouraged access: The type URIUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/director/DirectorApplicationTest.java (at line 48) DirectorApplication application = new DirectorApplication(); Discouraged access: The type DirectorApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director.app/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/director/DirectorApplicationTest.java (at line 48) DirectorApplication application = new DirectorApplication(); Discouraged access: The constructor DirectorApplication() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director.app/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/director/DirectorApplicationTest.java (at line 48) DirectorApplication application = new DirectorApplication(); Discouraged access: The type DirectorApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director.app/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/director/DirectorApplicationTest.java (at line 49) application.run(args); Discouraged access: The method run(String[]) from the type DirectorApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director.app/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/director/DirectorApplicationTest.java (at line 74) return new String[] {"-metadataRepository", URIUtil.toUnencodedString(metadataRepo.toURI()), "-artifactRepository", URIUtil.toUnencodedString(artifactRepo.toURI()), "-installIU", installIU, "-destination", URIUtil.toUnencodedString(destinationRepo.toURI()), "-profile", "PlatformSDKProfile", "-profileProperties", "org.eclipse.update.install.features=true", "-bundlepool", destinationRepo.getAbsolutePath(), "-roaming"}; Discouraged access: The type URIUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/director/DirectorApplicationTest.java (at line 74) return new String[] {"-metadataRepository", URIUtil.toUnencodedString(metadataRepo.toURI()), "-artifactRepository", URIUtil.toUnencodedString(artifactRepo.toURI()), "-installIU", installIU, "-destination", URIUtil.toUnencodedString(destinationRepo.toURI()), "-profile", "PlatformSDKProfile", "-profileProperties", "org.eclipse.update.install.features=true", "-bundlepool", destinationRepo.getAbsolutePath(), "-roaming"}; Discouraged access: The method toUnencodedString(URI) from the type URIUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/director/DirectorApplicationTest.java (at line 74) return new String[] {"-metadataRepository", URIUtil.toUnencodedString(metadataRepo.toURI()), "-artifactRepository", URIUtil.toUnencodedString(artifactRepo.toURI()), "-installIU", installIU, "-destination", URIUtil.toUnencodedString(destinationRepo.toURI()), "-profile", "PlatformSDKProfile", "-profileProperties", "org.eclipse.update.install.features=true", "-bundlepool", destinationRepo.getAbsolutePath(), "-roaming"}; Discouraged access: The type URIUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/director/DirectorApplicationTest.java (at line 74) return new String[] {"-metadataRepository", URIUtil.toUnencodedString(metadataRepo.toURI()), "-artifactRepository", URIUtil.toUnencodedString(artifactRepo.toURI()), "-installIU", installIU, "-destination", URIUtil.toUnencodedString(destinationRepo.toURI()), "-profile", "PlatformSDKProfile", "-profileProperties", "org.eclipse.update.install.features=true", "-bundlepool", destinationRepo.getAbsolutePath(), "-roaming"}; Discouraged access: The method toUnencodedString(URI) from the type URIUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/director/DirectorApplicationTest.java (at line 74) return new String[] {"-metadataRepository", URIUtil.toUnencodedString(metadataRepo.toURI()), "-artifactRepository", URIUtil.toUnencodedString(artifactRepo.toURI()), "-installIU", installIU, "-destination", URIUtil.toUnencodedString(destinationRepo.toURI()), "-profile", "PlatformSDKProfile", "-profileProperties", "org.eclipse.update.install.features=true", "-bundlepool", destinationRepo.getAbsolutePath(), "-roaming"}; Discouraged access: The type URIUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/director/DirectorApplicationTest.java (at line 74) return new String[] {"-metadataRepository", URIUtil.toUnencodedString(metadataRepo.toURI()), "-artifactRepository", URIUtil.toUnencodedString(artifactRepo.toURI()), "-installIU", installIU, "-destination", URIUtil.toUnencodedString(destinationRepo.toURI()), "-profile", "PlatformSDKProfile", "-profileProperties", "org.eclipse.update.install.features=true", "-bundlepool", destinationRepo.getAbsolutePath(), "-roaming"}; Discouraged access: The method toUnencodedString(URI) from the type URIUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/director/DirectorApplicationTest.java (at line 81) return new String[] {"-metadataRepository", URIUtil.toUnencodedString(metadataRepo.toURI()), "-artifactRepository", URIUtil.toUnencodedString(artifactRepo.toURI()), "-installIU", installIU, "-destination", URIUtil.toUnencodedString(destinationRepo.toURI()), "-profile", "PlatformSDKProfile", "-profileProperties", "org.eclipse.update.install.features=true", "-bundlepool", destinationRepo.getAbsolutePath(), "-roaming", parameter}; Discouraged access: The type URIUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/director/DirectorApplicationTest.java (at line 81) return new String[] {"-metadataRepository", URIUtil.toUnencodedString(metadataRepo.toURI()), "-artifactRepository", URIUtil.toUnencodedString(artifactRepo.toURI()), "-installIU", installIU, "-destination", URIUtil.toUnencodedString(destinationRepo.toURI()), "-profile", "PlatformSDKProfile", "-profileProperties", "org.eclipse.update.install.features=true", "-bundlepool", destinationRepo.getAbsolutePath(), "-roaming", parameter}; Discouraged access: The method toUnencodedString(URI) from the type URIUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/director/DirectorApplicationTest.java (at line 81) return new String[] {"-metadataRepository", URIUtil.toUnencodedString(metadataRepo.toURI()), "-artifactRepository", URIUtil.toUnencodedString(artifactRepo.toURI()), "-installIU", installIU, "-destination", URIUtil.toUnencodedString(destinationRepo.toURI()), "-profile", "PlatformSDKProfile", "-profileProperties", "org.eclipse.update.install.features=true", "-bundlepool", destinationRepo.getAbsolutePath(), "-roaming", parameter}; Discouraged access: The type URIUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/director/DirectorApplicationTest.java (at line 81) return new String[] {"-metadataRepository", URIUtil.toUnencodedString(metadataRepo.toURI()), "-artifactRepository", URIUtil.toUnencodedString(artifactRepo.toURI()), "-installIU", installIU, "-destination", URIUtil.toUnencodedString(destinationRepo.toURI()), "-profile", "PlatformSDKProfile", "-profileProperties", "org.eclipse.update.install.features=true", "-bundlepool", destinationRepo.getAbsolutePath(), "-roaming", parameter}; Discouraged access: The method toUnencodedString(URI) from the type URIUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/director/DirectorApplicationTest.java (at line 81) return new String[] {"-metadataRepository", URIUtil.toUnencodedString(metadataRepo.toURI()), "-artifactRepository", URIUtil.toUnencodedString(artifactRepo.toURI()), "-installIU", installIU, "-destination", URIUtil.toUnencodedString(destinationRepo.toURI()), "-profile", "PlatformSDKProfile", "-profileProperties", "org.eclipse.update.install.features=true", "-bundlepool", destinationRepo.getAbsolutePath(), "-roaming", parameter}; Discouraged access: The type URIUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/director/DirectorApplicationTest.java (at line 81) return new String[] {"-metadataRepository", URIUtil.toUnencodedString(metadataRepo.toURI()), "-artifactRepository", URIUtil.toUnencodedString(artifactRepo.toURI()), "-installIU", installIU, "-destination", URIUtil.toUnencodedString(destinationRepo.toURI()), "-profile", "PlatformSDKProfile", "-profileProperties", "org.eclipse.update.install.features=true", "-bundlepool", destinationRepo.getAbsolutePath(), "-roaming", parameter}; Discouraged access: The method toUnencodedString(URI) from the type URIUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/director/DirectorApplicationTest.java (at line 783) UIServices avoidTrustPromptService = new DirectorApplication.AvoidTrustPromptService(); Discouraged access: The constructor DirectorApplication.AvoidTrustPromptService() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director.app/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/director/DirectorApplicationTest.java (at line 783) UIServices avoidTrustPromptService = new DirectorApplication.AvoidTrustPromptService(); Discouraged access: The type DirectorApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director.app/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/director/DirectorApplicationTest.java (at line 783) UIServices avoidTrustPromptService = new DirectorApplication.AvoidTrustPromptService(); Discouraged access: The type DirectorApplication.AvoidTrustPromptService is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director.app/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/JarURLArtifactRepositoryTest.java (at line 17) import org.eclipse.equinox.internal.p2.core.helpers.ServiceHelper; Discouraged access: The type ServiceHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/JarURLArtifactRepositoryTest.java (at line 18) import org.eclipse.equinox.internal.p2.metadata.ArtifactKey; Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/JarURLArtifactRepositoryTest.java (at line 39) IProvisioningAgent agent = (IProvisioningAgent) ServiceHelper.getService(TestActivator.getContext(), IProvisioningAgent.SERVICE_NAME); Discouraged access: The type ServiceHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/JarURLArtifactRepositoryTest.java (at line 39) IProvisioningAgent agent = (IProvisioningAgent) ServiceHelper.getService(TestActivator.getContext(), IProvisioningAgent.SERVICE_NAME); Discouraged access: The method getService(BundleContext, String) from the type ServiceHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/JarURLArtifactRepositoryTest.java (at line 58) assertTrue(repo.contains(new ArtifactKey("osgi.bundle", "testdata", Version.create("1.0.0.1")))); Discouraged access: The constructor ArtifactKey(String, String, Version) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/JarURLArtifactRepositoryTest.java (at line 58) assertTrue(repo.contains(new ArtifactKey("osgi.bundle", "testdata", Version.create("1.0.0.1")))); Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestFilteringOnAbsentProperty.java (at line 14) 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/4M/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/planner/TestFilteringOnAbsentProperty.java (at line 15) import org.eclipse.equinox.internal.p2.engine.ProvisioningPlan; Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestFilteringOnAbsentProperty.java (at line 82) ProfileChangeRequest changeRequest = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestFilteringOnAbsentProperty.java (at line 82) ProfileChangeRequest changeRequest = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestFilteringOnAbsentProperty.java (at line 82) ProfileChangeRequest changeRequest = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestFilteringOnAbsentProperty.java (at line 83) changeRequest.add(iuTop); Discouraged access: The method add(IInstallableUnit) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestFilteringOnAbsentProperty.java (at line 85) ProvisioningPlan plan = (ProvisioningPlan) planner.getProvisioningPlan(changeRequest, null, null); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestFilteringOnAbsentProperty.java (at line 85) ProvisioningPlan plan = (ProvisioningPlan) planner.getProvisioningPlan(changeRequest, null, null); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestFilteringOnAbsentProperty.java (at line 86) IQueryResult<IInstallableUnit> futureIUs = plan.getFutureState().query(QueryUtil.ALL_UNITS, null); Discouraged access: The method getFutureState() from the type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestFilteringOnAbsentProperty.java (at line 97) ProfileChangeRequest changeRequest = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestFilteringOnAbsentProperty.java (at line 97) ProfileChangeRequest changeRequest = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestFilteringOnAbsentProperty.java (at line 97) ProfileChangeRequest changeRequest = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestFilteringOnAbsentProperty.java (at line 98) changeRequest.add(iuTop); Discouraged access: The method add(IInstallableUnit) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestFilteringOnAbsentProperty.java (at line 100) ProvisioningPlan plan = (ProvisioningPlan) planner.getProvisioningPlan(changeRequest, null, null); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestFilteringOnAbsentProperty.java (at line 100) ProvisioningPlan plan = (ProvisioningPlan) planner.getProvisioningPlan(changeRequest, null, null); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestFilteringOnAbsentProperty.java (at line 101) IQueryResult<IInstallableUnit> futureIUs = plan.getFutureState().query(QueryUtil.ALL_UNITS, null); Discouraged access: The method getFutureState() from the type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/perf/PublisherPerformanceTest.java (at line 15) import org.eclipse.equinox.p2.publisher.IPublisherResult; Discouraged access: The type IPublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/perf/PublisherPerformanceTest.java (at line 16) import org.eclipse.equinox.p2.publisher.PublisherResult; Discouraged access: The type PublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/perf/PublisherPerformanceTest.java (at line 30) PublisherResult result; Discouraged access: The type PublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/perf/PublisherPerformanceTest.java (at line 34) result = new PublisherResult(); Discouraged access: The constructor PublisherResult() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/perf/PublisherPerformanceTest.java (at line 34) result = new PublisherResult(); Discouraged access: The type PublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/perf/PublisherPerformanceTest.java (at line 37) result.addIU(ius[i], IPublisherResult.ROOT); Discouraged access: The method addIU(IInstallableUnit, String) from the type PublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/perf/PublisherPerformanceTest.java (at line 37) result.addIU(ius[i], IPublisherResult.ROOT); Discouraged access: The type IPublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/perf/PublisherPerformanceTest.java (at line 37) result.addIU(ius[i], IPublisherResult.ROOT); Discouraged access: The field ROOT from the type IPublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/perf/PublisherPerformanceTest.java (at line 57) PublisherResult result; Discouraged access: The type PublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/perf/PublisherPerformanceTest.java (at line 61) result = new PublisherResult(); Discouraged access: The constructor PublisherResult() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/perf/PublisherPerformanceTest.java (at line 61) result = new PublisherResult(); Discouraged access: The type PublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/perf/PublisherPerformanceTest.java (at line 64) result.addIU(ius[i], IPublisherResult.ROOT); Discouraged access: The method addIU(IInstallableUnit, String) from the type PublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/perf/PublisherPerformanceTest.java (at line 64) result.addIU(ius[i], IPublisherResult.ROOT); Discouraged access: The type IPublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/perf/PublisherPerformanceTest.java (at line 64) result.addIU(ius[i], IPublisherResult.ROOT); Discouraged access: The field ROOT from the type IPublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/LinkActionTest.java (at line 15) import org.eclipse.equinox.internal.p2.touchpoint.natives.NativeTouchpoint; Discouraged access: The type NativeTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/LinkActionTest.java (at line 16) import org.eclipse.equinox.internal.p2.touchpoint.natives.actions.ActionConstants; Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/LinkActionTest.java (at line 17) import org.eclipse.equinox.internal.p2.touchpoint.natives.actions.LinkAction; Discouraged access: The type LinkAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/LinkActionTest.java (at line 42) parameters.put(ActionConstants.PARM_PROFILE, profile); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/LinkActionTest.java (at line 42) parameters.put(ActionConstants.PARM_PROFILE, profile); Discouraged access: The field PARM_PROFILE from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/LinkActionTest.java (at line 43) NativeTouchpoint touchpoint = new NativeTouchpoint(); Discouraged access: The type NativeTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/LinkActionTest.java (at line 43) NativeTouchpoint touchpoint = new NativeTouchpoint(); Discouraged access: The constructor NativeTouchpoint() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/LinkActionTest.java (at line 43) NativeTouchpoint touchpoint = new NativeTouchpoint(); Discouraged access: The type NativeTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/LinkActionTest.java (at line 44) touchpoint.initializePhase(null, profile, "test", parameters); Discouraged access: The method initializePhase(IProgressMonitor, IProfile, String, Map<String,Object>) from the type NativeTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/LinkActionTest.java (at line 46) parameters.put(ActionConstants.PARM_TARGET_DIR, installFolder.getAbsolutePath()); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/LinkActionTest.java (at line 46) parameters.put(ActionConstants.PARM_TARGET_DIR, installFolder.getAbsolutePath()); Discouraged access: The field PARM_TARGET_DIR from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/LinkActionTest.java (at line 47) parameters.put(ActionConstants.PARM_LINK_NAME, "b.zip"); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/LinkActionTest.java (at line 47) parameters.put(ActionConstants.PARM_LINK_NAME, "b.zip"); Discouraged access: The field PARM_LINK_NAME from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/LinkActionTest.java (at line 48) parameters.put(ActionConstants.PARM_LINK_TARGET, zipTarget.getAbsolutePath()); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/LinkActionTest.java (at line 48) parameters.put(ActionConstants.PARM_LINK_TARGET, zipTarget.getAbsolutePath()); Discouraged access: The field PARM_LINK_TARGET from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/LinkActionTest.java (at line 54) LinkAction action = new LinkAction(); Discouraged access: The type LinkAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/LinkActionTest.java (at line 54) LinkAction action = new LinkAction(); Discouraged access: The constructor LinkAction() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/LinkActionTest.java (at line 54) LinkAction action = new LinkAction(); Discouraged access: The type LinkAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/LinkActionTest.java (at line 55) assertOK("3.0", action.execute(parameters)); Discouraged access: The method execute(Map<String,Object>) from the type LinkAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/LinkActionTest.java (at line 57) assertOK("3.1", action.undo(parameters)); Discouraged access: The method undo(Map<String,Object>) from the type LinkAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/LinkActionTest.java (at line 58) File linkFile = new File((String) parameters.get(ActionConstants.PARM_TARGET_DIR)); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/LinkActionTest.java (at line 58) File linkFile = new File((String) parameters.get(ActionConstants.PARM_TARGET_DIR)); Discouraged access: The field PARM_TARGET_DIR from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/LinkActionTest.java (at line 59) linkFile = new File(linkFile, (String) parameters.get(ActionConstants.PARM_LINK_NAME)); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/LinkActionTest.java (at line 59) linkFile = new File(linkFile, (String) parameters.get(ActionConstants.PARM_LINK_NAME)); Discouraged access: The field PARM_LINK_NAME from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestNoopChangeRequest.java (at line 5) 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/4M/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/planner/TestNoopChangeRequest.java (at line 6) import org.eclipse.equinox.internal.provisional.p2.director.PlannerStatus; Discouraged access: The type PlannerStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestNoopChangeRequest.java (at line 7) import org.eclipse.equinox.internal.provisional.p2.director.RequestStatus; Discouraged access: The type RequestStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestNoopChangeRequest.java (at line 36) ProfileChangeRequest pcr = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestNoopChangeRequest.java (at line 36) ProfileChangeRequest pcr = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestNoopChangeRequest.java (at line 36) ProfileChangeRequest pcr = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestNoopChangeRequest.java (at line 37) pcr.add(a); Discouraged access: The method add(IInstallableUnit) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestNoopChangeRequest.java (at line 38) pcr.remove(a); Discouraged access: The method remove(IInstallableUnit) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestNoopChangeRequest.java (at line 40) PlannerStatus plannerStatus = plan.getStatus() instanceof PlannerStatus ? (PlannerStatus) plan.getStatus() : null; Discouraged access: The type PlannerStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestNoopChangeRequest.java (at line 40) PlannerStatus plannerStatus = plan.getStatus() instanceof PlannerStatus ? (PlannerStatus) plan.getStatus() : null; Discouraged access: The type PlannerStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestNoopChangeRequest.java (at line 40) PlannerStatus plannerStatus = plan.getStatus() instanceof PlannerStatus ? (PlannerStatus) plan.getStatus() : null; Discouraged access: The type PlannerStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestNoopChangeRequest.java (at line 41) RequestStatus rs = plannerStatus.getRequestChanges().get(a); Discouraged access: The type RequestStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestNoopChangeRequest.java (at line 41) RequestStatus rs = plannerStatus.getRequestChanges().get(a); Discouraged access: The method getRequestChanges() from the type PlannerStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/ql/PerformanceTest.java (at line 17) 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/4M/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/ql/PerformanceTest.java (at line 18) import org.eclipse.equinox.internal.p2.metadata.expression.MatchIteratorFilter; Discouraged access: The type MatchIteratorFilter<T> is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/ql/PerformanceTest.java (at line 19) import org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository; Discouraged access: The type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/ql/PerformanceTest.java (at line 164) Iterator<IInstallableUnit> matchIter = new MatchIteratorFilter<IInstallableUnit>(everything.iterator()) { Discouraged access: The type MatchIteratorFilter<IInstallableUnit> is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/ql/PerformanceTest.java (at line 274) IInstallableUnit envIU = InstallableUnit.contextIU(env); Discouraged access: The type InstallableUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/ql/PerformanceTest.java (at line 274) IInstallableUnit envIU = InstallableUnit.contextIU(env); Discouraged access: The method contextIU(Map<String,String>) from the type InstallableUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/ql/PerformanceTest.java (at line 295) Slicer slicer = new Slicer(new QueryableArray(gatherAvailableInstallableUnits(repo)), env, false); Discouraged access: The type Slicer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/ql/PerformanceTest.java (at line 295) Slicer slicer = new Slicer(new QueryableArray(gatherAvailableInstallableUnits(repo)), env, false); Discouraged access: The constructor Slicer(IQueryable<IInstallableUnit>, Map<String,String>, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/ql/PerformanceTest.java (at line 295) Slicer slicer = new Slicer(new QueryableArray(gatherAvailableInstallableUnits(repo)), env, false); Discouraged access: The type Slicer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/ql/PerformanceTest.java (at line 295) Slicer slicer = new Slicer(new QueryableArray(gatherAvailableInstallableUnits(repo)), env, false); Discouraged access: The constructor QueryableArray(IInstallableUnit[]) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/ql/PerformanceTest.java (at line 295) Slicer slicer = new Slicer(new QueryableArray(gatherAvailableInstallableUnits(repo)), env, false); Discouraged access: The type QueryableArray is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/ql/PerformanceTest.java (at line 296) slice = slicer.slice(roots, new NullProgressMonitor()); Discouraged access: The method slice(IInstallableUnit[], IProgressMonitor) from the type Slicer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/ql/PerformanceTest.java (at line 319) IInstallableUnit envIU = InstallableUnit.contextIU(env); Discouraged access: The type InstallableUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/ql/PerformanceTest.java (at line 319) IInstallableUnit envIU = InstallableUnit.contextIU(env); Discouraged access: The method contextIU(Map<String,String>) from the type InstallableUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/ql/PerformanceTest.java (at line 321) CompositeMetadataRepository compositeMetadataRepository = CompositeMetadataRepository.createMemoryComposite(getMetadataRepositoryManager().getAgent()); Discouraged access: The type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/ql/PerformanceTest.java (at line 321) CompositeMetadataRepository compositeMetadataRepository = CompositeMetadataRepository.createMemoryComposite(getMetadataRepositoryManager().getAgent()); Discouraged access: The type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/ql/PerformanceTest.java (at line 321) CompositeMetadataRepository compositeMetadataRepository = CompositeMetadataRepository.createMemoryComposite(getMetadataRepositoryManager().getAgent()); Discouraged access: The method createMemoryComposite(IProvisioningAgent) from the type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/ql/PerformanceTest.java (at line 322) compositeMetadataRepository.addChild(new URI("http://download.eclipse.org/releases/galileo")); Discouraged access: The method addChild(URI) from the type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/ql/PerformanceTest.java (at line 340) Slicer slicer = new PermissiveSlicer(repo, env, true, true, true, false, false); Discouraged access: The type Slicer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/ql/PerformanceTest.java (at line 340) Slicer slicer = new PermissiveSlicer(repo, env, true, true, true, false, false); Discouraged access: The constructor PermissiveSlicer(IQueryable<IInstallableUnit>, Map<String,String>, boolean, boolean, boolean, boolean, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/ql/PerformanceTest.java (at line 340) Slicer slicer = new PermissiveSlicer(repo, env, true, true, true, false, false); Discouraged access: The type PermissiveSlicer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/ql/PerformanceTest.java (at line 341) slice = slicer.slice(roots, new NullProgressMonitor()); Discouraged access: The method slice(IInstallableUnit[], IProgressMonitor) from the type Slicer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/directorywatcher/DirectoryWatcherTest.java (at line 17) import org.eclipse.equinox.internal.provisional.p2.directorywatcher.DirectoryChangeListener; Discouraged access: The type DirectoryChangeListener is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.directorywatcher/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/directorywatcher/DirectoryWatcherTest.java (at line 18) import org.eclipse.equinox.internal.provisional.p2.directorywatcher.DirectoryWatcher; Discouraged access: The type DirectoryWatcher is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.directorywatcher/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/directorywatcher/DirectoryWatcherTest.java (at line 30) new DirectoryWatcher((File) null); Discouraged access: The constructor DirectoryWatcher(File) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.directorywatcher/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/directorywatcher/DirectoryWatcherTest.java (at line 30) new DirectoryWatcher((File) null); Discouraged access: The type DirectoryWatcher is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.directorywatcher/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/directorywatcher/DirectoryWatcherTest.java (at line 40) DirectoryWatcher watcher = new DirectoryWatcher(folder); Discouraged access: The type DirectoryWatcher is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.directorywatcher/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/directorywatcher/DirectoryWatcherTest.java (at line 40) DirectoryWatcher watcher = new DirectoryWatcher(folder); Discouraged access: The constructor DirectoryWatcher(File) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.directorywatcher/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/directorywatcher/DirectoryWatcherTest.java (at line 40) DirectoryWatcher watcher = new DirectoryWatcher(folder); Discouraged access: The type DirectoryWatcher is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.directorywatcher/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/directorywatcher/DirectoryWatcherTest.java (at line 41) watcher.start(); Discouraged access: The method start() from the type DirectoryWatcher is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.directorywatcher/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/directorywatcher/DirectoryWatcherTest.java (at line 42) watcher.stop(); Discouraged access: The method stop() from the type DirectoryWatcher is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.directorywatcher/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/directorywatcher/DirectoryWatcherTest.java (at line 50) props.put(DirectoryWatcher.DIR, folder.getAbsolutePath()); Discouraged access: The type DirectoryWatcher is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.directorywatcher/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/directorywatcher/DirectoryWatcherTest.java (at line 50) props.put(DirectoryWatcher.DIR, folder.getAbsolutePath()); Discouraged access: The field DIR from the type DirectoryWatcher is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.directorywatcher/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/directorywatcher/DirectoryWatcherTest.java (at line 52) DirectoryWatcher watcher = new DirectoryWatcher(props, TestActivator.getContext()); Discouraged access: The type DirectoryWatcher is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.directorywatcher/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/directorywatcher/DirectoryWatcherTest.java (at line 52) DirectoryWatcher watcher = new DirectoryWatcher(props, TestActivator.getContext()); Discouraged access: The constructor DirectoryWatcher(Map<String,String>, BundleContext) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.directorywatcher/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/directorywatcher/DirectoryWatcherTest.java (at line 52) DirectoryWatcher watcher = new DirectoryWatcher(props, TestActivator.getContext()); Discouraged access: The type DirectoryWatcher is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.directorywatcher/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/directorywatcher/DirectoryWatcherTest.java (at line 53) watcher.start(); Discouraged access: The method start() from the type DirectoryWatcher is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.directorywatcher/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/directorywatcher/DirectoryWatcherTest.java (at line 54) watcher.stop(); Discouraged access: The method stop() from the type DirectoryWatcher is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.directorywatcher/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/directorywatcher/DirectoryWatcherTest.java (at line 62) props.put(DirectoryWatcher.DIR, folder.getAbsolutePath()); Discouraged access: The type DirectoryWatcher is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.directorywatcher/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/directorywatcher/DirectoryWatcherTest.java (at line 62) props.put(DirectoryWatcher.DIR, folder.getAbsolutePath()); Discouraged access: The field DIR from the type DirectoryWatcher is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.directorywatcher/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/directorywatcher/DirectoryWatcherTest.java (at line 64) DirectoryWatcher watcher = new DirectoryWatcher(props, TestActivator.getContext()); Discouraged access: The type DirectoryWatcher is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.directorywatcher/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/directorywatcher/DirectoryWatcherTest.java (at line 64) DirectoryWatcher watcher = new DirectoryWatcher(props, TestActivator.getContext()); Discouraged access: The constructor DirectoryWatcher(Map<String,String>, BundleContext) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.directorywatcher/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/directorywatcher/DirectoryWatcherTest.java (at line 64) DirectoryWatcher watcher = new DirectoryWatcher(props, TestActivator.getContext()); Discouraged access: The type DirectoryWatcher is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.directorywatcher/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/directorywatcher/DirectoryWatcherTest.java (at line 66) DirectoryChangeListener listener = new DirectoryChangeListener() { Discouraged access: The type DirectoryChangeListener is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.directorywatcher/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/directorywatcher/DirectoryWatcherTest.java (at line 66) DirectoryChangeListener listener = new DirectoryChangeListener() { Discouraged access: The type DirectoryChangeListener is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.directorywatcher/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/directorywatcher/DirectoryWatcherTest.java (at line 102) watcher.addListener(listener); Discouraged access: The method addListener(DirectoryChangeListener) from the type DirectoryWatcher is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.directorywatcher/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/directorywatcher/DirectoryWatcherTest.java (at line 103) watcher.poll(); Discouraged access: The method poll() from the type DirectoryWatcher is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.directorywatcher/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/TestArtifactRepository.java (at line 20) import org.eclipse.equinox.internal.p2.artifact.repository.ArtifactRequest; Discouraged access: The type ArtifactRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/TestArtifactRepository.java (at line 21) import org.eclipse.equinox.internal.p2.repository.AuthenticationFailedException; Discouraged access: The type AuthenticationFailedException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/TestArtifactRepository.java (at line 22) import org.eclipse.equinox.internal.p2.repository.Transport; Discouraged access: The type Transport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/TestArtifactRepository.java (at line 23) import org.eclipse.equinox.internal.p2.repository.helpers.AbstractRepositoryManager; Discouraged access: The type AbstractRepositoryManager<T> is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/TestArtifactRepository.java (at line 24) import org.eclipse.equinox.internal.provisional.p2.artifact.repository.processing.ProcessingStepHandler; Discouraged access: The type ProcessingStepHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/TestArtifactRepository.java (at line 60) Transport testhandler = new Transport() { Discouraged access: The type Transport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/TestArtifactRepository.java (at line 60) Transport testhandler = new Transport() { Discouraged access: The type Transport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/TestArtifactRepository.java (at line 80) public InputStream stream(URI toDownload, IProgressMonitor monitor) throws FileNotFoundException, CoreException, AuthenticationFailedException { Discouraged access: The type AuthenticationFailedException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/TestArtifactRepository.java (at line 85) public long getLastModified(URI toDownload, IProgressMonitor monitor) throws CoreException, FileNotFoundException, AuthenticationFailedException { Discouraged access: The type AuthenticationFailedException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/TestArtifactRepository.java (at line 100) Method method = AbstractRepositoryManager.class.getDeclaredMethod("addRepository", new Class[] {IRepository.class, boolean.class, String.class}); Discouraged access: The type AbstractRepositoryManager<T> is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/TestArtifactRepository.java (at line 129) private IStatus getArtifact(ArtifactRequest request, IProgressMonitor monitor) { Discouraged access: The type ArtifactRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/TestArtifactRepository.java (at line 130) request.perform(this, monitor); Discouraged access: The method perform(IArtifactRepository, IProgressMonitor) from the type ArtifactRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/TestArtifactRepository.java (at line 131) return request.getResult(); Discouraged access: The method getResult() from the type ArtifactRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/TestArtifactRepository.java (at line 139) overallStatus.add(getArtifact((ArtifactRequest) requests[i], subMonitor.newChild(1))); Discouraged access: The type ArtifactRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/TestArtifactRepository.java (at line 160) ProcessingStepHandler handler = new ProcessingStepHandler(); Discouraged access: The type ProcessingStepHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/TestArtifactRepository.java (at line 160) ProcessingStepHandler handler = new ProcessingStepHandler(); Discouraged access: The constructor ProcessingStepHandler() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/TestArtifactRepository.java (at line 160) ProcessingStepHandler handler = new ProcessingStepHandler(); Discouraged access: The type ProcessingStepHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/TestArtifactRepository.java (at line 161) destination = handler.createAndLink(getProvisioningAgent(), descriptor.getProcessingSteps(), null, destination, monitor); Discouraged access: The method createAndLink(IProvisioningAgent, IProcessingStepDescriptor[], IArtifactDescriptor, OutputStream, IProgressMonitor) from the type ProcessingStepHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/TestArtifactRepository.java (at line 162) testhandler.download(keysToLocations.get(descriptor.getArtifactKey()), destination, monitor); Discouraged access: The method download(URI, OutputStream, IProgressMonitor) from the type Transport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/TestArtifactRepository.java (at line 167) return testhandler.download(keysToLocations.get(descriptor.getArtifactKey()), destination, monitor); Discouraged access: The method download(URI, OutputStream, IProgressMonitor) from the type Transport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerProductWithLegacyMarkup.java (at line 15) import org.eclipse.equinox.internal.p2.operations.RequestFlexer; Discouraged access: The type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerProductWithLegacyMarkup.java (at line 89) RequestFlexer av = new RequestFlexer(planner); Discouraged access: The type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerProductWithLegacyMarkup.java (at line 89) RequestFlexer av = new RequestFlexer(planner); Discouraged access: The constructor RequestFlexer(IPlanner) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerProductWithLegacyMarkup.java (at line 89) RequestFlexer av = new RequestFlexer(planner); Discouraged access: The type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerProductWithLegacyMarkup.java (at line 90) av.setAllowPartialInstall(false); Discouraged access: The method setAllowPartialInstall(boolean) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerProductWithLegacyMarkup.java (at line 91) av.setAllowDifferentVersion(false); Discouraged access: The method setAllowDifferentVersion(boolean) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerProductWithLegacyMarkup.java (at line 92) av.setAllowInstalledElementRemoval(true); Discouraged access: The method setAllowInstalledElementRemoval(boolean) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerProductWithLegacyMarkup.java (at line 93) av.setAllowInstalledElementChange(false); Discouraged access: The method setAllowInstalledElementChange(boolean) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerProductWithLegacyMarkup.java (at line 94) av.setProvisioningContext(context); Discouraged access: The method setProvisioningContext(ProvisioningContext) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerProductWithLegacyMarkup.java (at line 95) IProfileChangeRequest realRequest = av.getChangeRequest(originalRequest, profile, new NullProgressMonitor()); Discouraged access: The method getChangeRequest(IProfileChangeRequest, IProfile, IProgressMonitor) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerProductWithLegacyMarkup.java (at line 108) RequestFlexer av = new RequestFlexer(planner); Discouraged access: The type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerProductWithLegacyMarkup.java (at line 108) RequestFlexer av = new RequestFlexer(planner); Discouraged access: The constructor RequestFlexer(IPlanner) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerProductWithLegacyMarkup.java (at line 108) RequestFlexer av = new RequestFlexer(planner); Discouraged access: The type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerProductWithLegacyMarkup.java (at line 109) av.setAllowPartialInstall(false); Discouraged access: The method setAllowPartialInstall(boolean) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerProductWithLegacyMarkup.java (at line 110) av.setAllowDifferentVersion(false); Discouraged access: The method setAllowDifferentVersion(boolean) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerProductWithLegacyMarkup.java (at line 111) av.setAllowInstalledElementRemoval(false); Discouraged access: The method setAllowInstalledElementRemoval(boolean) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerProductWithLegacyMarkup.java (at line 112) av.setAllowInstalledElementChange(true); Discouraged access: The method setAllowInstalledElementChange(boolean) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerProductWithLegacyMarkup.java (at line 113) av.setProvisioningContext(context); Discouraged access: The method setProvisioningContext(ProvisioningContext) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerProductWithLegacyMarkup.java (at line 114) IProfileChangeRequest realRequest = av.getChangeRequest(originalRequest, profile, new NullProgressMonitor()); Discouraged access: The method getChangeRequest(IProfileChangeRequest, IProfile, IProgressMonitor) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/EclipseTouchpointTest.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/4M/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/touchpoint/eclipse/EclipseTouchpointTest.java (at line 20) import org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.ActionConstants; Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/EclipseTouchpointTest.java (at line 26) import org.eclipse.equinox.p2.publisher.eclipse.BundlesAction; Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/EclipseTouchpointTest.java (at line 27) import org.eclipse.equinox.p2.publisher.eclipse.EclipsePublisherHelper; Discouraged access: The type EclipsePublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/EclipseTouchpointTest.java (at line 33) import org.eclipse.equinox.spi.p2.publisher.PublisherHelper; Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/EclipseTouchpointTest.java (at line 47) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/EclipseTouchpointTest.java (at line 47) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The constructor EclipseTouchpoint() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/EclipseTouchpointTest.java (at line 47) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/EclipseTouchpointTest.java (at line 51) parameters.put(ActionConstants.PARM_AGENT, getAgent()); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/EclipseTouchpointTest.java (at line 51) parameters.put(ActionConstants.PARM_AGENT, getAgent()); Discouraged access: The field PARM_AGENT from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/EclipseTouchpointTest.java (at line 53) touchpoint.initializePhase(null, profile, "test", parameters); Discouraged access: The method initializePhase(IProgressMonitor, IProfile, String, Map<String,Object>) from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/EclipseTouchpointTest.java (at line 54) Object manipulator = parameters.get(EclipseTouchpoint.PARM_MANIPULATOR); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/EclipseTouchpointTest.java (at line 54) Object manipulator = parameters.get(EclipseTouchpoint.PARM_MANIPULATOR); Discouraged access: The field PARM_MANIPULATOR from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/EclipseTouchpointTest.java (at line 56) assertNotNull(parameters.get(EclipseTouchpoint.PARM_SOURCE_BUNDLES)); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/EclipseTouchpointTest.java (at line 56) assertNotNull(parameters.get(EclipseTouchpoint.PARM_SOURCE_BUNDLES)); Discouraged access: The field PARM_SOURCE_BUNDLES from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/EclipseTouchpointTest.java (at line 57) assertNotNull(parameters.get(EclipseTouchpoint.PARM_PLATFORM_CONFIGURATION)); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/EclipseTouchpointTest.java (at line 57) assertNotNull(parameters.get(EclipseTouchpoint.PARM_PLATFORM_CONFIGURATION)); Discouraged access: The field PARM_PLATFORM_CONFIGURATION from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/EclipseTouchpointTest.java (at line 62) parameters.put(ActionConstants.PARM_AGENT, getAgent()); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/EclipseTouchpointTest.java (at line 62) parameters.put(ActionConstants.PARM_AGENT, getAgent()); Discouraged access: The field PARM_AGENT from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/EclipseTouchpointTest.java (at line 63) touchpoint.initializePhase(null, profile, "test2", parameters); Discouraged access: The method initializePhase(IProgressMonitor, IProfile, String, Map<String,Object>) from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/EclipseTouchpointTest.java (at line 64) Object testManipulator = parameters.get(EclipseTouchpoint.PARM_MANIPULATOR); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/EclipseTouchpointTest.java (at line 64) Object testManipulator = parameters.get(EclipseTouchpoint.PARM_MANIPULATOR); Discouraged access: The field PARM_MANIPULATOR from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/EclipseTouchpointTest.java (at line 71) parameters.put(ActionConstants.PARM_AGENT, getAgent()); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/EclipseTouchpointTest.java (at line 71) parameters.put(ActionConstants.PARM_AGENT, getAgent()); Discouraged access: The field PARM_AGENT from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/EclipseTouchpointTest.java (at line 72) touchpoint.initializePhase(null, profile, "uninstall", parameters); Discouraged access: The method initializePhase(IProgressMonitor, IProfile, String, Map<String,Object>) from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/EclipseTouchpointTest.java (at line 73) testManipulator = parameters.get(EclipseTouchpoint.PARM_MANIPULATOR); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/EclipseTouchpointTest.java (at line 73) testManipulator = parameters.get(EclipseTouchpoint.PARM_MANIPULATOR); Discouraged access: The field PARM_MANIPULATOR from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/EclipseTouchpointTest.java (at line 78) touchpoint.commit(profile); Discouraged access: The method commit(IProfile) from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/EclipseTouchpointTest.java (at line 80) touchpoint.initializePhase(null, profile, "test2", parameters); Discouraged access: The method initializePhase(IProgressMonitor, IProfile, String, Map<String,Object>) from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/EclipseTouchpointTest.java (at line 81) testManipulator = parameters.get(EclipseTouchpoint.PARM_MANIPULATOR); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/EclipseTouchpointTest.java (at line 81) testManipulator = parameters.get(EclipseTouchpoint.PARM_MANIPULATOR); Discouraged access: The field PARM_MANIPULATOR from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/EclipseTouchpointTest.java (at line 86) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/EclipseTouchpointTest.java (at line 86) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The constructor EclipseTouchpoint() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/EclipseTouchpointTest.java (at line 86) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/EclipseTouchpointTest.java (at line 87) assertEquals("org.eclipse.equinox.p2.touchpoint.eclipse.installBundle", touchpoint.qualifyAction("installBundle")); Discouraged access: The method qualifyAction(String) from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/EclipseTouchpointTest.java (at line 103) AggregatedBundleRepository repo = (AggregatedBundleRepository) Util.getAggregatedBundleRepository(getAgent(), profile); Discouraged access: The type AggregatedBundleRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
37. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/EclipseTouchpointTest.java (at line 103) AggregatedBundleRepository repo = (AggregatedBundleRepository) Util.getAggregatedBundleRepository(getAgent(), profile); Discouraged access: The type AggregatedBundleRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
38. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/EclipseTouchpointTest.java (at line 103) AggregatedBundleRepository repo = (AggregatedBundleRepository) Util.getAggregatedBundleRepository(getAgent(), profile); Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
39. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/EclipseTouchpointTest.java (at line 103) AggregatedBundleRepository repo = (AggregatedBundleRepository) Util.getAggregatedBundleRepository(getAgent(), profile); Discouraged access: The method getAggregatedBundleRepository(IProvisioningAgent, IProfile) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
40. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/EclipseTouchpointTest.java (at line 104) Collection repos = repo.testGetBundleRepositories(); Discouraged access: The method testGetBundleRepositories() from the type AggregatedBundleRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
41. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/EclipseTouchpointTest.java (at line 109) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
42. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/EclipseTouchpointTest.java (at line 109) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The constructor EclipseTouchpoint() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
43. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/EclipseTouchpointTest.java (at line 109) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
44. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/EclipseTouchpointTest.java (at line 114) touchpoint.initializeOperand(profile, parameters); Discouraged access: The method initializeOperand(IProfile, Map<String,Object>) from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
45. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/EclipseTouchpointTest.java (at line 125) IFileArtifactRepository bundlePool = Util.getBundlePoolRepository(getAgent(), profile); Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
46. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/EclipseTouchpointTest.java (at line 125) IFileArtifactRepository bundlePool = Util.getBundlePoolRepository(getAgent(), profile); Discouraged access: The method getBundlePoolRepository(IProvisioningAgent, IProfile) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
47. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/EclipseTouchpointTest.java (at line 132) BundleDescription bundleDescription = BundlesAction.createBundleDescription(osgiTarget); Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
48. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/EclipseTouchpointTest.java (at line 132) BundleDescription bundleDescription = BundlesAction.createBundleDescription(osgiTarget); Discouraged access: The method createBundleDescription(File) from the type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
49. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/EclipseTouchpointTest.java (at line 133) IArtifactKey key = BundlesAction.createBundleArtifactKey(bundleDescription.getSymbolicName(), bundleDescription.getVersion().toString()); Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
50. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/EclipseTouchpointTest.java (at line 133) IArtifactKey key = BundlesAction.createBundleArtifactKey(bundleDescription.getSymbolicName(), bundleDescription.getVersion().toString()); Discouraged access: The method createBundleArtifactKey(String, String) from the type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
51. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/EclipseTouchpointTest.java (at line 134) IArtifactDescriptor descriptor = PublisherHelper.createArtifactDescriptor(key, osgiTarget); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
52. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/EclipseTouchpointTest.java (at line 134) IArtifactDescriptor descriptor = PublisherHelper.createArtifactDescriptor(key, osgiTarget); Discouraged access: The method createArtifactDescriptor(IArtifactKey, File) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
53. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/EclipseTouchpointTest.java (at line 146) BundleDescription partialIUBundleDescription = BundlesAction.createBundleDescription(mockManifest, null); Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
54. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/EclipseTouchpointTest.java (at line 146) BundleDescription partialIUBundleDescription = BundlesAction.createBundleDescription(mockManifest, null); Discouraged access: The method createBundleDescription(Dictionary<String,String>, File) from the type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
55. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/EclipseTouchpointTest.java (at line 147) IInstallableUnit[] bundleIUs = EclipsePublisherHelper.createEclipseIU(partialIUBundleDescription, false, key, extraProperties); Discouraged access: The type EclipsePublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
56. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/EclipseTouchpointTest.java (at line 147) IInstallableUnit[] bundleIUs = EclipsePublisherHelper.createEclipseIU(partialIUBundleDescription, false, key, extraProperties); Discouraged access: The method createEclipseIU(BundleDescription, boolean, IArtifactKey, Map<String,String>) from the type EclipsePublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
57. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/EclipseTouchpointTest.java (at line 151) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
58. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/EclipseTouchpointTest.java (at line 151) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The constructor EclipseTouchpoint() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
59. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/EclipseTouchpointTest.java (at line 151) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
60. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/EclipseTouchpointTest.java (at line 152) IInstallableUnit fullIU = touchpoint.prepareIU(getAgent(), profile, iu, key); Discouraged access: The method prepareIU(IProvisioningAgent, IProfile, IInstallableUnit, IArtifactKey) from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
61. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/EclipseTouchpointTest.java (at line 163) IFileArtifactRepository bundlePool = Util.getBundlePoolRepository(getAgent(), profile); Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
62. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/EclipseTouchpointTest.java (at line 163) IFileArtifactRepository bundlePool = Util.getBundlePoolRepository(getAgent(), profile); Discouraged access: The method getBundlePoolRepository(IProvisioningAgent, IProfile) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
63. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/EclipseTouchpointTest.java (at line 170) BundleDescription bundleDescription = BundlesAction.createBundleDescription(osgiTarget); Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
64. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/EclipseTouchpointTest.java (at line 170) BundleDescription bundleDescription = BundlesAction.createBundleDescription(osgiTarget); Discouraged access: The method createBundleDescription(File) from the type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
65. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/EclipseTouchpointTest.java (at line 171) IArtifactKey key = BundlesAction.createBundleArtifactKey(bundleDescription.getSymbolicName(), bundleDescription.getVersion().toString()); Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
66. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/EclipseTouchpointTest.java (at line 171) IArtifactKey key = BundlesAction.createBundleArtifactKey(bundleDescription.getSymbolicName(), bundleDescription.getVersion().toString()); Discouraged access: The method createBundleArtifactKey(String, String) from the type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
67. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/EclipseTouchpointTest.java (at line 172) IArtifactDescriptor descriptor = PublisherHelper.createArtifactDescriptor(key, osgiTarget); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
68. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/EclipseTouchpointTest.java (at line 172) IArtifactDescriptor descriptor = PublisherHelper.createArtifactDescriptor(key, osgiTarget); Discouraged access: The method createArtifactDescriptor(IArtifactKey, File) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
69. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/EclipseTouchpointTest.java (at line 184) BundleDescription partialIUBundleDescription = BundlesAction.createBundleDescription(mockManifest, null); Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
70. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/EclipseTouchpointTest.java (at line 184) BundleDescription partialIUBundleDescription = BundlesAction.createBundleDescription(mockManifest, null); Discouraged access: The method createBundleDescription(Dictionary<String,String>, File) from the type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
71. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/EclipseTouchpointTest.java (at line 185) IInstallableUnit[] bundleIUs = EclipsePublisherHelper.createEclipseIU(partialIUBundleDescription, false, key, extraProperties); Discouraged access: The type EclipsePublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
72. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/EclipseTouchpointTest.java (at line 185) IInstallableUnit[] bundleIUs = EclipsePublisherHelper.createEclipseIU(partialIUBundleDescription, false, key, extraProperties); Discouraged access: The method createEclipseIU(BundleDescription, boolean, IArtifactKey, Map<String,String>) from the type EclipsePublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
73. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/EclipseTouchpointTest.java (at line 224) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
74. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/EclipseTouchpointTest.java (at line 224) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
75. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/EclipseTouchpointTest.java (at line 224) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
76. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/EclipseTouchpointTest.java (at line 227) request.addInstallableUnits(newIUs); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/omniVersion/RawRangeWithOriginalTest.java (at line 14) import org.eclipse.equinox.internal.p2.metadata.VersionFormat; Discouraged access: The type VersionFormat is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/omniVersion/RawRangeWithOriginalTest.java (at line 172) String rangeString = "raw:[-M,2.1.0.'']/format(" + VersionFormat.OSGI_FORMAT_STRING + "):-M,2.1.0"; Discouraged access: The type VersionFormat is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/omniVersion/RawRangeWithOriginalTest.java (at line 172) String rangeString = "raw:[-M,2.1.0.'']/format(" + VersionFormat.OSGI_FORMAT_STRING + "):-M,2.1.0"; Discouraged access: The field OSGI_FORMAT_STRING from the type VersionFormat is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/omniVersion/RawRangeWithOriginalTest.java (at line 215) String rangeString = "raw:[2.1.0.'',MpM]/format(" + VersionFormat.OSGI_FORMAT_STRING + "):2.1.0,MpM"; Discouraged access: The type VersionFormat is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/omniVersion/RawRangeWithOriginalTest.java (at line 215) String rangeString = "raw:[2.1.0.'',MpM]/format(" + VersionFormat.OSGI_FORMAT_STRING + "):2.1.0,MpM"; Discouraged access: The field OSGI_FORMAT_STRING from the type VersionFormat is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SeveralOptionalDependencies5.java (at line 11) 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/4M/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/planner/SeveralOptionalDependencies5.java (at line 49) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SeveralOptionalDependencies5.java (at line 49) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SeveralOptionalDependencies5.java (at line 49) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SeveralOptionalDependencies5.java (at line 50) req.addInstallableUnits(new IInstallableUnit[] {x1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SlicerBug365124Test.java (at line 17) import org.eclipse.equinox.internal.p2.director.Slicer; Discouraged access: The type Slicer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SlicerBug365124Test.java (at line 52) Slicer slicer = new Slicer(getProfile(IProfileRegistry.SELF), getProperties(), true); Discouraged access: The type Slicer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SlicerBug365124Test.java (at line 52) Slicer slicer = new Slicer(getProfile(IProfileRegistry.SELF), getProperties(), true); Discouraged access: The constructor Slicer(IQueryable<IInstallableUnit>, Map<String,String>, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SlicerBug365124Test.java (at line 52) Slicer slicer = new Slicer(getProfile(IProfileRegistry.SELF), getProperties(), true); Discouraged access: The type Slicer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SlicerBug365124Test.java (at line 54) slicer.slice((IInstallableUnit[]) c.toArray(IInstallableUnit.class), new NullProgressMonitor()); Discouraged access: The method slice(IInstallableUnit[], IProgressMonitor) from the type Slicer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SlicerBug365124Test.java (at line 55) assertNotOK("1.0", slicer.getStatus()); Discouraged access: The method getStatus() from the type Slicer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveSourceBundleActionTest.java (at line 18) import org.eclipse.equinox.internal.p2.engine.InstallableUnitOperand; Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveSourceBundleActionTest.java (at line 20) import org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.ActionConstants; Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveSourceBundleActionTest.java (at line 21) import org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.RemoveSourceBundleAction; Discouraged access: The type RemoveSourceBundleAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveSourceBundleActionTest.java (at line 25) import org.eclipse.equinox.p2.publisher.eclipse.BundlesAction; Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveSourceBundleActionTest.java (at line 29) import org.eclipse.equinox.spi.p2.publisher.PublisherHelper; Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveSourceBundleActionTest.java (at line 49) IFileArtifactRepository bundlePool = Util.getBundlePoolRepository(getAgent(), profile); Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveSourceBundleActionTest.java (at line 49) IFileArtifactRepository bundlePool = Util.getBundlePoolRepository(getAgent(), profile); Discouraged access: The method getBundlePoolRepository(IProvisioningAgent, IProfile) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveSourceBundleActionTest.java (at line 56) BundleDescription bundleDescription = BundlesAction.createBundleDescription(osgiTarget); Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveSourceBundleActionTest.java (at line 56) BundleDescription bundleDescription = BundlesAction.createBundleDescription(osgiTarget); Discouraged access: The method createBundleDescription(File) from the type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveSourceBundleActionTest.java (at line 57) IArtifactKey key = BundlesAction.createBundleArtifactKey(bundleDescription.getSymbolicName(), bundleDescription.getVersion().toString()); Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveSourceBundleActionTest.java (at line 57) IArtifactKey key = BundlesAction.createBundleArtifactKey(bundleDescription.getSymbolicName(), bundleDescription.getVersion().toString()); Discouraged access: The method createBundleArtifactKey(String, String) from the type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveSourceBundleActionTest.java (at line 58) IArtifactDescriptor descriptor = PublisherHelper.createArtifactDescriptor(key, osgiTarget); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveSourceBundleActionTest.java (at line 58) IArtifactDescriptor descriptor = PublisherHelper.createArtifactDescriptor(key, osgiTarget); Discouraged access: The method createArtifactDescriptor(IArtifactKey, File) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveSourceBundleActionTest.java (at line 63) parameters.put(ActionConstants.PARM_AGENT, getAgent()); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveSourceBundleActionTest.java (at line 63) parameters.put(ActionConstants.PARM_AGENT, getAgent()); Discouraged access: The field PARM_AGENT from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveSourceBundleActionTest.java (at line 64) parameters.put(ActionConstants.PARM_PROFILE, profile); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveSourceBundleActionTest.java (at line 64) parameters.put(ActionConstants.PARM_PROFILE, profile); Discouraged access: The field PARM_PROFILE from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveSourceBundleActionTest.java (at line 65) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveSourceBundleActionTest.java (at line 65) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The constructor EclipseTouchpoint() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveSourceBundleActionTest.java (at line 65) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveSourceBundleActionTest.java (at line 66) touchpoint.initializePhase(null, profile, "test", parameters); Discouraged access: The method initializePhase(IProgressMonitor, IProfile, String, Map<String,Object>) from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveSourceBundleActionTest.java (at line 67) InstallableUnitOperand operand = new InstallableUnitOperand(null, iu); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveSourceBundleActionTest.java (at line 67) InstallableUnitOperand operand = new InstallableUnitOperand(null, iu); Discouraged access: The constructor InstallableUnitOperand(IInstallableUnit, IInstallableUnit) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveSourceBundleActionTest.java (at line 67) InstallableUnitOperand operand = new InstallableUnitOperand(null, iu); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveSourceBundleActionTest.java (at line 68) parameters.put("iu", operand.second()); Discouraged access: The method second() from the type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveSourceBundleActionTest.java (at line 69) touchpoint.initializeOperand(profile, parameters); Discouraged access: The method initializeOperand(IProfile, Map<String,Object>) from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveSourceBundleActionTest.java (at line 71) parameters.put(ActionConstants.PARM_BUNDLE, key.toString()); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveSourceBundleActionTest.java (at line 71) parameters.put(ActionConstants.PARM_BUNDLE, key.toString()); Discouraged access: The field PARM_BUNDLE from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveSourceBundleActionTest.java (at line 74) SourceManipulator manipulator = (SourceManipulator) parameters.get(EclipseTouchpoint.PARM_SOURCE_BUNDLES); Discouraged access: The type SourceManipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveSourceBundleActionTest.java (at line 74) SourceManipulator manipulator = (SourceManipulator) parameters.get(EclipseTouchpoint.PARM_SOURCE_BUNDLES); Discouraged access: The type SourceManipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveSourceBundleActionTest.java (at line 74) SourceManipulator manipulator = (SourceManipulator) parameters.get(EclipseTouchpoint.PARM_SOURCE_BUNDLES); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveSourceBundleActionTest.java (at line 74) SourceManipulator manipulator = (SourceManipulator) parameters.get(EclipseTouchpoint.PARM_SOURCE_BUNDLES); Discouraged access: The field PARM_SOURCE_BUNDLES from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveSourceBundleActionTest.java (at line 77) manipulator.addBundle(osgiTarget, key.getId(), key.getVersion()); Discouraged access: The method addBundle(File, String, Version) from the type SourceManipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveSourceBundleActionTest.java (at line 79) RemoveSourceBundleAction action = new RemoveSourceBundleAction(); Discouraged access: The type RemoveSourceBundleAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveSourceBundleActionTest.java (at line 79) RemoveSourceBundleAction action = new RemoveSourceBundleAction(); Discouraged access: The constructor RemoveSourceBundleAction() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveSourceBundleActionTest.java (at line 79) RemoveSourceBundleAction action = new RemoveSourceBundleAction(); Discouraged access: The type RemoveSourceBundleAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
37. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveSourceBundleActionTest.java (at line 80) action.execute(parameters); Discouraged access: The method execute(Map<String,Object>) from the type RemoveSourceBundleAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
38. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveSourceBundleActionTest.java (at line 82) action.undo(parameters); Discouraged access: The method undo(Map<String,Object>) from the type RemoveSourceBundleAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
39. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveSourceBundleActionTest.java (at line 86) private boolean inBundles(SourceManipulator manipulator, File osgiTarget) throws IOException { Discouraged access: The type SourceManipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
40. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveSourceBundleActionTest.java (at line 88) BundleInfo[] bundles = manipulator.getBundles(); Discouraged access: The method getBundles() from the type SourceManipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/ArtifactMirrorApplicationTest.java (at line 17) import org.eclipse.equinox.internal.p2.artifact.processors.md5.Messages; Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/ArtifactMirrorApplicationTest.java (at line 20) import org.eclipse.equinox.internal.p2.core.helpers.OrderedProperties; Discouraged access: The type OrderedProperties is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/ArtifactMirrorApplicationTest.java (at line 21) import org.eclipse.equinox.internal.p2.core.helpers.ServiceHelper; Discouraged access: The type ServiceHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/ArtifactMirrorApplicationTest.java (at line 23) import org.eclipse.equinox.p2.internal.repository.comparator.MD5ArtifactComparator; Discouraged access: The type MD5ArtifactComparator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/ArtifactMirrorApplicationTest.java (at line 24) import org.eclipse.equinox.p2.internal.repository.tools.MirrorApplication; Discouraged access: The type MirrorApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/ArtifactMirrorApplicationTest.java (at line 33) import org.eclipse.equinox.spi.p2.publisher.PublisherHelper; Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/ArtifactMirrorApplicationTest.java (at line 90) MirrorApplication application = new MirrorApplication(); Discouraged access: The type MirrorApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/ArtifactMirrorApplicationTest.java (at line 90) MirrorApplication application = new MirrorApplication(); Discouraged access: The constructor MirrorApplication() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/ArtifactMirrorApplicationTest.java (at line 90) MirrorApplication application = new MirrorApplication(); Discouraged access: The type MirrorApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/ArtifactMirrorApplicationTest.java (at line 93) application.setInitializationData(null, null, map); Discouraged access: The method setInitializationData(IConfigurationElement, String, Object) from the type MirrorApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/ArtifactMirrorApplicationTest.java (at line 94) application.initializeFromArguments(args); Discouraged access: The method initializeFromArguments(String[]) from the type MirrorApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/ArtifactMirrorApplicationTest.java (at line 95) application.run(null); Discouraged access: The method run(IProgressMonitor) from the type MirrorApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/ArtifactMirrorApplicationTest.java (at line 885) Map properties = new OrderedProperties(); Discouraged access: The constructor OrderedProperties() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/ArtifactMirrorApplicationTest.java (at line 885) Map properties = new OrderedProperties(); Discouraged access: The type OrderedProperties is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/ArtifactMirrorApplicationTest.java (at line 1035) if (!(repo instanceof CompositeArtifactRepository)) Discouraged access: The type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/ArtifactMirrorApplicationTest.java (at line 1040) ((CompositeArtifactRepository) repo).addChild(child1.toURI()); Discouraged access: The method addChild(URI) from the type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/ArtifactMirrorApplicationTest.java (at line 1040) ((CompositeArtifactRepository) repo).addChild(child1.toURI()); Discouraged access: The type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/ArtifactMirrorApplicationTest.java (at line 1041) ((CompositeArtifactRepository) repo).addChild(child2.toURI()); Discouraged access: The method addChild(URI) from the type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/ArtifactMirrorApplicationTest.java (at line 1041) ((CompositeArtifactRepository) repo).addChild(child2.toURI()); Discouraged access: The type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/ArtifactMirrorApplicationTest.java (at line 1071) IArtifactKey dupKey = PublisherHelper.createBinaryArtifactKey("testKeyId", Version.create("1.2.3")); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/ArtifactMirrorApplicationTest.java (at line 1071) IArtifactKey dupKey = PublisherHelper.createBinaryArtifactKey("testKeyId", Version.create("1.2.3")); Discouraged access: The method createBinaryArtifactKey(String, Version) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/ArtifactMirrorApplicationTest.java (at line 1074) IArtifactDescriptor descriptor1 = PublisherHelper.createArtifactDescriptor(dupKey, artifact1); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/ArtifactMirrorApplicationTest.java (at line 1074) IArtifactDescriptor descriptor1 = PublisherHelper.createArtifactDescriptor(dupKey, artifact1); Discouraged access: The method createArtifactDescriptor(IArtifactKey, File) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/ArtifactMirrorApplicationTest.java (at line 1075) IArtifactDescriptor descriptor2 = PublisherHelper.createArtifactDescriptor(dupKey, artifact2); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/ArtifactMirrorApplicationTest.java (at line 1075) IArtifactDescriptor descriptor2 = PublisherHelper.createArtifactDescriptor(dupKey, artifact2); Discouraged access: The method createArtifactDescriptor(IArtifactKey, File) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/ArtifactMirrorApplicationTest.java (at line 1096) String[] args = new String[] {"-source", repo1Location.toURL().toExternalForm(), "-destination", repo2Location.toURL().toExternalForm(), "-verbose", "-compare", "-comparator", MD5ArtifactComparator.MD5_COMPARATOR_ID}; Discouraged access: The type MD5ArtifactComparator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/ArtifactMirrorApplicationTest.java (at line 1096) String[] args = new String[] {"-source", repo1Location.toURL().toExternalForm(), "-destination", repo2Location.toURL().toExternalForm(), "-verbose", "-compare", "-comparator", MD5ArtifactComparator.MD5_COMPARATOR_ID}; Discouraged access: The field MD5_COMPARATOR_ID from the type MD5ArtifactComparator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/ArtifactMirrorApplicationTest.java (at line 1106) String msg = NLS.bind(Messages.warning_differentMD5, new Object[] {URIUtil.toUnencodedString(repo1.getLocation()), URIUtil.toUnencodedString(repo2.getLocation()), descriptor1}); Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/ArtifactMirrorApplicationTest.java (at line 1106) String msg = NLS.bind(Messages.warning_differentMD5, new Object[] {URIUtil.toUnencodedString(repo1.getLocation()), URIUtil.toUnencodedString(repo2.getLocation()), descriptor1}); Discouraged access: The field warning_differentMD5 from the type Messages is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/ArtifactMirrorApplicationTest.java (at line 1116) IArtifactKey dupKey = PublisherHelper.createBinaryArtifactKey("testKeyId", Version.create("1.2.3")); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/ArtifactMirrorApplicationTest.java (at line 1116) IArtifactKey dupKey = PublisherHelper.createBinaryArtifactKey("testKeyId", Version.create("1.2.3")); Discouraged access: The method createBinaryArtifactKey(String, Version) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/ArtifactMirrorApplicationTest.java (at line 1128) IArtifactDescriptor descriptor1 = PublisherHelper.createArtifactDescriptor(dupKey, artifact1); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/ArtifactMirrorApplicationTest.java (at line 1128) IArtifactDescriptor descriptor1 = PublisherHelper.createArtifactDescriptor(dupKey, artifact1); Discouraged access: The method createArtifactDescriptor(IArtifactKey, File) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/ArtifactMirrorApplicationTest.java (at line 1129) IArtifactDescriptor descriptor2 = PublisherHelper.createArtifactDescriptor(dupKey, baselineContentLocation); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/ArtifactMirrorApplicationTest.java (at line 1129) IArtifactDescriptor descriptor2 = PublisherHelper.createArtifactDescriptor(dupKey, baselineContentLocation); Discouraged access: The method createArtifactDescriptor(IArtifactKey, File) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/ArtifactMirrorApplicationTest.java (at line 1148) String[] args = new String[] {"-source", repoLocation.toURL().toExternalForm(), "-destination", destRepoLocation.toURL().toExternalForm(), "-compareAgainst", baselineLocation.toURL().toExternalForm(), "-verbose", "-compare", "-comparator", MD5ArtifactComparator.MD5_COMPARATOR_ID}; Discouraged access: The type MD5ArtifactComparator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
37. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/ArtifactMirrorApplicationTest.java (at line 1148) String[] args = new String[] {"-source", repoLocation.toURL().toExternalForm(), "-destination", destRepoLocation.toURL().toExternalForm(), "-compareAgainst", baselineLocation.toURL().toExternalForm(), "-verbose", "-compare", "-comparator", MD5ArtifactComparator.MD5_COMPARATOR_ID}; Discouraged access: The field MD5_COMPARATOR_ID from the type MD5ArtifactComparator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
38. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/ArtifactMirrorApplicationTest.java (at line 1165) String msg = NLS.bind(Messages.warning_differentMD5, new Object[] {URIUtil.toUnencodedString(baseline.getLocation()), URIUtil.toUnencodedString(repo.getLocation()), descriptor1}); Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
39. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/ArtifactMirrorApplicationTest.java (at line 1165) String msg = NLS.bind(Messages.warning_differentMD5, new Object[] {URIUtil.toUnencodedString(baseline.getLocation()), URIUtil.toUnencodedString(repo.getLocation()), descriptor1}); Discouraged access: The field warning_differentMD5 from the type Messages is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
40. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/ArtifactMirrorApplicationTest.java (at line 1203) return new Status(IStatus.ERROR, Activator.ID, IArtifactRepository.CODE_RETRY, "Forcing Retry", new ProvisionException("Forcing retry")); Discouraged access: The type Activator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
41. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/ArtifactMirrorApplicationTest.java (at line 1203) return new Status(IStatus.ERROR, Activator.ID, IArtifactRepository.CODE_RETRY, "Forcing Retry", new ProvisionException("Forcing retry")); Discouraged access: The field ID from the type Activator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
42. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/ArtifactMirrorApplicationTest.java (at line 1221) ((ArtifactRepositoryManager) getArtifactRepositoryManager()).addRepository(retryRepo); Discouraged access: The method addRepository(IArtifactRepository) from the type ArtifactRepositoryManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
43. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/ArtifactMirrorApplicationTest.java (at line 1221) ((ArtifactRepositoryManager) getArtifactRepositoryManager()).addRepository(retryRepo); Discouraged access: The type ArtifactRepositoryManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
44. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/ArtifactMirrorApplicationTest.java (at line 1246) FrameworkLog log = (FrameworkLog) ServiceHelper.getService(Activator.getContext(), FrameworkLog.class.getName()); Discouraged access: The type ServiceHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
45. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/ArtifactMirrorApplicationTest.java (at line 1246) FrameworkLog log = (FrameworkLog) ServiceHelper.getService(Activator.getContext(), FrameworkLog.class.getName()); Discouraged access: The method getService(BundleContext, String) from the type ServiceHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
46. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/ArtifactMirrorApplicationTest.java (at line 1246) FrameworkLog log = (FrameworkLog) ServiceHelper.getService(Activator.getContext(), FrameworkLog.class.getName()); Discouraged access: The type Activator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
47. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/ArtifactMirrorApplicationTest.java (at line 1246) FrameworkLog log = (FrameworkLog) ServiceHelper.getService(Activator.getContext(), FrameworkLog.class.getName()); Discouraged access: The method getContext() from the type Activator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
48. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/ArtifactMirrorApplicationTest.java (at line 1276) String message = NLS.bind(org.eclipse.equinox.internal.p2.artifact.repository.Messages.mirror_alreadyExists, descriptor, destRepoLocation.toURI()); Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
49. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/ArtifactMirrorApplicationTest.java (at line 1276) String message = NLS.bind(org.eclipse.equinox.internal.p2.artifact.repository.Messages.mirror_alreadyExists, descriptor, destRepoLocation.toURI()); Discouraged access: The field mirror_alreadyExists from the type Messages is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
50. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/ArtifactMirrorApplicationTest.java (at line 1286) FrameworkLog log = (FrameworkLog) ServiceHelper.getService(Activator.getContext(), FrameworkLog.class.getName()); Discouraged access: The type ServiceHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
51. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/ArtifactMirrorApplicationTest.java (at line 1286) FrameworkLog log = (FrameworkLog) ServiceHelper.getService(Activator.getContext(), FrameworkLog.class.getName()); Discouraged access: The method getService(BundleContext, String) from the type ServiceHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
52. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/ArtifactMirrorApplicationTest.java (at line 1286) FrameworkLog log = (FrameworkLog) ServiceHelper.getService(Activator.getContext(), FrameworkLog.class.getName()); Discouraged access: The type Activator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
53. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/ArtifactMirrorApplicationTest.java (at line 1286) FrameworkLog log = (FrameworkLog) ServiceHelper.getService(Activator.getContext(), FrameworkLog.class.getName()); Discouraged access: The method getContext() from the type Activator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
54. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/ArtifactMirrorApplicationTest.java (at line 1328) String message = NLS.bind(org.eclipse.equinox.internal.p2.artifact.repository.Messages.mirror_alreadyExists, descriptor, destRepoLocation.toURI()); Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
55. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/ArtifactMirrorApplicationTest.java (at line 1328) String message = NLS.bind(org.eclipse.equinox.internal.p2.artifact.repository.Messages.mirror_alreadyExists, descriptor, destRepoLocation.toURI()); Discouraged access: The field mirror_alreadyExists from the type Messages is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SimpleOptionalTest2.java (at line 11) 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/4M/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/planner/SimpleOptionalTest2.java (at line 73) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SimpleOptionalTest2.java (at line 73) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SimpleOptionalTest2.java (at line 73) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SimpleOptionalTest2.java (at line 74) req.addInstallableUnits(new IInstallableUnit[] {a1, x1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest8.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/4M/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/planner/PatchTest8.java (at line 86) ProfileChangeRequest req3 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest8.java (at line 86) ProfileChangeRequest req3 = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest8.java (at line 86) ProfileChangeRequest req3 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest8.java (at line 87) req3.addInstallableUnits(new IInstallableUnit[] {f1, p1, r1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest4.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/4M/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/planner/PatchTest4.java (at line 64) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest4.java (at line 64) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest4.java (at line 64) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest4.java (at line 65) req1.addInstallableUnits(new IInstallableUnit[] {f1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest4.java (at line 78) ProfileChangeRequest req2 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest4.java (at line 78) ProfileChangeRequest req2 = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest4.java (at line 78) ProfileChangeRequest req2 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest4.java (at line 79) req2.addInstallableUnits(new IInstallableUnit[] {p1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest4.java (at line 80) req2.setInstallableUnitInclusionRules(p1, ProfileInclusionRules.createOptionalInclusionRule(p1)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest4.java (at line 97) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest4.java (at line 97) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest4.java (at line 97) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest4.java (at line 98) req1.addInstallableUnits(new IInstallableUnit[] {f1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest4.java (at line 111) ProfileChangeRequest req2 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest4.java (at line 111) ProfileChangeRequest req2 = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest4.java (at line 111) ProfileChangeRequest req2 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest4.java (at line 112) req2.addInstallableUnits(new IInstallableUnit[] {p2}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest4.java (at line 113) req2.setInstallableUnitInclusionRules(p1, ProfileInclusionRules.createOptionalInclusionRule(p1)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseApplicabilityTest.java (at line 13) import org.eclipse.equinox.internal.p2.engine.InstallableUnitOperand; Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseApplicabilityTest.java (at line 37) Collect collectPhase = new Collect(1) { Discouraged access: The type Collect is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseApplicabilityTest.java (at line 37) Collect collectPhase = new Collect(1) { Discouraged access: The type Collect is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseApplicabilityTest.java (at line 38) protected boolean isApplicable(InstallableUnitOperand op) { Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseApplicabilityTest.java (at line 39) return super.isApplicable(op); Discouraged access: The method isApplicable(InstallableUnitOperand) from the type Collect is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseApplicabilityTest.java (at line 42) assertFalse(collectPhase.isApplicable(new InstallableUnitOperand(iuXv1, null))); Discouraged access: The method isApplicable(Operand) from the type InstallableUnitPhase is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseApplicabilityTest.java (at line 42) assertFalse(collectPhase.isApplicable(new InstallableUnitOperand(iuXv1, null))); Discouraged access: The constructor InstallableUnitOperand(IInstallableUnit, IInstallableUnit) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseApplicabilityTest.java (at line 42) assertFalse(collectPhase.isApplicable(new InstallableUnitOperand(iuXv1, null))); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseApplicabilityTest.java (at line 43) assertFalse(collectPhase.isApplicable(new InstallableUnitOperand(iuXv1, iuXv1))); Discouraged access: The method isApplicable(Operand) from the type InstallableUnitPhase is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseApplicabilityTest.java (at line 43) assertFalse(collectPhase.isApplicable(new InstallableUnitOperand(iuXv1, iuXv1))); Discouraged access: The constructor InstallableUnitOperand(IInstallableUnit, IInstallableUnit) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseApplicabilityTest.java (at line 43) assertFalse(collectPhase.isApplicable(new InstallableUnitOperand(iuXv1, iuXv1))); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseApplicabilityTest.java (at line 44) assertTrue(collectPhase.isApplicable(new InstallableUnitOperand(null, iuXv1))); Discouraged access: The method isApplicable(Operand) from the type InstallableUnitPhase is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseApplicabilityTest.java (at line 44) assertTrue(collectPhase.isApplicable(new InstallableUnitOperand(null, iuXv1))); Discouraged access: The constructor InstallableUnitOperand(IInstallableUnit, IInstallableUnit) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseApplicabilityTest.java (at line 44) assertTrue(collectPhase.isApplicable(new InstallableUnitOperand(null, iuXv1))); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseApplicabilityTest.java (at line 45) assertTrue(collectPhase.isApplicable(new InstallableUnitOperand(iuXv1, iuXv2))); Discouraged access: The method isApplicable(Operand) from the type InstallableUnitPhase is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseApplicabilityTest.java (at line 45) assertTrue(collectPhase.isApplicable(new InstallableUnitOperand(iuXv1, iuXv2))); Discouraged access: The constructor InstallableUnitOperand(IInstallableUnit, IInstallableUnit) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseApplicabilityTest.java (at line 45) assertTrue(collectPhase.isApplicable(new InstallableUnitOperand(iuXv1, iuXv2))); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseApplicabilityTest.java (at line 53) Sizing sizingPhase = new Sizing(1) { Discouraged access: The type Sizing is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseApplicabilityTest.java (at line 53) Sizing sizingPhase = new Sizing(1) { Discouraged access: The type Sizing is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseApplicabilityTest.java (at line 54) protected boolean isApplicable(InstallableUnitOperand op) { Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseApplicabilityTest.java (at line 55) return super.isApplicable(op); Discouraged access: The method isApplicable(InstallableUnitOperand) from the type Sizing is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseApplicabilityTest.java (at line 58) assertFalse(sizingPhase.isApplicable(new InstallableUnitOperand(iuXv1, null))); Discouraged access: The method isApplicable(Operand) from the type InstallableUnitPhase is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseApplicabilityTest.java (at line 58) assertFalse(sizingPhase.isApplicable(new InstallableUnitOperand(iuXv1, null))); Discouraged access: The constructor InstallableUnitOperand(IInstallableUnit, IInstallableUnit) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseApplicabilityTest.java (at line 58) assertFalse(sizingPhase.isApplicable(new InstallableUnitOperand(iuXv1, null))); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseApplicabilityTest.java (at line 59) assertFalse(sizingPhase.isApplicable(new InstallableUnitOperand(iuXv1, iuXv1))); Discouraged access: The method isApplicable(Operand) from the type InstallableUnitPhase is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseApplicabilityTest.java (at line 59) assertFalse(sizingPhase.isApplicable(new InstallableUnitOperand(iuXv1, iuXv1))); Discouraged access: The constructor InstallableUnitOperand(IInstallableUnit, IInstallableUnit) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseApplicabilityTest.java (at line 59) assertFalse(sizingPhase.isApplicable(new InstallableUnitOperand(iuXv1, iuXv1))); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseApplicabilityTest.java (at line 60) assertTrue(sizingPhase.isApplicable(new InstallableUnitOperand(null, iuXv1))); Discouraged access: The method isApplicable(Operand) from the type InstallableUnitPhase is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseApplicabilityTest.java (at line 60) assertTrue(sizingPhase.isApplicable(new InstallableUnitOperand(null, iuXv1))); Discouraged access: The constructor InstallableUnitOperand(IInstallableUnit, IInstallableUnit) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseApplicabilityTest.java (at line 60) assertTrue(sizingPhase.isApplicable(new InstallableUnitOperand(null, iuXv1))); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseApplicabilityTest.java (at line 61) assertTrue(sizingPhase.isApplicable(new InstallableUnitOperand(iuXv1, iuXv2))); Discouraged access: The method isApplicable(Operand) from the type InstallableUnitPhase is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseApplicabilityTest.java (at line 61) assertTrue(sizingPhase.isApplicable(new InstallableUnitOperand(iuXv1, iuXv2))); Discouraged access: The constructor InstallableUnitOperand(IInstallableUnit, IInstallableUnit) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseApplicabilityTest.java (at line 61) assertTrue(sizingPhase.isApplicable(new InstallableUnitOperand(iuXv1, iuXv2))); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseApplicabilityTest.java (at line 69) Unconfigure unconfigurePhase = new Unconfigure(1) { Discouraged access: The type Unconfigure is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseApplicabilityTest.java (at line 69) Unconfigure unconfigurePhase = new Unconfigure(1) { Discouraged access: The type Unconfigure is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseApplicabilityTest.java (at line 70) protected boolean isApplicable(InstallableUnitOperand op) { Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
37. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseApplicabilityTest.java (at line 71) return super.isApplicable(op); Discouraged access: The method isApplicable(InstallableUnitOperand) from the type Unconfigure is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
38. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseApplicabilityTest.java (at line 74) assertTrue(unconfigurePhase.isApplicable(new InstallableUnitOperand(iuXv1, null))); Discouraged access: The method isApplicable(Operand) from the type InstallableUnitPhase is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
39. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseApplicabilityTest.java (at line 74) assertTrue(unconfigurePhase.isApplicable(new InstallableUnitOperand(iuXv1, null))); Discouraged access: The constructor InstallableUnitOperand(IInstallableUnit, IInstallableUnit) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
40. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseApplicabilityTest.java (at line 74) assertTrue(unconfigurePhase.isApplicable(new InstallableUnitOperand(iuXv1, null))); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
41. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseApplicabilityTest.java (at line 75) assertTrue(unconfigurePhase.isApplicable(new InstallableUnitOperand(iuXv1, iuXv1))); Discouraged access: The method isApplicable(Operand) from the type InstallableUnitPhase is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
42. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseApplicabilityTest.java (at line 75) assertTrue(unconfigurePhase.isApplicable(new InstallableUnitOperand(iuXv1, iuXv1))); Discouraged access: The constructor InstallableUnitOperand(IInstallableUnit, IInstallableUnit) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
43. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseApplicabilityTest.java (at line 75) assertTrue(unconfigurePhase.isApplicable(new InstallableUnitOperand(iuXv1, iuXv1))); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
44. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseApplicabilityTest.java (at line 76) assertFalse(unconfigurePhase.isApplicable(new InstallableUnitOperand(null, iuXv1))); Discouraged access: The method isApplicable(Operand) from the type InstallableUnitPhase is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
45. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseApplicabilityTest.java (at line 76) assertFalse(unconfigurePhase.isApplicable(new InstallableUnitOperand(null, iuXv1))); Discouraged access: The constructor InstallableUnitOperand(IInstallableUnit, IInstallableUnit) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
46. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseApplicabilityTest.java (at line 76) assertFalse(unconfigurePhase.isApplicable(new InstallableUnitOperand(null, iuXv1))); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
47. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseApplicabilityTest.java (at line 77) assertTrue(unconfigurePhase.isApplicable(new InstallableUnitOperand(iuXv1, iuXv2))); Discouraged access: The method isApplicable(Operand) from the type InstallableUnitPhase is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
48. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseApplicabilityTest.java (at line 77) assertTrue(unconfigurePhase.isApplicable(new InstallableUnitOperand(iuXv1, iuXv2))); Discouraged access: The constructor InstallableUnitOperand(IInstallableUnit, IInstallableUnit) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
49. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseApplicabilityTest.java (at line 77) assertTrue(unconfigurePhase.isApplicable(new InstallableUnitOperand(iuXv1, iuXv2))); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
50. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseApplicabilityTest.java (at line 85) Uninstall uninstallPhase = new Uninstall(1) { Discouraged access: The type Uninstall is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
51. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseApplicabilityTest.java (at line 85) Uninstall uninstallPhase = new Uninstall(1) { Discouraged access: The type Uninstall is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
52. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseApplicabilityTest.java (at line 86) protected boolean isApplicable(InstallableUnitOperand op) { Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
53. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseApplicabilityTest.java (at line 87) return super.isApplicable(op); Discouraged access: The method isApplicable(InstallableUnitOperand) from the type Uninstall is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
54. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseApplicabilityTest.java (at line 90) assertTrue(uninstallPhase.isApplicable(new InstallableUnitOperand(iuXv1, null))); Discouraged access: The method isApplicable(Operand) from the type InstallableUnitPhase is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
55. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseApplicabilityTest.java (at line 90) assertTrue(uninstallPhase.isApplicable(new InstallableUnitOperand(iuXv1, null))); Discouraged access: The constructor InstallableUnitOperand(IInstallableUnit, IInstallableUnit) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
56. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseApplicabilityTest.java (at line 90) assertTrue(uninstallPhase.isApplicable(new InstallableUnitOperand(iuXv1, null))); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
57. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseApplicabilityTest.java (at line 91) assertFalse(uninstallPhase.isApplicable(new InstallableUnitOperand(iuXv1, iuXv1))); Discouraged access: The method isApplicable(Operand) from the type InstallableUnitPhase is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
58. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseApplicabilityTest.java (at line 91) assertFalse(uninstallPhase.isApplicable(new InstallableUnitOperand(iuXv1, iuXv1))); Discouraged access: The constructor InstallableUnitOperand(IInstallableUnit, IInstallableUnit) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
59. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseApplicabilityTest.java (at line 91) assertFalse(uninstallPhase.isApplicable(new InstallableUnitOperand(iuXv1, iuXv1))); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
60. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseApplicabilityTest.java (at line 92) assertFalse(uninstallPhase.isApplicable(new InstallableUnitOperand(null, iuXv1))); Discouraged access: The method isApplicable(Operand) from the type InstallableUnitPhase is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
61. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseApplicabilityTest.java (at line 92) assertFalse(uninstallPhase.isApplicable(new InstallableUnitOperand(null, iuXv1))); Discouraged access: The constructor InstallableUnitOperand(IInstallableUnit, IInstallableUnit) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
62. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseApplicabilityTest.java (at line 92) assertFalse(uninstallPhase.isApplicable(new InstallableUnitOperand(null, iuXv1))); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
63. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseApplicabilityTest.java (at line 93) assertTrue(uninstallPhase.isApplicable(new InstallableUnitOperand(iuXv1, iuXv2))); Discouraged access: The method isApplicable(Operand) from the type InstallableUnitPhase is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
64. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseApplicabilityTest.java (at line 93) assertTrue(uninstallPhase.isApplicable(new InstallableUnitOperand(iuXv1, iuXv2))); Discouraged access: The constructor InstallableUnitOperand(IInstallableUnit, IInstallableUnit) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
65. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseApplicabilityTest.java (at line 93) assertTrue(uninstallPhase.isApplicable(new InstallableUnitOperand(iuXv1, iuXv2))); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
66. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseApplicabilityTest.java (at line 101) Install installPhase = new Install(1) { Discouraged access: The type Install is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
67. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseApplicabilityTest.java (at line 101) Install installPhase = new Install(1) { Discouraged access: The type Install is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
68. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseApplicabilityTest.java (at line 102) protected boolean isApplicable(InstallableUnitOperand op) { Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
69. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseApplicabilityTest.java (at line 103) return super.isApplicable(op); Discouraged access: The method isApplicable(InstallableUnitOperand) from the type Install is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
70. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseApplicabilityTest.java (at line 106) assertFalse(installPhase.isApplicable(new InstallableUnitOperand(iuXv1, null))); Discouraged access: The method isApplicable(Operand) from the type InstallableUnitPhase is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
71. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseApplicabilityTest.java (at line 106) assertFalse(installPhase.isApplicable(new InstallableUnitOperand(iuXv1, null))); Discouraged access: The constructor InstallableUnitOperand(IInstallableUnit, IInstallableUnit) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
72. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseApplicabilityTest.java (at line 106) assertFalse(installPhase.isApplicable(new InstallableUnitOperand(iuXv1, null))); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
73. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseApplicabilityTest.java (at line 107) assertFalse(installPhase.isApplicable(new InstallableUnitOperand(iuXv1, iuXv1))); Discouraged access: The method isApplicable(Operand) from the type InstallableUnitPhase is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
74. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseApplicabilityTest.java (at line 107) assertFalse(installPhase.isApplicable(new InstallableUnitOperand(iuXv1, iuXv1))); Discouraged access: The constructor InstallableUnitOperand(IInstallableUnit, IInstallableUnit) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
75. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseApplicabilityTest.java (at line 107) assertFalse(installPhase.isApplicable(new InstallableUnitOperand(iuXv1, iuXv1))); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
76. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseApplicabilityTest.java (at line 108) assertTrue(installPhase.isApplicable(new InstallableUnitOperand(null, iuXv1))); Discouraged access: The method isApplicable(Operand) from the type InstallableUnitPhase is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
77. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseApplicabilityTest.java (at line 108) assertTrue(installPhase.isApplicable(new InstallableUnitOperand(null, iuXv1))); Discouraged access: The constructor InstallableUnitOperand(IInstallableUnit, IInstallableUnit) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
78. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseApplicabilityTest.java (at line 108) assertTrue(installPhase.isApplicable(new InstallableUnitOperand(null, iuXv1))); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
79. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseApplicabilityTest.java (at line 109) assertTrue(installPhase.isApplicable(new InstallableUnitOperand(iuXv1, iuXv2))); Discouraged access: The method isApplicable(Operand) from the type InstallableUnitPhase is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
80. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseApplicabilityTest.java (at line 109) assertTrue(installPhase.isApplicable(new InstallableUnitOperand(iuXv1, iuXv2))); Discouraged access: The constructor InstallableUnitOperand(IInstallableUnit, IInstallableUnit) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
81. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseApplicabilityTest.java (at line 109) assertTrue(installPhase.isApplicable(new InstallableUnitOperand(iuXv1, iuXv2))); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
82. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseApplicabilityTest.java (at line 117) Configure configurePhase = new Configure(1) { Discouraged access: The type Configure is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
83. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseApplicabilityTest.java (at line 117) Configure configurePhase = new Configure(1) { Discouraged access: The type Configure is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
84. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseApplicabilityTest.java (at line 118) protected boolean isApplicable(InstallableUnitOperand op) { Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
85. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseApplicabilityTest.java (at line 119) return super.isApplicable(op); Discouraged access: The method isApplicable(InstallableUnitOperand) from the type Configure is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
86. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseApplicabilityTest.java (at line 122) assertFalse(configurePhase.isApplicable(new InstallableUnitOperand(iuXv1, null))); Discouraged access: The method isApplicable(Operand) from the type InstallableUnitPhase is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
87. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseApplicabilityTest.java (at line 122) assertFalse(configurePhase.isApplicable(new InstallableUnitOperand(iuXv1, null))); Discouraged access: The constructor InstallableUnitOperand(IInstallableUnit, IInstallableUnit) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
88. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseApplicabilityTest.java (at line 122) assertFalse(configurePhase.isApplicable(new InstallableUnitOperand(iuXv1, null))); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
89. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseApplicabilityTest.java (at line 123) assertTrue(configurePhase.isApplicable(new InstallableUnitOperand(iuXv1, iuXv1))); Discouraged access: The method isApplicable(Operand) from the type InstallableUnitPhase is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
90. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseApplicabilityTest.java (at line 123) assertTrue(configurePhase.isApplicable(new InstallableUnitOperand(iuXv1, iuXv1))); Discouraged access: The constructor InstallableUnitOperand(IInstallableUnit, IInstallableUnit) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
91. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseApplicabilityTest.java (at line 123) assertTrue(configurePhase.isApplicable(new InstallableUnitOperand(iuXv1, iuXv1))); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
92. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseApplicabilityTest.java (at line 124) assertTrue(configurePhase.isApplicable(new InstallableUnitOperand(null, iuXv1))); Discouraged access: The method isApplicable(Operand) from the type InstallableUnitPhase is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
93. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseApplicabilityTest.java (at line 124) assertTrue(configurePhase.isApplicable(new InstallableUnitOperand(null, iuXv1))); Discouraged access: The constructor InstallableUnitOperand(IInstallableUnit, IInstallableUnit) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
94. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseApplicabilityTest.java (at line 124) assertTrue(configurePhase.isApplicable(new InstallableUnitOperand(null, iuXv1))); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
95. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseApplicabilityTest.java (at line 125) assertTrue(configurePhase.isApplicable(new InstallableUnitOperand(iuXv1, iuXv2))); Discouraged access: The method isApplicable(Operand) from the type InstallableUnitPhase is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
96. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseApplicabilityTest.java (at line 125) assertTrue(configurePhase.isApplicable(new InstallableUnitOperand(iuXv1, iuXv2))); Discouraged access: The constructor InstallableUnitOperand(IInstallableUnit, IInstallableUnit) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
97. WARNING in /src/org/eclipse/equinox/p2/tests/engine/PhaseApplicabilityTest.java (at line 125) assertTrue(configurePhase.isApplicable(new InstallableUnitOperand(iuXv1, iuXv2))); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/full/End2EndTest37.java (at line 26) FrameworkAdmin fwkAdmin = getEquinoxFrameworkAdmin(); Discouraged access: The type FrameworkAdmin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/full/End2EndTest37.java (at line 27) Manipulator manipulator = fwkAdmin.getManipulator(); Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/full/End2EndTest37.java (at line 27) Manipulator manipulator = fwkAdmin.getManipulator(); Discouraged access: The method getManipulator() from the type FrameworkAdmin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/full/End2EndTest37.java (at line 28) LauncherData launcherData = manipulator.getLauncherData(); Discouraged access: The type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/full/End2EndTest37.java (at line 28) LauncherData launcherData = manipulator.getLauncherData(); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/full/End2EndTest37.java (at line 29) launcherData.setFwConfigLocation(new File(installFolder, "configuration")); Discouraged access: The method setFwConfigLocation(File) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/full/End2EndTest37.java (at line 30) launcherData.setLauncher(new File(installFolder, getLauncherName("eclipse", Platform.getOS()))); Discouraged access: The method setLauncher(File) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/full/End2EndTest37.java (at line 32) manipulator.load(); Discouraged access: The method load() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/full/End2EndTest37.java (at line 35) } catch (FrameworkAdminRuntimeException e) { Discouraged access: The type FrameworkAdminRuntimeException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/full/End2EndTest37.java (at line 41) assertContains("Can't find VM arg", manipulator.getLauncherData().getJvmArgs(), "-Xms40m"); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/full/End2EndTest37.java (at line 41) assertContains("Can't find VM arg", manipulator.getLauncherData().getJvmArgs(), "-Xms40m"); Discouraged access: The method getJvmArgs() from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/full/End2EndTest37.java (at line 42) assertContains("Can't find VM arg", manipulator.getLauncherData().getJvmArgs(), "-Xmx384m"); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/full/End2EndTest37.java (at line 42) assertContains("Can't find VM arg", manipulator.getLauncherData().getJvmArgs(), "-Xmx384m"); Discouraged access: The method getJvmArgs() from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/full/End2EndTest37.java (at line 44) String[] programArgs = manipulator.getLauncherData().getProgramArgs(); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/full/End2EndTest37.java (at line 44) String[] programArgs = manipulator.getLauncherData().getProgramArgs(); Discouraged access: The method getProgramArgs() from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/full/End2EndTest37.java (at line 49) assertTrue(manipulator.getConfigData().getBundles().length > 50); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/full/End2EndTest37.java (at line 49) assertTrue(manipulator.getConfigData().getBundles().length > 50); Discouraged access: The method getBundles() from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AbstractPublisherActionTest.java (at line 15) import org.eclipse.equinox.internal.p2.metadata.IRequiredCapability; Discouraged access: The type IRequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AbstractPublisherActionTest.java (at line 16) import org.eclipse.equinox.internal.p2.metadata.RequiredCapability; Discouraged access: The type RequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AbstractPublisherActionTest.java (at line 20) import org.eclipse.equinox.p2.publisher.actions.ICapabilityAdvice; Discouraged access: The type ICapabilityAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AbstractPublisherActionTest.java (at line 21) import org.eclipse.equinox.p2.publisher.actions.IUpdateDescriptorAdvice; Discouraged access: The type IUpdateDescriptorAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AbstractPublisherActionTest.java (at line 23) import org.eclipse.equinox.spi.p2.publisher.PublisherHelper; Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AbstractPublisherActionTest.java (at line 28) static class TestAction extends AbstractPublisherAction { Discouraged access: The type AbstractPublisherAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AbstractPublisherActionTest.java (at line 30) public IStatus perform(IPublisherInfo publisherInfo, IPublisherResult results, IProgressMonitor monitor) { Discouraged access: The type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AbstractPublisherActionTest.java (at line 30) public IStatus perform(IPublisherInfo publisherInfo, IPublisherResult results, IProgressMonitor monitor) { Discouraged access: The type IPublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AbstractPublisherActionTest.java (at line 35) public void testProcessCapabilityAdvice(InstallableUnitDescription iu, IPublisherInfo publisherInfo) { Discouraged access: The type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AbstractPublisherActionTest.java (at line 36) AbstractPublisherAction.processCapabilityAdvice(iu, publisherInfo); Discouraged access: The type AbstractPublisherAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AbstractPublisherActionTest.java (at line 36) AbstractPublisherAction.processCapabilityAdvice(iu, publisherInfo); Discouraged access: The method processCapabilityAdvice(MetadataFactory.InstallableUnitDescription, IPublisherInfo) from the type AbstractPublisherAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AbstractPublisherActionTest.java (at line 39) public void testProcessUpdateDescriptorAdvice(InstallableUnitDescription iu, IPublisherInfo publisherInfo) { Discouraged access: The type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AbstractPublisherActionTest.java (at line 40) AbstractPublisherAction.processUpdateDescriptorAdvice(iu, publisherInfo); Discouraged access: The type AbstractPublisherAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AbstractPublisherActionTest.java (at line 40) AbstractPublisherAction.processUpdateDescriptorAdvice(iu, publisherInfo); Discouraged access: The method processUpdateDescriptorAdvice(MetadataFactory.InstallableUnitDescription, IPublisherInfo) from the type AbstractPublisherAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AbstractPublisherActionTest.java (at line 44) static class TestUpdateDescriptorAdvice implements IUpdateDescriptorAdvice { Discouraged access: The type IUpdateDescriptorAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AbstractPublisherActionTest.java (at line 61) static class TestCapabilityAdvice implements ICapabilityAdvice { Discouraged access: The type ICapabilityAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AbstractPublisherActionTest.java (at line 102) IPublisherInfo info = new PublisherInfo(); Discouraged access: The type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AbstractPublisherActionTest.java (at line 102) IPublisherInfo info = new PublisherInfo(); Discouraged access: The constructor PublisherInfo() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AbstractPublisherActionTest.java (at line 102) IPublisherInfo info = new PublisherInfo(); Discouraged access: The type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AbstractPublisherActionTest.java (at line 106) info.addAdvice(new TestUpdateDescriptorAdvice(testUpdateDescriptor)); Discouraged access: The method addAdvice(IPublisherAdvice) from the type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AbstractPublisherActionTest.java (at line 110) assertEquals("name1", RequiredCapability.extractName(iu.getUpdateDescriptor().getIUsBeingUpdated().iterator().next())); Discouraged access: The type RequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AbstractPublisherActionTest.java (at line 110) assertEquals("name1", RequiredCapability.extractName(iu.getUpdateDescriptor().getIUsBeingUpdated().iterator().next())); Discouraged access: The method extractName(IMatchExpression<IInstallableUnit>) from the type RequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AbstractPublisherActionTest.java (at line 111) assertEquals(range, RequiredCapability.extractRange(iu.getUpdateDescriptor().getIUsBeingUpdated().iterator().next())); Discouraged access: The type RequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AbstractPublisherActionTest.java (at line 111) assertEquals(range, RequiredCapability.extractRange(iu.getUpdateDescriptor().getIUsBeingUpdated().iterator().next())); Discouraged access: The method extractRange(IMatchExpression<IInstallableUnit>) from the type RequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AbstractPublisherActionTest.java (at line 123) IPublisherInfo info = new PublisherInfo(); Discouraged access: The type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AbstractPublisherActionTest.java (at line 123) IPublisherInfo info = new PublisherInfo(); Discouraged access: The constructor PublisherInfo() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AbstractPublisherActionTest.java (at line 123) IPublisherInfo info = new PublisherInfo(); Discouraged access: The type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AbstractPublisherActionTest.java (at line 128) info.addAdvice(new TestCapabilityAdvice(testProvideCapability, testRequiredCapability, testMetaRequiredCapability)); Discouraged access: The method addAdvice(IPublisherAdvice) from the type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AbstractPublisherActionTest.java (at line 132) assertEquals("name1", ((IRequiredCapability) iu.getRequirements().iterator().next()).getName()); Discouraged access: The method getName() from the type IRequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AbstractPublisherActionTest.java (at line 132) assertEquals("name1", ((IRequiredCapability) iu.getRequirements().iterator().next()).getName()); Discouraged access: The type IRequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AbstractPublisherActionTest.java (at line 134) assertEquals("name3", ((IRequiredCapability) iu.getMetaRequirements().iterator().next()).getName()); Discouraged access: The method getName() from the type IRequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AbstractPublisherActionTest.java (at line 134) assertEquals("name3", ((IRequiredCapability) iu.getMetaRequirements().iterator().next()).getName()); Discouraged access: The type IRequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AbstractPublisherActionTest.java (at line 169) IPublisherInfo info = new PublisherInfo(); Discouraged access: The type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AbstractPublisherActionTest.java (at line 169) IPublisherInfo info = new PublisherInfo(); Discouraged access: The constructor PublisherInfo() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AbstractPublisherActionTest.java (at line 169) IPublisherInfo info = new PublisherInfo(); Discouraged access: The type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AbstractPublisherActionTest.java (at line 174) info.addAdvice(new TestCapabilityAdvice(testProvideCapability, testRequiredCapability, testMetaRequiredCapability)); Discouraged access: The method addAdvice(IPublisherAdvice) from the type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
37. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AbstractPublisherActionTest.java (at line 190) assertNotSame(9, PublisherHelper.toOSGiVersion(iu.getProvidedCapabilities().iterator().next().getVersion()).getMajor()); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
38. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AbstractPublisherActionTest.java (at line 190) assertNotSame(9, PublisherHelper.toOSGiVersion(iu.getProvidedCapabilities().iterator().next().getVersion()).getMajor()); Discouraged access: The method toOSGiVersion(Version) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
39. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AbstractPublisherActionTest.java (at line 194) IPublisherInfo info = new PublisherInfo(); Discouraged access: The type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
40. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AbstractPublisherActionTest.java (at line 194) IPublisherInfo info = new PublisherInfo(); Discouraged access: The constructor PublisherInfo() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
41. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AbstractPublisherActionTest.java (at line 194) IPublisherInfo info = new PublisherInfo(); Discouraged access: The type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
42. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AbstractPublisherActionTest.java (at line 199) info.addAdvice(new TestCapabilityAdvice(testProvideCapability, testRequiredCapability, testMetaRequiredCapability)); Discouraged access: The method addAdvice(IPublisherAdvice) from the type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
43. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AbstractPublisherActionTest.java (at line 203) assertEquals(9, PublisherHelper.toOSGiVersion(iu.getProvidedCapabilities().iterator().next().getVersion()).getMajor()); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
44. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AbstractPublisherActionTest.java (at line 203) assertEquals(9, PublisherHelper.toOSGiVersion(iu.getProvidedCapabilities().iterator().next().getVersion()).getMajor()); Discouraged access: The method toOSGiVersion(Version) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
45. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AbstractPublisherActionTest.java (at line 240) IPublisherInfo info = new PublisherInfo(); Discouraged access: The type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
46. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AbstractPublisherActionTest.java (at line 240) IPublisherInfo info = new PublisherInfo(); Discouraged access: The constructor PublisherInfo() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
47. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AbstractPublisherActionTest.java (at line 240) IPublisherInfo info = new PublisherInfo(); Discouraged access: The type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
48. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AbstractPublisherActionTest.java (at line 245) info.addAdvice(new TestCapabilityAdvice(testProvideCapability, testRequiredCapability, testMetaRequiredCapability)); Discouraged access: The method addAdvice(IPublisherAdvice) from the type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/ArtifactRepositoryCleanupTest.java (at line 16) import org.eclipse.equinox.p2.internal.repository.tools.MirrorApplication; Discouraged access: The type MirrorApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/ArtifactRepositoryCleanupTest.java (at line 56) MirrorApplication application = new MirrorApplication(); Discouraged access: The type MirrorApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/ArtifactRepositoryCleanupTest.java (at line 56) MirrorApplication application = new MirrorApplication(); Discouraged access: The constructor MirrorApplication() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/ArtifactRepositoryCleanupTest.java (at line 56) MirrorApplication application = new MirrorApplication(); Discouraged access: The type MirrorApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/ArtifactRepositoryCleanupTest.java (at line 58) application.initializeFromArguments(args); Discouraged access: The method initializeFromArguments(String[]) from the type MirrorApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/ArtifactRepositoryCleanupTest.java (at line 63) application.run(null); Discouraged access: The method run(IProgressMonitor) from the type MirrorApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/CheckTrustActionTest.java (at line 15) import org.eclipse.equinox.internal.p2.engine.InstallableUnitOperand; Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/CheckTrustActionTest.java (at line 16) import org.eclipse.equinox.internal.p2.engine.phases.CheckTrust; Discouraged access: The type CheckTrust is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/CheckTrustActionTest.java (at line 17) import org.eclipse.equinox.internal.p2.touchpoint.eclipse.EclipseTouchpoint; Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/CheckTrustActionTest.java (at line 18) import org.eclipse.equinox.internal.p2.touchpoint.eclipse.Util; Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/CheckTrustActionTest.java (at line 19) import org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.ActionConstants; Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/CheckTrustActionTest.java (at line 20) import org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.CheckTrustAction; Discouraged access: The type CheckTrustAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/CheckTrustActionTest.java (at line 24) import org.eclipse.equinox.p2.publisher.eclipse.BundlesAction; Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/CheckTrustActionTest.java (at line 28) import org.eclipse.equinox.spi.p2.publisher.PublisherHelper; Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/CheckTrustActionTest.java (at line 48) IFileArtifactRepository bundlePool = Util.getBundlePoolRepository(getAgent(), profile); Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/CheckTrustActionTest.java (at line 48) IFileArtifactRepository bundlePool = Util.getBundlePoolRepository(getAgent(), profile); Discouraged access: The method getBundlePoolRepository(IProvisioningAgent, IProfile) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/CheckTrustActionTest.java (at line 55) BundleDescription bundleDescription = BundlesAction.createBundleDescription(osgiTarget); Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/CheckTrustActionTest.java (at line 55) BundleDescription bundleDescription = BundlesAction.createBundleDescription(osgiTarget); Discouraged access: The method createBundleDescription(File) from the type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/CheckTrustActionTest.java (at line 56) IArtifactKey key = BundlesAction.createBundleArtifactKey(bundleDescription.getSymbolicName(), bundleDescription.getVersion().toString()); Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/CheckTrustActionTest.java (at line 56) IArtifactKey key = BundlesAction.createBundleArtifactKey(bundleDescription.getSymbolicName(), bundleDescription.getVersion().toString()); Discouraged access: The method createBundleArtifactKey(String, String) from the type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/CheckTrustActionTest.java (at line 57) IArtifactDescriptor descriptor = PublisherHelper.createArtifactDescriptor(key, osgiTarget); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/CheckTrustActionTest.java (at line 57) IArtifactDescriptor descriptor = PublisherHelper.createArtifactDescriptor(key, osgiTarget); Discouraged access: The method createArtifactDescriptor(IArtifactKey, File) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/CheckTrustActionTest.java (at line 62) parameters.put(ActionConstants.PARM_AGENT, getAgent()); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/CheckTrustActionTest.java (at line 62) parameters.put(ActionConstants.PARM_AGENT, getAgent()); Discouraged access: The field PARM_AGENT from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/CheckTrustActionTest.java (at line 63) parameters.put(ActionConstants.PARM_PROFILE, profile); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/CheckTrustActionTest.java (at line 63) parameters.put(ActionConstants.PARM_PROFILE, profile); Discouraged access: The field PARM_PROFILE from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/CheckTrustActionTest.java (at line 64) parameters.put(CheckTrust.PARM_ARTIFACT_FILES, new ArrayList()); Discouraged access: The type CheckTrust is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/CheckTrustActionTest.java (at line 64) parameters.put(CheckTrust.PARM_ARTIFACT_FILES, new ArrayList()); Discouraged access: The field PARM_ARTIFACT_FILES from the type CheckTrust is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/CheckTrustActionTest.java (at line 65) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/CheckTrustActionTest.java (at line 65) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The constructor EclipseTouchpoint() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/CheckTrustActionTest.java (at line 65) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/CheckTrustActionTest.java (at line 66) touchpoint.initializePhase(null, profile, "test", parameters); Discouraged access: The method initializePhase(IProgressMonitor, IProfile, String, Map<String,Object>) from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/CheckTrustActionTest.java (at line 67) InstallableUnitOperand operand = new InstallableUnitOperand(null, iu); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/CheckTrustActionTest.java (at line 67) InstallableUnitOperand operand = new InstallableUnitOperand(null, iu); Discouraged access: The constructor InstallableUnitOperand(IInstallableUnit, IInstallableUnit) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/CheckTrustActionTest.java (at line 67) InstallableUnitOperand operand = new InstallableUnitOperand(null, iu); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/CheckTrustActionTest.java (at line 68) parameters.put("iu", operand.second()); Discouraged access: The method second() from the type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/CheckTrustActionTest.java (at line 69) touchpoint.initializeOperand(profile, parameters); Discouraged access: The method initializeOperand(IProfile, Map<String,Object>) from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/CheckTrustActionTest.java (at line 72) assertFalse(((List) parameters.get(CheckTrust.PARM_ARTIFACT_FILES)).contains(osgiTarget)); Discouraged access: The type CheckTrust is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/CheckTrustActionTest.java (at line 72) assertFalse(((List) parameters.get(CheckTrust.PARM_ARTIFACT_FILES)).contains(osgiTarget)); Discouraged access: The field PARM_ARTIFACT_FILES from the type CheckTrust is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/CheckTrustActionTest.java (at line 73) CheckTrustAction action = new CheckTrustAction(); Discouraged access: The type CheckTrustAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/CheckTrustActionTest.java (at line 73) CheckTrustAction action = new CheckTrustAction(); Discouraged access: The constructor CheckTrustAction() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/CheckTrustActionTest.java (at line 73) CheckTrustAction action = new CheckTrustAction(); Discouraged access: The type CheckTrustAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
37. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/CheckTrustActionTest.java (at line 74) action.execute(parameters); Discouraged access: The method execute(Map<String,Object>) from the type CheckTrustAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
38. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/CheckTrustActionTest.java (at line 75) assertTrue(((List) parameters.get(CheckTrust.PARM_ARTIFACT_FILES)).contains(osgiTarget)); Discouraged access: The type CheckTrust is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
39. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/CheckTrustActionTest.java (at line 75) assertTrue(((List) parameters.get(CheckTrust.PARM_ARTIFACT_FILES)).contains(osgiTarget)); Discouraged access: The field PARM_ARTIFACT_FILES from the type CheckTrust is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
40. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/CheckTrustActionTest.java (at line 77) action.undo(parameters); Discouraged access: The method undo(Map<String,Object>) from the type CheckTrustAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
41. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/CheckTrustActionTest.java (at line 78) assertTrue(((List) parameters.get(CheckTrust.PARM_ARTIFACT_FILES)).contains(osgiTarget)); Discouraged access: The type CheckTrust is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
42. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/CheckTrustActionTest.java (at line 78) assertTrue(((List) parameters.get(CheckTrust.PARM_ARTIFACT_FILES)).contains(osgiTarget)); Discouraged access: The field PARM_ARTIFACT_FILES from the type CheckTrust is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MissingOptionalWithDependencies.java (at line 11) 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/4M/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/planner/MissingOptionalWithDependencies.java (at line 50) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MissingOptionalWithDependencies.java (at line 50) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MissingOptionalWithDependencies.java (at line 50) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MissingOptionalWithDependencies.java (at line 51) req.addInstallableUnits(new IInstallableUnit[] {d}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest7.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/4M/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/planner/PatchTest7.java (at line 89) ProfileChangeRequest req3 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest7.java (at line 89) ProfileChangeRequest req3 = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest7.java (at line 89) ProfileChangeRequest req3 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest7.java (at line 90) req3.addInstallableUnits(new IInstallableUnit[] {f1, pp1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/ResumeDownloadTest.java (at line 16) import org.eclipse.equinox.internal.p2.transport.ecf.FileReader; Discouraged access: The type FileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/ResumeDownloadTest.java (at line 44) FileReader.setTestProbe(null); Discouraged access: The type FileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/ResumeDownloadTest.java (at line 44) FileReader.setTestProbe(null); Discouraged access: The method setTestProbe(FileReader.IFileReaderProbe) from the type FileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/ResumeDownloadTest.java (at line 53) FileReader.setTestProbe(new CancelSimulator()); Discouraged access: The type FileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/ResumeDownloadTest.java (at line 53) FileReader.setTestProbe(new CancelSimulator()); Discouraged access: The method setTestProbe(FileReader.IFileReaderProbe) from the type FileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/ResumeDownloadTest.java (at line 61) FileReader.setTestProbe(null); Discouraged access: The type FileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/ResumeDownloadTest.java (at line 61) FileReader.setTestProbe(null); Discouraged access: The method setTestProbe(FileReader.IFileReaderProbe) from the type FileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/ResumeDownloadTest.java (at line 63) FileReader.setTestProbe(new ResumeCheck()); Discouraged access: The type FileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/ResumeDownloadTest.java (at line 63) FileReader.setTestProbe(new ResumeCheck()); Discouraged access: The method setTestProbe(FileReader.IFileReaderProbe) from the type FileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/ResumeDownloadTest.java (at line 76) FileReader.setTestProbe(new CancelSimulator()); Discouraged access: The type FileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/ResumeDownloadTest.java (at line 76) FileReader.setTestProbe(new CancelSimulator()); Discouraged access: The method setTestProbe(FileReader.IFileReaderProbe) from the type FileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/ResumeDownloadTest.java (at line 86) FileReader.setTestProbe(new CancelSimulator()); Discouraged access: The type FileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/ResumeDownloadTest.java (at line 86) FileReader.setTestProbe(new CancelSimulator()); Discouraged access: The method setTestProbe(FileReader.IFileReaderProbe) from the type FileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/ResumeDownloadTest.java (at line 94) FileReader.setTestProbe(null); Discouraged access: The type FileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/ResumeDownloadTest.java (at line 94) FileReader.setTestProbe(null); Discouraged access: The method setTestProbe(FileReader.IFileReaderProbe) from the type FileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/ResumeDownloadTest.java (at line 96) FileReader.setTestProbe(new ResumeCheck()); Discouraged access: The type FileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/ResumeDownloadTest.java (at line 96) FileReader.setTestProbe(new ResumeCheck()); Discouraged access: The method setTestProbe(FileReader.IFileReaderProbe) from the type FileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/ResumeDownloadTest.java (at line 111) FileReader.setTestProbe(new CancelSimulator()); Discouraged access: The type FileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/ResumeDownloadTest.java (at line 111) FileReader.setTestProbe(new CancelSimulator()); Discouraged access: The method setTestProbe(FileReader.IFileReaderProbe) from the type FileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/ResumeDownloadTest.java (at line 119) FileReader.setTestProbe(null); Discouraged access: The type FileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/ResumeDownloadTest.java (at line 119) FileReader.setTestProbe(null); Discouraged access: The method setTestProbe(FileReader.IFileReaderProbe) from the type FileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/ResumeDownloadTest.java (at line 121) FileReader.setTestProbe(new ResumeCheck()); Discouraged access: The type FileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/ResumeDownloadTest.java (at line 121) FileReader.setTestProbe(new ResumeCheck()); Discouraged access: The method setTestProbe(FileReader.IFileReaderProbe) from the type FileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/ResumeDownloadTest.java (at line 137) private class CancelSimulator implements FileReader.IFileReaderProbe { Discouraged access: The type FileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/ResumeDownloadTest.java (at line 137) private class CancelSimulator implements FileReader.IFileReaderProbe { Discouraged access: The type FileReader.IFileReaderProbe is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/ResumeDownloadTest.java (at line 143) public void onData(FileReader reader, IIncomingFileTransfer source, IProgressMonitor monitor) { Discouraged access: The type FileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/ResumeDownloadTest.java (at line 149) public void onDone(FileReader reader, IIncomingFileTransfer source, IProgressMonitor monitor) { Discouraged access: The type FileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/ResumeDownloadTest.java (at line 153) public void onStart(FileReader reader, IIncomingFileTransfer source, IProgressMonitor monitor) { Discouraged access: The type FileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/ResumeDownloadTest.java (at line 159) private class ResumeCheck implements FileReader.IFileReaderProbe { Discouraged access: The type FileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/ResumeDownloadTest.java (at line 159) private class ResumeCheck implements FileReader.IFileReaderProbe { Discouraged access: The type FileReader.IFileReaderProbe is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/ResumeDownloadTest.java (at line 165) public void onData(FileReader reader, IIncomingFileTransfer source, IProgressMonitor monitor) { Discouraged access: The type FileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/ResumeDownloadTest.java (at line 169) public void onDone(FileReader reader, IIncomingFileTransfer source, IProgressMonitor monitor) { Discouraged access: The type FileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/ResumeDownloadTest.java (at line 173) public void onStart(FileReader reader, IIncomingFileTransfer source, IProgressMonitor monitor) { Discouraged access: The type FileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/DependencyOnSelf.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/4M/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/planner/DependencyOnSelf.java (at line 36) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/DependencyOnSelf.java (at line 36) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/DependencyOnSelf.java (at line 36) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/DependencyOnSelf.java (at line 37) req.addInstallableUnits(new IInstallableUnit[] {a1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MissingDependency.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/4M/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/planner/MissingDependency.java (at line 17) import org.eclipse.equinox.internal.p2.director.Explanation; Discouraged access: The type Explanation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MissingDependency.java (at line 18) import org.eclipse.equinox.internal.p2.engine.ProvisioningPlan; Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MissingDependency.java (at line 48) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MissingDependency.java (at line 48) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MissingDependency.java (at line 48) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MissingDependency.java (at line 49) req.addInstallableUnits(new IInstallableUnit[] {a1, b1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MissingDependency.java (at line 55) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MissingDependency.java (at line 55) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MissingDependency.java (at line 55) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MissingDependency.java (at line 56) req.addInstallableUnits(new IInstallableUnit[] {a1, b1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MissingDependency.java (at line 57) ProvisioningPlan plan = (ProvisioningPlan) planner.getProvisioningPlan(req, null, null); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MissingDependency.java (at line 57) ProvisioningPlan plan = (ProvisioningPlan) planner.getProvisioningPlan(req, null, null); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MissingDependency.java (at line 58) assertEquals(IStatus.ERROR, plan.getStatus().getSeverity()); Discouraged access: The method getStatus() from the type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MissingDependency.java (at line 59) RequestStatus requestStatus = ((PlannerStatus) plan.getStatus()).getRequestStatus(); Discouraged access: The type RequestStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MissingDependency.java (at line 59) RequestStatus requestStatus = ((PlannerStatus) plan.getStatus()).getRequestStatus(); Discouraged access: The method getRequestStatus() from the type PlannerStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MissingDependency.java (at line 59) RequestStatus requestStatus = ((PlannerStatus) plan.getStatus()).getRequestStatus(); Discouraged access: The type PlannerStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MissingDependency.java (at line 59) RequestStatus requestStatus = ((PlannerStatus) plan.getStatus()).getRequestStatus(); Discouraged access: The method getStatus() from the type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MissingDependency.java (at line 60) Set explanation = requestStatus.getExplanations(); Discouraged access: The method getExplanations() from the type RequestStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MissingDependency.java (at line 63) Set rootConflictingIUs = requestStatus.getConflictsWithInstalledRoots(); Discouraged access: The method getConflictsWithInstalledRoots() from the type RequestStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MissingDependency.java (at line 68) assertEquals(Explanation.MISSING_REQUIREMENT, requestStatus.getShortExplanation()); Discouraged access: The type Explanation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MissingDependency.java (at line 68) assertEquals(Explanation.MISSING_REQUIREMENT, requestStatus.getShortExplanation()); Discouraged access: The field MISSING_REQUIREMENT from the type Explanation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/planner/MissingDependency.java (at line 68) assertEquals(Explanation.MISSING_REQUIREMENT, requestStatus.getShortExplanation()); Discouraged access: The method getShortExplanation() from the type RequestStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerRequestWithOptionalInstall.java (at line 15) 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/4M/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/planner/TestRequestFlexerRequestWithOptionalInstall.java (at line 16) import org.eclipse.equinox.internal.p2.operations.RequestFlexer; Discouraged access: The type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerRequestWithOptionalInstall.java (at line 77) RequestFlexer av = new RequestFlexer(planner); Discouraged access: The type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerRequestWithOptionalInstall.java (at line 77) RequestFlexer av = new RequestFlexer(planner); Discouraged access: The constructor RequestFlexer(IPlanner) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerRequestWithOptionalInstall.java (at line 77) RequestFlexer av = new RequestFlexer(planner); Discouraged access: The type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerRequestWithOptionalInstall.java (at line 78) av.setProvisioningContext(context); Discouraged access: The method setProvisioningContext(ProvisioningContext) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerRequestWithOptionalInstall.java (at line 79) IProfileChangeRequest realRequest = av.getChangeRequest(originalRequest, profile, new NullProgressMonitor()); Discouraged access: The method getChangeRequest(IProfileChangeRequest, IProfile, IProgressMonitor) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerRequestWithOptionalInstall.java (at line 85) RequestFlexer av = new RequestFlexer(planner); Discouraged access: The type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerRequestWithOptionalInstall.java (at line 85) RequestFlexer av = new RequestFlexer(planner); Discouraged access: The constructor RequestFlexer(IPlanner) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerRequestWithOptionalInstall.java (at line 85) RequestFlexer av = new RequestFlexer(planner); Discouraged access: The type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerRequestWithOptionalInstall.java (at line 86) av.setAllowInstalledElementChange(true); Discouraged access: The method setAllowInstalledElementChange(boolean) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerRequestWithOptionalInstall.java (at line 87) av.setProvisioningContext(context); Discouraged access: The method setProvisioningContext(ProvisioningContext) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerRequestWithOptionalInstall.java (at line 88) IProfileChangeRequest realRequest = av.getChangeRequest(originalRequest, profile, new NullProgressMonitor()); Discouraged access: The method getChangeRequest(IProfileChangeRequest, IProfile, IProgressMonitor) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerRequestWithOptionalInstall.java (at line 98) RequestFlexer av = new RequestFlexer(planner); Discouraged access: The type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerRequestWithOptionalInstall.java (at line 98) RequestFlexer av = new RequestFlexer(planner); Discouraged access: The constructor RequestFlexer(IPlanner) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerRequestWithOptionalInstall.java (at line 98) RequestFlexer av = new RequestFlexer(planner); Discouraged access: The type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerRequestWithOptionalInstall.java (at line 99) av.setAllowDifferentVersion(true); Discouraged access: The method setAllowDifferentVersion(boolean) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerRequestWithOptionalInstall.java (at line 100) av.setProvisioningContext(context); Discouraged access: The method setProvisioningContext(ProvisioningContext) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerRequestWithOptionalInstall.java (at line 101) IProfileChangeRequest realRequest = av.getChangeRequest(originalRequest, profile, new NullProgressMonitor()); Discouraged access: The method getChangeRequest(IProfileChangeRequest, IProfile, IProgressMonitor) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerRequestWithOptionalInstall.java (at line 110) Map<String, String> match = ((ProfileChangeRequest) originalRequest).getInstallableUnitProfilePropertiesToAdd().get(iu); Discouraged access: The method getInstallableUnitProfilePropertiesToAdd() from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerRequestWithOptionalInstall.java (at line 110) Map<String, String> match = ((ProfileChangeRequest) originalRequest).getInstallableUnitProfilePropertiesToAdd().get(iu); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug272251.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/4M/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/planner/Bug272251.java (at line 17) 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/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug272251.java (at line 38) SimpleProfileRegistry registry = new SimpleProfileRegistry(getAgent(), tempFolder, null, false); Discouraged access: The type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug272251.java (at line 38) SimpleProfileRegistry registry = new SimpleProfileRegistry(getAgent(), tempFolder, null, false); Discouraged access: The constructor SimpleProfileRegistry(IProvisioningAgent, File, ISurrogateProfileHandler, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug272251.java (at line 38) SimpleProfileRegistry registry = new SimpleProfileRegistry(getAgent(), tempFolder, null, false); Discouraged access: The type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug272251.java (at line 39) profile = registry.getProfile("PlatformProfile"); Discouraged access: The method getProfile(String) from the type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug272251.java (at line 56) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug272251.java (at line 56) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug272251.java (at line 56) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug272251.java (at line 57) request.addInstallableUnits(new IInstallableUnit[] {patch}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug272251.java (at line 58) request.setInstallableUnitInclusionRules(patch, ProfileInclusionRules.createStrictInclusionRule(patch)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/MetadataRepositoryManagerTest.java (at line 22) import org.eclipse.equinox.internal.p2.core.helpers.ServiceHelper; Discouraged access: The type ServiceHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/MetadataRepositoryManagerTest.java (at line 23) import org.eclipse.equinox.internal.p2.metadata.repository.SimpleMetadataRepositoryFactory; Discouraged access: The type SimpleMetadataRepositoryFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/MetadataRepositoryManagerTest.java (at line 24) import org.eclipse.equinox.internal.p2.repository.helpers.AbstractRepositoryManager; Discouraged access: The type AbstractRepositoryManager<T> is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/MetadataRepositoryManagerTest.java (at line 25) import org.eclipse.equinox.internal.p2.updatesite.metadata.UpdateSiteMetadataRepositoryFactory; Discouraged access: The type UpdateSiteMetadataRepositoryFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/MetadataRepositoryManagerTest.java (at line 26) import org.eclipse.equinox.internal.provisional.p2.core.eventbus.ProvisioningListener; Discouraged access: The type ProvisioningListener is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/MetadataRepositoryManagerTest.java (at line 27) import org.eclipse.equinox.internal.provisional.p2.core.eventbus.SynchronousProvisioningListener; Discouraged access: The type SynchronousProvisioningListener is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/MetadataRepositoryManagerTest.java (at line 99) getEventBus().addListener(listener); Discouraged access: The method addListener(ProvisioningListener) from the type IProvisioningEventBus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/MetadataRepositoryManagerTest.java (at line 124) factory = new SimpleMetadataRepositoryFactory(); Discouraged access: The constructor SimpleMetadataRepositoryFactory() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/MetadataRepositoryManagerTest.java (at line 124) factory = new SimpleMetadataRepositoryFactory(); Discouraged access: The type SimpleMetadataRepositoryFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/MetadataRepositoryManagerTest.java (at line 131) factory = new UpdateSiteMetadataRepositoryFactory(); Discouraged access: The constructor UpdateSiteMetadataRepositoryFactory() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/MetadataRepositoryManagerTest.java (at line 131) factory = new UpdateSiteMetadataRepositoryFactory(); Discouraged access: The type UpdateSiteMetadataRepositoryFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/MetadataRepositoryManagerTest.java (at line 150) getEventBus().addListener(listener); Discouraged access: The method addListener(ProvisioningListener) from the type IProvisioningEventBus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/MetadataRepositoryManagerTest.java (at line 290) Field field = AbstractRepositoryManager.class.getDeclaredField("repositories"); Discouraged access: The type AbstractRepositoryManager<T> is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/MetadataRepositoryManagerTest.java (at line 345) IAgentLocation agentLocation = (IAgentLocation) ServiceHelper.getService(TestActivator.getContext(), IAgentLocation.SERVICE_NAME); Discouraged access: The type ServiceHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/MetadataRepositoryManagerTest.java (at line 345) IAgentLocation agentLocation = (IAgentLocation) ServiceHelper.getService(TestActivator.getContext(), IAgentLocation.SERVICE_NAME); Discouraged access: The method getService(BundleContext, String) from the type ServiceHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/MetadataRepositoryManagerTest.java (at line 367) IAgentLocation agentLocation = (IAgentLocation) ServiceHelper.getService(TestActivator.getContext(), IAgentLocation.SERVICE_NAME); Discouraged access: The type ServiceHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/MetadataRepositoryManagerTest.java (at line 367) IAgentLocation agentLocation = (IAgentLocation) ServiceHelper.getService(TestActivator.getContext(), IAgentLocation.SERVICE_NAME); Discouraged access: The method getService(BundleContext, String) from the type ServiceHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/MetadataRepositoryManagerTest.java (at line 474) ProvisioningListener referenceCollector = new SynchronousProvisioningListener() { Discouraged access: The type ProvisioningListener is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/MetadataRepositoryManagerTest.java (at line 474) ProvisioningListener referenceCollector = new SynchronousProvisioningListener() { Discouraged access: The type SynchronousProvisioningListener is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/MetadataRepositoryManagerTest.java (at line 483) getEventBus().addListener(referenceCollector); Discouraged access: The method addListener(ProvisioningListener) from the type IProvisioningEventBus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/MetadataRepositoryManagerTest.java (at line 489) getEventBus().removeListener(referenceCollector); Discouraged access: The method removeListener(ProvisioningListener) from the type IProvisioningEventBus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTestUpdate.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/4M/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/planner/PatchTestUpdate.java (at line 17) import org.eclipse.equinox.internal.p2.director.Explanation; Discouraged access: The type Explanation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTestUpdate.java (at line 18) import org.eclipse.equinox.internal.p2.engine.ProvisioningPlan; Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTestUpdate.java (at line 77) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTestUpdate.java (at line 77) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTestUpdate.java (at line 77) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTestUpdate.java (at line 78) req1.addInstallableUnits(new IInstallableUnit[] {p2Feature20}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTestUpdate.java (at line 79) req1.setInstallableUnitInclusionRules(p2Feature20, ProfileInclusionRules.createStrictInclusionRule(p2Feature20)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTestUpdate.java (at line 80) req1.removeInstallableUnits(new IInstallableUnit[] {p2Feature}); Discouraged access: The method removeInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTestUpdate.java (at line 87) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTestUpdate.java (at line 87) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTestUpdate.java (at line 87) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTestUpdate.java (at line 88) req1.addInstallableUnits(new IInstallableUnit[] {p2Feature20}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTestUpdate.java (at line 89) req1.setInstallableUnitInclusionRules(p2Feature20, ProfileInclusionRules.createStrictInclusionRule(p2Feature20)); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTestUpdate.java (at line 90) req1.removeInstallableUnits(new IInstallableUnit[] {p2Feature}); Discouraged access: The method removeInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTestUpdate.java (at line 91) ProvisioningPlan plan = (ProvisioningPlan) planner.getProvisioningPlan(req1, null, null); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTestUpdate.java (at line 91) ProvisioningPlan plan = (ProvisioningPlan) planner.getProvisioningPlan(req1, null, null); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTestUpdate.java (at line 92) assertEquals(IStatus.ERROR, plan.getStatus().getSeverity()); Discouraged access: The method getStatus() from the type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTestUpdate.java (at line 93) final RequestStatus requestStatus = ((PlannerStatus) plan.getStatus()).getRequestStatus(); Discouraged access: The type RequestStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTestUpdate.java (at line 93) final RequestStatus requestStatus = ((PlannerStatus) plan.getStatus()).getRequestStatus(); Discouraged access: The method getRequestStatus() from the type PlannerStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTestUpdate.java (at line 93) final RequestStatus requestStatus = ((PlannerStatus) plan.getStatus()).getRequestStatus(); Discouraged access: The type PlannerStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTestUpdate.java (at line 93) final RequestStatus requestStatus = ((PlannerStatus) plan.getStatus()).getRequestStatus(); Discouraged access: The method getStatus() from the type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTestUpdate.java (at line 94) Set conflictingRoot = requestStatus.getConflictsWithInstalledRoots(); Discouraged access: The method getConflictsWithInstalledRoots() from the type RequestStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTestUpdate.java (at line 97) assertEquals(Explanation.VIOLATED_SINGLETON_CONSTRAINT, requestStatus.getShortExplanation()); Discouraged access: The type Explanation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTestUpdate.java (at line 97) assertEquals(Explanation.VIOLATED_SINGLETON_CONSTRAINT, requestStatus.getShortExplanation()); Discouraged access: The field VIOLATED_SINGLETON_CONSTRAINT from the type Explanation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTestUpdate.java (at line 97) assertEquals(Explanation.VIOLATED_SINGLETON_CONSTRAINT, requestStatus.getShortExplanation()); Discouraged access: The method getShortExplanation() from the type RequestStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java (at line 15) import org.eclipse.equinox.internal.p2.engine.InstallableUnitOperand; Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java (at line 16) import org.eclipse.equinox.internal.p2.touchpoint.eclipse.EclipseTouchpoint; Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java (at line 17) import org.eclipse.equinox.internal.p2.touchpoint.eclipse.Util; Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java (at line 18) import org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.ActionConstants; Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java (at line 19) import org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.RemoveProgramArgumentAction; Discouraged access: The type RemoveProgramArgumentAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java (at line 20) import org.eclipse.equinox.internal.provisional.frameworkadmin.Manipulator; Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java (at line 24) import org.eclipse.equinox.p2.publisher.eclipse.BundlesAction; Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java (at line 28) import org.eclipse.equinox.spi.p2.publisher.PublisherHelper; Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java (at line 43) parameters.put(ActionConstants.PARM_AGENT, getAgent()); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java (at line 43) parameters.put(ActionConstants.PARM_AGENT, getAgent()); Discouraged access: The field PARM_AGENT from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java (at line 44) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java (at line 44) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The constructor EclipseTouchpoint() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java (at line 44) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java (at line 48) InstallableUnitOperand operand = new InstallableUnitOperand(null, createIU("test")); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java (at line 48) InstallableUnitOperand operand = new InstallableUnitOperand(null, createIU("test")); Discouraged access: The constructor InstallableUnitOperand(IInstallableUnit, IInstallableUnit) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java (at line 48) InstallableUnitOperand operand = new InstallableUnitOperand(null, createIU("test")); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java (at line 49) touchpoint.initializePhase(null, profile, "test", parameters); Discouraged access: The method initializePhase(IProgressMonitor, IProfile, String, Map<String,Object>) from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java (at line 50) parameters.put("iu", operand.second()); Discouraged access: The method second() from the type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java (at line 51) touchpoint.initializeOperand(profile, parameters); Discouraged access: The method initializeOperand(IProfile, Map<String,Object>) from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java (at line 52) Manipulator manipulator = (Manipulator) parameters.get(EclipseTouchpoint.PARM_MANIPULATOR); Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java (at line 52) Manipulator manipulator = (Manipulator) parameters.get(EclipseTouchpoint.PARM_MANIPULATOR); Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java (at line 52) Manipulator manipulator = (Manipulator) parameters.get(EclipseTouchpoint.PARM_MANIPULATOR); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java (at line 52) Manipulator manipulator = (Manipulator) parameters.get(EclipseTouchpoint.PARM_MANIPULATOR); Discouraged access: The field PARM_MANIPULATOR from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java (at line 56) manipulator.getLauncherData().addProgramArg(programArg); Discouraged access: The method addProgramArg(String) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java (at line 56) manipulator.getLauncherData().addProgramArg(programArg); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java (at line 57) assertTrue(Arrays.asList(manipulator.getLauncherData().getProgramArgs()).contains(programArg)); Discouraged access: The method getProgramArgs() from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java (at line 57) assertTrue(Arrays.asList(manipulator.getLauncherData().getProgramArgs()).contains(programArg)); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java (at line 59) parameters.put(ActionConstants.PARM_PROGRAM_ARG, programArg); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java (at line 59) parameters.put(ActionConstants.PARM_PROGRAM_ARG, programArg); Discouraged access: The field PARM_PROGRAM_ARG from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java (at line 62) RemoveProgramArgumentAction action = new RemoveProgramArgumentAction(); Discouraged access: The type RemoveProgramArgumentAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java (at line 62) RemoveProgramArgumentAction action = new RemoveProgramArgumentAction(); Discouraged access: The constructor RemoveProgramArgumentAction() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java (at line 62) RemoveProgramArgumentAction action = new RemoveProgramArgumentAction(); Discouraged access: The type RemoveProgramArgumentAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java (at line 63) action.execute(parameters); Discouraged access: The method execute(Map<String,Object>) from the type RemoveProgramArgumentAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java (at line 64) assertFalse(Arrays.asList(manipulator.getLauncherData().getProgramArgs()).contains(programArg)); Discouraged access: The method getProgramArgs() from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java (at line 64) assertFalse(Arrays.asList(manipulator.getLauncherData().getProgramArgs()).contains(programArg)); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java (at line 65) action.undo(parameters); Discouraged access: The method undo(Map<String,Object>) from the type RemoveProgramArgumentAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
37. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java (at line 66) assertTrue(Arrays.asList(manipulator.getLauncherData().getProgramArgs()).contains(programArg)); Discouraged access: The method getProgramArgs() from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
38. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java (at line 66) assertTrue(Arrays.asList(manipulator.getLauncherData().getProgramArgs()).contains(programArg)); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
39. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java (at line 76) IFileArtifactRepository bundlePool = Util.getBundlePoolRepository(getAgent(), profile); Discouraged access: The method getBundlePoolRepository(IProvisioningAgent, IProfile) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
40. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java (at line 76) IFileArtifactRepository bundlePool = Util.getBundlePoolRepository(getAgent(), profile); Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
41. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java (at line 83) BundleDescription bundleDescription = BundlesAction.createBundleDescription(osgiTarget); Discouraged access: The method createBundleDescription(File) from the type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
42. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java (at line 83) BundleDescription bundleDescription = BundlesAction.createBundleDescription(osgiTarget); Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
43. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java (at line 84) IArtifactKey key = BundlesAction.createBundleArtifactKey(bundleDescription.getSymbolicName(), bundleDescription.getVersion().toString()); Discouraged access: The method createBundleArtifactKey(String, String) from the type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
44. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java (at line 84) IArtifactKey key = BundlesAction.createBundleArtifactKey(bundleDescription.getSymbolicName(), bundleDescription.getVersion().toString()); Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
45. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java (at line 85) IArtifactDescriptor descriptor = PublisherHelper.createArtifactDescriptor(key, osgiTarget); Discouraged access: The method createArtifactDescriptor(IArtifactKey, File) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
46. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java (at line 85) IArtifactDescriptor descriptor = PublisherHelper.createArtifactDescriptor(key, osgiTarget); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
47. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java (at line 90) parameters.put(ActionConstants.PARM_AGENT, getAgent()); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
48. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java (at line 90) parameters.put(ActionConstants.PARM_AGENT, getAgent()); Discouraged access: The field PARM_AGENT from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
49. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java (at line 91) parameters.put(ActionConstants.PARM_PROFILE, profile); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
50. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java (at line 91) parameters.put(ActionConstants.PARM_PROFILE, profile); Discouraged access: The field PARM_PROFILE from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
51. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java (at line 92) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
52. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java (at line 92) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The constructor EclipseTouchpoint() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
53. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java (at line 92) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
54. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java (at line 93) touchpoint.initializePhase(null, profile, "test", parameters); Discouraged access: The method initializePhase(IProgressMonitor, IProfile, String, Map<String,Object>) from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
55. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java (at line 94) InstallableUnitOperand operand = new InstallableUnitOperand(null, iu); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
56. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java (at line 94) InstallableUnitOperand operand = new InstallableUnitOperand(null, iu); Discouraged access: The constructor InstallableUnitOperand(IInstallableUnit, IInstallableUnit) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
57. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java (at line 94) InstallableUnitOperand operand = new InstallableUnitOperand(null, iu); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
58. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java (at line 95) parameters.put("iu", operand.second()); Discouraged access: The method second() from the type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
59. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java (at line 97) touchpoint.initializeOperand(profile, parameters); Discouraged access: The method initializeOperand(IProfile, Map<String,Object>) from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
60. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java (at line 98) Manipulator manipulator = (Manipulator) parameters.get(EclipseTouchpoint.PARM_MANIPULATOR); Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
61. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java (at line 98) Manipulator manipulator = (Manipulator) parameters.get(EclipseTouchpoint.PARM_MANIPULATOR); Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
62. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java (at line 98) Manipulator manipulator = (Manipulator) parameters.get(EclipseTouchpoint.PARM_MANIPULATOR); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
63. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java (at line 98) Manipulator manipulator = (Manipulator) parameters.get(EclipseTouchpoint.PARM_MANIPULATOR); Discouraged access: The field PARM_MANIPULATOR from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
64. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java (at line 103) keyParameters.put(ActionConstants.PARM_PROGRAM_ARG, programArg); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
65. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java (at line 103) keyParameters.put(ActionConstants.PARM_PROGRAM_ARG, programArg); Discouraged access: The field PARM_PROGRAM_ARG from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
66. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java (at line 104) manipulator.getLauncherData().addProgramArg(programArg); Discouraged access: The method addProgramArg(String) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
67. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java (at line 104) manipulator.getLauncherData().addProgramArg(programArg); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
68. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java (at line 109) manipulator.getLauncherData().addProgramArg(resolvedArtifact); Discouraged access: The method addProgramArg(String) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
69. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java (at line 109) manipulator.getLauncherData().addProgramArg(resolvedArtifact); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
70. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java (at line 110) assertTrue(Arrays.asList(manipulator.getLauncherData().getProgramArgs()).contains(resolvedArtifact)); Discouraged access: The method getProgramArgs() from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
71. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java (at line 110) assertTrue(Arrays.asList(manipulator.getLauncherData().getProgramArgs()).contains(resolvedArtifact)); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
72. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java (at line 111) parameters.put(ActionConstants.PARM_PROGRAM_ARG, programArg); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
73. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java (at line 111) parameters.put(ActionConstants.PARM_PROGRAM_ARG, programArg); Discouraged access: The field PARM_PROGRAM_ARG from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
74. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java (at line 114) RemoveProgramArgumentAction artifactAction = new RemoveProgramArgumentAction(); Discouraged access: The type RemoveProgramArgumentAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
75. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java (at line 114) RemoveProgramArgumentAction artifactAction = new RemoveProgramArgumentAction(); Discouraged access: The constructor RemoveProgramArgumentAction() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
76. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java (at line 114) RemoveProgramArgumentAction artifactAction = new RemoveProgramArgumentAction(); Discouraged access: The type RemoveProgramArgumentAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
77. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java (at line 115) RemoveProgramArgumentAction keyAction = new RemoveProgramArgumentAction(); Discouraged access: The type RemoveProgramArgumentAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
78. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java (at line 115) RemoveProgramArgumentAction keyAction = new RemoveProgramArgumentAction(); Discouraged access: The constructor RemoveProgramArgumentAction() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
79. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java (at line 115) RemoveProgramArgumentAction keyAction = new RemoveProgramArgumentAction(); Discouraged access: The type RemoveProgramArgumentAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
80. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java (at line 117) keyAction.execute(keyParameters); Discouraged access: The method execute(Map<String,Object>) from the type RemoveProgramArgumentAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
81. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java (at line 118) artifactAction.execute(parameters); Discouraged access: The method execute(Map<String,Object>) from the type RemoveProgramArgumentAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
82. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java (at line 119) assertFalse(Arrays.asList(manipulator.getLauncherData().getProgramArgs()).contains(resolvedArtifact)); Discouraged access: The method getProgramArgs() from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
83. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java (at line 119) assertFalse(Arrays.asList(manipulator.getLauncherData().getProgramArgs()).contains(resolvedArtifact)); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
84. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java (at line 120) artifactAction.undo(parameters); Discouraged access: The method undo(Map<String,Object>) from the type RemoveProgramArgumentAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
85. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java (at line 121) keyAction.undo(keyParameters); Discouraged access: The method undo(Map<String,Object>) from the type RemoveProgramArgumentAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
86. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java (at line 122) assertTrue(Arrays.asList(manipulator.getLauncherData().getProgramArgs()).contains(resolvedArtifact)); Discouraged access: The method getProgramArgs() from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
87. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java (at line 122) assertTrue(Arrays.asList(manipulator.getLauncherData().getProgramArgs()).contains(resolvedArtifact)); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
88. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java (at line 132) IFileArtifactRepository bundlePool = Util.getBundlePoolRepository(getAgent(), profile); Discouraged access: The method getBundlePoolRepository(IProvisioningAgent, IProfile) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
89. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java (at line 132) IFileArtifactRepository bundlePool = Util.getBundlePoolRepository(getAgent(), profile); Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
90. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java (at line 139) BundleDescription bundleDescription = BundlesAction.createBundleDescription(osgiTarget); Discouraged access: The method createBundleDescription(File) from the type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
91. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java (at line 139) BundleDescription bundleDescription = BundlesAction.createBundleDescription(osgiTarget); Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
92. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java (at line 140) IArtifactKey key = BundlesAction.createBundleArtifactKey(bundleDescription.getSymbolicName(), bundleDescription.getVersion().toString()); Discouraged access: The method createBundleArtifactKey(String, String) from the type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
93. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java (at line 140) IArtifactKey key = BundlesAction.createBundleArtifactKey(bundleDescription.getSymbolicName(), bundleDescription.getVersion().toString()); Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
94. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java (at line 141) IArtifactDescriptor descriptor = PublisherHelper.createArtifactDescriptor(key, osgiTarget); Discouraged access: The method createArtifactDescriptor(IArtifactKey, File) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
95. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java (at line 141) IArtifactDescriptor descriptor = PublisherHelper.createArtifactDescriptor(key, osgiTarget); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
96. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java (at line 146) parameters.put(ActionConstants.PARM_AGENT, getAgent()); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
97. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java (at line 146) parameters.put(ActionConstants.PARM_AGENT, getAgent()); Discouraged access: The field PARM_AGENT from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
98. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java (at line 147) parameters.put(ActionConstants.PARM_PROFILE, profile); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
99. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java (at line 147) parameters.put(ActionConstants.PARM_PROFILE, profile); Discouraged access: The field PARM_PROFILE from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
100. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveProgramArgumentActionTest.java (at line 148) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The constructor EclipseTouchpoint() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ActionManagerTest.java (at line 15) import org.eclipse.equinox.internal.p2.engine.ActionManager; Discouraged access: The type ActionManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ActionManagerTest.java (at line 36) ActionManager manager = new ActionManager(); Discouraged access: The type ActionManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ActionManagerTest.java (at line 36) ActionManager manager = new ActionManager(); Discouraged access: The constructor ActionManager() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ActionManagerTest.java (at line 36) ActionManager manager = new ActionManager(); Discouraged access: The type ActionManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ActionManagerTest.java (at line 37) assertNotNull(manager.getTouchpointQualifiedActionId("test", MetadataFactory.createTouchpointType("phaseTest", Version.create("1")))); Discouraged access: The method getTouchpointQualifiedActionId(String, ITouchpointType) from the type ActionManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ActionManagerTest.java (at line 41) ActionManager manager = new ActionManager(); Discouraged access: The type ActionManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ActionManagerTest.java (at line 41) ActionManager manager = new ActionManager(); Discouraged access: The constructor ActionManager() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ActionManagerTest.java (at line 41) ActionManager manager = new ActionManager(); Discouraged access: The type ActionManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ActionManagerTest.java (at line 42) assertNotNull(manager.getAction("test1.test", new VersionRange("1.0.0"))); Discouraged access: The method getAction(String, VersionRange) from the type ActionManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ActionManagerTest.java (at line 46) ActionManager manager = new ActionManager(); Discouraged access: The type ActionManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ActionManagerTest.java (at line 46) ActionManager manager = new ActionManager(); Discouraged access: The constructor ActionManager() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ActionManagerTest.java (at line 46) ActionManager manager = new ActionManager(); Discouraged access: The type ActionManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ActionManagerTest.java (at line 47) assertNotNull(manager.getAction("test1.test", null)); Discouraged access: The method getAction(String, VersionRange) from the type ActionManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ActionManagerTest.java (at line 52) ActionManager manager = new ActionManager(); Discouraged access: The type ActionManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ActionManagerTest.java (at line 52) ActionManager manager = new ActionManager(); Discouraged access: The constructor ActionManager() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ActionManagerTest.java (at line 52) ActionManager manager = new ActionManager(); Discouraged access: The type ActionManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ActionManagerTest.java (at line 53) assertNull(manager.getAction("dummy.touchpointAndAction.dummy", new VersionRange("1.0.0"))); Discouraged access: The method getAction(String, VersionRange) from the type ActionManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ActionManagerTest.java (at line 61) if (null != manager.getAction("dummy.touchpointAndAction.dummy", new VersionRange("1.0.0"))) Discouraged access: The method getAction(String, VersionRange) from the type ActionManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ActionManagerTest.java (at line 70) if (null == manager.getAction("dummy.touchpointAndAction.dummy", new VersionRange("1.0.0"))) Discouraged access: The method getAction(String, VersionRange) from the type ActionManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug262580.java (at line 14) 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/4M/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/planner/Bug262580.java (at line 27) SimpleProfileRegistry testRregistry = new SimpleProfileRegistry(getAgent(), tempFolder, null, false); Discouraged access: The type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug262580.java (at line 27) SimpleProfileRegistry testRregistry = new SimpleProfileRegistry(getAgent(), tempFolder, null, false); Discouraged access: The constructor SimpleProfileRegistry(IProvisioningAgent, File, ISurrogateProfileHandler, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug262580.java (at line 27) SimpleProfileRegistry testRregistry = new SimpleProfileRegistry(getAgent(), tempFolder, null, false); Discouraged access: The type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug262580.java (at line 28) IProfile currentProfile = testRregistry.getProfile("Bug262580"); Discouraged access: The method getProfile(String) from the type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug262580.java (at line 29) IProfile revertProfile = testRregistry.getProfile("Bug262580", 1233157854281L); Discouraged access: The method getProfile(String, long) from the type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/director/OperationGenerationTest.java (at line 14) import org.eclipse.equinox.internal.p2.director.OperationGenerator; Discouraged access: The type OperationGenerator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/director/OperationGenerationTest.java (at line 16) import org.eclipse.equinox.internal.p2.metadata.ResolvedInstallableUnit; Discouraged access: The type ResolvedInstallableUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/director/OperationGenerationTest.java (at line 37) ProvisioningPlan plan = (ProvisioningPlan) getEngine().createPlan(createProfile("temp"), null); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/director/OperationGenerationTest.java (at line 37) ProvisioningPlan plan = (ProvisioningPlan) getEngine().createPlan(createProfile("temp"), null); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/director/OperationGenerationTest.java (at line 38) new OperationGenerator(plan).generateOperation(from, to); Discouraged access: The constructor OperationGenerator(IProvisioningPlan) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/director/OperationGenerationTest.java (at line 38) new OperationGenerator(plan).generateOperation(from, to); Discouraged access: The method generateOperation(Collection<IInstallableUnit>, Collection<IInstallableUnit>) from the type OperationGenerator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/director/OperationGenerationTest.java (at line 38) new OperationGenerator(plan).generateOperation(from, to); Discouraged access: The type OperationGenerator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/director/OperationGenerationTest.java (at line 39) List<Operand> operands = Arrays.asList(plan.getOperands()); Discouraged access: The type Operand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/director/OperationGenerationTest.java (at line 39) List<Operand> operands = Arrays.asList(plan.getOperands()); Discouraged access: The method getOperands() from the type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/director/OperationGenerationTest.java (at line 61) ProvisioningPlan plan = (ProvisioningPlan) getEngine().createPlan(createProfile("temp"), null); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/director/OperationGenerationTest.java (at line 61) ProvisioningPlan plan = (ProvisioningPlan) getEngine().createPlan(createProfile("temp"), null); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/director/OperationGenerationTest.java (at line 62) new OperationGenerator(plan).generateOperation(from, to); Discouraged access: The method generateOperation(Collection<IInstallableUnit>, Collection<IInstallableUnit>) from the type OperationGenerator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/director/OperationGenerationTest.java (at line 62) new OperationGenerator(plan).generateOperation(from, to); Discouraged access: The constructor OperationGenerator(IProvisioningPlan) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/director/OperationGenerationTest.java (at line 62) new OperationGenerator(plan).generateOperation(from, to); Discouraged access: The type OperationGenerator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/director/OperationGenerationTest.java (at line 63) List<Operand> operands = Arrays.asList(plan.getOperands()); Discouraged access: The type Operand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/director/OperationGenerationTest.java (at line 63) List<Operand> operands = Arrays.asList(plan.getOperands()); Discouraged access: The method getOperands() from the type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/director/OperationGenerationTest.java (at line 84) ProvisioningPlan plan = (ProvisioningPlan) getEngine().createPlan(createProfile("temp"), null); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/director/OperationGenerationTest.java (at line 84) ProvisioningPlan plan = (ProvisioningPlan) getEngine().createPlan(createProfile("temp"), null); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/director/OperationGenerationTest.java (at line 85) new OperationGenerator(plan).generateOperation(from, to); Discouraged access: The constructor OperationGenerator(IProvisioningPlan) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/director/OperationGenerationTest.java (at line 85) new OperationGenerator(plan).generateOperation(from, to); Discouraged access: The method generateOperation(Collection<IInstallableUnit>, Collection<IInstallableUnit>) from the type OperationGenerator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/director/OperationGenerationTest.java (at line 85) new OperationGenerator(plan).generateOperation(from, to); Discouraged access: The type OperationGenerator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/director/OperationGenerationTest.java (at line 86) List<Operand> operands = Arrays.asList(plan.getOperands()); Discouraged access: The type Operand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/director/OperationGenerationTest.java (at line 86) List<Operand> operands = Arrays.asList(plan.getOperands()); Discouraged access: The method getOperands() from the type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/director/OperationGenerationTest.java (at line 107) ProvisioningPlan plan = (ProvisioningPlan) getEngine().createPlan(createProfile("temp"), null); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/director/OperationGenerationTest.java (at line 107) ProvisioningPlan plan = (ProvisioningPlan) getEngine().createPlan(createProfile("temp"), null); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/director/OperationGenerationTest.java (at line 108) new OperationGenerator(plan).generateOperation(from, to); Discouraged access: The method generateOperation(Collection<IInstallableUnit>, Collection<IInstallableUnit>) from the type OperationGenerator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/director/OperationGenerationTest.java (at line 108) new OperationGenerator(plan).generateOperation(from, to); Discouraged access: The constructor OperationGenerator(IProvisioningPlan) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/director/OperationGenerationTest.java (at line 108) new OperationGenerator(plan).generateOperation(from, to); Discouraged access: The type OperationGenerator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/director/OperationGenerationTest.java (at line 109) List<Operand> operands = Arrays.asList(plan.getOperands()); Discouraged access: The type Operand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/director/OperationGenerationTest.java (at line 109) List<Operand> operands = Arrays.asList(plan.getOperands()); Discouraged access: The method getOperands() from the type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/director/OperationGenerationTest.java (at line 132) ProvisioningPlan plan = (ProvisioningPlan) getEngine().createPlan(createProfile("temp"), null); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/director/OperationGenerationTest.java (at line 132) ProvisioningPlan plan = (ProvisioningPlan) getEngine().createPlan(createProfile("temp"), null); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/director/OperationGenerationTest.java (at line 133) new OperationGenerator(plan).generateOperation(from, to); Discouraged access: The method generateOperation(Collection<IInstallableUnit>, Collection<IInstallableUnit>) from the type OperationGenerator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/director/OperationGenerationTest.java (at line 133) new OperationGenerator(plan).generateOperation(from, to); Discouraged access: The constructor OperationGenerator(IProvisioningPlan) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/director/OperationGenerationTest.java (at line 133) new OperationGenerator(plan).generateOperation(from, to); Discouraged access: The type OperationGenerator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/director/OperationGenerationTest.java (at line 134) List<Operand> operands = Arrays.asList(plan.getOperands()); Discouraged access: The type Operand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
37. WARNING in /src/org/eclipse/equinox/p2/tests/director/OperationGenerationTest.java (at line 134) List<Operand> operands = Arrays.asList(plan.getOperands()); Discouraged access: The method getOperands() from the type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
38. WARNING in /src/org/eclipse/equinox/p2/tests/director/OperationGenerationTest.java (at line 164) ProvisioningPlan plan = (ProvisioningPlan) getEngine().createPlan(createProfile("temp"), null); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
39. WARNING in /src/org/eclipse/equinox/p2/tests/director/OperationGenerationTest.java (at line 164) ProvisioningPlan plan = (ProvisioningPlan) getEngine().createPlan(createProfile("temp"), null); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
40. WARNING in /src/org/eclipse/equinox/p2/tests/director/OperationGenerationTest.java (at line 165) new OperationGenerator(plan).generateOperation(from, to); Discouraged access: The constructor OperationGenerator(IProvisioningPlan) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
41. WARNING in /src/org/eclipse/equinox/p2/tests/director/OperationGenerationTest.java (at line 165) new OperationGenerator(plan).generateOperation(from, to); Discouraged access: The method generateOperation(Collection<IInstallableUnit>, Collection<IInstallableUnit>) from the type OperationGenerator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
42. WARNING in /src/org/eclipse/equinox/p2/tests/director/OperationGenerationTest.java (at line 165) new OperationGenerator(plan).generateOperation(from, to); Discouraged access: The type OperationGenerator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
43. WARNING in /src/org/eclipse/equinox/p2/tests/director/OperationGenerationTest.java (at line 166) List<Operand> operands = Arrays.asList(plan.getOperands()); Discouraged access: The type Operand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
44. WARNING in /src/org/eclipse/equinox/p2/tests/director/OperationGenerationTest.java (at line 166) List<Operand> operands = Arrays.asList(plan.getOperands()); Discouraged access: The method getOperands() from the type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
45. WARNING in /src/org/eclipse/equinox/p2/tests/director/OperationGenerationTest.java (at line 193) ProvisioningPlan plan = (ProvisioningPlan) getEngine().createPlan(createProfile("temp"), null); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
46. WARNING in /src/org/eclipse/equinox/p2/tests/director/OperationGenerationTest.java (at line 193) ProvisioningPlan plan = (ProvisioningPlan) getEngine().createPlan(createProfile("temp"), null); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
47. WARNING in /src/org/eclipse/equinox/p2/tests/director/OperationGenerationTest.java (at line 194) new OperationGenerator(plan).generateOperation(from, to); Discouraged access: The method generateOperation(Collection<IInstallableUnit>, Collection<IInstallableUnit>) from the type OperationGenerator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
48. WARNING in /src/org/eclipse/equinox/p2/tests/director/OperationGenerationTest.java (at line 194) new OperationGenerator(plan).generateOperation(from, to); Discouraged access: The constructor OperationGenerator(IProvisioningPlan) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
49. WARNING in /src/org/eclipse/equinox/p2/tests/director/OperationGenerationTest.java (at line 194) new OperationGenerator(plan).generateOperation(from, to); Discouraged access: The type OperationGenerator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
50. WARNING in /src/org/eclipse/equinox/p2/tests/director/OperationGenerationTest.java (at line 195) List<Operand> operands = Arrays.asList(plan.getOperands()); Discouraged access: The type Operand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
51. WARNING in /src/org/eclipse/equinox/p2/tests/director/OperationGenerationTest.java (at line 195) List<Operand> operands = Arrays.asList(plan.getOperands()); Discouraged access: The method getOperands() from the type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
52. WARNING in /src/org/eclipse/equinox/p2/tests/director/OperationGenerationTest.java (at line 221) ProvisioningPlan plan = (ProvisioningPlan) getEngine().createPlan(createProfile("temp"), null); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
53. WARNING in /src/org/eclipse/equinox/p2/tests/director/OperationGenerationTest.java (at line 221) ProvisioningPlan plan = (ProvisioningPlan) getEngine().createPlan(createProfile("temp"), null); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
54. WARNING in /src/org/eclipse/equinox/p2/tests/director/OperationGenerationTest.java (at line 222) new OperationGenerator(plan).generateOperation(from, to); Discouraged access: The constructor OperationGenerator(IProvisioningPlan) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
55. WARNING in /src/org/eclipse/equinox/p2/tests/director/OperationGenerationTest.java (at line 222) new OperationGenerator(plan).generateOperation(from, to); Discouraged access: The method generateOperation(Collection<IInstallableUnit>, Collection<IInstallableUnit>) from the type OperationGenerator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
56. WARNING in /src/org/eclipse/equinox/p2/tests/director/OperationGenerationTest.java (at line 222) new OperationGenerator(plan).generateOperation(from, to); Discouraged access: The type OperationGenerator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
57. WARNING in /src/org/eclipse/equinox/p2/tests/director/OperationGenerationTest.java (at line 223) List<Operand> operands = Arrays.asList(plan.getOperands()); Discouraged access: The type Operand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
58. WARNING in /src/org/eclipse/equinox/p2/tests/director/OperationGenerationTest.java (at line 223) List<Operand> operands = Arrays.asList(plan.getOperands()); Discouraged access: The method getOperands() from the type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
59. WARNING in /src/org/eclipse/equinox/p2/tests/director/OperationGenerationTest.java (at line 247) ProvisioningPlan plan = (ProvisioningPlan) getEngine().createPlan(createProfile("temp"), null); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
60. WARNING in /src/org/eclipse/equinox/p2/tests/director/OperationGenerationTest.java (at line 247) ProvisioningPlan plan = (ProvisioningPlan) getEngine().createPlan(createProfile("temp"), null); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
61. WARNING in /src/org/eclipse/equinox/p2/tests/director/OperationGenerationTest.java (at line 248) new OperationGenerator(plan).generateOperation(from, to); Discouraged access: The method generateOperation(Collection<IInstallableUnit>, Collection<IInstallableUnit>) from the type OperationGenerator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
62. WARNING in /src/org/eclipse/equinox/p2/tests/director/OperationGenerationTest.java (at line 248) new OperationGenerator(plan).generateOperation(from, to); Discouraged access: The constructor OperationGenerator(IProvisioningPlan) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
63. WARNING in /src/org/eclipse/equinox/p2/tests/director/OperationGenerationTest.java (at line 248) new OperationGenerator(plan).generateOperation(from, to); Discouraged access: The type OperationGenerator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
64. WARNING in /src/org/eclipse/equinox/p2/tests/director/OperationGenerationTest.java (at line 249) List<Operand> operands = Arrays.asList(plan.getOperands()); Discouraged access: The type Operand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
65. WARNING in /src/org/eclipse/equinox/p2/tests/director/OperationGenerationTest.java (at line 249) List<Operand> operands = Arrays.asList(plan.getOperands()); Discouraged access: The method getOperands() from the type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
66. WARNING in /src/org/eclipse/equinox/p2/tests/director/OperationGenerationTest.java (at line 252) assertNotSame("3.0", three, ((InstallableUnitOperand) operands.get(i)).first()); Discouraged access: The method first() from the type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
67. WARNING in /src/org/eclipse/equinox/p2/tests/director/OperationGenerationTest.java (at line 252) assertNotSame("3.0", three, ((InstallableUnitOperand) operands.get(i)).first()); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
68. WARNING in /src/org/eclipse/equinox/p2/tests/director/OperationGenerationTest.java (at line 253) assertNotSame("3.0.1", three, ((InstallableUnitOperand) operands.get(i)).second()); Discouraged access: The method second() from the type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
69. WARNING in /src/org/eclipse/equinox/p2/tests/director/OperationGenerationTest.java (at line 253) assertNotSame("3.0.1", three, ((InstallableUnitOperand) operands.get(i)).second()); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
70. WARNING in /src/org/eclipse/equinox/p2/tests/director/OperationGenerationTest.java (at line 255) assertEquals("3.1", one, ((InstallableUnitOperand) operands.get(0)).first()); Discouraged access: The method first() from the type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
71. WARNING in /src/org/eclipse/equinox/p2/tests/director/OperationGenerationTest.java (at line 255) assertEquals("3.1", one, ((InstallableUnitOperand) operands.get(0)).first()); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
72. WARNING in /src/org/eclipse/equinox/p2/tests/director/OperationGenerationTest.java (at line 256) assertNull("3.2", ((InstallableUnitOperand) operands.get(0)).second()); Discouraged access: The method second() from the type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
73. WARNING in /src/org/eclipse/equinox/p2/tests/director/OperationGenerationTest.java (at line 256) assertNull("3.2", ((InstallableUnitOperand) operands.get(0)).second()); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
74. WARNING in /src/org/eclipse/equinox/p2/tests/director/OperationGenerationTest.java (at line 257) assertEquals("3.3", two, ((InstallableUnitOperand) operands.get(1)).first()); Discouraged access: The method first() from the type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
75. WARNING in /src/org/eclipse/equinox/p2/tests/director/OperationGenerationTest.java (at line 257) assertEquals("3.3", two, ((InstallableUnitOperand) operands.get(1)).first()); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
76. WARNING in /src/org/eclipse/equinox/p2/tests/director/OperationGenerationTest.java (at line 258) assertNull("3.4", ((InstallableUnitOperand) operands.get(1)).second()); Discouraged access: The method second() from the type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
77. WARNING in /src/org/eclipse/equinox/p2/tests/director/OperationGenerationTest.java (at line 258) assertNull("3.4", ((InstallableUnitOperand) operands.get(1)).second()); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
78. WARNING in /src/org/eclipse/equinox/p2/tests/director/OperationGenerationTest.java (at line 279) ProvisioningPlan plan = (ProvisioningPlan) getEngine().createPlan(createProfile("temp"), null); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
79. WARNING in /src/org/eclipse/equinox/p2/tests/director/OperationGenerationTest.java (at line 279) ProvisioningPlan plan = (ProvisioningPlan) getEngine().createPlan(createProfile("temp"), null); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
80. WARNING in /src/org/eclipse/equinox/p2/tests/director/OperationGenerationTest.java (at line 280) new OperationGenerator(plan).generateOperation(from, to); Discouraged access: The method generateOperation(Collection<IInstallableUnit>, Collection<IInstallableUnit>) from the type OperationGenerator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
81. WARNING in /src/org/eclipse/equinox/p2/tests/director/OperationGenerationTest.java (at line 280) new OperationGenerator(plan).generateOperation(from, to); Discouraged access: The constructor OperationGenerator(IProvisioningPlan) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
82. WARNING in /src/org/eclipse/equinox/p2/tests/director/OperationGenerationTest.java (at line 280) new OperationGenerator(plan).generateOperation(from, to); Discouraged access: The type OperationGenerator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
83. WARNING in /src/org/eclipse/equinox/p2/tests/director/OperationGenerationTest.java (at line 281) List<Operand> operands = Arrays.asList(plan.getOperands()); Discouraged access: The type Operand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
84. WARNING in /src/org/eclipse/equinox/p2/tests/director/OperationGenerationTest.java (at line 281) List<Operand> operands = Arrays.asList(plan.getOperands()); Discouraged access: The method getOperands() from the type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
85. WARNING in /src/org/eclipse/equinox/p2/tests/director/OperationGenerationTest.java (at line 284) assertNotSame("2.0", two, ((InstallableUnitOperand) operands.get(i)).first()); Discouraged access: The method first() from the type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
86. WARNING in /src/org/eclipse/equinox/p2/tests/director/OperationGenerationTest.java (at line 284) assertNotSame("2.0", two, ((InstallableUnitOperand) operands.get(i)).first()); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
87. WARNING in /src/org/eclipse/equinox/p2/tests/director/OperationGenerationTest.java (at line 285) assertNotSame("2.1", two, ((InstallableUnitOperand) operands.get(i)).second()); Discouraged access: The method second() from the type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
88. WARNING in /src/org/eclipse/equinox/p2/tests/director/OperationGenerationTest.java (at line 285) assertNotSame("2.1", two, ((InstallableUnitOperand) operands.get(i)).second()); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
89. WARNING in /src/org/eclipse/equinox/p2/tests/director/OperationGenerationTest.java (at line 289) assertEquals("2.4", one, ((InstallableUnitOperand) operands.get(0)).first()); Discouraged access: The method first() from the type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
90. WARNING in /src/org/eclipse/equinox/p2/tests/director/OperationGenerationTest.java (at line 289) assertEquals("2.4", one, ((InstallableUnitOperand) operands.get(0)).first()); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
91. WARNING in /src/org/eclipse/equinox/p2/tests/director/OperationGenerationTest.java (at line 290) assertEquals("2.5", three, ((InstallableUnitOperand) operands.get(0)).second()); Discouraged access: The method second() from the type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
92. WARNING in /src/org/eclipse/equinox/p2/tests/director/OperationGenerationTest.java (at line 290) assertEquals("2.5", three, ((InstallableUnitOperand) operands.get(0)).second()); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
93. WARNING in /src/org/eclipse/equinox/p2/tests/director/OperationGenerationTest.java (at line 312) ProvisioningPlan plan = (ProvisioningPlan) getEngine().createPlan(createProfile("temp"), null); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
94. WARNING in /src/org/eclipse/equinox/p2/tests/director/OperationGenerationTest.java (at line 312) ProvisioningPlan plan = (ProvisioningPlan) getEngine().createPlan(createProfile("temp"), null); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
95. WARNING in /src/org/eclipse/equinox/p2/tests/director/OperationGenerationTest.java (at line 313) new OperationGenerator(plan).generateOperation(from, to); Discouraged access: The constructor OperationGenerator(IProvisioningPlan) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
96. WARNING in /src/org/eclipse/equinox/p2/tests/director/OperationGenerationTest.java (at line 313) new OperationGenerator(plan).generateOperation(from, to); Discouraged access: The method generateOperation(Collection<IInstallableUnit>, Collection<IInstallableUnit>) from the type OperationGenerator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
97. WARNING in /src/org/eclipse/equinox/p2/tests/director/OperationGenerationTest.java (at line 313) new OperationGenerator(plan).generateOperation(from, to); Discouraged access: The type OperationGenerator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
98. WARNING in /src/org/eclipse/equinox/p2/tests/director/OperationGenerationTest.java (at line 314) List<Operand> operands = Arrays.asList(plan.getOperands()); Discouraged access: The type Operand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
99. WARNING in /src/org/eclipse/equinox/p2/tests/director/OperationGenerationTest.java (at line 314) List<Operand> operands = Arrays.asList(plan.getOperands()); Discouraged access: The method getOperands() from the type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
100. WARNING in /src/org/eclipse/equinox/p2/tests/director/OperationGenerationTest.java (at line 317) assertNotSame("2.0", two, ((InstallableUnitOperand) operands.get(i)).first()); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/LocationTest.java (at line 16) import org.eclipse.equinox.internal.p2.artifact.repository.MirrorRequest; Discouraged access: The type MirrorRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/LocationTest.java (at line 18) import org.eclipse.equinox.internal.p2.metadata.ArtifactKey; Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/LocationTest.java (at line 50) IArtifactKey key = new ArtifactKey("osgi.bundle", "org.springframework.ide.eclipse", Version.parseVersion("2.3.2.201003220227-RELEASE")); Discouraged access: The constructor ArtifactKey(String, String, Version) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/LocationTest.java (at line 50) IArtifactKey key = new ArtifactKey("osgi.bundle", "org.springframework.ide.eclipse", Version.parseVersion("2.3.2.201003220227-RELEASE")); Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/LocationTest.java (at line 52) MirrorRequest req = new MirrorRequest(key, targetRepository, null, null, getTransport()); Discouraged access: The type MirrorRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/LocationTest.java (at line 52) MirrorRequest req = new MirrorRequest(key, targetRepository, null, null, getTransport()); Discouraged access: The constructor MirrorRequest(IArtifactKey, IArtifactRepository, Map<String,String>, Map<String,String>, Transport) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/LocationTest.java (at line 52) MirrorRequest req = new MirrorRequest(key, targetRepository, null, null, getTransport()); Discouraged access: The type MirrorRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/LocationTest.java (at line 53) req.perform(sourceRepository, new NullProgressMonitor()); Discouraged access: The method perform(IArtifactRepository, IProgressMonitor) from the type MirrorRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/LocationTest.java (at line 54) IStatus status = req.getResult(); Discouraged access: The method getResult() from the type ArtifactRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest1b.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/4M/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/planner/PatchTest1b.java (at line 48) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest1b.java (at line 48) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest1b.java (at line 48) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest1b.java (at line 49) req1.addInstallableUnits(new IInstallableUnit[] {a1, p1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/repository/FileReaderTest.java (at line 17) import org.eclipse.equinox.internal.p2.transport.ecf.RepositoryTransport; Discouraged access: The type RepositoryTransport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/repository/FileReaderTest.java (at line 26) RepositoryTransport transport = new RepositoryTransport(); Discouraged access: The type RepositoryTransport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/repository/FileReaderTest.java (at line 26) RepositoryTransport transport = new RepositoryTransport(); Discouraged access: The constructor RepositoryTransport() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/repository/FileReaderTest.java (at line 26) RepositoryTransport transport = new RepositoryTransport(); Discouraged access: The type RepositoryTransport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/repository/FileReaderTest.java (at line 29) IStatus status = transport.download(toDownload, target, new NullProgressMonitor()); Discouraged access: The method download(URI, OutputStream, IProgressMonitor) from the type RepositoryTransport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/repository/FileReaderTest.java (at line 36) RepositoryTransport transport = new RepositoryTransport(); Discouraged access: The type RepositoryTransport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/repository/FileReaderTest.java (at line 36) RepositoryTransport transport = new RepositoryTransport(); Discouraged access: The constructor RepositoryTransport() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/repository/FileReaderTest.java (at line 36) RepositoryTransport transport = new RepositoryTransport(); Discouraged access: The type RepositoryTransport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/repository/FileReaderTest.java (at line 39) IStatus status = transport.download(toDownload, target, new NullProgressMonitor()); Discouraged access: The method download(URI, OutputStream, IProgressMonitor) from the type RepositoryTransport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/repository/FileReaderTest.java (at line 50) RepositoryTransport transport = new RepositoryTransport(); Discouraged access: The type RepositoryTransport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/repository/FileReaderTest.java (at line 50) RepositoryTransport transport = new RepositoryTransport(); Discouraged access: The constructor RepositoryTransport() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/repository/FileReaderTest.java (at line 50) RepositoryTransport transport = new RepositoryTransport(); Discouraged access: The type RepositoryTransport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/repository/FileReaderTest.java (at line 53) InputStream stream = transport.stream(toDownload, monitor); Discouraged access: The method stream(URI, IProgressMonitor) from the type RepositoryTransport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/repository/FileReaderTest.java (at line 62) RepositoryTransport transport = new RepositoryTransport(); Discouraged access: The type RepositoryTransport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/repository/FileReaderTest.java (at line 62) RepositoryTransport transport = new RepositoryTransport(); Discouraged access: The constructor RepositoryTransport() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/repository/FileReaderTest.java (at line 62) RepositoryTransport transport = new RepositoryTransport(); Discouraged access: The type RepositoryTransport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/repository/FileReaderTest.java (at line 66) IStatus result = transport.download(toDownload, target, monitor); Discouraged access: The method download(URI, OutputStream, IProgressMonitor) from the type RepositoryTransport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest2.java (at line 20) import org.eclipse.equinox.internal.p2.artifact.repository.MirrorRequest; Discouraged access: The type MirrorRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest2.java (at line 21) import org.eclipse.equinox.internal.p2.artifact.repository.MirrorSelector; Discouraged access: The type MirrorSelector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest2.java (at line 23) import org.eclipse.equinox.internal.p2.metadata.ArtifactKey; Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest2.java (at line 24) import org.eclipse.equinox.internal.p2.repository.Transport; Discouraged access: The type Transport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest2.java (at line 25) import org.eclipse.equinox.internal.p2.transport.ecf.RepositoryTransport; Discouraged access: The type RepositoryTransport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest2.java (at line 65) IArtifactKey key = new ArtifactKey("test.txt", "HelloWorldText", Version.parseVersion("1.0.0")); Discouraged access: The constructor ArtifactKey(String, String, Version) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest2.java (at line 65) IArtifactKey key = new ArtifactKey("test.txt", "HelloWorldText", Version.parseVersion("1.0.0")); Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest2.java (at line 66) MirrorRequest request = new MirrorRequest(key, targetRepository, null, null, (Transport) getAgent().getService(Transport.SERVICE_NAME)); Discouraged access: The type MirrorRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest2.java (at line 66) MirrorRequest request = new MirrorRequest(key, targetRepository, null, null, (Transport) getAgent().getService(Transport.SERVICE_NAME)); Discouraged access: The constructor MirrorRequest(IArtifactKey, IArtifactRepository, Map<String,String>, Map<String,String>, Transport) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest2.java (at line 66) MirrorRequest request = new MirrorRequest(key, targetRepository, null, null, (Transport) getAgent().getService(Transport.SERVICE_NAME)); Discouraged access: The type MirrorRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest2.java (at line 66) MirrorRequest request = new MirrorRequest(key, targetRepository, null, null, (Transport) getAgent().getService(Transport.SERVICE_NAME)); Discouraged access: The type Transport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest2.java (at line 66) MirrorRequest request = new MirrorRequest(key, targetRepository, null, null, (Transport) getAgent().getService(Transport.SERVICE_NAME)); Discouraged access: The type Transport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest2.java (at line 66) MirrorRequest request = new MirrorRequest(key, targetRepository, null, null, (Transport) getAgent().getService(Transport.SERVICE_NAME)); Discouraged access: The field SERVICE_NAME from the type Transport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest2.java (at line 70) field.set(sourceRepository, new MirrorSelector(mirrorRepo, (Transport) getAgent().getService(Transport.SERVICE_NAME)) { Discouraged access: The type MirrorSelector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest2.java (at line 70) field.set(sourceRepository, new MirrorSelector(mirrorRepo, (Transport) getAgent().getService(Transport.SERVICE_NAME)) { Discouraged access: The type Transport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest2.java (at line 70) field.set(sourceRepository, new MirrorSelector(mirrorRepo, (Transport) getAgent().getService(Transport.SERVICE_NAME)) { Discouraged access: The type Transport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest2.java (at line 70) field.set(sourceRepository, new MirrorSelector(mirrorRepo, (Transport) getAgent().getService(Transport.SERVICE_NAME)) { Discouraged access: The field SERVICE_NAME from the type Transport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest2.java (at line 87) request.perform(mirrorRepo, new NullProgressMonitor()); Discouraged access: The method perform(IArtifactRepository, IProgressMonitor) from the type MirrorRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest2.java (at line 90) assertTrue(request.getResult().toString(), request.getResult().isOK()); Discouraged access: The method getResult() from the type ArtifactRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest2.java (at line 90) assertTrue(request.getResult().toString(), request.getResult().isOK()); Discouraged access: The method getResult() from the type ArtifactRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest2.java (at line 95) System.setProperty(RepositoryTransport.TIMEOUT_RETRY, "4"); Discouraged access: The type RepositoryTransport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest2.java (at line 95) System.setProperty(RepositoryTransport.TIMEOUT_RETRY, "4"); Discouraged access: The field TIMEOUT_RETRY from the type RepositoryTransport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest2.java (at line 97) IArtifactKey key = new ArtifactKey("test.txt", "HelloWorldText", Version.parseVersion("1.0.0")); Discouraged access: The constructor ArtifactKey(String, String, Version) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest2.java (at line 97) IArtifactKey key = new ArtifactKey("test.txt", "HelloWorldText", Version.parseVersion("1.0.0")); Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest2.java (at line 98) MirrorRequest request = new MirrorRequest(key, targetRepository, null, null, (Transport) getAgent().getService(Transport.SERVICE_NAME)); Discouraged access: The type MirrorRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest2.java (at line 98) MirrorRequest request = new MirrorRequest(key, targetRepository, null, null, (Transport) getAgent().getService(Transport.SERVICE_NAME)); Discouraged access: The constructor MirrorRequest(IArtifactKey, IArtifactRepository, Map<String,String>, Map<String,String>, Transport) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest2.java (at line 98) MirrorRequest request = new MirrorRequest(key, targetRepository, null, null, (Transport) getAgent().getService(Transport.SERVICE_NAME)); Discouraged access: The type MirrorRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest2.java (at line 98) MirrorRequest request = new MirrorRequest(key, targetRepository, null, null, (Transport) getAgent().getService(Transport.SERVICE_NAME)); Discouraged access: The type Transport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest2.java (at line 98) MirrorRequest request = new MirrorRequest(key, targetRepository, null, null, (Transport) getAgent().getService(Transport.SERVICE_NAME)); Discouraged access: The type Transport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest2.java (at line 98) MirrorRequest request = new MirrorRequest(key, targetRepository, null, null, (Transport) getAgent().getService(Transport.SERVICE_NAME)); Discouraged access: The field SERVICE_NAME from the type Transport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest2.java (at line 99) request.perform(sourceRepository, new NullProgressMonitor()); Discouraged access: The method perform(IArtifactRepository, IProgressMonitor) from the type MirrorRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest2.java (at line 102) assertTrue(request.getResult().toString(), request.getResult().isOK()); Discouraged access: The method getResult() from the type ArtifactRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest2.java (at line 102) assertTrue(request.getResult().toString(), request.getResult().isOK()); Discouraged access: The method getResult() from the type ArtifactRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest2.java (at line 104) System.clearProperty(RepositoryTransport.TIMEOUT_RETRY); Discouraged access: The type RepositoryTransport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/MirrorRequestTest2.java (at line 104) System.clearProperty(RepositoryTransport.TIMEOUT_RETRY); Discouraged access: The field TIMEOUT_RETRY from the type RepositoryTransport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest2.java (at line 18) import org.eclipse.equinox.internal.p2.core.ProvisioningAgent; Discouraged access: The type ProvisioningAgent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest2.java (at line 19) import org.eclipse.equinox.internal.p2.engine.CommitOperationEvent; Discouraged access: The type CommitOperationEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest2.java (at line 20) import org.eclipse.equinox.internal.p2.engine.RollbackOperationEvent; Discouraged access: The type RollbackOperationEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest2.java (at line 21) import org.eclipse.equinox.internal.p2.repository.DownloadProgressEvent; Discouraged access: The type DownloadProgressEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest2.java (at line 22) import org.eclipse.equinox.internal.p2.touchpoint.eclipse.Util; Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest2.java (at line 23) import org.eclipse.equinox.internal.provisional.p2.core.eventbus.IProvisioningEventBus; Discouraged access: The type IProvisioningEventBus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest2.java (at line 24) import org.eclipse.equinox.internal.provisional.p2.core.eventbus.ProvisioningListener; Discouraged access: The type ProvisioningListener is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest2.java (at line 40) ProvisioningAgent newAgent = new ProvisioningAgent(); Discouraged access: The type ProvisioningAgent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest2.java (at line 40) ProvisioningAgent newAgent = new ProvisioningAgent(); Discouraged access: The constructor ProvisioningAgent() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest2.java (at line 40) ProvisioningAgent newAgent = new ProvisioningAgent(); Discouraged access: The type ProvisioningAgent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest2.java (at line 41) newAgent.setBundleContext(TestActivator.getContext()); Discouraged access: The method setBundleContext(BundleContext) from the type ProvisioningAgent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest2.java (at line 42) IProvisioningEventBus eventBus = (IProvisioningEventBus) newAgent.getService(IProvisioningEventBus.SERVICE_NAME); Discouraged access: The type IProvisioningEventBus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest2.java (at line 42) IProvisioningEventBus eventBus = (IProvisioningEventBus) newAgent.getService(IProvisioningEventBus.SERVICE_NAME); Discouraged access: The type IProvisioningEventBus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest2.java (at line 42) IProvisioningEventBus eventBus = (IProvisioningEventBus) newAgent.getService(IProvisioningEventBus.SERVICE_NAME); Discouraged access: The method getService(String) from the type ProvisioningAgent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest2.java (at line 42) IProvisioningEventBus eventBus = (IProvisioningEventBus) newAgent.getService(IProvisioningEventBus.SERVICE_NAME); Discouraged access: The type IProvisioningEventBus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest2.java (at line 42) IProvisioningEventBus eventBus = (IProvisioningEventBus) newAgent.getService(IProvisioningEventBus.SERVICE_NAME); Discouraged access: The field SERVICE_NAME from the type IProvisioningEventBus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest2.java (at line 43) class DownloadProvisiongEventListener implements ProvisioningListener { Discouraged access: The type ProvisioningListener is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest2.java (at line 48) if (o instanceof DownloadProgressEvent) { Discouraged access: The type DownloadProgressEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest2.java (at line 50) } else if (o instanceof CommitOperationEvent || o instanceof RollbackOperationEvent) Discouraged access: The type CommitOperationEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest2.java (at line 50) } else if (o instanceof CommitOperationEvent || o instanceof RollbackOperationEvent) Discouraged access: The type RollbackOperationEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest2.java (at line 56) eventBus.addListener(provListener); Discouraged access: The method addListener(ProvisioningListener) from the type IProvisioningEventBus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest2.java (at line 58) IProvisioningEventBus eventBus2 = (IProvisioningEventBus) getAgent().getService(IProvisioningEventBus.SERVICE_NAME); Discouraged access: The type IProvisioningEventBus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest2.java (at line 58) IProvisioningEventBus eventBus2 = (IProvisioningEventBus) getAgent().getService(IProvisioningEventBus.SERVICE_NAME); Discouraged access: The type IProvisioningEventBus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest2.java (at line 58) IProvisioningEventBus eventBus2 = (IProvisioningEventBus) getAgent().getService(IProvisioningEventBus.SERVICE_NAME); Discouraged access: The type IProvisioningEventBus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest2.java (at line 58) IProvisioningEventBus eventBus2 = (IProvisioningEventBus) getAgent().getService(IProvisioningEventBus.SERVICE_NAME); Discouraged access: The field SERVICE_NAME from the type IProvisioningEventBus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest2.java (at line 67) IArtifactRepository bundlePool = Util.getBundlePoolRepository(getAgent(), profile); Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest2.java (at line 67) IArtifactRepository bundlePool = Util.getBundlePoolRepository(getAgent(), profile); Discouraged access: The method getBundlePoolRepository(IProvisioningAgent, IProfile) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest2.java (at line 80) eventBus2.addListener(provListener1); Discouraged access: The method addListener(ProvisioningListener) from the type IProvisioningEventBus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest2.java (at line 87) eventBus2.removeListener(provListener1); Discouraged access: The method removeListener(ProvisioningListener) from the type IProvisioningEventBus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/LocalMetadataRepositoryTest.java (at line 191) ProvisioningListener listener = new SynchronousProvisioningListener() { Discouraged access: The type ProvisioningListener is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/LocalMetadataRepositoryTest.java (at line 191) ProvisioningListener listener = new SynchronousProvisioningListener() { Discouraged access: The type SynchronousProvisioningListener is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/LocalMetadataRepositoryTest.java (at line 204) final IProvisioningEventBus eventBus = getEventBus(); Discouraged access: The type IProvisioningEventBus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/LocalMetadataRepositoryTest.java (at line 205) eventBus.addListener(listener); Discouraged access: The method addListener(ProvisioningListener) from the type IProvisioningEventBus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/LocalMetadataRepositoryTest.java (at line 214) eventBus.removeListener(listener); Discouraged access: The method removeListener(ProvisioningListener) from the type IProvisioningEventBus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/LocalMetadataRepositoryTest.java (at line 234) ProvisioningListener listener = new SynchronousProvisioningListener() { Discouraged access: The type ProvisioningListener is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/LocalMetadataRepositoryTest.java (at line 234) ProvisioningListener listener = new SynchronousProvisioningListener() { Discouraged access: The type SynchronousProvisioningListener is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/LocalMetadataRepositoryTest.java (at line 247) getEventBus().addListener(listener); Discouraged access: The method addListener(ProvisioningListener) from the type IProvisioningEventBus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/metadata/repository/LocalMetadataRepositoryTest.java (at line 255) getEventBus().removeListener(listener); Discouraged access: The method removeListener(ProvisioningListener) from the type IProvisioningEventBus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/gc/GCCleanTest.java (at line 16) import org.eclipse.equinox.internal.p2.garbagecollector.CoreGarbageCollector; Discouraged access: The type CoreGarbageCollector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.garbagecollector/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/gc/GCCleanTest.java (at line 17) import org.eclipse.equinox.internal.p2.metadata.ArtifactKey; Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/gc/GCCleanTest.java (at line 34) ArtifactDescriptor d1 = new ArtifactDescriptor(new ArtifactKey("osgi.bundle", "a", Version.create("1.0.0"))); Discouraged access: The constructor ArtifactKey(String, String, Version) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/gc/GCCleanTest.java (at line 34) ArtifactDescriptor d1 = new ArtifactDescriptor(new ArtifactKey("osgi.bundle", "a", Version.create("1.0.0"))); Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/gc/GCCleanTest.java (at line 35) ArtifactDescriptor d2 = new ArtifactDescriptor(new ArtifactKey("osgi.bundle", "a", Version.create("2.0.0"))); Discouraged access: The constructor ArtifactKey(String, String, Version) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/gc/GCCleanTest.java (at line 35) ArtifactDescriptor d2 = new ArtifactDescriptor(new ArtifactKey("osgi.bundle", "a", Version.create("2.0.0"))); Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/gc/GCCleanTest.java (at line 36) ArtifactDescriptor d3 = new ArtifactDescriptor(new ArtifactKey("osgi.bundle", "a", Version.create("2.0.0"))); Discouraged access: The constructor ArtifactKey(String, String, Version) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/gc/GCCleanTest.java (at line 36) ArtifactDescriptor d3 = new ArtifactDescriptor(new ArtifactKey("osgi.bundle", "a", Version.create("2.0.0"))); Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/gc/GCCleanTest.java (at line 49) CoreGarbageCollector gc = new CoreGarbageCollector(); Discouraged access: The type CoreGarbageCollector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.garbagecollector/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/gc/GCCleanTest.java (at line 49) CoreGarbageCollector gc = new CoreGarbageCollector(); Discouraged access: The constructor CoreGarbageCollector() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.garbagecollector/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/gc/GCCleanTest.java (at line 49) CoreGarbageCollector gc = new CoreGarbageCollector(); Discouraged access: The type CoreGarbageCollector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.garbagecollector/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/gc/GCCleanTest.java (at line 51) gc.clean(new IArtifactKey[0], repository); Discouraged access: The method clean(IArtifactKey[], IArtifactRepository) from the type CoreGarbageCollector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.garbagecollector/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java (at line 22) import org.eclipse.equinox.internal.p2.core.helpers.ServiceHelper; Discouraged access: The type ServiceHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java (at line 23) import org.eclipse.equinox.internal.p2.core.helpers.URLUtil; Discouraged access: The type URLUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java (at line 24) 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/4M/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/AbstractProvisioningTest.java (at line 25) 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/4M/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/AbstractProvisioningTest.java (at line 26) import org.eclipse.equinox.internal.p2.metadata.IRequiredCapability; Discouraged access: The type IRequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java (at line 27) 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/4M/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/AbstractProvisioningTest.java (at line 28) import org.eclipse.equinox.internal.p2.metadata.repository.MetadataRepositoryManager; Discouraged access: The type MetadataRepositoryManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java (at line 29) import org.eclipse.equinox.internal.p2.repository.Transport; Discouraged access: The type Transport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java (at line 30) import org.eclipse.equinox.internal.provisional.p2.core.eventbus.IProvisioningEventBus; Discouraged access: The type IProvisioningEventBus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java (at line 31) import org.eclipse.equinox.internal.provisional.p2.director.IDirector; Discouraged access: The type IDirector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java (at line 37) import org.eclipse.equinox.p2.publisher.PublisherInfo; Discouraged access: The type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java (at line 44) import org.eclipse.equinox.spi.p2.publisher.PublisherHelper; Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java (at line 65) protected static final IRequiredCapability[] NO_REQUIRES = new IRequiredCapability[0]; Discouraged access: The type IRequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java (at line 65) protected static final IRequiredCapability[] NO_REQUIRES = new IRequiredCapability[0]; Discouraged access: The type IRequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java (at line 280) PublisherInfo info = new PublisherInfo(); Discouraged access: The type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java (at line 280) PublisherInfo info = new PublisherInfo(); Discouraged access: The constructor PublisherInfo() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java (at line 280) PublisherInfo info = new PublisherInfo(); Discouraged access: The type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java (at line 281) String shape = isFolder ? IBundleShapeAdvice.DIR : IBundleShapeAdvice.JAR; Discouraged access: The type IBundleShapeAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java (at line 281) String shape = isFolder ? IBundleShapeAdvice.DIR : IBundleShapeAdvice.JAR; Discouraged access: The field DIR from the type IBundleShapeAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java (at line 281) String shape = isFolder ? IBundleShapeAdvice.DIR : IBundleShapeAdvice.JAR; Discouraged access: The type IBundleShapeAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java (at line 281) String shape = isFolder ? IBundleShapeAdvice.DIR : IBundleShapeAdvice.JAR; Discouraged access: The field JAR from the type IBundleShapeAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java (at line 282) info.addAdvice(new BundleShapeAdvice(bd.getSymbolicName(), PublisherHelper.fromOSGiVersion(bd.getVersion()), shape)); Discouraged access: The method addAdvice(IPublisherAdvice) from the type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java (at line 282) info.addAdvice(new BundleShapeAdvice(bd.getSymbolicName(), PublisherHelper.fromOSGiVersion(bd.getVersion()), shape)); Discouraged access: The constructor BundleShapeAdvice(String, Version, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java (at line 282) info.addAdvice(new BundleShapeAdvice(bd.getSymbolicName(), PublisherHelper.fromOSGiVersion(bd.getVersion()), shape)); Discouraged access: The type BundleShapeAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java (at line 282) info.addAdvice(new BundleShapeAdvice(bd.getSymbolicName(), PublisherHelper.fromOSGiVersion(bd.getVersion()), shape)); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java (at line 282) info.addAdvice(new BundleShapeAdvice(bd.getSymbolicName(), PublisherHelper.fromOSGiVersion(bd.getVersion()), shape)); Discouraged access: The method fromOSGiVersion(Version) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java (at line 283) return BundlesAction.createBundleIU(bd, key, info); Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java (at line 283) return BundlesAction.createBundleIU(bd, key, info); Discouraged access: The method createBundleIU(BundleDescription, IArtifactKey, IPublisherInfo) from the type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java (at line 286) public static IDirector createDirector() { Discouraged access: The type IDirector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java (at line 287) return (IDirector) getAgent().getService(IDirector.SERVICE_NAME); Discouraged access: The type IDirector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java (at line 287) return (IDirector) getAgent().getService(IDirector.SERVICE_NAME); Discouraged access: The type IDirector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java (at line 287) return (IDirector) getAgent().getService(IDirector.SERVICE_NAME); Discouraged access: The field SERVICE_NAME from the type IDirector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java (at line 326) return InstallableUnit.parseFilter("(" + filterKey + '=' + filterValue + ')'); Discouraged access: The type InstallableUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java (at line 326) return InstallableUnit.parseFilter("(" + filterKey + '=' + filterValue + ')'); Discouraged access: The method parseFilter(String) from the type InstallableUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java (at line 366) return createIU(name, InstallableUnit.parseFilter(filter), additionalProvides); Discouraged access: The type InstallableUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java (at line 366) return createIU(name, InstallableUnit.parseFilter(filter), additionalProvides); Discouraged access: The method parseFilter(String) from the type InstallableUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
37. WARNING in /src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java (at line 422) return createIU(name, version, InstallableUnit.parseFilter(filter), additionalProvides); Discouraged access: The type InstallableUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
38. WARNING in /src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java (at line 422) return createIU(name, version, InstallableUnit.parseFilter(filter), additionalProvides); Discouraged access: The method parseFilter(String) from the type InstallableUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
39. WARNING in /src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java (at line 586) return createRequiredCapabilities(namespace, name, range, InstallableUnit.parseFilter(filter)); Discouraged access: The type InstallableUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
40. WARNING in /src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java (at line 586) return createRequiredCapabilities(namespace, name, range, InstallableUnit.parseFilter(filter)); Discouraged access: The method parseFilter(String) from the type InstallableUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
41. WARNING in /src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java (at line 598) return MetadataFactory.createRequirement(IInstallableUnit.NAMESPACE_IU_ID, name, range, InstallableUnit.parseFilter(filter), false, false); Discouraged access: The type InstallableUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
42. WARNING in /src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java (at line 598) return MetadataFactory.createRequirement(IInstallableUnit.NAMESPACE_IU_ID, name, range, InstallableUnit.parseFilter(filter), false, false); Discouraged access: The method parseFilter(String) from the type InstallableUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
43. WARNING in /src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java (at line 850) MetadataRepositoryManager repoMan = (MetadataRepositoryManager) getMetadataRepositoryManager(); Discouraged access: The type MetadataRepositoryManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
44. WARNING in /src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java (at line 850) MetadataRepositoryManager repoMan = (MetadataRepositoryManager) getMetadataRepositoryManager(); Discouraged access: The type MetadataRepositoryManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
45. WARNING in /src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java (at line 852) repoMan.addRepository(repo); Discouraged access: The method addRepository(IMetadataRepository) from the type MetadataRepositoryManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
46. WARNING in /src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java (at line 866) return (IProvisioningAgent) ServiceHelper.getService(TestActivator.getContext(), IProvisioningAgent.SERVICE_NAME); Discouraged access: The type ServiceHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
47. WARNING in /src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java (at line 866) return (IProvisioningAgent) ServiceHelper.getService(TestActivator.getContext(), IProvisioningAgent.SERVICE_NAME); Discouraged access: The method getService(BundleContext, String) from the type ServiceHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
48. WARNING in /src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java (at line 871) return (IProvisioningAgentProvider) ServiceHelper.getService(TestActivator.getContext(), IProvisioningAgentProvider.SERVICE_NAME); Discouraged access: The type ServiceHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
49. WARNING in /src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java (at line 871) return (IProvisioningAgentProvider) ServiceHelper.getService(TestActivator.getContext(), IProvisioningAgentProvider.SERVICE_NAME); Discouraged access: The method getService(BundleContext, String) from the type ServiceHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
50. WARNING in /src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java (at line 887) protected Transport getTransport() { Discouraged access: The type Transport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
51. WARNING in /src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java (at line 888) return (Transport) getAgent().getService(Transport.SERVICE_NAME); Discouraged access: The type Transport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
52. WARNING in /src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java (at line 888) return (Transport) getAgent().getService(Transport.SERVICE_NAME); Discouraged access: The type Transport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
53. WARNING in /src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java (at line 888) return (Transport) getAgent().getService(Transport.SERVICE_NAME); Discouraged access: The field SERVICE_NAME from the type Transport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes |
54. WARNING in /src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java (at line 935) Location instanceLocation = (Location) ServiceHelper.getService(TestActivator.getContext(), Location.class.getName(), Location.INSTANCE_FILTER); Discouraged access: The type ServiceHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
55. WARNING in /src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java (at line 935) Location instanceLocation = (Location) ServiceHelper.getService(TestActivator.getContext(), Location.class.getName(), Location.INSTANCE_FILTER); Discouraged access: The method getService(BundleContext, String, String) from the type ServiceHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
56. WARNING in /src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java (at line 941) File instance = URLUtil.toFile(url); Discouraged access: The type URLUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
57. WARNING in /src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java (at line 941) File instance = URLUtil.toFile(url); Discouraged access: The method toFile(URL) from the type URLUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
58. WARNING in /src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java (at line 1040) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
59. WARNING in /src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java (at line 1040) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
60. WARNING in /src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java (at line 1040) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
61. WARNING in /src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java (at line 1042) req.add(ius[i]); Discouraged access: The method add(IInstallableUnit) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
62. WARNING in /src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java (at line 1043) req.setInstallableUnitInclusionRules(ius[i], strict ? ProfileInclusionRules.createStrictInclusionRule(ius[i]) : ProfileInclusionRules.createOptionalInclusionRule(ius[i])); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
63. WARNING in /src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java (at line 1044) req.setInstallableUnitProfileProperty(ius[i], IProfile.PROP_PROFILE_ROOT_IU, Boolean.TRUE.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/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
64. WARNING in /src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java (at line 1051) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
65. WARNING in /src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java (at line 1051) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
66. WARNING in /src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java (at line 1051) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
67. WARNING in /src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java (at line 1053) req.add(ius[i]); Discouraged access: The method add(IInstallableUnit) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
68. WARNING in /src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java (at line 1054) req.setInstallableUnitInclusionRules(ius[i], strict ? ProfileInclusionRules.createStrictInclusionRule(ius[i]) : ProfileInclusionRules.createOptionalInclusionRule(ius[i])); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
69. WARNING in /src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java (at line 1055) req.setInstallableUnitProfileProperty(ius[i], IProfile.PROP_PROFILE_ROOT_IU, Boolean.TRUE.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/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
70. WARNING in /src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java (at line 1056) req.setInstallableUnitProfileProperty(ius[i], "org.eclipse.equinox.p2.base", Boolean.TRUE.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/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
71. WARNING in /src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java (at line 1063) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
72. WARNING in /src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java (at line 1063) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
73. WARNING in /src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java (at line 1063) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
74. WARNING in /src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java (at line 1065) req.add(ius[i]); Discouraged access: The method add(IInstallableUnit) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
75. WARNING in /src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java (at line 1066) req.setInstallableUnitInclusionRules(ius[i], strict ? ProfileInclusionRules.createStrictInclusionRule(ius[i]) : ProfileInclusionRules.createOptionalInclusionRule(ius[i])); Discouraged access: The method setInstallableUnitInclusionRules(IInstallableUnit, String) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
76. WARNING in /src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java (at line 1080) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
77. WARNING in /src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java (at line 1080) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
78. WARNING in /src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java (at line 1080) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
79. WARNING in /src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java (at line 1081) req.removeInstallableUnits(ius); Discouraged access: The method removeInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
80. WARNING in /src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java (at line 1139) protected IProvisioningEventBus getEventBus() { Discouraged access: The type IProvisioningEventBus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
81. WARNING in /src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java (at line 1140) IProvisioningEventBus bus = (IProvisioningEventBus) getAgent().getService(IProvisioningEventBus.SERVICE_NAME); Discouraged access: The type IProvisioningEventBus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
82. WARNING in /src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java (at line 1140) IProvisioningEventBus bus = (IProvisioningEventBus) getAgent().getService(IProvisioningEventBus.SERVICE_NAME); Discouraged access: The type IProvisioningEventBus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
83. WARNING in /src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java (at line 1140) IProvisioningEventBus bus = (IProvisioningEventBus) getAgent().getService(IProvisioningEventBus.SERVICE_NAME); Discouraged access: The type IProvisioningEventBus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
84. WARNING in /src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java (at line 1140) IProvisioningEventBus bus = (IProvisioningEventBus) getAgent().getService(IProvisioningEventBus.SERVICE_NAME); Discouraged access: The field SERVICE_NAME from the type IProvisioningEventBus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
85. WARNING in /src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java (at line 1530) public void clearProfileMap(SimpleProfileRegistry profileRegistry) { Discouraged access: The type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
86. WARNING in /src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java (at line 1532) Field profilesMap = SimpleProfileRegistry.class.getDeclaredField("profiles"); Discouraged access: The type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
87. WARNING in /src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java (at line 1577) SimpleProfileRegistry profileRegistry = (SimpleProfileRegistry) getProfileRegistry(); Discouraged access: The type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
88. WARNING in /src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java (at line 1577) SimpleProfileRegistry profileRegistry = (SimpleProfileRegistry) getProfileRegistry(); Discouraged access: The type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
89. WARNING in /src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java (at line 1579) 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/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
90. WARNING in /src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java (at line 1599) SimpleProfileRegistry profileRegistry = (SimpleProfileRegistry) getProfileRegistry(); Discouraged access: The type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
91. WARNING in /src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java (at line 1599) SimpleProfileRegistry profileRegistry = (SimpleProfileRegistry) getProfileRegistry(); Discouraged access: The type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
92. WARNING in /src/org/eclipse/equinox/p2/tests/AbstractProvisioningTest.java (at line 1601) 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/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CorruptedJar.java (at line 16) import org.eclipse.equinox.internal.p2.artifact.repository.MirrorRequest; Discouraged access: The type MirrorRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CorruptedJar.java (at line 17) import org.eclipse.equinox.internal.p2.engine.DownloadManager; Discouraged access: The type DownloadManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CorruptedJar.java (at line 48) DownloadManager mgr = new DownloadManager(ctx, getAgent()); Discouraged access: The type DownloadManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CorruptedJar.java (at line 48) DownloadManager mgr = new DownloadManager(ctx, getAgent()); Discouraged access: The constructor DownloadManager(ProvisioningContext, IProvisioningAgent) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CorruptedJar.java (at line 48) DownloadManager mgr = new DownloadManager(ctx, getAgent()); Discouraged access: The type DownloadManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CorruptedJar.java (at line 50) mgr.add(new MirrorRequest(key, target, null, null, getTransport())); Discouraged access: The method add(IArtifactRequest) from the type DownloadManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CorruptedJar.java (at line 50) mgr.add(new MirrorRequest(key, target, null, null, getTransport())); Discouraged access: The constructor MirrorRequest(IArtifactKey, IArtifactRepository, Map<String,String>, Map<String,String>, Transport) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CorruptedJar.java (at line 50) mgr.add(new MirrorRequest(key, target, null, null, getTransport())); Discouraged access: The type MirrorRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/CorruptedJar.java (at line 51) IStatus s = mgr.start(new NullProgressMonitor()); Discouraged access: The method start(IProgressMonitor) from the type DownloadManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug365124.java (at line 39) Operand[] operands = ((ProvisioningPlan) plan).getOperands(); Discouraged access: The type Operand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug365124.java (at line 39) Operand[] operands = ((ProvisioningPlan) plan).getOperands(); Discouraged access: The method getOperands() from the type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug365124.java (at line 39) Operand[] operands = ((ProvisioningPlan) plan).getOperands(); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug365124.java (at line 40) for (Operand operand : operands) { Discouraged access: The type Operand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug365124.java (at line 41) if (operand instanceof InstallableUnitOperand) Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramPropertyActionTest.java (at line 14) import org.eclipse.equinox.internal.p2.engine.InstallableUnitOperand; Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramPropertyActionTest.java (at line 15) import org.eclipse.equinox.internal.p2.touchpoint.eclipse.EclipseTouchpoint; Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramPropertyActionTest.java (at line 16) import org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.ActionConstants; Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramPropertyActionTest.java (at line 17) import org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.AddProgramPropertyAction; Discouraged access: The type AddProgramPropertyAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramPropertyActionTest.java (at line 18) import org.eclipse.equinox.internal.provisional.frameworkadmin.ConfigData; Discouraged access: The type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramPropertyActionTest.java (at line 19) import org.eclipse.equinox.internal.provisional.frameworkadmin.Manipulator; Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramPropertyActionTest.java (at line 36) parameters.put(ActionConstants.PARM_AGENT, getAgent()); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramPropertyActionTest.java (at line 36) parameters.put(ActionConstants.PARM_AGENT, getAgent()); Discouraged access: The field PARM_AGENT from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramPropertyActionTest.java (at line 37) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramPropertyActionTest.java (at line 37) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The constructor EclipseTouchpoint() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramPropertyActionTest.java (at line 37) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramPropertyActionTest.java (at line 41) InstallableUnitOperand operand = new InstallableUnitOperand(null, createIU("test")); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramPropertyActionTest.java (at line 41) InstallableUnitOperand operand = new InstallableUnitOperand(null, createIU("test")); Discouraged access: The constructor InstallableUnitOperand(IInstallableUnit, IInstallableUnit) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramPropertyActionTest.java (at line 41) InstallableUnitOperand operand = new InstallableUnitOperand(null, createIU("test")); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramPropertyActionTest.java (at line 42) touchpoint.initializePhase(null, profile, "test", parameters); Discouraged access: The method initializePhase(IProgressMonitor, IProfile, String, Map<String,Object>) from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramPropertyActionTest.java (at line 43) parameters.put("iu", operand.second()); Discouraged access: The method second() from the type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramPropertyActionTest.java (at line 44) touchpoint.initializeOperand(profile, parameters); Discouraged access: The method initializeOperand(IProfile, Map<String,Object>) from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramPropertyActionTest.java (at line 45) Manipulator manipulator = (Manipulator) parameters.get(EclipseTouchpoint.PARM_MANIPULATOR); Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramPropertyActionTest.java (at line 45) Manipulator manipulator = (Manipulator) parameters.get(EclipseTouchpoint.PARM_MANIPULATOR); Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramPropertyActionTest.java (at line 45) Manipulator manipulator = (Manipulator) parameters.get(EclipseTouchpoint.PARM_MANIPULATOR); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramPropertyActionTest.java (at line 45) Manipulator manipulator = (Manipulator) parameters.get(EclipseTouchpoint.PARM_MANIPULATOR); Discouraged access: The field PARM_MANIPULATOR from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramPropertyActionTest.java (at line 47) ConfigData data = manipulator.getConfigData(); Discouraged access: The type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramPropertyActionTest.java (at line 47) ConfigData data = manipulator.getConfigData(); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramPropertyActionTest.java (at line 52) assertNull(data.getProperty(key)); Discouraged access: The method getProperty(String) from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramPropertyActionTest.java (at line 53) parameters.put(ActionConstants.PARM_PROP_NAME, key); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramPropertyActionTest.java (at line 53) parameters.put(ActionConstants.PARM_PROP_NAME, key); Discouraged access: The field PARM_PROP_NAME from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramPropertyActionTest.java (at line 54) parameters.put(ActionConstants.PARM_PROP_VALUE, value1); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramPropertyActionTest.java (at line 54) parameters.put(ActionConstants.PARM_PROP_VALUE, value1); Discouraged access: The field PARM_PROP_VALUE from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramPropertyActionTest.java (at line 57) AddProgramPropertyAction action = new AddProgramPropertyAction(); Discouraged access: The type AddProgramPropertyAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramPropertyActionTest.java (at line 57) AddProgramPropertyAction action = new AddProgramPropertyAction(); Discouraged access: The constructor AddProgramPropertyAction() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramPropertyActionTest.java (at line 57) AddProgramPropertyAction action = new AddProgramPropertyAction(); Discouraged access: The type AddProgramPropertyAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramPropertyActionTest.java (at line 58) action.execute(parameters); Discouraged access: The method execute(Map<String,Object>) from the type AddProgramPropertyAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramPropertyActionTest.java (at line 59) String current = data.getProperty(key); Discouraged access: The method getProperty(String) from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramPropertyActionTest.java (at line 64) parameters.put(ActionConstants.PARM_PROP_VALUE, value2); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramPropertyActionTest.java (at line 64) parameters.put(ActionConstants.PARM_PROP_VALUE, value2); Discouraged access: The field PARM_PROP_VALUE from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramPropertyActionTest.java (at line 65) action.execute(parameters); Discouraged access: The method execute(Map<String,Object>) from the type AddProgramPropertyAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
37. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramPropertyActionTest.java (at line 66) current = data.getProperty(key); Discouraged access: The method getProperty(String) from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
38. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramPropertyActionTest.java (at line 71) parameters.put(ActionConstants.PARM_PROP_VALUE, value2); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
39. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramPropertyActionTest.java (at line 71) parameters.put(ActionConstants.PARM_PROP_VALUE, value2); Discouraged access: The field PARM_PROP_VALUE from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
40. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramPropertyActionTest.java (at line 72) action.undo(parameters); Discouraged access: The method undo(Map<String,Object>) from the type AddProgramPropertyAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
41. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramPropertyActionTest.java (at line 73) current = data.getProperty(key); Discouraged access: The method getProperty(String) from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
42. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramPropertyActionTest.java (at line 78) data.setProperty(key, null); Discouraged access: The method setProperty(String, String) from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetFrameworkDependentPropertyActionTest.java (at line 14) import org.eclipse.equinox.internal.p2.engine.InstallableUnitOperand; Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetFrameworkDependentPropertyActionTest.java (at line 15) import org.eclipse.equinox.internal.p2.touchpoint.eclipse.EclipseTouchpoint; Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetFrameworkDependentPropertyActionTest.java (at line 16) import org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.ActionConstants; Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetFrameworkDependentPropertyActionTest.java (at line 17) import org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.SetProgramPropertyAction; Discouraged access: The type SetProgramPropertyAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetFrameworkDependentPropertyActionTest.java (at line 18) import org.eclipse.equinox.internal.provisional.frameworkadmin.Manipulator; Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetFrameworkDependentPropertyActionTest.java (at line 34) parameters.put(ActionConstants.PARM_AGENT, getAgent()); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetFrameworkDependentPropertyActionTest.java (at line 34) parameters.put(ActionConstants.PARM_AGENT, getAgent()); Discouraged access: The field PARM_AGENT from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetFrameworkDependentPropertyActionTest.java (at line 35) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetFrameworkDependentPropertyActionTest.java (at line 35) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The constructor EclipseTouchpoint() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetFrameworkDependentPropertyActionTest.java (at line 35) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetFrameworkDependentPropertyActionTest.java (at line 39) InstallableUnitOperand operand = new InstallableUnitOperand(null, createIU("test")); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetFrameworkDependentPropertyActionTest.java (at line 39) InstallableUnitOperand operand = new InstallableUnitOperand(null, createIU("test")); Discouraged access: The constructor InstallableUnitOperand(IInstallableUnit, IInstallableUnit) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetFrameworkDependentPropertyActionTest.java (at line 39) InstallableUnitOperand operand = new InstallableUnitOperand(null, createIU("test")); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetFrameworkDependentPropertyActionTest.java (at line 40) touchpoint.initializePhase(null, profile, "test", parameters); Discouraged access: The method initializePhase(IProgressMonitor, IProfile, String, Map<String,Object>) from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetFrameworkDependentPropertyActionTest.java (at line 41) parameters.put("iu", operand.second()); Discouraged access: The method second() from the type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetFrameworkDependentPropertyActionTest.java (at line 42) touchpoint.initializeOperand(profile, parameters); Discouraged access: The method initializeOperand(IProfile, Map<String,Object>) from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetFrameworkDependentPropertyActionTest.java (at line 43) Manipulator manipulator = (Manipulator) parameters.get(EclipseTouchpoint.PARM_MANIPULATOR); Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetFrameworkDependentPropertyActionTest.java (at line 43) Manipulator manipulator = (Manipulator) parameters.get(EclipseTouchpoint.PARM_MANIPULATOR); Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetFrameworkDependentPropertyActionTest.java (at line 43) Manipulator manipulator = (Manipulator) parameters.get(EclipseTouchpoint.PARM_MANIPULATOR); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetFrameworkDependentPropertyActionTest.java (at line 43) Manipulator manipulator = (Manipulator) parameters.get(EclipseTouchpoint.PARM_MANIPULATOR); Discouraged access: The field PARM_MANIPULATOR from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetFrameworkDependentPropertyActionTest.java (at line 48) assertFalse(manipulator.getConfigData().getProperties().containsKey(frameworkDependentPropertyName)); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetFrameworkDependentPropertyActionTest.java (at line 48) assertFalse(manipulator.getConfigData().getProperties().containsKey(frameworkDependentPropertyName)); Discouraged access: The method getProperties() from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetFrameworkDependentPropertyActionTest.java (at line 49) parameters.put(ActionConstants.PARM_PROP_NAME, frameworkDependentPropertyName); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetFrameworkDependentPropertyActionTest.java (at line 49) parameters.put(ActionConstants.PARM_PROP_NAME, frameworkDependentPropertyName); Discouraged access: The field PARM_PROP_NAME from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetFrameworkDependentPropertyActionTest.java (at line 50) parameters.put(ActionConstants.PARM_PROP_VALUE, frameworkDependentPropertyValue); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetFrameworkDependentPropertyActionTest.java (at line 50) parameters.put(ActionConstants.PARM_PROP_VALUE, frameworkDependentPropertyValue); Discouraged access: The field PARM_PROP_VALUE from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetFrameworkDependentPropertyActionTest.java (at line 53) SetProgramPropertyAction action = new SetProgramPropertyAction(); Discouraged access: The type SetProgramPropertyAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetFrameworkDependentPropertyActionTest.java (at line 53) SetProgramPropertyAction action = new SetProgramPropertyAction(); Discouraged access: The constructor SetProgramPropertyAction() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetFrameworkDependentPropertyActionTest.java (at line 53) SetProgramPropertyAction action = new SetProgramPropertyAction(); Discouraged access: The type SetProgramPropertyAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetFrameworkDependentPropertyActionTest.java (at line 54) action.execute(parameters); Discouraged access: The method execute(Map<String,Object>) from the type SetProgramPropertyAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetFrameworkDependentPropertyActionTest.java (at line 55) assertEquals("true", manipulator.getConfigData().getProperty(frameworkDependentPropertyName)); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetFrameworkDependentPropertyActionTest.java (at line 55) assertEquals("true", manipulator.getConfigData().getProperty(frameworkDependentPropertyName)); Discouraged access: The method getProperty(String) from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetFrameworkDependentPropertyActionTest.java (at line 56) action.undo(parameters); Discouraged access: The method undo(Map<String,Object>) from the type SetProgramPropertyAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetFrameworkDependentPropertyActionTest.java (at line 57) assertFalse(manipulator.getConfigData().getProperties().containsKey(frameworkDependentPropertyName)); Discouraged access: The method getConfigData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetFrameworkDependentPropertyActionTest.java (at line 57) assertFalse(manipulator.getConfigData().getProperties().containsKey(frameworkDependentPropertyName)); Discouraged access: The method getProperties() from the type ConfigData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/Bug252308.java (at line 17) import org.eclipse.equinox.internal.p2.artifact.repository.MirrorRequest; Discouraged access: The type MirrorRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/Bug252308.java (at line 19) import org.eclipse.equinox.internal.p2.metadata.ArtifactKey; Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/Bug252308.java (at line 41) extractRootCause = MirrorRequest.class.getDeclaredMethod("extractRootCause", new Class[] {IStatus.class}); Discouraged access: The type MirrorRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/Bug252308.java (at line 43) transferSingle = MirrorRequest.class.getDeclaredMethod("transferSingle", new Class[] {IArtifactDescriptor.class, IArtifactDescriptor.class, IProgressMonitor.class}); Discouraged access: The type MirrorRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/Bug252308.java (at line 51) private IStatus transferSingle(MirrorRequest request, IArtifactDescriptor destinationDescriptor, IArtifactDescriptor sourceDescriptor, IProgressMonitor monitor) throws Exception { Discouraged access: The type MirrorRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/Bug252308.java (at line 128) class TestRequest extends MirrorRequest { Discouraged access: The type MirrorRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/Bug252308.java (at line 130) super(key, targetRepository, targetDescriptorProperties, targetRepositoryProperties, getTransport()); Discouraged access: The constructor MirrorRequest(IArtifactKey, IArtifactRepository, Map<String,String>, Map<String,String>, Transport) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/Bug252308.java (at line 134) super.setSourceRepository(source); Discouraged access: The method setSourceRepository(IArtifactRepository) from the type ArtifactRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/Bug252308.java (at line 137) TestRequest request = new TestRequest(new ArtifactKey("osgi.bundle", "missingFromFileSystem", Version.createOSGi(1, 0, 0)), target, null, null); Discouraged access: The constructor ArtifactKey(String, String, Version) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/Bug252308.java (at line 137) TestRequest request = new TestRequest(new ArtifactKey("osgi.bundle", "missingFromFileSystem", Version.createOSGi(1, 0, 0)), target, null, null); Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/Bug252308.java (at line 144) return repo.getArtifactDescriptors(new ArtifactKey(classifier, id, version)); Discouraged access: The constructor ArtifactKey(String, String, Version) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/Bug252308.java (at line 144) return repo.getArtifactDescriptors(new ArtifactKey(classifier, id, version)); Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/Bug351944.java (at line 91) * copy from {@link org.eclipse.equinox.internal.p2.engine.DownloadManager} Discouraged access: The type DownloadManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/director/UpdateTest.java (at line 11) 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/4M/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/director/UpdateTest.java (at line 15) import org.eclipse.equinox.internal.provisional.p2.director.IDirector; Discouraged access: The type IDirector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/director/UpdateTest.java (at line 28) IDirector director; Discouraged access: The type IDirector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/director/UpdateTest.java (at line 50) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/director/UpdateTest.java (at line 50) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/director/UpdateTest.java (at line 50) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/director/UpdateTest.java (at line 51) request.addInstallableUnits(new IInstallableUnit[] {fa}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/director/UpdateTest.java (at line 52) assertOK("1.0", director.provision(request, null, null)); Discouraged access: The method provision(IProfileChangeRequest, ProvisioningContext, IProgressMonitor) from the type IDirector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/director/UpdateTest.java (at line 58) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/director/UpdateTest.java (at line 58) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/director/UpdateTest.java (at line 58) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/director/UpdateTest.java (at line 59) request.addInstallableUnits(new IInstallableUnit[] {f1_1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/director/UpdateTest.java (at line 62) assertOK("1.1", director.provision(request, null, null)); Discouraged access: The method provision(IProfileChangeRequest, ProvisioningContext, IProgressMonitor) from the type IDirector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/director/UpdateTest.java (at line 63) request = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/director/UpdateTest.java (at line 63) request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/director/UpdateTest.java (at line 64) request.addInstallableUnits(new IInstallableUnit[] {f1_4}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/director/UpdateTest.java (at line 65) assertEquals(IStatus.ERROR, director.provision(request, null, new NullProgressMonitor()).getSeverity()); Discouraged access: The method provision(IProfileChangeRequest, ProvisioningContext, IProgressMonitor) from the type IDirector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/SimpleConfiguratorUtilsTest.java (at line 17) import org.eclipse.equinox.internal.simpleconfigurator.utils.BundleInfo; Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/SimpleConfiguratorUtilsTest.java (at line 18) import org.eclipse.equinox.internal.simpleconfigurator.utils.SimpleConfiguratorUtils; Discouraged access: The type SimpleConfiguratorUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/SimpleConfiguratorUtilsTest.java (at line 31) BundleInfo canonicalInfo = SimpleConfiguratorUtils.parseBundleInfoLine(canonicalForm, baseURI); Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/SimpleConfiguratorUtilsTest.java (at line 31) BundleInfo canonicalInfo = SimpleConfiguratorUtils.parseBundleInfoLine(canonicalForm, baseURI); Discouraged access: The type SimpleConfiguratorUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/SimpleConfiguratorUtilsTest.java (at line 31) BundleInfo canonicalInfo = SimpleConfiguratorUtils.parseBundleInfoLine(canonicalForm, baseURI); Discouraged access: The method parseBundleInfoLine(String, URI) from the type SimpleConfiguratorUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/SimpleConfiguratorUtilsTest.java (at line 49) BundleInfo info = SimpleConfiguratorUtils.parseBundleInfoLine(line[i], baseURI); Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/SimpleConfiguratorUtilsTest.java (at line 49) BundleInfo info = SimpleConfiguratorUtils.parseBundleInfoLine(line[i], baseURI); Discouraged access: The type SimpleConfiguratorUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/SimpleConfiguratorUtilsTest.java (at line 49) BundleInfo info = SimpleConfiguratorUtils.parseBundleInfoLine(line[i], baseURI); Discouraged access: The method parseBundleInfoLine(String, URI) from the type SimpleConfiguratorUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/SimpleConfiguratorUtilsTest.java (at line 51) if (info.getLocation().isAbsolute()) Discouraged access: The method getLocation() from the type BundleInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/SimpleConfiguratorUtilsTest.java (at line 52) assertEquals("[" + i + "]", absoluteBundleLocation, SimpleConfiguratorUtils.getBundleLocation(info, true)); Discouraged access: The type SimpleConfiguratorUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/SimpleConfiguratorUtilsTest.java (at line 52) assertEquals("[" + i + "]", absoluteBundleLocation, SimpleConfiguratorUtils.getBundleLocation(info, true)); Discouraged access: The method getBundleLocation(BundleInfo, boolean) from the type SimpleConfiguratorUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/SimpleConfiguratorUtilsTest.java (at line 54) assertEquals("[" + i + "]", relativeBundleLocation, SimpleConfiguratorUtils.getBundleLocation(info, true)); Discouraged access: The type SimpleConfiguratorUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/SimpleConfiguratorUtilsTest.java (at line 54) assertEquals("[" + i + "]", relativeBundleLocation, SimpleConfiguratorUtils.getBundleLocation(info, true)); Discouraged access: The method getBundleLocation(BundleInfo, boolean) from the type SimpleConfiguratorUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/SimpleConfiguratorUtilsTest.java (at line 64) BundleInfo canonicalInfo = SimpleConfiguratorUtils.parseBundleInfoLine(canonicalForm, baseURI); Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/SimpleConfiguratorUtilsTest.java (at line 64) BundleInfo canonicalInfo = SimpleConfiguratorUtils.parseBundleInfoLine(canonicalForm, baseURI); Discouraged access: The type SimpleConfiguratorUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/SimpleConfiguratorUtilsTest.java (at line 64) BundleInfo canonicalInfo = SimpleConfiguratorUtils.parseBundleInfoLine(canonicalForm, baseURI); Discouraged access: The method parseBundleInfoLine(String, URI) from the type SimpleConfiguratorUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/SimpleConfiguratorUtilsTest.java (at line 81) BundleInfo info = SimpleConfiguratorUtils.parseBundleInfoLine(line[i], baseURI); Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/SimpleConfiguratorUtilsTest.java (at line 81) BundleInfo info = SimpleConfiguratorUtils.parseBundleInfoLine(line[i], baseURI); Discouraged access: The type SimpleConfiguratorUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/SimpleConfiguratorUtilsTest.java (at line 81) BundleInfo info = SimpleConfiguratorUtils.parseBundleInfoLine(line[i], baseURI); Discouraged access: The method parseBundleInfoLine(String, URI) from the type SimpleConfiguratorUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/SimpleConfiguratorUtilsTest.java (at line 83) if (info.getLocation().isAbsolute()) Discouraged access: The method getLocation() from the type BundleInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/SimpleConfiguratorUtilsTest.java (at line 84) assertEquals("[" + i + "]", absoluteBundleLocation, SimpleConfiguratorUtils.getBundleLocation(info, true)); Discouraged access: The type SimpleConfiguratorUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/SimpleConfiguratorUtilsTest.java (at line 84) assertEquals("[" + i + "]", absoluteBundleLocation, SimpleConfiguratorUtils.getBundleLocation(info, true)); Discouraged access: The method getBundleLocation(BundleInfo, boolean) from the type SimpleConfiguratorUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/SimpleConfiguratorUtilsTest.java (at line 86) assertEquals("[" + i + "]", relativeBundleLocation, SimpleConfiguratorUtils.getBundleLocation(info, true)); Discouraged access: The type SimpleConfiguratorUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/SimpleConfiguratorUtilsTest.java (at line 86) assertEquals("[" + i + "]", relativeBundleLocation, SimpleConfiguratorUtils.getBundleLocation(info, true)); Discouraged access: The method getBundleLocation(BundleInfo, boolean) from the type SimpleConfiguratorUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/SimpleConfiguratorUtilsTest.java (at line 96) BundleInfo canonicalInfo = SimpleConfiguratorUtils.parseBundleInfoLine(canonicalForm, baseURI); Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/SimpleConfiguratorUtilsTest.java (at line 96) BundleInfo canonicalInfo = SimpleConfiguratorUtils.parseBundleInfoLine(canonicalForm, baseURI); Discouraged access: The type SimpleConfiguratorUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/SimpleConfiguratorUtilsTest.java (at line 96) BundleInfo canonicalInfo = SimpleConfiguratorUtils.parseBundleInfoLine(canonicalForm, baseURI); Discouraged access: The method parseBundleInfoLine(String, URI) from the type SimpleConfiguratorUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/SimpleConfiguratorUtilsTest.java (at line 113) BundleInfo info = SimpleConfiguratorUtils.parseBundleInfoLine(line[i], baseURI); Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/SimpleConfiguratorUtilsTest.java (at line 113) BundleInfo info = SimpleConfiguratorUtils.parseBundleInfoLine(line[i], baseURI); Discouraged access: The type SimpleConfiguratorUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/SimpleConfiguratorUtilsTest.java (at line 113) BundleInfo info = SimpleConfiguratorUtils.parseBundleInfoLine(line[i], baseURI); Discouraged access: The method parseBundleInfoLine(String, URI) from the type SimpleConfiguratorUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/SimpleConfiguratorUtilsTest.java (at line 115) if (info.getLocation().isAbsolute()) Discouraged access: The method getLocation() from the type BundleInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/SimpleConfiguratorUtilsTest.java (at line 116) assertEquals("[" + i + "]", absoluteBundleLocation, SimpleConfiguratorUtils.getBundleLocation(info, true)); Discouraged access: The type SimpleConfiguratorUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/SimpleConfiguratorUtilsTest.java (at line 116) assertEquals("[" + i + "]", absoluteBundleLocation, SimpleConfiguratorUtils.getBundleLocation(info, true)); Discouraged access: The method getBundleLocation(BundleInfo, boolean) from the type SimpleConfiguratorUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/SimpleConfiguratorUtilsTest.java (at line 118) assertEquals("[" + i + "]", relativeBundleLocation, SimpleConfiguratorUtils.getBundleLocation(info, true)); Discouraged access: The type SimpleConfiguratorUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/SimpleConfiguratorUtilsTest.java (at line 118) assertEquals("[" + i + "]", relativeBundleLocation, SimpleConfiguratorUtils.getBundleLocation(info, true)); Discouraged access: The method getBundleLocation(BundleInfo, boolean) from the type SimpleConfiguratorUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/SimpleConfiguratorUtilsTest.java (at line 131) BundleInfo canonicalInfo = SimpleConfiguratorUtils.parseBundleInfoLine(canonicalForm, baseURI); Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
37. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/SimpleConfiguratorUtilsTest.java (at line 131) BundleInfo canonicalInfo = SimpleConfiguratorUtils.parseBundleInfoLine(canonicalForm, baseURI); Discouraged access: The type SimpleConfiguratorUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
38. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/SimpleConfiguratorUtilsTest.java (at line 131) BundleInfo canonicalInfo = SimpleConfiguratorUtils.parseBundleInfoLine(canonicalForm, baseURI); Discouraged access: The method parseBundleInfoLine(String, URI) from the type SimpleConfiguratorUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
39. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/SimpleConfiguratorUtilsTest.java (at line 146) BundleInfo info = SimpleConfiguratorUtils.parseBundleInfoLine(line[i], baseURI); Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
40. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/SimpleConfiguratorUtilsTest.java (at line 146) BundleInfo info = SimpleConfiguratorUtils.parseBundleInfoLine(line[i], baseURI); Discouraged access: The type SimpleConfiguratorUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
41. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/SimpleConfiguratorUtilsTest.java (at line 146) BundleInfo info = SimpleConfiguratorUtils.parseBundleInfoLine(line[i], baseURI); Discouraged access: The method parseBundleInfoLine(String, URI) from the type SimpleConfiguratorUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
42. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/SimpleConfiguratorUtilsTest.java (at line 148) if (info.getLocation().isAbsolute()) Discouraged access: The method getLocation() from the type BundleInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
43. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/SimpleConfiguratorUtilsTest.java (at line 149) assertEquals("[" + i + "]", absoluteBundleLocation, SimpleConfiguratorUtils.getBundleLocation(info, true)); Discouraged access: The type SimpleConfiguratorUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
44. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/SimpleConfiguratorUtilsTest.java (at line 149) assertEquals("[" + i + "]", absoluteBundleLocation, SimpleConfiguratorUtils.getBundleLocation(info, true)); Discouraged access: The method getBundleLocation(BundleInfo, boolean) from the type SimpleConfiguratorUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
45. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/SimpleConfiguratorUtilsTest.java (at line 151) assertEquals("[" + i + "]", relativeBundleLocation, SimpleConfiguratorUtils.getBundleLocation(info, true)); Discouraged access: The type SimpleConfiguratorUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
46. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/SimpleConfiguratorUtilsTest.java (at line 151) assertEquals("[" + i + "]", relativeBundleLocation, SimpleConfiguratorUtils.getBundleLocation(info, true)); Discouraged access: The method getBundleLocation(BundleInfo, boolean) from the type SimpleConfiguratorUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
47. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/SimpleConfiguratorUtilsTest.java (at line 161) List infos = SimpleConfiguratorUtils.readConfiguration(data.toURL(), baseURI); Discouraged access: The type SimpleConfiguratorUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
48. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/SimpleConfiguratorUtilsTest.java (at line 161) List infos = SimpleConfiguratorUtils.readConfiguration(data.toURL(), baseURI); Discouraged access: The method readConfiguration(URL, URI) from the type SimpleConfiguratorUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
49. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/SimpleConfiguratorUtilsTest.java (at line 164) BundleInfo a = new BundleInfo("a", "1.0.0", new URI("plugins/a_1.0.0.jar"), 4, false); Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
50. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/SimpleConfiguratorUtilsTest.java (at line 164) BundleInfo a = new BundleInfo("a", "1.0.0", new URI("plugins/a_1.0.0.jar"), 4, false); Discouraged access: The constructor BundleInfo(String, String, URI, int, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
51. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/SimpleConfiguratorUtilsTest.java (at line 164) BundleInfo a = new BundleInfo("a", "1.0.0", new URI("plugins/a_1.0.0.jar"), 4, false); Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
52. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/SimpleConfiguratorUtilsTest.java (at line 165) a.setBaseLocation(baseURI); Discouraged access: The method setBaseLocation(URI) from the type BundleInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
53. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/SimpleConfiguratorUtilsTest.java (at line 166) BundleInfo b = new BundleInfo("b", "1.0.0", new URI("plugins/b_1.0.0.jar"), -1, true); Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
54. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/SimpleConfiguratorUtilsTest.java (at line 166) BundleInfo b = new BundleInfo("b", "1.0.0", new URI("plugins/b_1.0.0.jar"), -1, true); Discouraged access: The constructor BundleInfo(String, String, URI, int, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
55. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/SimpleConfiguratorUtilsTest.java (at line 166) BundleInfo b = new BundleInfo("b", "1.0.0", new URI("plugins/b_1.0.0.jar"), -1, true); Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
56. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/SimpleConfiguratorUtilsTest.java (at line 167) b.setBaseLocation(baseURI); Discouraged access: The method setBaseLocation(URI) from the type BundleInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
57. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/SimpleConfiguratorUtilsTest.java (at line 184) SimpleConfiguratorUtils.parseCommentLine(versionPrefix + "1"); Discouraged access: The type SimpleConfiguratorUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
58. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/SimpleConfiguratorUtilsTest.java (at line 184) SimpleConfiguratorUtils.parseCommentLine(versionPrefix + "1"); Discouraged access: The method parseCommentLine(String) from the type SimpleConfiguratorUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
59. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/SimpleConfiguratorUtilsTest.java (at line 186) SimpleConfiguratorUtils.parseCommentLine(versionPrefix + "999"); Discouraged access: The type SimpleConfiguratorUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
60. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/SimpleConfiguratorUtilsTest.java (at line 186) SimpleConfiguratorUtils.parseCommentLine(versionPrefix + "999"); Discouraged access: The method parseCommentLine(String) from the type SimpleConfiguratorUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
61. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/SimpleConfiguratorUtilsTest.java (at line 198) assertEquals(0, SimpleConfiguratorUtils.readConfiguration(bundleInfoFile.toURL(), null).size()); Discouraged access: The type SimpleConfiguratorUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
62. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/SimpleConfiguratorUtilsTest.java (at line 198) assertEquals(0, SimpleConfiguratorUtils.readConfiguration(bundleInfoFile.toURL(), null).size()); Discouraged access: The method readConfiguration(URL, URI) from the type SimpleConfiguratorUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveJVMArgumentActionTest.java (at line 12) import org.eclipse.equinox.internal.p2.engine.InstallableUnitOperand; Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveJVMArgumentActionTest.java (at line 13) import org.eclipse.equinox.internal.p2.touchpoint.eclipse.EclipseTouchpoint; Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveJVMArgumentActionTest.java (at line 14) import org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.ActionConstants; Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveJVMArgumentActionTest.java (at line 15) import org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.RemoveJVMArgumentAction; Discouraged access: The type RemoveJVMArgumentAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveJVMArgumentActionTest.java (at line 16) import org.eclipse.equinox.internal.provisional.frameworkadmin.Manipulator; Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveJVMArgumentActionTest.java (at line 32) parameters.put(ActionConstants.PARM_AGENT, getAgent()); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveJVMArgumentActionTest.java (at line 32) parameters.put(ActionConstants.PARM_AGENT, getAgent()); Discouraged access: The field PARM_AGENT from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveJVMArgumentActionTest.java (at line 33) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveJVMArgumentActionTest.java (at line 33) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The constructor EclipseTouchpoint() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveJVMArgumentActionTest.java (at line 33) EclipseTouchpoint touchpoint = new EclipseTouchpoint(); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveJVMArgumentActionTest.java (at line 37) InstallableUnitOperand operand = new InstallableUnitOperand(null, createIU("test")); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveJVMArgumentActionTest.java (at line 37) InstallableUnitOperand operand = new InstallableUnitOperand(null, createIU("test")); Discouraged access: The constructor InstallableUnitOperand(IInstallableUnit, IInstallableUnit) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveJVMArgumentActionTest.java (at line 37) InstallableUnitOperand operand = new InstallableUnitOperand(null, createIU("test")); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveJVMArgumentActionTest.java (at line 38) touchpoint.initializePhase(null, profile, "test", parameters); Discouraged access: The method initializePhase(IProgressMonitor, IProfile, String, Map<String,Object>) from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveJVMArgumentActionTest.java (at line 39) parameters.put("iu", operand.second()); Discouraged access: The method second() from the type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveJVMArgumentActionTest.java (at line 40) touchpoint.initializeOperand(profile, parameters); Discouraged access: The method initializeOperand(IProfile, Map<String,Object>) from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveJVMArgumentActionTest.java (at line 41) Manipulator manipulator = (Manipulator) parameters.get(EclipseTouchpoint.PARM_MANIPULATOR); Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveJVMArgumentActionTest.java (at line 41) Manipulator manipulator = (Manipulator) parameters.get(EclipseTouchpoint.PARM_MANIPULATOR); Discouraged access: The type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveJVMArgumentActionTest.java (at line 41) Manipulator manipulator = (Manipulator) parameters.get(EclipseTouchpoint.PARM_MANIPULATOR); Discouraged access: The type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveJVMArgumentActionTest.java (at line 41) Manipulator manipulator = (Manipulator) parameters.get(EclipseTouchpoint.PARM_MANIPULATOR); Discouraged access: The field PARM_MANIPULATOR from the type EclipseTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveJVMArgumentActionTest.java (at line 44) manipulator.getLauncherData().addJvmArg(jvmArg); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveJVMArgumentActionTest.java (at line 44) manipulator.getLauncherData().addJvmArg(jvmArg); Discouraged access: The method addJvmArg(String) from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveJVMArgumentActionTest.java (at line 45) assertTrue(Arrays.asList(manipulator.getLauncherData().getJvmArgs()).contains(jvmArg)); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveJVMArgumentActionTest.java (at line 45) assertTrue(Arrays.asList(manipulator.getLauncherData().getJvmArgs()).contains(jvmArg)); Discouraged access: The method getJvmArgs() from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveJVMArgumentActionTest.java (at line 47) parameters.put(ActionConstants.PARM_JVM_ARG, jvmArg); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveJVMArgumentActionTest.java (at line 47) parameters.put(ActionConstants.PARM_JVM_ARG, jvmArg); Discouraged access: The field PARM_JVM_ARG from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveJVMArgumentActionTest.java (at line 50) RemoveJVMArgumentAction action = new RemoveJVMArgumentAction(); Discouraged access: The type RemoveJVMArgumentAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveJVMArgumentActionTest.java (at line 50) RemoveJVMArgumentAction action = new RemoveJVMArgumentAction(); Discouraged access: The constructor RemoveJVMArgumentAction() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveJVMArgumentActionTest.java (at line 50) RemoveJVMArgumentAction action = new RemoveJVMArgumentAction(); Discouraged access: The type RemoveJVMArgumentAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveJVMArgumentActionTest.java (at line 51) action.execute(parameters); Discouraged access: The method execute(Map<String,Object>) from the type RemoveJVMArgumentAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveJVMArgumentActionTest.java (at line 52) assertFalse(Arrays.asList(manipulator.getLauncherData().getJvmArgs()).contains(jvmArg)); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveJVMArgumentActionTest.java (at line 52) assertFalse(Arrays.asList(manipulator.getLauncherData().getJvmArgs()).contains(jvmArg)); Discouraged access: The method getJvmArgs() from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveJVMArgumentActionTest.java (at line 53) action.undo(parameters); Discouraged access: The method undo(Map<String,Object>) from the type RemoveJVMArgumentAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveJVMArgumentActionTest.java (at line 54) assertTrue(Arrays.asList(manipulator.getLauncherData().getJvmArgs()).contains(jvmArg)); Discouraged access: The method getLauncherData() from the type Manipulator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveJVMArgumentActionTest.java (at line 54) assertTrue(Arrays.asList(manipulator.getLauncherData().getJvmArgs()).contains(jvmArg)); Discouraged access: The method getJvmArgs() from the type LauncherData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/ConfigurationTests.java (at line 70) Configuration config = getConfiguration(); Discouraged access: The type Configuration is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/ConfigurationTests.java (at line 94) Configuration configuration = getConfiguration(); Discouraged access: The type Configuration is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/ConfigurationTests.java (at line 109) Site site = createSite(Site.POLICY_USER_EXCLUDE, true, false, siteLocation, null); Discouraged access: The type Site is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/ConfigurationTests.java (at line 109) Site site = createSite(Site.POLICY_USER_EXCLUDE, true, false, siteLocation, null); Discouraged access: The type Site is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/ConfigurationTests.java (at line 109) Site site = createSite(Site.POLICY_USER_EXCLUDE, true, false, siteLocation, null); Discouraged access: The field POLICY_USER_EXCLUDE from the type Site is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/ConfigurationTests.java (at line 110) Feature feature = createFeature(site, "bbb.feature", "1.0.0", "features/bbb.feature_1.0.0/"); Discouraged access: The type Feature is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/ConfigurationTests.java (at line 111) site.addFeature(feature); Discouraged access: The method addFeature(Feature) from the type Site is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/ConfigurationTests.java (at line 112) configuration.add(site); Discouraged access: The method add(Site) from the type Configuration is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/ConfigurationTests.java (at line 125) site = createSite(Site.POLICY_USER_EXCLUDE, false, false, siteLocation, null); Discouraged access: The type Site is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/ConfigurationTests.java (at line 125) site = createSite(Site.POLICY_USER_EXCLUDE, false, false, siteLocation, null); Discouraged access: The field POLICY_USER_EXCLUDE from the type Site is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/ConfigurationTests.java (at line 127) site.addFeature(feature); Discouraged access: The method addFeature(Feature) from the type Site is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/ConfigurationTests.java (at line 128) configuration.add(site); Discouraged access: The method add(Site) from the type Configuration is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/ConfigurationTests.java (at line 146) Configuration configuration = getConfiguration(); Discouraged access: The type Configuration is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/ConfigurationTests.java (at line 162) Site site = createSite(Site.POLICY_USER_INCLUDE, true, false, siteLocation, new String[] {"plugins/bbb_1.0.0.jar,plugins/ccc_1.0.0.jar"}); Discouraged access: The type Site is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/ConfigurationTests.java (at line 162) Site site = createSite(Site.POLICY_USER_INCLUDE, true, false, siteLocation, new String[] {"plugins/bbb_1.0.0.jar,plugins/ccc_1.0.0.jar"}); Discouraged access: The type Site is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/ConfigurationTests.java (at line 162) Site site = createSite(Site.POLICY_USER_INCLUDE, true, false, siteLocation, new String[] {"plugins/bbb_1.0.0.jar,plugins/ccc_1.0.0.jar"}); Discouraged access: The field POLICY_USER_INCLUDE from the type Site is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/ConfigurationTests.java (at line 163) Feature feature = createFeature(site, "bbb.feature", "1.0.0", "features/bbb.feature_1.0.0/"); Discouraged access: The type Feature is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/ConfigurationTests.java (at line 164) site.addFeature(feature); Discouraged access: The method addFeature(Feature) from the type Site is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/ConfigurationTests.java (at line 165) configuration.add(site); Discouraged access: The method add(Site) from the type Configuration is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/ConfigurationTests.java (at line 178) site = createSite(Site.POLICY_USER_INCLUDE, true, false, siteLocation, new String[] {"plugins/ccc_1.0.0.jar"}); Discouraged access: The type Site is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/ConfigurationTests.java (at line 178) site = createSite(Site.POLICY_USER_INCLUDE, true, false, siteLocation, new String[] {"plugins/ccc_1.0.0.jar"}); Discouraged access: The field POLICY_USER_INCLUDE from the type Site is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/ConfigurationTests.java (at line 179) configuration.add(site); Discouraged access: The method add(Site) from the type Configuration is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/ConfigurationTests.java (at line 202) Configuration configuration = getConfiguration(); Discouraged access: The type Configuration is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/ConfigurationTests.java (at line 218) Site site = createSite(Site.POLICY_USER_INCLUDE, true, false, siteLocation, new String[] {"plugins/bbb_1.0.0.jar,plugins/ccc_1.0.0.jar"}); Discouraged access: The type Site is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/ConfigurationTests.java (at line 218) Site site = createSite(Site.POLICY_USER_INCLUDE, true, false, siteLocation, new String[] {"plugins/bbb_1.0.0.jar,plugins/ccc_1.0.0.jar"}); Discouraged access: The type Site is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/ConfigurationTests.java (at line 218) Site site = createSite(Site.POLICY_USER_INCLUDE, true, false, siteLocation, new String[] {"plugins/bbb_1.0.0.jar,plugins/ccc_1.0.0.jar"}); Discouraged access: The field POLICY_USER_INCLUDE from the type Site is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/ConfigurationTests.java (at line 219) Feature feature = createFeature(site, "bbb.feature", "1.0.0", "features/bbb.feature_1.0.0/"); Discouraged access: The type Feature is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/ConfigurationTests.java (at line 220) site.addFeature(feature); Discouraged access: The method addFeature(Feature) from the type Site is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/ConfigurationTests.java (at line 221) configuration.add(site); Discouraged access: The method add(Site) from the type Configuration is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/ConfigurationTests.java (at line 234) site = createSite(Site.POLICY_USER_INCLUDE, true, false, siteLocation, new String[] {"plugins/ccc_1.0.0.jar"}); Discouraged access: The type Site is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/ConfigurationTests.java (at line 234) site = createSite(Site.POLICY_USER_INCLUDE, true, false, siteLocation, new String[] {"plugins/ccc_1.0.0.jar"}); Discouraged access: The field POLICY_USER_INCLUDE from the type Site is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/ConfigurationTests.java (at line 235) configuration.add(site); Discouraged access: The method add(Site) from the type Configuration is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/ConfigurationTests.java (at line 262) Configuration configuration = getConfiguration(); Discouraged access: The type Configuration is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/ConfigurationTests.java (at line 272) Site site = createSite(Site.POLICY_USER_EXCLUDE, true, false, siteLocation, new String[] {"plugins/ccc_1.0.0.jar"}); Discouraged access: The type Site is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/ConfigurationTests.java (at line 272) Site site = createSite(Site.POLICY_USER_EXCLUDE, true, false, siteLocation, new String[] {"plugins/ccc_1.0.0.jar"}); Discouraged access: The type Site is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/ConfigurationTests.java (at line 272) Site site = createSite(Site.POLICY_USER_EXCLUDE, true, false, siteLocation, new String[] {"plugins/ccc_1.0.0.jar"}); Discouraged access: The field POLICY_USER_EXCLUDE from the type Site is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
37. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/ConfigurationTests.java (at line 273) Feature feature = createFeature(site, "bbb.feature", "1.0.0", "features/bbb.feature_1.0.0/"); Discouraged access: The type Feature is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
38. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/ConfigurationTests.java (at line 274) site.addFeature(feature); Discouraged access: The method addFeature(Feature) from the type Site is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
39. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/ConfigurationTests.java (at line 275) configuration.add(site); Discouraged access: The method add(Site) from the type Configuration is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
40. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/ConfigurationTests.java (at line 303) Configuration configuration = getConfiguration(); Discouraged access: The type Configuration is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
41. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/ConfigurationTests.java (at line 312) Site site = createSite(Site.POLICY_USER_INCLUDE, true, false, siteLocation, new String[] {"plugins/bbb_1.0.0.jar,plugins/ccc_1.0.0.jar"}); Discouraged access: The type Site is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
42. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/ConfigurationTests.java (at line 312) Site site = createSite(Site.POLICY_USER_INCLUDE, true, false, siteLocation, new String[] {"plugins/bbb_1.0.0.jar,plugins/ccc_1.0.0.jar"}); Discouraged access: The type Site is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
43. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/ConfigurationTests.java (at line 312) Site site = createSite(Site.POLICY_USER_INCLUDE, true, false, siteLocation, new String[] {"plugins/bbb_1.0.0.jar,plugins/ccc_1.0.0.jar"}); Discouraged access: The field POLICY_USER_INCLUDE from the type Site is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
44. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/ConfigurationTests.java (at line 313) Feature feature = createFeature(site, "bbb.feature", "1.0.0", "features/bbb.feature_1.0.0/"); Discouraged access: The type Feature is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
45. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/ConfigurationTests.java (at line 314) site.addFeature(feature); Discouraged access: The method addFeature(Feature) from the type Site is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
46. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/ConfigurationTests.java (at line 315) configuration.add(site); Discouraged access: The method add(Site) from the type Configuration is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
47. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/ConfigurationTests.java (at line 387) for (Iterator iter = getConfiguration().getSites().iterator(); iter.hasNext();) { Discouraged access: The method getSites() from the type Configuration is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
48. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/ConfigurationTests.java (at line 388) Site site = (Site) iter.next(); Discouraged access: The type Site is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
49. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/ConfigurationTests.java (at line 388) Site site = (Site) iter.next(); Discouraged access: The type Site is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
50. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/ConfigurationTests.java (at line 389) String link = site.getLinkFile(); Discouraged access: The method getLinkFile() from the type Site is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
51. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/ConfigurationTests.java (at line 412) Configuration configuration = getConfiguration(); Discouraged access: The type Configuration is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
52. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/ConfigurationTests.java (at line 413) Site site = createSite(Site.POLICY_USER_EXCLUDE, true, false, siteLocation, null); Discouraged access: The type Site is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
53. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/ConfigurationTests.java (at line 413) Site site = createSite(Site.POLICY_USER_EXCLUDE, true, false, siteLocation, null); Discouraged access: The type Site is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
54. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/ConfigurationTests.java (at line 413) Site site = createSite(Site.POLICY_USER_EXCLUDE, true, false, siteLocation, null); Discouraged access: The field POLICY_USER_EXCLUDE from the type Site is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
55. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/ConfigurationTests.java (at line 414) Feature feature = createFeature(site, "zFeature", "1.0.0", "features/zFeature_1.0.0/"); Discouraged access: The type Feature is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
56. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/ConfigurationTests.java (at line 415) site.addFeature(feature); Discouraged access: The method addFeature(Feature) from the type Site is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
57. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/ConfigurationTests.java (at line 416) configuration.add(site); Discouraged access: The method add(Site) from the type Configuration is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/updatechecker/UpdateCheckerTest.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/4M/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/updatechecker/UpdateCheckerTest.java (at line 17) import org.eclipse.equinox.internal.provisional.p2.director.IDirector; Discouraged access: The type IDirector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/updatechecker/UpdateCheckerTest.java (at line 18) import org.eclipse.equinox.internal.provisional.p2.updatechecker.IUpdateChecker; Discouraged access: The type IUpdateChecker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatechecker/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/updatechecker/UpdateCheckerTest.java (at line 19) import org.eclipse.equinox.internal.provisional.p2.updatechecker.UpdateEvent; Discouraged access: The type UpdateEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatechecker/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/updatechecker/UpdateCheckerTest.java (at line 27) * Tests for API of {@link IUpdateChecker}. Discouraged access: The type IUpdateChecker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatechecker/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/updatechecker/UpdateCheckerTest.java (at line 33) protected IUpdateChecker getChecker() { Discouraged access: The type IUpdateChecker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatechecker/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/updatechecker/UpdateCheckerTest.java (at line 34) IUpdateChecker checker = (IUpdateChecker) getAgent().getService(IUpdateChecker.SERVICE_NAME); Discouraged access: The type IUpdateChecker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatechecker/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/updatechecker/UpdateCheckerTest.java (at line 34) IUpdateChecker checker = (IUpdateChecker) getAgent().getService(IUpdateChecker.SERVICE_NAME); Discouraged access: The type IUpdateChecker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatechecker/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/updatechecker/UpdateCheckerTest.java (at line 34) IUpdateChecker checker = (IUpdateChecker) getAgent().getService(IUpdateChecker.SERVICE_NAME); Discouraged access: The type IUpdateChecker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatechecker/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/updatechecker/UpdateCheckerTest.java (at line 34) IUpdateChecker checker = (IUpdateChecker) getAgent().getService(IUpdateChecker.SERVICE_NAME); Discouraged access: The field SERVICE_NAME from the type IUpdateChecker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatechecker/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/updatechecker/UpdateCheckerTest.java (at line 54) IDirector director = createDirector(); Discouraged access: The type IDirector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/updatechecker/UpdateCheckerTest.java (at line 55) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/updatechecker/UpdateCheckerTest.java (at line 55) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/updatechecker/UpdateCheckerTest.java (at line 55) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/updatechecker/UpdateCheckerTest.java (at line 56) request.addInstallableUnits(toInstallArray); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/updatechecker/UpdateCheckerTest.java (at line 57) IStatus result = director.provision(request, null, null); Discouraged access: The method provision(IProfileChangeRequest, ProvisioningContext, IProgressMonitor) from the type IDirector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/updatechecker/UpdateCheckerTest.java (at line 62) IUpdateChecker checker = getChecker(); Discouraged access: The type IUpdateChecker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatechecker/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/updatechecker/UpdateCheckerTest.java (at line 65) TestUpdateListener listener = new TestUpdateListener(new UpdateEvent(profile.getProfileId(), toUpdate)); Discouraged access: The constructor UpdateEvent(String, Collection<IInstallableUnit>) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatechecker/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/updatechecker/UpdateCheckerTest.java (at line 65) TestUpdateListener listener = new TestUpdateListener(new UpdateEvent(profile.getProfileId(), toUpdate)); Discouraged access: The type UpdateEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatechecker/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/updatechecker/UpdateCheckerTest.java (at line 66) checker.addUpdateCheck(profile.getProfileId(), QueryUtil.createIUAnyQuery(), IUpdateChecker.ONE_TIME_CHECK, 0, listener); Discouraged access: The method addUpdateCheck(String, IQuery<IInstallableUnit>, long, long, IUpdateListener) from the type IUpdateChecker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatechecker/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/updatechecker/UpdateCheckerTest.java (at line 66) checker.addUpdateCheck(profile.getProfileId(), QueryUtil.createIUAnyQuery(), IUpdateChecker.ONE_TIME_CHECK, 0, listener); Discouraged access: The type IUpdateChecker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatechecker/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/updatechecker/UpdateCheckerTest.java (at line 66) checker.addUpdateCheck(profile.getProfileId(), QueryUtil.createIUAnyQuery(), IUpdateChecker.ONE_TIME_CHECK, 0, listener); Discouraged access: The field ONE_TIME_CHECK from the type IUpdateChecker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatechecker/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/updatechecker/UpdateCheckerTest.java (at line 72) checker.addUpdateCheck(profile.getProfileId(), QueryUtil.createIUAnyQuery(), IUpdateChecker.ONE_TIME_CHECK, 0, listener); Discouraged access: The method addUpdateCheck(String, IQuery<IInstallableUnit>, long, long, IUpdateListener) from the type IUpdateChecker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatechecker/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/updatechecker/UpdateCheckerTest.java (at line 72) checker.addUpdateCheck(profile.getProfileId(), QueryUtil.createIUAnyQuery(), IUpdateChecker.ONE_TIME_CHECK, 0, listener); Discouraged access: The type IUpdateChecker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatechecker/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/updatechecker/UpdateCheckerTest.java (at line 72) checker.addUpdateCheck(profile.getProfileId(), QueryUtil.createIUAnyQuery(), IUpdateChecker.ONE_TIME_CHECK, 0, listener); Discouraged access: The field ONE_TIME_CHECK from the type IUpdateChecker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatechecker/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/updatechecker/UpdateCheckerTest.java (at line 78) checker.removeUpdateCheck(listener); Discouraged access: The method removeUpdateCheck(IUpdateListener) from the type IUpdateChecker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatechecker/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/updatechecker/UpdateCheckerTest.java (at line 79) checker.addUpdateCheck(profile.getProfileId(), QueryUtil.createIUAnyQuery(), IUpdateChecker.ONE_TIME_CHECK, 0, listener); Discouraged access: The method addUpdateCheck(String, IQuery<IInstallableUnit>, long, long, IUpdateListener) from the type IUpdateChecker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatechecker/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/updatechecker/UpdateCheckerTest.java (at line 79) checker.addUpdateCheck(profile.getProfileId(), QueryUtil.createIUAnyQuery(), IUpdateChecker.ONE_TIME_CHECK, 0, listener); Discouraged access: The type IUpdateChecker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatechecker/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/updatechecker/UpdateCheckerTest.java (at line 79) checker.addUpdateCheck(profile.getProfileId(), QueryUtil.createIUAnyQuery(), IUpdateChecker.ONE_TIME_CHECK, 0, listener); Discouraged access: The field ONE_TIME_CHECK from the type IUpdateChecker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatechecker/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceFileParserTest.java (at line 15) 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/4M/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/publisher/actions/AdviceFileParserTest.java (at line 16) import org.eclipse.equinox.internal.p2.metadata.RequiredCapability; Discouraged access: The type RequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceFileParserTest.java (at line 20) import org.eclipse.equinox.p2.publisher.AdviceFileParser; Discouraged access: The type AdviceFileParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceFileParserTest.java (at line 25) AdviceFileParser parser = new AdviceFileParser("id", Version.emptyVersion, Collections.EMPTY_MAP); Discouraged access: The type AdviceFileParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceFileParserTest.java (at line 25) AdviceFileParser parser = new AdviceFileParser("id", Version.emptyVersion, Collections.EMPTY_MAP); Discouraged access: The constructor AdviceFileParser(String, Version, Map<String,String>) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceFileParserTest.java (at line 25) AdviceFileParser parser = new AdviceFileParser("id", Version.emptyVersion, Collections.EMPTY_MAP); Discouraged access: The type AdviceFileParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceFileParserTest.java (at line 26) parser.parse(); Discouraged access: The method parse() from the type AdviceFileParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceFileParserTest.java (at line 27) assertNull(parser.getAdditionalInstallableUnitDescriptions()); Discouraged access: The method getAdditionalInstallableUnitDescriptions() from the type AdviceFileParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceFileParserTest.java (at line 28) assertNull(parser.getProperties()); Discouraged access: The method getProperties() from the type AdviceFileParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceFileParserTest.java (at line 29) assertNull(parser.getProvidedCapabilities()); Discouraged access: The method getProvidedCapabilities() from the type AdviceFileParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceFileParserTest.java (at line 30) assertNull(parser.getRequiredCapabilities()); Discouraged access: The method getRequiredCapabilities() from the type AdviceFileParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceFileParserTest.java (at line 31) assertNull(parser.getTouchpointInstructions()); Discouraged access: The method getTouchpointInstructions() from the type AdviceFileParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceFileParserTest.java (at line 37) AdviceFileParser parser = new AdviceFileParser("id", Version.emptyVersion, map); Discouraged access: The type AdviceFileParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceFileParserTest.java (at line 37) AdviceFileParser parser = new AdviceFileParser("id", Version.emptyVersion, map); Discouraged access: The constructor AdviceFileParser(String, Version, Map<String,String>) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceFileParserTest.java (at line 37) AdviceFileParser parser = new AdviceFileParser("id", Version.emptyVersion, map); Discouraged access: The type AdviceFileParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceFileParserTest.java (at line 38) parser.parse(); Discouraged access: The method parse() from the type AdviceFileParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceFileParserTest.java (at line 41) parser = new AdviceFileParser("id", Version.emptyVersion, map); Discouraged access: The constructor AdviceFileParser(String, Version, Map<String,String>) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceFileParserTest.java (at line 41) parser = new AdviceFileParser("id", Version.emptyVersion, map); Discouraged access: The type AdviceFileParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceFileParserTest.java (at line 43) parser.parse(); Discouraged access: The method parse() from the type AdviceFileParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceFileParserTest.java (at line 57) AdviceFileParser parser = new AdviceFileParser("id", Version.emptyVersion, map); Discouraged access: The type AdviceFileParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceFileParserTest.java (at line 57) AdviceFileParser parser = new AdviceFileParser("id", Version.emptyVersion, map); Discouraged access: The constructor AdviceFileParser(String, Version, Map<String,String>) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceFileParserTest.java (at line 57) AdviceFileParser parser = new AdviceFileParser("id", Version.emptyVersion, map); Discouraged access: The type AdviceFileParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceFileParserTest.java (at line 58) parser.parse(); Discouraged access: The method parse() from the type AdviceFileParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceFileParserTest.java (at line 60) IUpdateDescriptor updateDescriptor = parser.getUpdateDescriptor(); Discouraged access: The method getUpdateDescriptor() from the type AdviceFileParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceFileParserTest.java (at line 61) String testName = RequiredCapability.extractName(updateDescriptor.getIUsBeingUpdated().iterator().next()); Discouraged access: The method extractName(IMatchExpression<IInstallableUnit>) from the type RequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceFileParserTest.java (at line 61) String testName = RequiredCapability.extractName(updateDescriptor.getIUsBeingUpdated().iterator().next()); Discouraged access: The type RequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceFileParserTest.java (at line 62) VersionRange testVersionRange = RequiredCapability.extractRange(updateDescriptor.getIUsBeingUpdated().iterator().next()); Discouraged access: The method extractRange(IMatchExpression<IInstallableUnit>) from the type RequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceFileParserTest.java (at line 62) VersionRange testVersionRange = RequiredCapability.extractRange(updateDescriptor.getIUsBeingUpdated().iterator().next()); Discouraged access: The type RequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceFileParserTest.java (at line 77) AdviceFileParser parser = new AdviceFileParser("id", Version.parseVersion("9.10.11"), map); Discouraged access: The type AdviceFileParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceFileParserTest.java (at line 77) AdviceFileParser parser = new AdviceFileParser("id", Version.parseVersion("9.10.11"), map); Discouraged access: The constructor AdviceFileParser(String, Version, Map<String,String>) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceFileParserTest.java (at line 77) AdviceFileParser parser = new AdviceFileParser("id", Version.parseVersion("9.10.11"), map); Discouraged access: The type AdviceFileParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceFileParserTest.java (at line 78) parser.parse(); Discouraged access: The method parse() from the type AdviceFileParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceFileParserTest.java (at line 80) IUpdateDescriptor updateDescriptor = parser.getUpdateDescriptor(); Discouraged access: The method getUpdateDescriptor() from the type AdviceFileParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceFileParserTest.java (at line 81) String testName = RequiredCapability.extractName(updateDescriptor.getIUsBeingUpdated().iterator().next()); Discouraged access: The method extractName(IMatchExpression<IInstallableUnit>) from the type RequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceFileParserTest.java (at line 81) String testName = RequiredCapability.extractName(updateDescriptor.getIUsBeingUpdated().iterator().next()); Discouraged access: The type RequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceFileParserTest.java (at line 82) VersionRange testVersionRange = RequiredCapability.extractRange(updateDescriptor.getIUsBeingUpdated().iterator().next()); Discouraged access: The method extractRange(IMatchExpression<IInstallableUnit>) from the type RequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
37. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceFileParserTest.java (at line 82) VersionRange testVersionRange = RequiredCapability.extractRange(updateDescriptor.getIUsBeingUpdated().iterator().next()); Discouraged access: The type RequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
38. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceFileParserTest.java (at line 96) AdviceFileParser parser = new AdviceFileParser("id", Version.parseVersion("9.10.11"), map); Discouraged access: The type AdviceFileParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
39. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceFileParserTest.java (at line 96) AdviceFileParser parser = new AdviceFileParser("id", Version.parseVersion("9.10.11"), map); Discouraged access: The constructor AdviceFileParser(String, Version, Map<String,String>) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
40. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceFileParserTest.java (at line 96) AdviceFileParser parser = new AdviceFileParser("id", Version.parseVersion("9.10.11"), map); Discouraged access: The type AdviceFileParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
41. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceFileParserTest.java (at line 97) parser.parse(); Discouraged access: The method parse() from the type AdviceFileParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
42. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceFileParserTest.java (at line 99) IUpdateDescriptor updateDescriptor = parser.getUpdateDescriptor(); Discouraged access: The method getUpdateDescriptor() from the type AdviceFileParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
43. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceFileParserTest.java (at line 105) RequiredCapability.extractName(updateDescriptor.getIUsBeingUpdated().iterator().next()); Discouraged access: The method extractName(IMatchExpression<IInstallableUnit>) from the type RequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
44. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceFileParserTest.java (at line 105) RequiredCapability.extractName(updateDescriptor.getIUsBeingUpdated().iterator().next()); Discouraged access: The type RequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
45. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceFileParserTest.java (at line 118) AdviceFileParser parser = new AdviceFileParser("id", Version.parseVersion("9.10.11"), map); Discouraged access: The type AdviceFileParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
46. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceFileParserTest.java (at line 118) AdviceFileParser parser = new AdviceFileParser("id", Version.parseVersion("9.10.11"), map); Discouraged access: The constructor AdviceFileParser(String, Version, Map<String,String>) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
47. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceFileParserTest.java (at line 118) AdviceFileParser parser = new AdviceFileParser("id", Version.parseVersion("9.10.11"), map); Discouraged access: The type AdviceFileParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
48. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceFileParserTest.java (at line 119) parser.parse(); Discouraged access: The method parse() from the type AdviceFileParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
49. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceFileParserTest.java (at line 121) IUpdateDescriptor updateDescriptor = parser.getUpdateDescriptor(); Discouraged access: The method getUpdateDescriptor() from the type AdviceFileParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
50. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceFileParserTest.java (at line 122) String testName = RequiredCapability.extractName(updateDescriptor.getIUsBeingUpdated().iterator().next()); Discouraged access: The method extractName(IMatchExpression<IInstallableUnit>) from the type RequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
51. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceFileParserTest.java (at line 122) String testName = RequiredCapability.extractName(updateDescriptor.getIUsBeingUpdated().iterator().next()); Discouraged access: The type RequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
52. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceFileParserTest.java (at line 123) VersionRange testVersionRange = RequiredCapability.extractRange(updateDescriptor.getIUsBeingUpdated().iterator().next()); Discouraged access: The method extractRange(IMatchExpression<IInstallableUnit>) from the type RequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
53. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceFileParserTest.java (at line 123) VersionRange testVersionRange = RequiredCapability.extractRange(updateDescriptor.getIUsBeingUpdated().iterator().next()); Discouraged access: The type RequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
54. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceFileParserTest.java (at line 136) AdviceFileParser parser = new AdviceFileParser("id", Version.parseVersion("9.10.11"), map); Discouraged access: The type AdviceFileParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
55. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceFileParserTest.java (at line 136) AdviceFileParser parser = new AdviceFileParser("id", Version.parseVersion("9.10.11"), map); Discouraged access: The constructor AdviceFileParser(String, Version, Map<String,String>) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
56. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceFileParserTest.java (at line 136) AdviceFileParser parser = new AdviceFileParser("id", Version.parseVersion("9.10.11"), map); Discouraged access: The type AdviceFileParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
57. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceFileParserTest.java (at line 137) parser.parse(); Discouraged access: The method parse() from the type AdviceFileParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
58. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceFileParserTest.java (at line 139) IUpdateDescriptor updateDescriptor = parser.getUpdateDescriptor(); Discouraged access: The method getUpdateDescriptor() from the type AdviceFileParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
59. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceFileParserTest.java (at line 140) String testName = RequiredCapability.extractName(updateDescriptor.getIUsBeingUpdated().iterator().next()); Discouraged access: The method extractName(IMatchExpression<IInstallableUnit>) from the type RequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
60. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceFileParserTest.java (at line 140) String testName = RequiredCapability.extractName(updateDescriptor.getIUsBeingUpdated().iterator().next()); Discouraged access: The type RequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
61. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceFileParserTest.java (at line 141) VersionRange testVersionRange = RequiredCapability.extractRange(updateDescriptor.getIUsBeingUpdated().iterator().next()); Discouraged access: The method extractRange(IMatchExpression<IInstallableUnit>) from the type RequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
62. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceFileParserTest.java (at line 141) VersionRange testVersionRange = RequiredCapability.extractRange(updateDescriptor.getIUsBeingUpdated().iterator().next()); Discouraged access: The type RequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
63. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceFileParserTest.java (at line 153) AdviceFileParser parser = new AdviceFileParser("id", Version.parseVersion("9.10.11"), map); Discouraged access: The type AdviceFileParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
64. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceFileParserTest.java (at line 153) AdviceFileParser parser = new AdviceFileParser("id", Version.parseVersion("9.10.11"), map); Discouraged access: The constructor AdviceFileParser(String, Version, Map<String,String>) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
65. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceFileParserTest.java (at line 153) AdviceFileParser parser = new AdviceFileParser("id", Version.parseVersion("9.10.11"), map); Discouraged access: The type AdviceFileParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
66. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceFileParserTest.java (at line 154) parser.parse(); Discouraged access: The method parse() from the type AdviceFileParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
67. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceFileParserTest.java (at line 156) IUpdateDescriptor updateDescriptor = parser.getUpdateDescriptor(); Discouraged access: The method getUpdateDescriptor() from the type AdviceFileParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
68. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceFileParserTest.java (at line 157) String testName = RequiredCapability.extractName(updateDescriptor.getIUsBeingUpdated().iterator().next()); Discouraged access: The method extractName(IMatchExpression<IInstallableUnit>) from the type RequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
69. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceFileParserTest.java (at line 157) String testName = RequiredCapability.extractName(updateDescriptor.getIUsBeingUpdated().iterator().next()); Discouraged access: The type RequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
70. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceFileParserTest.java (at line 158) VersionRange testVersionRange = RequiredCapability.extractRange(updateDescriptor.getIUsBeingUpdated().iterator().next()); Discouraged access: The method extractRange(IMatchExpression<IInstallableUnit>) from the type RequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
71. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceFileParserTest.java (at line 158) VersionRange testVersionRange = RequiredCapability.extractRange(updateDescriptor.getIUsBeingUpdated().iterator().next()); Discouraged access: The type RequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
72. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceFileParserTest.java (at line 173) AdviceFileParser parser = new AdviceFileParser("id", Version.emptyVersion, map); Discouraged access: The type AdviceFileParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
73. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceFileParserTest.java (at line 173) AdviceFileParser parser = new AdviceFileParser("id", Version.emptyVersion, map); Discouraged access: The constructor AdviceFileParser(String, Version, Map<String,String>) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
74. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceFileParserTest.java (at line 173) AdviceFileParser parser = new AdviceFileParser("id", Version.emptyVersion, map); Discouraged access: The type AdviceFileParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
75. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceFileParserTest.java (at line 174) parser.parse(); Discouraged access: The method parse() from the type AdviceFileParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
76. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceFileParserTest.java (at line 175) assertEquals("testValue1", parser.getProperties().get("testName1")); Discouraged access: The method getProperties() from the type AdviceFileParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
77. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceFileParserTest.java (at line 176) assertEquals("testValue2", parser.getProperties().get("testName2")); Discouraged access: The method getProperties() from the type AdviceFileParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
78. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceFileParserTest.java (at line 185) AdviceFileParser parser = new AdviceFileParser("id", Version.create("1.0.0.v20090909"), map); Discouraged access: The type AdviceFileParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
79. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceFileParserTest.java (at line 185) AdviceFileParser parser = new AdviceFileParser("id", Version.create("1.0.0.v20090909"), map); Discouraged access: The constructor AdviceFileParser(String, Version, Map<String,String>) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
80. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceFileParserTest.java (at line 185) AdviceFileParser parser = new AdviceFileParser("id", Version.create("1.0.0.v20090909"), map); Discouraged access: The type AdviceFileParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
81. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceFileParserTest.java (at line 186) parser.parse(); Discouraged access: The method parse() from the type AdviceFileParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
82. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceFileParserTest.java (at line 187) IProvidedCapability[] capabilities = parser.getProvidedCapabilities(); Discouraged access: The method getProvidedCapabilities() from the type AdviceFileParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
83. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceFileParserTest.java (at line 197) parser = new AdviceFileParser("id", Version.emptyVersion, map); Discouraged access: The constructor AdviceFileParser(String, Version, Map<String,String>) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
84. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceFileParserTest.java (at line 197) parser = new AdviceFileParser("id", Version.emptyVersion, map); Discouraged access: The type AdviceFileParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
85. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceFileParserTest.java (at line 198) parser.parse(); Discouraged access: The method parse() from the type AdviceFileParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
86. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceFileParserTest.java (at line 199) capabilities = parser.getProvidedCapabilities(); Discouraged access: The method getProvidedCapabilities() from the type AdviceFileParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
87. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceFileParserTest.java (at line 218) AdviceFileParser parser = new AdviceFileParser("id", Version.create("1.0.0.v20090909"), map); Discouraged access: The type AdviceFileParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
88. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceFileParserTest.java (at line 218) AdviceFileParser parser = new AdviceFileParser("id", Version.create("1.0.0.v20090909"), map); Discouraged access: The constructor AdviceFileParser(String, Version, Map<String,String>) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
89. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceFileParserTest.java (at line 218) AdviceFileParser parser = new AdviceFileParser("id", Version.create("1.0.0.v20090909"), map); Discouraged access: The type AdviceFileParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
90. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceFileParserTest.java (at line 219) parser.parse(); Discouraged access: The method parse() from the type AdviceFileParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
91. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceFileParserTest.java (at line 220) IRequirement[] reqs = parser.getRequiredCapabilities(); Discouraged access: The method getRequiredCapabilities() from the type AdviceFileParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
92. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceFileParserTest.java (at line 222) assertEquals("testNamespace1", RequiredCapability.extractNamespace(reqs[0].getMatches())); Discouraged access: The method extractNamespace(IMatchExpression<IInstallableUnit>) from the type RequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
93. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceFileParserTest.java (at line 222) assertEquals("testNamespace1", RequiredCapability.extractNamespace(reqs[0].getMatches())); Discouraged access: The type RequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
94. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceFileParserTest.java (at line 223) assertEquals("testName1", RequiredCapability.extractName(reqs[0].getMatches())); Discouraged access: The method extractName(IMatchExpression<IInstallableUnit>) from the type RequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
95. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceFileParserTest.java (at line 223) assertEquals("testName1", RequiredCapability.extractName(reqs[0].getMatches())); Discouraged access: The type RequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
96. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceFileParserTest.java (at line 224) assertEquals(new VersionRange("[1.2.3.v20090909, 2)"), RequiredCapability.extractRange(reqs[0].getMatches())); Discouraged access: The method extractRange(IMatchExpression<IInstallableUnit>) from the type RequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
97. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceFileParserTest.java (at line 224) assertEquals(new VersionRange("[1.2.3.v20090909, 2)"), RequiredCapability.extractRange(reqs[0].getMatches())); Discouraged access: The type RequiredCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
98. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceFileParserTest.java (at line 234) parser = new AdviceFileParser("id", Version.emptyVersion, map); Discouraged access: The constructor AdviceFileParser(String, Version, Map<String,String>) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
99. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceFileParserTest.java (at line 234) parser = new AdviceFileParser("id", Version.emptyVersion, map); Discouraged access: The type AdviceFileParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
100. WARNING in /src/org/eclipse/equinox/p2/tests/publisher/actions/AdviceFileParserTest.java (at line 235) parser.parse(); Discouraged access: The method parse() from the type AdviceFileParser is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug252682.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/4M/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/planner/Bug252682.java (at line 18) 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/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug252682.java (at line 36) SimpleProfileRegistry registry = new SimpleProfileRegistry(getAgent(), tempFolder, null, false); Discouraged access: The type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug252682.java (at line 36) SimpleProfileRegistry registry = new SimpleProfileRegistry(getAgent(), tempFolder, null, false); Discouraged access: The constructor SimpleProfileRegistry(IProvisioningAgent, File, ISurrogateProfileHandler, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug252682.java (at line 36) SimpleProfileRegistry registry = new SimpleProfileRegistry(getAgent(), tempFolder, null, false); Discouraged access: The type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug252682.java (at line 37) profile = registry.getProfile("Bug252682"); Discouraged access: The method getProfile(String) from the type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug252682.java (at line 41) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug252682.java (at line 41) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug252682.java (at line 41) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug252682.java (at line 54) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug252682.java (at line 54) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug252682.java (at line 54) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug252682.java (at line 55) request.removeInstallableUnits(new IInstallableUnit[] {patch}); Discouraged access: The method removeInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest13.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/4M/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/planner/PatchTest13.java (at line 49) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest13.java (at line 49) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest13.java (at line 49) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/PatchTest13.java (at line 50) req1.addInstallableUnits(new IInstallableUnit[] {a1, p1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationArtifactTest.java (at line 18) import org.eclipse.equinox.internal.p2.artifact.processors.md5.Messages; Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationArtifactTest.java (at line 21) import org.eclipse.equinox.internal.p2.core.helpers.OrderedProperties; Discouraged access: The type OrderedProperties is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationArtifactTest.java (at line 22) import org.eclipse.equinox.internal.p2.core.helpers.ServiceHelper; Discouraged access: The type ServiceHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationArtifactTest.java (at line 24) import org.eclipse.equinox.p2.internal.repository.tools.MirrorApplication; Discouraged access: The type MirrorApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationArtifactTest.java (at line 25) import org.eclipse.equinox.p2.internal.repository.tools.RepositoryDescriptor; Discouraged access: The type RepositoryDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationArtifactTest.java (at line 34) import org.eclipse.equinox.spi.p2.publisher.PublisherHelper; Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationArtifactTest.java (at line 81) MirrorApplication app = new MirrorApplication(); Discouraged access: The type MirrorApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationArtifactTest.java (at line 81) MirrorApplication app = new MirrorApplication(); Discouraged access: The constructor MirrorApplication() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationArtifactTest.java (at line 81) MirrorApplication app = new MirrorApplication(); Discouraged access: The type MirrorApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationArtifactTest.java (at line 84) RepositoryDescriptor dest = null; Discouraged access: The type RepositoryDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationArtifactTest.java (at line 89) app.addDestination(dest); Discouraged access: The method addDestination(RepositoryDescriptor) from the type AbstractApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationArtifactTest.java (at line 93) RepositoryDescriptor src = createRepositoryDescriptor(source, null, null, null); Discouraged access: The type RepositoryDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationArtifactTest.java (at line 94) app.addSource(src); Discouraged access: The method addSource(RepositoryDescriptor) from the type AbstractApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationArtifactTest.java (at line 101) app.run(null); Discouraged access: The method run(IProgressMonitor) from the type MirrorApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationArtifactTest.java (at line 116) private RepositoryDescriptor createRepositoryDescriptor(URI location, Boolean append, URI format, String name) { Discouraged access: The type RepositoryDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationArtifactTest.java (at line 117) RepositoryDescriptor descriptor = new RepositoryDescriptor(); Discouraged access: The type RepositoryDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationArtifactTest.java (at line 117) RepositoryDescriptor descriptor = new RepositoryDescriptor(); Discouraged access: The constructor RepositoryDescriptor() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationArtifactTest.java (at line 117) RepositoryDescriptor descriptor = new RepositoryDescriptor(); Discouraged access: The type RepositoryDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationArtifactTest.java (at line 118) descriptor.setLocation(location); Discouraged access: The method setLocation(URI) from the type RepositoryDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationArtifactTest.java (at line 119) descriptor.setKind("artifact"); Discouraged access: The method setKind(String) from the type RepositoryDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationArtifactTest.java (at line 121) descriptor.setAppend(append); Discouraged access: The method setAppend(boolean) from the type RepositoryDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationArtifactTest.java (at line 123) descriptor.setFormat(format); Discouraged access: The method setFormat(URI) from the type RepositoryDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationArtifactTest.java (at line 125) descriptor.setName(name); Discouraged access: The method setName(String) from the type RepositoryDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationArtifactTest.java (at line 307) MirrorApplication app = new MirrorApplication(); Discouraged access: The type MirrorApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationArtifactTest.java (at line 307) MirrorApplication app = new MirrorApplication(); Discouraged access: The constructor MirrorApplication() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationArtifactTest.java (at line 307) MirrorApplication app = new MirrorApplication(); Discouraged access: The type MirrorApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationArtifactTest.java (at line 308) app.addSource(createRepositoryDescriptor(errorSourceLocation.toURI(), null, null, null)); Discouraged access: The method addSource(RepositoryDescriptor) from the type AbstractApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationArtifactTest.java (at line 309) app.addSource(createRepositoryDescriptor(validSourceLocation.toURI(), null, null, null)); Discouraged access: The method addSource(RepositoryDescriptor) from the type AbstractApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationArtifactTest.java (at line 310) app.addDestination(createRepositoryDescriptor(destRepoLocation.toURI(), null, null, null)); Discouraged access: The method addDestination(RepositoryDescriptor) from the type AbstractApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationArtifactTest.java (at line 312) app.setVerbose(verbose); Discouraged access: The method setVerbose(boolean) from the type MirrorApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationArtifactTest.java (at line 313) app.setIgnoreErrors(true); Discouraged access: The method setIgnoreErrors(boolean) from the type MirrorApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationArtifactTest.java (at line 315) app.run(null); Discouraged access: The method run(IProgressMonitor) from the type MirrorApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationArtifactTest.java (at line 565) assertEquals("Unexpected error message", NLS.bind(org.eclipse.equinox.p2.internal.repository.tools.Messages.exception_invalidDestination, URIUtil.toUnencodedString(invalidDestRepository)), e.getMessage()); Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationArtifactTest.java (at line 565) assertEquals("Unexpected error message", NLS.bind(org.eclipse.equinox.p2.internal.repository.tools.Messages.exception_invalidDestination, URIUtil.toUnencodedString(invalidDestRepository)), e.getMessage()); Discouraged access: The field exception_invalidDestination from the type Messages is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationArtifactTest.java (at line 838) MirrorApplication app = new MirrorApplication(); Discouraged access: The type MirrorApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationArtifactTest.java (at line 838) MirrorApplication app = new MirrorApplication(); Discouraged access: The constructor MirrorApplication() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
37. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationArtifactTest.java (at line 838) MirrorApplication app = new MirrorApplication(); Discouraged access: The type MirrorApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
38. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationArtifactTest.java (at line 839) app.addSource(createRepositoryDescriptor(sourceRepoLocation.toURI(), null, null, null)); Discouraged access: The method addSource(RepositoryDescriptor) from the type AbstractApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
39. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationArtifactTest.java (at line 840) app.addDestination(createRepositoryDescriptor(destRepoLocation.toURI(), null, null, newName)); Discouraged access: The method addDestination(RepositoryDescriptor) from the type AbstractApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
40. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationArtifactTest.java (at line 842) app.run(null); Discouraged access: The method run(IProgressMonitor) from the type MirrorApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
41. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationArtifactTest.java (at line 905) Map properties = new OrderedProperties(); Discouraged access: The constructor OrderedProperties() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
42. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationArtifactTest.java (at line 905) Map properties = new OrderedProperties(); Discouraged access: The type OrderedProperties is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
43. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationArtifactTest.java (at line 1055) if (!(repo instanceof CompositeArtifactRepository)) Discouraged access: The type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
44. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationArtifactTest.java (at line 1060) ((CompositeArtifactRepository) repo).addChild(child1.toURI()); Discouraged access: The method addChild(URI) from the type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
45. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationArtifactTest.java (at line 1060) ((CompositeArtifactRepository) repo).addChild(child1.toURI()); Discouraged access: The type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
46. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationArtifactTest.java (at line 1061) ((CompositeArtifactRepository) repo).addChild(child2.toURI()); Discouraged access: The method addChild(URI) from the type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
47. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationArtifactTest.java (at line 1061) ((CompositeArtifactRepository) repo).addChild(child2.toURI()); Discouraged access: The type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
48. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationArtifactTest.java (at line 1108) IArtifactKey dupKey = PublisherHelper.createBinaryArtifactKey("testKeyId", Version.create("1.2.3")); Discouraged access: The method createBinaryArtifactKey(String, Version) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
49. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationArtifactTest.java (at line 1108) IArtifactKey dupKey = PublisherHelper.createBinaryArtifactKey("testKeyId", Version.create("1.2.3")); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
50. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationArtifactTest.java (at line 1111) IArtifactDescriptor descriptor1 = PublisherHelper.createArtifactDescriptor(dupKey, artifact1); Discouraged access: The method createArtifactDescriptor(IArtifactKey, File) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
51. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationArtifactTest.java (at line 1111) IArtifactDescriptor descriptor1 = PublisherHelper.createArtifactDescriptor(dupKey, artifact1); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
52. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationArtifactTest.java (at line 1112) IArtifactDescriptor descriptor2 = PublisherHelper.createArtifactDescriptor(dupKey, artifact2); Discouraged access: The method createArtifactDescriptor(IArtifactKey, File) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
53. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationArtifactTest.java (at line 1112) IArtifactDescriptor descriptor2 = PublisherHelper.createArtifactDescriptor(dupKey, artifact2); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
54. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationArtifactTest.java (at line 1134) MirrorApplication app = null; Discouraged access: The type MirrorApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
55. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationArtifactTest.java (at line 1136) app = new MirrorApplication(); Discouraged access: The constructor MirrorApplication() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
56. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationArtifactTest.java (at line 1136) app = new MirrorApplication(); Discouraged access: The type MirrorApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
57. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationArtifactTest.java (at line 1137) app.addSource(createRepositoryDescriptor(repo1Location.toURI(), null, null, null)); Discouraged access: The method addSource(RepositoryDescriptor) from the type AbstractApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
58. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationArtifactTest.java (at line 1138) app.addDestination(createRepositoryDescriptor(repo2Location.toURI(), null, null, null)); Discouraged access: The method addDestination(RepositoryDescriptor) from the type AbstractApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
59. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationArtifactTest.java (at line 1139) app.setVerbose(true); Discouraged access: The method setVerbose(boolean) from the type MirrorApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
60. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationArtifactTest.java (at line 1141) app.setCompare(true); Discouraged access: The method setCompare(boolean) from the type MirrorApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
61. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationArtifactTest.java (at line 1143) app.run(null); Discouraged access: The method run(IProgressMonitor) from the type MirrorApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
62. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationArtifactTest.java (at line 1154) String msg = NLS.bind(Messages.warning_differentMD5, new Object[] {URIUtil.toUnencodedString(repo1.getLocation()), URIUtil.toUnencodedString(repo2.getLocation()), descriptor1}); Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
63. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationArtifactTest.java (at line 1154) String msg = NLS.bind(Messages.warning_differentMD5, new Object[] {URIUtil.toUnencodedString(repo1.getLocation()), URIUtil.toUnencodedString(repo2.getLocation()), descriptor1}); Discouraged access: The field warning_differentMD5 from the type Messages is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
64. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationArtifactTest.java (at line 1164) IArtifactKey dupKey = PublisherHelper.createBinaryArtifactKey("testKeyId", Version.create("1.2.3")); Discouraged access: The method createBinaryArtifactKey(String, Version) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
65. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationArtifactTest.java (at line 1164) IArtifactKey dupKey = PublisherHelper.createBinaryArtifactKey("testKeyId", Version.create("1.2.3")); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
66. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationArtifactTest.java (at line 1176) IArtifactDescriptor descriptor1 = PublisherHelper.createArtifactDescriptor(dupKey, artifact1); Discouraged access: The method createArtifactDescriptor(IArtifactKey, File) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
67. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationArtifactTest.java (at line 1176) IArtifactDescriptor descriptor1 = PublisherHelper.createArtifactDescriptor(dupKey, artifact1); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
68. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationArtifactTest.java (at line 1177) IArtifactDescriptor descriptor2 = PublisherHelper.createArtifactDescriptor(dupKey, baselineContentLocation); Discouraged access: The method createArtifactDescriptor(IArtifactKey, File) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
69. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationArtifactTest.java (at line 1177) IArtifactDescriptor descriptor2 = PublisherHelper.createArtifactDescriptor(dupKey, baselineContentLocation); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
70. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationArtifactTest.java (at line 1194) MirrorApplication app = null; Discouraged access: The type MirrorApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
71. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationArtifactTest.java (at line 1198) app = new MirrorApplication(); Discouraged access: The constructor MirrorApplication() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
72. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationArtifactTest.java (at line 1198) app = new MirrorApplication(); Discouraged access: The type MirrorApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
73. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationArtifactTest.java (at line 1199) app.addSource(createRepositoryDescriptor(repoLocation.toURI(), null, null, null)); Discouraged access: The method addSource(RepositoryDescriptor) from the type AbstractApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
74. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationArtifactTest.java (at line 1200) app.addDestination(createRepositoryDescriptor(destRepoLocation.toURI(), null, null, null)); Discouraged access: The method addDestination(RepositoryDescriptor) from the type AbstractApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
75. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationArtifactTest.java (at line 1202) app.setBaseline(baselineLocation.toURI()); Discouraged access: The method setBaseline(URI) from the type MirrorApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
76. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationArtifactTest.java (at line 1203) app.setVerbose(true); Discouraged access: The method setVerbose(boolean) from the type MirrorApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
77. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationArtifactTest.java (at line 1205) app.setCompare(true); Discouraged access: The method setCompare(boolean) from the type MirrorApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
78. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationArtifactTest.java (at line 1207) app.run(null); Discouraged access: The method run(IProgressMonitor) from the type MirrorApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
79. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationArtifactTest.java (at line 1225) String msg = NLS.bind(Messages.warning_differentMD5, new Object[] {URIUtil.toUnencodedString(baseline.getLocation()), URIUtil.toUnencodedString(repo.getLocation()), descriptor1}); Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
80. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationArtifactTest.java (at line 1225) String msg = NLS.bind(Messages.warning_differentMD5, new Object[] {URIUtil.toUnencodedString(baseline.getLocation()), URIUtil.toUnencodedString(repo.getLocation()), descriptor1}); Discouraged access: The field warning_differentMD5 from the type Messages is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
81. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationArtifactTest.java (at line 1263) return new Status(IStatus.ERROR, Activator.ID, IArtifactRepository.CODE_RETRY, "Forcing Retry", new ProvisionException("Forcing retry")); Discouraged access: The type Activator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
82. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationArtifactTest.java (at line 1263) return new Status(IStatus.ERROR, Activator.ID, IArtifactRepository.CODE_RETRY, "Forcing Retry", new ProvisionException("Forcing retry")); Discouraged access: The field ID from the type Activator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
83. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationArtifactTest.java (at line 1281) ((ArtifactRepositoryManager) getArtifactRepositoryManager()).addRepository(retryRepo); Discouraged access: The method addRepository(IArtifactRepository) from the type ArtifactRepositoryManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
84. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationArtifactTest.java (at line 1281) ((ArtifactRepositoryManager) getArtifactRepositoryManager()).addRepository(retryRepo); Discouraged access: The type ArtifactRepositoryManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
85. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationArtifactTest.java (at line 1304) FrameworkLog log = (FrameworkLog) ServiceHelper.getService(Activator.getContext(), FrameworkLog.class.getName()); Discouraged access: The method getService(BundleContext, String) from the type ServiceHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
86. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationArtifactTest.java (at line 1304) FrameworkLog log = (FrameworkLog) ServiceHelper.getService(Activator.getContext(), FrameworkLog.class.getName()); Discouraged access: The type ServiceHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
87. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationArtifactTest.java (at line 1304) FrameworkLog log = (FrameworkLog) ServiceHelper.getService(Activator.getContext(), FrameworkLog.class.getName()); Discouraged access: The method getContext() from the type Activator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
88. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationArtifactTest.java (at line 1304) FrameworkLog log = (FrameworkLog) ServiceHelper.getService(Activator.getContext(), FrameworkLog.class.getName()); Discouraged access: The type Activator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
89. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationArtifactTest.java (at line 1339) String message = NLS.bind(org.eclipse.equinox.internal.p2.artifact.repository.Messages.mirror_alreadyExists, descriptor, destRepoLocation.toURI()); Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
90. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationArtifactTest.java (at line 1339) String message = NLS.bind(org.eclipse.equinox.internal.p2.artifact.repository.Messages.mirror_alreadyExists, descriptor, destRepoLocation.toURI()); Discouraged access: The field mirror_alreadyExists from the type Messages is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
91. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationArtifactTest.java (at line 1349) FrameworkLog log = (FrameworkLog) ServiceHelper.getService(Activator.getContext(), FrameworkLog.class.getName()); Discouraged access: The method getService(BundleContext, String) from the type ServiceHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
92. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationArtifactTest.java (at line 1349) FrameworkLog log = (FrameworkLog) ServiceHelper.getService(Activator.getContext(), FrameworkLog.class.getName()); Discouraged access: The type ServiceHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
93. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationArtifactTest.java (at line 1349) FrameworkLog log = (FrameworkLog) ServiceHelper.getService(Activator.getContext(), FrameworkLog.class.getName()); Discouraged access: The method getContext() from the type Activator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
94. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationArtifactTest.java (at line 1349) FrameworkLog log = (FrameworkLog) ServiceHelper.getService(Activator.getContext(), FrameworkLog.class.getName()); Discouraged access: The type Activator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
95. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationArtifactTest.java (at line 1385) MirrorApplication app = new MirrorApplication(); Discouraged access: The type MirrorApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
96. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationArtifactTest.java (at line 1385) MirrorApplication app = new MirrorApplication(); Discouraged access: The constructor MirrorApplication() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
97. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationArtifactTest.java (at line 1385) MirrorApplication app = new MirrorApplication(); Discouraged access: The type MirrorApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
98. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationArtifactTest.java (at line 1386) app.addSource(createRepositoryDescriptor(sourceRepoLocation.toURI(), null, null, null)); Discouraged access: The method addSource(RepositoryDescriptor) from the type AbstractApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
99. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationArtifactTest.java (at line 1387) app.addDestination(createRepositoryDescriptor(destRepoLocation.toURI(), null, null, null)); Discouraged access: The method addDestination(RepositoryDescriptor) from the type AbstractApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
100. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationArtifactTest.java (at line 1389) app.setVerbose(true); Discouraged access: The method setVerbose(boolean) from the type MirrorApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NonMinimalState2.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/4M/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/planner/NonMinimalState2.java (at line 39) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NonMinimalState2.java (at line 39) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NonMinimalState2.java (at line 39) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NonMinimalState2.java (at line 40) request.addInstallableUnits(getMetadataRepositoryManager().query(QueryUtil.createIUQuery("org.mortbay.jetty.server"), null).toArray(IInstallableUnit.class)); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NonMinimalState2.java (at line 64) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NonMinimalState2.java (at line 64) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NonMinimalState2.java (at line 64) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/planner/NonMinimalState2.java (at line 65) request.addInstallableUnits((IInstallableUnit[]) getMetadataRepositoryManager().query(QueryUtil.createIUQuery("org.mortbay.jetty.server"), null).toArray(IInstallableUnit.class)); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/SimpleConfiguratorTest.java (at line 17) import org.eclipse.equinox.internal.simpleconfigurator.SimpleConfiguratorImpl; Discouraged access: The type SimpleConfiguratorImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/SimpleConfiguratorTest.java (at line 27) private SimpleConfiguratorImpl configurator; Discouraged access: The type SimpleConfiguratorImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/SimpleConfiguratorTest.java (at line 47) private SimpleConfiguratorImpl getSimpleConfigurator() { Discouraged access: The type SimpleConfiguratorImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/SimpleConfiguratorTest.java (at line 48) return new SimpleConfiguratorImpl(null, null); Discouraged access: The constructor SimpleConfiguratorImpl(BundleContext, Bundle) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/SimpleConfiguratorTest.java (at line 48) return new SimpleConfiguratorImpl(null, null); Discouraged access: The type SimpleConfiguratorImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/SimpleConfiguratorTest.java (at line 52) File f = new File(userConfiguration.getParent(), SimpleConfiguratorImpl.BASE_TIMESTAMP_FILE_BUNDLESINFO); Discouraged access: The type SimpleConfiguratorImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/SimpleConfiguratorTest.java (at line 52) File f = new File(userConfiguration.getParent(), SimpleConfiguratorImpl.BASE_TIMESTAMP_FILE_BUNDLESINFO); Discouraged access: The field BASE_TIMESTAMP_FILE_BUNDLESINFO from the type SimpleConfiguratorImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/SimpleConfiguratorTest.java (at line 54) p.put(SimpleConfiguratorImpl.KEY_BUNDLESINFO_TIMESTAMP, "" + timestamp); Discouraged access: The type SimpleConfiguratorImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/SimpleConfiguratorTest.java (at line 54) p.put(SimpleConfiguratorImpl.KEY_BUNDLESINFO_TIMESTAMP, "" + timestamp); Discouraged access: The field KEY_BUNDLESINFO_TIMESTAMP from the type SimpleConfiguratorImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/SimpleConfiguratorTest.java (at line 60) System.setProperty(SimpleConfiguratorImpl.PROP_IGNORE_USER_CONFIGURATION, "false"); Discouraged access: The type SimpleConfiguratorImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/SimpleConfiguratorTest.java (at line 60) System.setProperty(SimpleConfiguratorImpl.PROP_IGNORE_USER_CONFIGURATION, "false"); Discouraged access: The field PROP_IGNORE_USER_CONFIGURATION from the type SimpleConfiguratorImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/SimpleConfiguratorTest.java (at line 66) assertEquals(set, Boolean.TRUE.toString().equalsIgnoreCase(System.getProperty(SimpleConfiguratorImpl.PROP_IGNORE_USER_CONFIGURATION))); Discouraged access: The type SimpleConfiguratorImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/SimpleConfiguratorTest.java (at line 66) assertEquals(set, Boolean.TRUE.toString().equalsIgnoreCase(System.getProperty(SimpleConfiguratorImpl.PROP_IGNORE_USER_CONFIGURATION))); Discouraged access: The field PROP_IGNORE_USER_CONFIGURATION from the type SimpleConfiguratorImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/SimpleConfiguratorTest.java (at line 70) assertEquals(localConfiguration[0], configurator.chooseConfigurationURL(relativeURL, localConfiguration)); Discouraged access: The method chooseConfigurationURL(URL, URL[]) from the type SimpleConfiguratorImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/SimpleConfiguratorTest.java (at line 75) assertNull(configurator.chooseConfigurationURL(relativeURL, new URL[] {new File(".", "notexisting").toURL()})); Discouraged access: The method chooseConfigurationURL(URL, URL[]) from the type SimpleConfiguratorImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/SimpleConfiguratorTest.java (at line 81) assertEquals(sharedConfiguration[1], configurator.chooseConfigurationURL(relativeURL, sharedConfiguration)); Discouraged access: The method chooseConfigurationURL(URL, URL[]) from the type SimpleConfiguratorImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/SimpleConfiguratorTest.java (at line 87) assertEquals(sharedConfiguration[0], configurator.chooseConfigurationURL(relativeURL, sharedConfiguration)); Discouraged access: The method chooseConfigurationURL(URL, URL[]) from the type SimpleConfiguratorImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/SimpleConfiguratorTest.java (at line 94) assertEquals(sharedConfiguration[1], configurator.chooseConfigurationURL(relativeURL, sharedConfiguration)); Discouraged access: The method chooseConfigurationURL(URL, URL[]) from the type SimpleConfiguratorImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/SimpleConfiguratorTest.java (at line 101) assertEquals(sharedConfiguration[0], configurator.chooseConfigurationURL(relativeURL, sharedConfiguration)); Discouraged access: The method chooseConfigurationURL(URL, URL[]) from the type SimpleConfiguratorImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/SimpleConfiguratorTest.java (at line 107) System.setProperty(SimpleConfiguratorImpl.PROP_IGNORE_USER_CONFIGURATION, "true"); Discouraged access: The type SimpleConfiguratorImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/SimpleConfiguratorTest.java (at line 107) System.setProperty(SimpleConfiguratorImpl.PROP_IGNORE_USER_CONFIGURATION, "true"); Discouraged access: The field PROP_IGNORE_USER_CONFIGURATION from the type SimpleConfiguratorImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/SimpleConfiguratorTest.java (at line 109) assertEquals(sharedConfiguration[1], configurator.chooseConfigurationURL(relativeURL, sharedConfiguration)); Discouraged access: The method chooseConfigurationURL(URL, URL[]) from the type SimpleConfiguratorImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug301446.java (at line 58) Operand[] operands = ((ProvisioningPlan) actualPlan).getOperands(); Discouraged access: The type Operand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug301446.java (at line 58) Operand[] operands = ((ProvisioningPlan) actualPlan).getOperands(); Discouraged access: The method getOperands() from the type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug301446.java (at line 58) Operand[] operands = ((ProvisioningPlan) actualPlan).getOperands(); Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug301446.java (at line 60) Operand o = operands[i]; Discouraged access: The type Operand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug301446.java (at line 61) if (!(o instanceof InstallableUnitOperand)) Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug301446.java (at line 63) IInstallableUnit iu = ((InstallableUnitOperand) o).second(); Discouraged access: The method second() from the type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug301446.java (at line 63) IInstallableUnit iu = ((InstallableUnitOperand) o).second(); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug301446.java (at line 66) iu = ((InstallableUnitOperand) o).first(); Discouraged access: The method first() from the type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug301446.java (at line 66) iu = ((InstallableUnitOperand) o).first(); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug270656.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/4M/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/planner/Bug270656.java (at line 48) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug270656.java (at line 48) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug270656.java (at line 48) ProfileChangeRequest req1 = new ProfileChangeRequest(profile1); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/Bug270656.java (at line 49) req1.addInstallableUnits(new IInstallableUnit[] {a1, p1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/full/DirectorTest.java (at line 17) import org.eclipse.equinox.internal.p2.core.helpers.ServiceHelper; Discouraged access: The type ServiceHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/full/DirectorTest.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/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/full/DirectorTest.java (at line 19) import org.eclipse.equinox.internal.provisional.p2.director.IDirector; Discouraged access: The type IDirector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/full/DirectorTest.java (at line 39) ServiceReference sr = TestActivator.context.getServiceReference(IDirector.SERVICE_NAME); Discouraged access: The type IDirector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/full/DirectorTest.java (at line 39) ServiceReference sr = TestActivator.context.getServiceReference(IDirector.SERVICE_NAME); Discouraged access: The field SERVICE_NAME from the type IDirector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/full/DirectorTest.java (at line 43) IDirector director = (IDirector) TestActivator.context.getService(sr); Discouraged access: The type IDirector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/full/DirectorTest.java (at line 43) IDirector director = (IDirector) TestActivator.context.getService(sr); Discouraged access: The type IDirector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/full/DirectorTest.java (at line 72) EnvironmentInfo info = (EnvironmentInfo) ServiceHelper.getService(TestActivator.getContext(), EnvironmentInfo.class.getName()); Discouraged access: The type ServiceHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/full/DirectorTest.java (at line 72) EnvironmentInfo info = (EnvironmentInfo) ServiceHelper.getService(TestActivator.getContext(), EnvironmentInfo.class.getName()); Discouraged access: The method getService(BundleContext, String) from the type ServiceHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/full/DirectorTest.java (at line 83) ProfileChangeRequest request = new ProfileChangeRequest(p); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/full/DirectorTest.java (at line 83) ProfileChangeRequest request = new ProfileChangeRequest(p); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/full/DirectorTest.java (at line 83) ProfileChangeRequest request = new ProfileChangeRequest(p); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/full/DirectorTest.java (at line 85) request.addInstallableUnits(allRoots); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/full/DirectorTest.java (at line 87) request.removeInstallableUnits(allRoots); Discouraged access: The method removeInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/full/DirectorTest.java (at line 88) operationStatus = director.provision(request, null, null); Discouraged access: The method provision(IProfileChangeRequest, ProvisioningContext, IProgressMonitor) from the type IDirector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/MetadataMirrorApplicationTest.java (at line 17) import org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository; Discouraged access: The type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/MetadataMirrorApplicationTest.java (at line 19) import org.eclipse.equinox.p2.internal.repository.tools.MirrorApplication; Discouraged access: The type MirrorApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/MetadataMirrorApplicationTest.java (at line 74) MirrorApplication application = new MirrorApplication(); Discouraged access: The type MirrorApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/MetadataMirrorApplicationTest.java (at line 74) MirrorApplication application = new MirrorApplication(); Discouraged access: The constructor MirrorApplication() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/MetadataMirrorApplicationTest.java (at line 74) MirrorApplication application = new MirrorApplication(); Discouraged access: The type MirrorApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/MetadataMirrorApplicationTest.java (at line 77) application.setInitializationData(null, null, map); Discouraged access: The method setInitializationData(IConfigurationElement, String, Object) from the type MirrorApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/MetadataMirrorApplicationTest.java (at line 78) application.initializeFromArguments(args); Discouraged access: The method initializeFromArguments(String[]) from the type MirrorApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/MetadataMirrorApplicationTest.java (at line 79) application.run(null); Discouraged access: The method run(IProgressMonitor) from the type MirrorApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/MetadataMirrorApplicationTest.java (at line 924) if (!(repo instanceof CompositeMetadataRepository)) Discouraged access: The type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/MetadataMirrorApplicationTest.java (at line 929) ((CompositeMetadataRepository) repo).addChild(child1.toURI()); Discouraged access: The method addChild(URI) from the type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/MetadataMirrorApplicationTest.java (at line 929) ((CompositeMetadataRepository) repo).addChild(child1.toURI()); Discouraged access: The type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/MetadataMirrorApplicationTest.java (at line 930) ((CompositeMetadataRepository) repo).addChild(child2.toURI()); Discouraged access: The method addChild(URI) from the type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/mirror/MetadataMirrorApplicationTest.java (at line 930) ((CompositeMetadataRepository) repo).addChild(child2.toURI()); Discouraged access: The type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/NativeTouchpointTest.java (at line 15) import org.eclipse.equinox.internal.p2.touchpoint.natives.NativeTouchpoint; Discouraged access: The type NativeTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/NativeTouchpointTest.java (at line 30) NativeTouchpoint touchpoint = new NativeTouchpoint(); Discouraged access: The type NativeTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/NativeTouchpointTest.java (at line 30) NativeTouchpoint touchpoint = new NativeTouchpoint(); Discouraged access: The constructor NativeTouchpoint() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/NativeTouchpointTest.java (at line 30) NativeTouchpoint touchpoint = new NativeTouchpoint(); Discouraged access: The type NativeTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/NativeTouchpointTest.java (at line 35) touchpoint.initializePhase(null, profile, "test", parameters); Discouraged access: The method initializePhase(IProgressMonitor, IProfile, String, Map<String,Object>) from the type NativeTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/NativeTouchpointTest.java (at line 44) touchpoint.initializePhase(null, profile, "test", parameters); Discouraged access: The method initializePhase(IProgressMonitor, IProfile, String, Map<String,Object>) from the type NativeTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/NativeTouchpointTest.java (at line 49) NativeTouchpoint touchpoint = new NativeTouchpoint(); Discouraged access: The type NativeTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/NativeTouchpointTest.java (at line 49) NativeTouchpoint touchpoint = new NativeTouchpoint(); Discouraged access: The constructor NativeTouchpoint() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/NativeTouchpointTest.java (at line 49) NativeTouchpoint touchpoint = new NativeTouchpoint(); Discouraged access: The type NativeTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/NativeTouchpointTest.java (at line 50) assertEquals("org.eclipse.equinox.p2.touchpoint.natives.chmod", touchpoint.qualifyAction("chmod")); Discouraged access: The method qualifyAction(String) from the type NativeTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerProductWithMixedMarkup.java (at line 15) import org.eclipse.equinox.internal.p2.operations.RequestFlexer; Discouraged access: The type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerProductWithMixedMarkup.java (at line 89) RequestFlexer av = new RequestFlexer(planner); Discouraged access: The type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerProductWithMixedMarkup.java (at line 89) RequestFlexer av = new RequestFlexer(planner); Discouraged access: The constructor RequestFlexer(IPlanner) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerProductWithMixedMarkup.java (at line 89) RequestFlexer av = new RequestFlexer(planner); Discouraged access: The type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerProductWithMixedMarkup.java (at line 90) av.setAllowPartialInstall(false); Discouraged access: The method setAllowPartialInstall(boolean) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerProductWithMixedMarkup.java (at line 91) av.setAllowDifferentVersion(false); Discouraged access: The method setAllowDifferentVersion(boolean) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerProductWithMixedMarkup.java (at line 92) av.setAllowInstalledElementRemoval(true); Discouraged access: The method setAllowInstalledElementRemoval(boolean) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerProductWithMixedMarkup.java (at line 93) av.setAllowInstalledElementChange(false); Discouraged access: The method setAllowInstalledElementChange(boolean) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerProductWithMixedMarkup.java (at line 94) av.setProvisioningContext(context); Discouraged access: The method setProvisioningContext(ProvisioningContext) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerProductWithMixedMarkup.java (at line 95) IProfileChangeRequest realRequest = av.getChangeRequest(originalRequest, profile, new NullProgressMonitor()); Discouraged access: The method getChangeRequest(IProfileChangeRequest, IProfile, IProgressMonitor) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerProductWithMixedMarkup.java (at line 108) RequestFlexer av = new RequestFlexer(planner); Discouraged access: The type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerProductWithMixedMarkup.java (at line 108) RequestFlexer av = new RequestFlexer(planner); Discouraged access: The constructor RequestFlexer(IPlanner) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerProductWithMixedMarkup.java (at line 108) RequestFlexer av = new RequestFlexer(planner); Discouraged access: The type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerProductWithMixedMarkup.java (at line 109) av.setAllowPartialInstall(false); Discouraged access: The method setAllowPartialInstall(boolean) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerProductWithMixedMarkup.java (at line 110) av.setAllowDifferentVersion(false); Discouraged access: The method setAllowDifferentVersion(boolean) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerProductWithMixedMarkup.java (at line 111) av.setAllowInstalledElementRemoval(false); Discouraged access: The method setAllowInstalledElementRemoval(boolean) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerProductWithMixedMarkup.java (at line 112) av.setAllowInstalledElementChange(true); Discouraged access: The method setAllowInstalledElementChange(boolean) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerProductWithMixedMarkup.java (at line 113) av.setProvisioningContext(context); Discouraged access: The method setProvisioningContext(ProvisioningContext) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerProductWithMixedMarkup.java (at line 114) IProfileChangeRequest realRequest = av.getChangeRequest(originalRequest, profile, new NullProgressMonitor()); Discouraged access: The method getChangeRequest(IProfileChangeRequest, IProfile, IProgressMonitor) from the type RequestFlexer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileRegistryTest.java (at line 52) private static void saveProfile(IProfileRegistry iRegistry, Profile profile) { Discouraged access: The type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileRegistryTest.java (at line 53) SimpleProfileRegistry registry = (SimpleProfileRegistry) iRegistry; Discouraged access: The type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileRegistryTest.java (at line 53) SimpleProfileRegistry registry = (SimpleProfileRegistry) iRegistry; Discouraged access: The type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileRegistryTest.java (at line 54) profile.setChanged(false); Discouraged access: The method setChanged(boolean) from the type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileRegistryTest.java (at line 55) registry.lockProfile(profile); Discouraged access: The method lockProfile(Profile) from the type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileRegistryTest.java (at line 57) profile.setChanged(true); Discouraged access: The method setChanged(boolean) from the type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileRegistryTest.java (at line 58) registry.updateProfile(profile); Discouraged access: The method updateProfile(Profile) from the type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileRegistryTest.java (at line 60) registry.unlockProfile(profile); Discouraged access: The method unlockProfile(IProfile) from the type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileRegistryTest.java (at line 61) profile.setChanged(false); Discouraged access: The method setChanged(boolean) from the type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileRegistryTest.java (at line 112) Profile profile = (Profile) registry.addProfile(PROFILE_NAME, properties); Discouraged access: The type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileRegistryTest.java (at line 112) Profile profile = (Profile) registry.addProfile(PROFILE_NAME, properties); Discouraged access: The type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileRegistryTest.java (at line 113) assertTrue(profile.getProperties().containsKey("test")); Discouraged access: The method getProperties() from the type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileRegistryTest.java (at line 116) profile = (Profile) registry.getProfile(PROFILE_NAME); Discouraged access: The type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileRegistryTest.java (at line 118) assertTrue(profile.getProperties().containsKey("test")); Discouraged access: The method getProperties() from the type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileRegistryTest.java (at line 119) profile.removeProperty("test"); Discouraged access: The method removeProperty(String) from the type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileRegistryTest.java (at line 120) assertNull(profile.getProperty("test")); Discouraged access: The method getProperty(String) from the type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileRegistryTest.java (at line 124) profile = (Profile) registry.getProfile(PROFILE_NAME); Discouraged access: The type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileRegistryTest.java (at line 125) assertNull(profile.getProperty("test")); Discouraged access: The method getProperty(String) from the type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileRegistryTest.java (at line 134) Profile profile = (Profile) registry.addProfile(PROFILE_NAME); Discouraged access: The type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileRegistryTest.java (at line 134) Profile profile = (Profile) registry.addProfile(PROFILE_NAME); Discouraged access: The type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileRegistryTest.java (at line 136) profile.addInstallableUnit(createIU("test")); Discouraged access: The method addInstallableUnit(IInstallableUnit) from the type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileRegistryTest.java (at line 141) profile = (Profile) registry.getProfile(PROFILE_NAME); Discouraged access: The type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileRegistryTest.java (at line 143) profile.removeInstallableUnit(createIU("test")); Discouraged access: The method removeInstallableUnit(IInstallableUnit) from the type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileRegistryTest.java (at line 148) profile = (Profile) registry.getProfile(PROFILE_NAME); Discouraged access: The type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileRegistryTest.java (at line 159) Profile profile = (Profile) registry.addProfile(PROFILE_NAME); Discouraged access: The type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileRegistryTest.java (at line 159) Profile profile = (Profile) registry.addProfile(PROFILE_NAME); Discouraged access: The type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileRegistryTest.java (at line 160) profile.addInstallableUnit(createIU("test")); Discouraged access: The method addInstallableUnit(IInstallableUnit) from the type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileRegistryTest.java (at line 161) profile.addInstallableUnitProperties(createIU("test"), properties); Discouraged access: The method addInstallableUnitProperties(IInstallableUnit, Map<String,String>) from the type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileRegistryTest.java (at line 162) assertEquals("test", profile.getInstallableUnitProperty(createIU("test"), "test")); Discouraged access: The method getInstallableUnitProperty(IInstallableUnit, String) from the type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileRegistryTest.java (at line 166) profile = (Profile) registry.getProfile(PROFILE_NAME); Discouraged access: The type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileRegistryTest.java (at line 167) assertEquals("test", profile.getInstallableUnitProperty(createIU("test"), "test")); Discouraged access: The method getInstallableUnitProperty(IInstallableUnit, String) from the type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileRegistryTest.java (at line 168) profile.removeInstallableUnitProperty(createIU("test"), "test"); Discouraged access: The method removeInstallableUnitProperty(IInstallableUnit, String) from the type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileRegistryTest.java (at line 169) assertNull(profile.getInstallableUnitProperty(createIU("test"), "test")); Discouraged access: The method getInstallableUnitProperty(IInstallableUnit, String) from the type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileRegistryTest.java (at line 173) profile = (Profile) registry.getProfile(PROFILE_NAME); Discouraged access: The type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileRegistryTest.java (at line 174) assertNull(profile.getInstallableUnitProperty(createIU("test"), "test")); Discouraged access: The method getInstallableUnitProperty(IInstallableUnit, String) from the type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileRegistryTest.java (at line 191) Profile profile = (Profile) registry.addProfile(PROFILE_NAME, properties); Discouraged access: The type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
37. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileRegistryTest.java (at line 191) Profile profile = (Profile) registry.addProfile(PROFILE_NAME, properties); Discouraged access: The type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
38. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileRegistryTest.java (at line 192) long oldtimestamp = profile.getTimestamp(); Discouraged access: The method getTimestamp() from the type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
39. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileRegistryTest.java (at line 193) assertTrue(profile.getProperties().containsKey("test")); Discouraged access: The method getProperties() from the type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
40. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileRegistryTest.java (at line 197) assertTrue(profile.getProperties().containsKey("test")); Discouraged access: The method getProperties() from the type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
41. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileRegistryTest.java (at line 198) profile.removeProperty("test"); Discouraged access: The method removeProperty(String) from the type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
42. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileRegistryTest.java (at line 199) assertNull(profile.getProperty("test")); Discouraged access: The method getProperty(String) from the type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
43. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileRegistryTest.java (at line 204) Profile oldProfile = (Profile) registry.getProfile(PROFILE_NAME, oldtimestamp); Discouraged access: The type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
44. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileRegistryTest.java (at line 204) Profile oldProfile = (Profile) registry.getProfile(PROFILE_NAME, oldtimestamp); Discouraged access: The type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
45. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileRegistryTest.java (at line 205) assertTrue(oldProfile.getProperties().containsKey("test")); Discouraged access: The method getProperties() from the type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
46. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileRegistryTest.java (at line 206) assertFalse(profile.getTimestamp() == oldProfile.getTimestamp()); Discouraged access: The method getTimestamp() from the type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
47. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileRegistryTest.java (at line 206) assertFalse(profile.getTimestamp() == oldProfile.getTimestamp()); Discouraged access: The method getTimestamp() from the type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
48. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileRegistryTest.java (at line 218) Profile profile = (Profile) registry.addProfile(PROFILE_NAME, properties); Discouraged access: The type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
49. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileRegistryTest.java (at line 218) Profile profile = (Profile) registry.addProfile(PROFILE_NAME, properties); Discouraged access: The type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
50. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileRegistryTest.java (at line 221) profile.setProperty("x", "1"); Discouraged access: The method setProperty(String, String) from the type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
51. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileRegistryTest.java (at line 224) profile = (Profile) registry.getProfile(PROFILE_NAME); Discouraged access: The type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
52. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileRegistryTest.java (at line 227) SimpleProfileRegistry simpleRegistry = (SimpleProfileRegistry) registry; Discouraged access: The type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
53. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileRegistryTest.java (at line 227) SimpleProfileRegistry simpleRegistry = (SimpleProfileRegistry) registry; Discouraged access: The type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
54. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileRegistryTest.java (at line 228) Profile profile2 = (Profile) registry.getProfile(PROFILE_NAME); Discouraged access: The type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
55. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileRegistryTest.java (at line 228) Profile profile2 = (Profile) registry.getProfile(PROFILE_NAME); Discouraged access: The type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
56. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileRegistryTest.java (at line 230) simpleRegistry.lockProfile(profile2); Discouraged access: The method lockProfile(Profile) from the type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
57. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileRegistryTest.java (at line 232) profile2.setProperty("x", "1"); Discouraged access: The method setProperty(String, String) from the type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
58. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileRegistryTest.java (at line 233) simpleRegistry.updateProfile(profile2); Discouraged access: The method updateProfile(Profile) from the type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
59. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileRegistryTest.java (at line 235) simpleRegistry.unlockProfile(profile2); Discouraged access: The method unlockProfile(IProfile) from the type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
60. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileRegistryTest.java (at line 240) profile = (Profile) registry.getProfile(PROFILE_NAME); Discouraged access: The type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
61. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileRegistryTest.java (at line 243) SimpleProfileRegistry simpleRegistry2 = new SimpleProfileRegistry(getAgent(), SimpleProfileRegistry.getDefaultRegistryDirectory(agentLocation)); Discouraged access: The type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
62. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileRegistryTest.java (at line 243) SimpleProfileRegistry simpleRegistry2 = new SimpleProfileRegistry(getAgent(), SimpleProfileRegistry.getDefaultRegistryDirectory(agentLocation)); Discouraged access: The constructor SimpleProfileRegistry(IProvisioningAgent, File) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
63. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileRegistryTest.java (at line 243) SimpleProfileRegistry simpleRegistry2 = new SimpleProfileRegistry(getAgent(), SimpleProfileRegistry.getDefaultRegistryDirectory(agentLocation)); Discouraged access: The type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
64. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileRegistryTest.java (at line 243) SimpleProfileRegistry simpleRegistry2 = new SimpleProfileRegistry(getAgent(), SimpleProfileRegistry.getDefaultRegistryDirectory(agentLocation)); Discouraged access: The type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
65. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileRegistryTest.java (at line 243) SimpleProfileRegistry simpleRegistry2 = new SimpleProfileRegistry(getAgent(), SimpleProfileRegistry.getDefaultRegistryDirectory(agentLocation)); Discouraged access: The method getDefaultRegistryDirectory(IAgentLocation) from the type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
66. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileRegistryTest.java (at line 244) profile2 = (Profile) simpleRegistry2.getProfile(PROFILE_NAME); Discouraged access: The type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
67. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileRegistryTest.java (at line 244) profile2 = (Profile) simpleRegistry2.getProfile(PROFILE_NAME); Discouraged access: The method getProfile(String) from the type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
68. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileRegistryTest.java (at line 245) simpleRegistry2.lockProfile(profile2); Discouraged access: The method lockProfile(Profile) from the type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
69. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileRegistryTest.java (at line 247) profile2.setProperty("x", "2"); Discouraged access: The method setProperty(String, String) from the type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
70. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileRegistryTest.java (at line 248) simpleRegistry2.updateProfile(profile2); Discouraged access: The method updateProfile(Profile) from the type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
71. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileRegistryTest.java (at line 250) simpleRegistry2.unlockProfile(profile2); Discouraged access: The method unlockProfile(IProfile) from the type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
72. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileRegistryTest.java (at line 255) profile = (Profile) registry.getProfile(PROFILE_NAME); Discouraged access: The type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
73. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileRegistryTest.java (at line 267) SimpleProfileRegistry simpleRgy = createAndValidateProfileRegistry(tempFolder, SIMPLE_PROFILE); Discouraged access: The type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
74. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileRegistryTest.java (at line 268) Profile simpleProfile = (Profile) simpleRgy.getProfile(SIMPLE_PROFILE); Discouraged access: The type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
75. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileRegistryTest.java (at line 268) Profile simpleProfile = (Profile) simpleRgy.getProfile(SIMPLE_PROFILE); Discouraged access: The type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
76. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileRegistryTest.java (at line 268) Profile simpleProfile = (Profile) simpleRgy.getProfile(SIMPLE_PROFILE); Discouraged access: The method getProfile(String) from the type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
77. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileRegistryTest.java (at line 272) simpleRgy.lockProfile(simpleProfile); Discouraged access: The method lockProfile(Profile) from the type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
78. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileRegistryTest.java (at line 273) simpleRgy.unlockProfile(simpleProfile); Discouraged access: The method unlockProfile(IProfile) from the type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
79. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileRegistryTest.java (at line 275) simpleRgy.unlockProfile(simpleProfile); Discouraged access: The method unlockProfile(IProfile) from the type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
80. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileRegistryTest.java (at line 282) simpleRgy.lockProfile(simpleProfile); Discouraged access: The method lockProfile(Profile) from the type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
81. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileRegistryTest.java (at line 284) simpleRgy.lockProfile(simpleProfile); Discouraged access: The method lockProfile(Profile) from the type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
82. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileRegistryTest.java (at line 289) simpleRgy.unlockProfile(simpleProfile); Discouraged access: The method unlockProfile(IProfile) from the type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
83. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileRegistryTest.java (at line 336) final SimpleProfileRegistry simpleRgy = createAndValidateProfileRegistry(tempFolder, SIMPLE_PROFILE); Discouraged access: The type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
84. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileRegistryTest.java (at line 337) final Profile simpleProfile = (Profile) simpleRgy.getProfile(SIMPLE_PROFILE); Discouraged access: The type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
85. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileRegistryTest.java (at line 337) final Profile simpleProfile = (Profile) simpleRgy.getProfile(SIMPLE_PROFILE); Discouraged access: The type Profile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
86. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileRegistryTest.java (at line 337) final Profile simpleProfile = (Profile) simpleRgy.getProfile(SIMPLE_PROFILE); Discouraged access: The method getProfile(String) from the type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
87. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileRegistryTest.java (at line 341) simpleRgy.lockProfile(simpleProfile); Discouraged access: The method lockProfile(Profile) from the type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
88. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileRegistryTest.java (at line 346) simpleRgy.unlockProfile(simpleProfile); Discouraged access: The method unlockProfile(IProfile) from the type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
89. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileRegistryTest.java (at line 367) simpleRgy.lockProfile(simpleProfile); Discouraged access: The method lockProfile(Profile) from the type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
90. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileRegistryTest.java (at line 371) simpleRgy.unlockProfile(simpleProfile); Discouraged access: The method unlockProfile(IProfile) from the type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
91. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileRegistryTest.java (at line 381) simpleRgy.unlockProfile(simpleProfile); Discouraged access: The method unlockProfile(IProfile) from the type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
92. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileRegistryTest.java (at line 390) simpleRgy.removeProfile(PROFILE_NAME); // To avoid it locking the latest file Discouraged access: The method removeProfile(String) from the type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
93. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileRegistryTest.java (at line 432) private SimpleProfileRegistry createAndValidateProfileRegistry(File registryFolder, String id) { Discouraged access: The type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
94. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileRegistryTest.java (at line 433) SimpleProfileRegistry simpleRegistry = new SimpleProfileRegistry(getAgent(), registryFolder, null, false); Discouraged access: The type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
95. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileRegistryTest.java (at line 433) SimpleProfileRegistry simpleRegistry = new SimpleProfileRegistry(getAgent(), registryFolder, null, false); Discouraged access: The constructor SimpleProfileRegistry(IProvisioningAgent, File, ISurrogateProfileHandler, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
96. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileRegistryTest.java (at line 433) SimpleProfileRegistry simpleRegistry = new SimpleProfileRegistry(getAgent(), registryFolder, null, false); Discouraged access: The type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
97. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileRegistryTest.java (at line 434) IProfile[] profiles = simpleRegistry.getProfiles(); Discouraged access: The method getProfiles() from the type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
98. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileRegistryTest.java (at line 538) SimpleProfileRegistry profileRegistry = new SimpleProfileRegistry(getAgent(), folder, null, false); Discouraged access: The type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
99. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileRegistryTest.java (at line 538) SimpleProfileRegistry profileRegistry = new SimpleProfileRegistry(getAgent(), folder, null, false); Discouraged access: The constructor SimpleProfileRegistry(IProvisioningAgent, File, ISurrogateProfileHandler, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
100. WARNING in /src/org/eclipse/equinox/p2/tests/engine/ProfileRegistryTest.java (at line 538) SimpleProfileRegistry profileRegistry = new SimpleProfileRegistry(getAgent(), folder, null, false); Discouraged access: The type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/Counter.java (at line 16) import org.eclipse.equinox.internal.p2.artifact.repository.Activator; Discouraged access: The type Activator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/Counter.java (at line 17) import org.eclipse.equinox.internal.provisional.p2.artifact.repository.processing.ProcessingStep; Discouraged access: The type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/Counter.java (at line 22) public class Counter extends ProcessingStep { Discouraged access: The type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/Counter.java (at line 32) super(); Discouraged access: The constructor ProcessingStep() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/Counter.java (at line 39) if (!getStatus().isOK()) Discouraged access: The method getStatus() from the type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/Counter.java (at line 52) setStatus(new Status(code, Activator.ID, "Counter size not set")); Discouraged access: The method setStatus(IStatus) from the type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/Counter.java (at line 52) setStatus(new Status(code, Activator.ID, "Counter size not set")); Discouraged access: The type Activator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/Counter.java (at line 52) setStatus(new Status(code, Activator.ID, "Counter size not set")); Discouraged access: The field ID from the type Activator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/Counter.java (at line 56) super.initialize(agent, descriptor, context); Discouraged access: The method initialize(IProvisioningAgent, IProcessingStepDescriptor, IArtifactDescriptor) from the type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/Counter.java (at line 69) setStatus(new Status(code, Activator.ID, "Counter size specification invalid", e)); Discouraged access: The method setStatus(IStatus) from the type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/Counter.java (at line 69) setStatus(new Status(code, Activator.ID, "Counter size specification invalid", e)); Discouraged access: The type Activator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/Counter.java (at line 69) setStatus(new Status(code, Activator.ID, "Counter size specification invalid", e)); Discouraged access: The field ID from the type Activator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/Counter.java (at line 77) getDestination().write(b); Discouraged access: The method getDestination() from the type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/Counter.java (at line 81) super.close(); Discouraged access: The method close() from the type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/processing/Counter.java (at line 83) setStatus(new Status(IStatus.WARNING, "plugin id", "Size mismatch. Was " + total + " should have been " + size)); Discouraged access: The method setStatus(IStatus) from the type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SeveralOptionalDependencies3.java (at line 11) 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/4M/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/planner/SeveralOptionalDependencies3.java (at line 41) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SeveralOptionalDependencies3.java (at line 41) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SeveralOptionalDependencies3.java (at line 41) ProfileChangeRequest req = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/SeveralOptionalDependencies3.java (at line 42) req.addInstallableUnits(new IInstallableUnit[] {x1}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/ProfileSynchronizerTest2.java (at line 18) import org.eclipse.equinox.internal.p2.reconciler.dropins.ProfileSynchronizer; Discouraged access: The type ProfileSynchronizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.reconciler.dropins/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/ProfileSynchronizerTest2.java (at line 59) ProfileSynchronizer sync = new ProfileSynchronizer(agent, sdkProfile, new ArrayList<IMetadataRepository>()); Discouraged access: The type ProfileSynchronizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.reconciler.dropins/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/ProfileSynchronizerTest2.java (at line 59) ProfileSynchronizer sync = new ProfileSynchronizer(agent, sdkProfile, new ArrayList<IMetadataRepository>()); Discouraged access: The constructor ProfileSynchronizer(IProvisioningAgent, IProfile, Collection<IMetadataRepository>) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.reconciler.dropins/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/ProfileSynchronizerTest2.java (at line 59) ProfileSynchronizer sync = new ProfileSynchronizer(agent, sdkProfile, new ArrayList<IMetadataRepository>()); Discouraged access: The type ProfileSynchronizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.reconciler.dropins/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/ProfileSynchronizerTest2.java (at line 60) sync.synchronize(null); Discouraged access: The method synchronize(IProgressMonitor) from the type ProfileSynchronizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.reconciler.dropins/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/ProfileSynchronizerTest2.java (at line 69) Field[] fields = org.eclipse.equinox.internal.p2.reconciler.dropins.Activator.class.getDeclaredFields(); Discouraged access: The type Activator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.reconciler.dropins/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/ProfileSynchronizerTest2.java (at line 73) fields[i].set(org.eclipse.equinox.internal.p2.reconciler.dropins.Activator.class, TestActivator.getContext()); Discouraged access: The type Activator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.reconciler.dropins/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstance.java (at line 11) 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/4M/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/planner/AgentPlanTestInExternalInstance.java (at line 17) 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/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstance.java (at line 28) SimpleProfileRegistry profileRegistry = (SimpleProfileRegistry) getProfileRegistry(); Discouraged access: The type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstance.java (at line 28) SimpleProfileRegistry profileRegistry = (SimpleProfileRegistry) getProfileRegistry(); Discouraged access: The type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstance.java (at line 30) 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/4M/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/planner/AgentPlanTestInExternalInstance.java (at line 45) SimpleProfileRegistry profileRegistry = (SimpleProfileRegistry) getProfileRegistry(); Discouraged access: The type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstance.java (at line 45) SimpleProfileRegistry profileRegistry = (SimpleProfileRegistry) getProfileRegistry(); Discouraged access: The type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstance.java (at line 47) 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/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstance.java (at line 66) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstance.java (at line 66) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstance.java (at line 66) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstance.java (at line 67) request.addInstallableUnits(new IInstallableUnit[] {a}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstance.java (at line 87) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstance.java (at line 87) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstance.java (at line 87) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstance.java (at line 88) request.addInstallableUnits(new IInstallableUnit[] {a}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstance.java (at line 109) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstance.java (at line 109) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstance.java (at line 109) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstance.java (at line 110) request.addInstallableUnits(new IInstallableUnit[] {a}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstance.java (at line 129) ProfileChangeRequest request = new ProfileChangeRequest(getProfile("installation")); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstance.java (at line 129) ProfileChangeRequest request = new ProfileChangeRequest(getProfile("installation")); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstance.java (at line 129) ProfileChangeRequest request = new ProfileChangeRequest(getProfile("installation")); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstance.java (at line 130) request.addInstallableUnits(new IInstallableUnit[] {a}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstance.java (at line 139) ProfileChangeRequest request2 = new ProfileChangeRequest(getProfile("installation")); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstance.java (at line 139) ProfileChangeRequest request2 = new ProfileChangeRequest(getProfile("installation")); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstance.java (at line 139) ProfileChangeRequest request2 = new ProfileChangeRequest(getProfile("installation")); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
28. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstance.java (at line 140) request2.addInstallableUnits(new IInstallableUnit[] {b}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
29. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstance.java (at line 163) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
30. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstance.java (at line 163) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
31. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstance.java (at line 163) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
32. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstance.java (at line 164) request.addInstallableUnits(new IInstallableUnit[] {a}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
33. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstance.java (at line 192) ProfileChangeRequest request = new ProfileChangeRequest(getProfile("installation")); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
34. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstance.java (at line 192) ProfileChangeRequest request = new ProfileChangeRequest(getProfile("installation")); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
35. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstance.java (at line 192) ProfileChangeRequest request = new ProfileChangeRequest(getProfile("installation")); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
36. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstance.java (at line 193) request.addInstallableUnits(new IInstallableUnit[] {a}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
37. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstance.java (at line 201) ProfileChangeRequest request2 = new ProfileChangeRequest(getProfile("installation")); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
38. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstance.java (at line 201) ProfileChangeRequest request2 = new ProfileChangeRequest(getProfile("installation")); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
39. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstance.java (at line 201) ProfileChangeRequest request2 = new ProfileChangeRequest(getProfile("installation")); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
40. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstance.java (at line 202) request2.addInstallableUnits(new IInstallableUnit[] {b}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
41. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstance.java (at line 243) ProfileChangeRequest request = new ProfileChangeRequest(getProfile("installation")); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
42. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstance.java (at line 243) ProfileChangeRequest request = new ProfileChangeRequest(getProfile("installation")); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
43. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstance.java (at line 243) ProfileChangeRequest request = new ProfileChangeRequest(getProfile("installation")); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
44. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstance.java (at line 244) request.addInstallableUnits(new IInstallableUnit[] {a}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
45. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstance.java (at line 252) ProfileChangeRequest request2 = new ProfileChangeRequest(getProfile("installation")); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
46. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstance.java (at line 252) ProfileChangeRequest request2 = new ProfileChangeRequest(getProfile("installation")); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
47. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstance.java (at line 252) ProfileChangeRequest request2 = new ProfileChangeRequest(getProfile("installation")); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
48. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstance.java (at line 253) request2.addInstallableUnits(new IInstallableUnit[] {b}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
49. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstance.java (at line 261) ProfileChangeRequest requestForC = new ProfileChangeRequest(getProfile("installation")); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
50. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstance.java (at line 261) ProfileChangeRequest requestForC = new ProfileChangeRequest(getProfile("installation")); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
51. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstance.java (at line 261) ProfileChangeRequest requestForC = new ProfileChangeRequest(getProfile("installation")); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
52. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstance.java (at line 262) requestForC.addInstallableUnits(new IInstallableUnit[] {c}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
53. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstance.java (at line 270) ProfileChangeRequest requestUpdateA = new ProfileChangeRequest(getProfile("installation")); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
54. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstance.java (at line 270) ProfileChangeRequest requestUpdateA = new ProfileChangeRequest(getProfile("installation")); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
55. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstance.java (at line 270) ProfileChangeRequest requestUpdateA = new ProfileChangeRequest(getProfile("installation")); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
56. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstance.java (at line 271) requestUpdateA.removeInstallableUnits(new IInstallableUnit[] {a}); Discouraged access: The method removeInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
57. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstance.java (at line 272) requestUpdateA.addInstallableUnits(new IInstallableUnit[] {a111}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
58. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstance.java (at line 282) ProfileChangeRequest request3 = new ProfileChangeRequest(getProfile("installation")); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
59. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstance.java (at line 282) ProfileChangeRequest request3 = new ProfileChangeRequest(getProfile("installation")); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
60. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstance.java (at line 282) ProfileChangeRequest request3 = new ProfileChangeRequest(getProfile("installation")); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
61. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstance.java (at line 283) request3.removeInstallableUnits(new IInstallableUnit[] {a111}); Discouraged access: The method removeInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
62. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstance.java (at line 291) ProfileChangeRequest request4 = new ProfileChangeRequest(getProfile("installation")); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
63. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstance.java (at line 291) ProfileChangeRequest request4 = new ProfileChangeRequest(getProfile("installation")); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
64. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstance.java (at line 291) ProfileChangeRequest request4 = new ProfileChangeRequest(getProfile("installation")); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
65. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstance.java (at line 292) request4.removeInstallableUnits(new IInstallableUnit[] {c}); Discouraged access: The method removeInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
66. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstance.java (at line 300) ProfileChangeRequest requestForD = new ProfileChangeRequest(getProfile("installation")); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
67. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstance.java (at line 300) ProfileChangeRequest requestForD = new ProfileChangeRequest(getProfile("installation")); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
68. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstance.java (at line 300) ProfileChangeRequest requestForD = new ProfileChangeRequest(getProfile("installation")); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
69. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstance.java (at line 301) requestForD.addInstallableUnits(new IInstallableUnit[] {d}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
70. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstance.java (at line 331) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
71. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstance.java (at line 331) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The constructor ProfileChangeRequest(IProfile) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
72. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstance.java (at line 331) ProfileChangeRequest request = new ProfileChangeRequest(profile); Discouraged access: The type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
73. WARNING in /src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstance.java (at line 332) request.addInstallableUnits(new IInstallableUnit[] {a, d}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type ProfileChangeRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/DoesNotCacheStaleData.java (at line 18) import org.eclipse.equinox.internal.p2.metadata.repository.SimpleMetadataRepositoryFactory; Discouraged access: The type SimpleMetadataRepositoryFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/DoesNotCacheStaleData.java (at line 19) import org.eclipse.equinox.internal.p2.updatesite.artifact.UpdateSiteArtifactRepositoryFactory; Discouraged access: The type UpdateSiteArtifactRepositoryFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/DoesNotCacheStaleData.java (at line 20) import org.eclipse.equinox.internal.p2.updatesite.metadata.UpdateSiteMetadataRepositoryFactory; Discouraged access: The type UpdateSiteMetadataRepositoryFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/DoesNotCacheStaleData.java (at line 30) File f = URIUtil.toFile(UpdateSiteMetadataRepositoryFactory.getLocalRepositoryLocation(siteURI)); Discouraged access: The type UpdateSiteMetadataRepositoryFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/DoesNotCacheStaleData.java (at line 30) File f = URIUtil.toFile(UpdateSiteMetadataRepositoryFactory.getLocalRepositoryLocation(siteURI)); Discouraged access: The method getLocalRepositoryLocation(URI) from the type UpdateSiteMetadataRepositoryFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/DoesNotCacheStaleData.java (at line 35) UpdateSiteMetadataRepositoryFactory factory = new UpdateSiteMetadataRepositoryFactory(); Discouraged access: The type UpdateSiteMetadataRepositoryFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/DoesNotCacheStaleData.java (at line 35) UpdateSiteMetadataRepositoryFactory factory = new UpdateSiteMetadataRepositoryFactory(); Discouraged access: The constructor UpdateSiteMetadataRepositoryFactory() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/DoesNotCacheStaleData.java (at line 35) UpdateSiteMetadataRepositoryFactory factory = new UpdateSiteMetadataRepositoryFactory(); Discouraged access: The type UpdateSiteMetadataRepositoryFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/DoesNotCacheStaleData.java (at line 37) factory.load(siteURI, 0, new NullProgressMonitor()); Discouraged access: The method load(URI, int, IProgressMonitor) from the type UpdateSiteMetadataRepositoryFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/DoesNotCacheStaleData.java (at line 42) assertTrue(new File(URIUtil.toFile(UpdateSiteMetadataRepositoryFactory.getLocalRepositoryLocation(siteURI)), "content.xml").exists()); Discouraged access: The type UpdateSiteMetadataRepositoryFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/DoesNotCacheStaleData.java (at line 42) assertTrue(new File(URIUtil.toFile(UpdateSiteMetadataRepositoryFactory.getLocalRepositoryLocation(siteURI)), "content.xml").exists()); Discouraged access: The method getLocalRepositoryLocation(URI) from the type UpdateSiteMetadataRepositoryFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/DoesNotCacheStaleData.java (at line 44) final SimpleMetadataRepositoryFactory simpleFactory = new SimpleMetadataRepositoryFactory(); Discouraged access: The type SimpleMetadataRepositoryFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/DoesNotCacheStaleData.java (at line 44) final SimpleMetadataRepositoryFactory simpleFactory = new SimpleMetadataRepositoryFactory(); Discouraged access: The constructor SimpleMetadataRepositoryFactory() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/DoesNotCacheStaleData.java (at line 44) final SimpleMetadataRepositoryFactory simpleFactory = new SimpleMetadataRepositoryFactory(); Discouraged access: The type SimpleMetadataRepositoryFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/DoesNotCacheStaleData.java (at line 46) IMetadataRepository repo = simpleFactory.load(f.toURI(), 0, new NullProgressMonitor()); Discouraged access: The method load(URI, int, IProgressMonitor) from the type SimpleMetadataRepositoryFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/DoesNotCacheStaleData.java (at line 55) File f = URIUtil.toFile(UpdateSiteMetadataRepositoryFactory.getLocalRepositoryLocation(siteURI)); Discouraged access: The type UpdateSiteMetadataRepositoryFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/DoesNotCacheStaleData.java (at line 55) File f = URIUtil.toFile(UpdateSiteMetadataRepositoryFactory.getLocalRepositoryLocation(siteURI)); Discouraged access: The method getLocalRepositoryLocation(URI) from the type UpdateSiteMetadataRepositoryFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/DoesNotCacheStaleData.java (at line 60) UpdateSiteArtifactRepositoryFactory factory = new UpdateSiteArtifactRepositoryFactory(); Discouraged access: The type UpdateSiteArtifactRepositoryFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/DoesNotCacheStaleData.java (at line 60) UpdateSiteArtifactRepositoryFactory factory = new UpdateSiteArtifactRepositoryFactory(); Discouraged access: The constructor UpdateSiteArtifactRepositoryFactory() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/DoesNotCacheStaleData.java (at line 60) UpdateSiteArtifactRepositoryFactory factory = new UpdateSiteArtifactRepositoryFactory(); Discouraged access: The type UpdateSiteArtifactRepositoryFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/DoesNotCacheStaleData.java (at line 62) factory.load(siteURI, 0, new NullProgressMonitor()); Discouraged access: The method load(URI, int, IProgressMonitor) from the type UpdateSiteArtifactRepositoryFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/DoesNotCacheStaleData.java (at line 67) assertTrue(new File(URIUtil.toFile(UpdateSiteMetadataRepositoryFactory.getLocalRepositoryLocation(siteURI)), "artifacts.xml").exists()); Discouraged access: The type UpdateSiteMetadataRepositoryFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/DoesNotCacheStaleData.java (at line 67) assertTrue(new File(URIUtil.toFile(UpdateSiteMetadataRepositoryFactory.getLocalRepositoryLocation(siteURI)), "artifacts.xml").exists()); Discouraged access: The method getLocalRepositoryLocation(URI) from the type UpdateSiteMetadataRepositoryFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactOutputStreamTest.java (at line 18) import org.eclipse.equinox.internal.p2.metadata.ArtifactKey; Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactOutputStreamTest.java (at line 19) import org.eclipse.equinox.internal.provisional.p2.artifact.repository.processing.ProcessingStep; Discouraged access: The type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactOutputStreamTest.java (at line 30) private ProcessingStep destination = null; Discouraged access: The type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactOutputStreamTest.java (at line 45) ak = new ArtifactKey("classifier", "id", Version.create("1.0")); Discouraged access: The constructor ArtifactKey(String, String, Version) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactOutputStreamTest.java (at line 45) ak = new ArtifactKey("classifier", "id", Version.create("1.0")); Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactOutputStreamTest.java (at line 94) destination.setStatus(Status.CANCEL_STATUS); Discouraged access: The method setStatus(IStatus) from the type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactOutputStreamTest.java (at line 138) static class Destination extends ProcessingStep { Discouraged access: The type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactOutputStreamTest.java (at line 144) super.close(); Discouraged access: The method close() from the type ProcessingStep is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryIUXMLActionTest.java (at line 15) import org.eclipse.equinox.internal.p2.updatesite.CategoryXMLAction; Discouraged access: The type CategoryXMLAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryIUXMLActionTest.java (at line 18) import org.eclipse.equinox.p2.publisher.eclipse.FeaturesAction; Discouraged access: The type FeaturesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryIUXMLActionTest.java (at line 29) private IPublisherResult actionResult; Discouraged access: The type IPublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryIUXMLActionTest.java (at line 35) actionResult = new PublisherResult(); Discouraged access: The constructor PublisherResult() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryIUXMLActionTest.java (at line 35) actionResult = new PublisherResult(); Discouraged access: The type PublisherResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryIUXMLActionTest.java (at line 36) PublisherInfo info = new PublisherInfo(); Discouraged access: The type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryIUXMLActionTest.java (at line 36) PublisherInfo info = new PublisherInfo(); Discouraged access: The constructor PublisherInfo() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryIUXMLActionTest.java (at line 36) PublisherInfo info = new PublisherInfo(); Discouraged access: The type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryIUXMLActionTest.java (at line 38) info.setMetadataRepository(metadataRepository); Discouraged access: The method setMetadataRepository(IMetadataRepository) from the type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryIUXMLActionTest.java (at line 40) FeaturesAction featuresAction = new FeaturesAction(new File[] {TestData.getFile("updatesite", "CategoryXMLActionTest")}); Discouraged access: The type FeaturesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryIUXMLActionTest.java (at line 40) FeaturesAction featuresAction = new FeaturesAction(new File[] {TestData.getFile("updatesite", "CategoryXMLActionTest")}); Discouraged access: The constructor FeaturesAction(File[]) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryIUXMLActionTest.java (at line 40) FeaturesAction featuresAction = new FeaturesAction(new File[] {TestData.getFile("updatesite", "CategoryXMLActionTest")}); Discouraged access: The type FeaturesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryIUXMLActionTest.java (at line 41) featuresAction.perform(info, actionResult, new NullProgressMonitor()); Discouraged access: The method perform(IPublisherInfo, IPublisherResult, IProgressMonitor) from the type FeaturesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryIUXMLActionTest.java (at line 43) CategoryXMLAction action = new CategoryXMLAction(siteLocation, null); Discouraged access: The type CategoryXMLAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryIUXMLActionTest.java (at line 43) CategoryXMLAction action = new CategoryXMLAction(siteLocation, null); Discouraged access: The constructor CategoryXMLAction(URI, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryIUXMLActionTest.java (at line 43) CategoryXMLAction action = new CategoryXMLAction(siteLocation, null); Discouraged access: The type CategoryXMLAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/updatesite/CategoryIUXMLActionTest.java (at line 44) action.perform(info, actionResult, getMonitor()); Discouraged access: The method perform(IPublisherInfo, IPublisherResult, IProgressMonitor) from the type CategoryXMLAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CollectActionTest.java (at line 15) import org.eclipse.equinox.internal.p2.engine.phases.Collect; Discouraged access: The type Collect is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CollectActionTest.java (at line 16) import org.eclipse.equinox.internal.p2.touchpoint.natives.NativeTouchpoint; Discouraged access: The type NativeTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CollectActionTest.java (at line 17) import org.eclipse.equinox.internal.p2.touchpoint.natives.actions.ActionConstants; Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CollectActionTest.java (at line 18) import org.eclipse.equinox.internal.p2.touchpoint.natives.actions.CollectAction; Discouraged access: The type CollectAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
5. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CollectActionTest.java (at line 24) import org.eclipse.equinox.spi.p2.publisher.PublisherHelper; Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
6. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CollectActionTest.java (at line 49) IArtifactKey key = PublisherHelper.createBinaryArtifactKey("test", DEFAULT_VERSION); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
7. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CollectActionTest.java (at line 49) IArtifactKey key = PublisherHelper.createBinaryArtifactKey("test", DEFAULT_VERSION); Discouraged access: The method createBinaryArtifactKey(String, Version) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
8. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CollectActionTest.java (at line 51) iuDesc.setTouchpointType(PublisherHelper.TOUCHPOINT_NATIVE); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
9. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CollectActionTest.java (at line 51) iuDesc.setTouchpointType(PublisherHelper.TOUCHPOINT_NATIVE); Discouraged access: The field TOUCHPOINT_NATIVE from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes |
10. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CollectActionTest.java (at line 55) parameters.put(ActionConstants.PARM_AGENT, getAgent()); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
11. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CollectActionTest.java (at line 55) parameters.put(ActionConstants.PARM_AGENT, getAgent()); Discouraged access: The field PARM_AGENT from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
12. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CollectActionTest.java (at line 56) parameters.put(ActionConstants.PARM_PROFILE, profile); Discouraged access: The type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
13. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CollectActionTest.java (at line 56) parameters.put(ActionConstants.PARM_PROFILE, profile); Discouraged access: The field PARM_PROFILE from the type ActionConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
14. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CollectActionTest.java (at line 57) parameters.put(Collect.PARM_ARTIFACT_REQUESTS, new ArrayList<IArtifactRequest[]>()); Discouraged access: The type Collect is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
15. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CollectActionTest.java (at line 57) parameters.put(Collect.PARM_ARTIFACT_REQUESTS, new ArrayList<IArtifactRequest[]>()); Discouraged access: The field PARM_ARTIFACT_REQUESTS from the type Collect is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
16. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CollectActionTest.java (at line 58) NativeTouchpoint touchpoint = new NativeTouchpoint(); Discouraged access: The type NativeTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
17. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CollectActionTest.java (at line 58) NativeTouchpoint touchpoint = new NativeTouchpoint(); Discouraged access: The constructor NativeTouchpoint() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
18. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CollectActionTest.java (at line 58) NativeTouchpoint touchpoint = new NativeTouchpoint(); Discouraged access: The type NativeTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
19. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CollectActionTest.java (at line 59) touchpoint.initializePhase(null, profile, "test", parameters); Discouraged access: The method initializePhase(IProgressMonitor, IProfile, String, Map<String,Object>) from the type NativeTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
20. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CollectActionTest.java (at line 61) touchpoint.initializeOperand(profile, parameters); Discouraged access: The method initializeOperand(IProfile, Map<String,Object>) from the type NativeTouchpoint is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
21. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CollectActionTest.java (at line 64) List<IArtifactRequest[]> requests = (List<IArtifactRequest[]>) parameters.get(Collect.PARM_ARTIFACT_REQUESTS); Discouraged access: The type Collect is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
22. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CollectActionTest.java (at line 64) List<IArtifactRequest[]> requests = (List<IArtifactRequest[]>) parameters.get(Collect.PARM_ARTIFACT_REQUESTS); Discouraged access: The field PARM_ARTIFACT_REQUESTS from the type Collect is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes |
23. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CollectActionTest.java (at line 66) CollectAction action = new CollectAction(); Discouraged access: The type CollectAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
24. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CollectActionTest.java (at line 66) CollectAction action = new CollectAction(); Discouraged access: The constructor CollectAction() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
25. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CollectActionTest.java (at line 66) CollectAction action = new CollectAction(); Discouraged access: The type CollectAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
26. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CollectActionTest.java (at line 67) action.execute(parameters); Discouraged access: The method execute(Map<String,Object>) from the type CollectAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
27. WARNING in /src/org/eclipse/equinox/p2/tests/touchpoint/natives/CollectActionTest.java (at line 70) action.undo(parameters); Discouraged access: The method undo(Map<String,Object>) from the type CollectAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes |
1. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/NeedsMigration.java (at line 16) import org.eclipse.equinox.internal.p2.ui.sdk.scheduler.migration.MigrationSupport; Discouraged access: The type MigrationSupport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
2. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/NeedsMigration.java (at line 44) private MigrationSupport scheduler; Discouraged access: The type MigrationSupport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
3. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/NeedsMigration.java (at line 52) scheduler = new MigrationSupport(); Discouraged access: The constructor MigrationSupport() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |
4. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/NeedsMigration.java (at line 52) scheduler = new MigrationSupport(); Discouraged access: The type MigrationSupport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes |