Compiler log for org.eclipse.equinox.p2.tests_1.5.0.v20130527-2106 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 10657

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

OTHER WARNINGS

top errors forbidden warnings discouraged warnings

/src/org/eclipse/equinox/p2/tests/publisher/actions/EquinoxExecutableActionTest.java : 4 warnings :

OTHER WARNINGS
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")

/src/org/eclipse/equinox/p2/tests/director/DirectorApplicationTest.java : 22 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/equinox/p2/tests/director/DirectorApplicationTest.java
 (at line 724)
@SuppressWarnings("unused")
Unnecessary @SuppressWarnings("unused")

/src/org/eclipse/equinox/p2/tests/embeddedequinox/EmbeddedEquinox.java : 1 warning :

OTHER WARNINGS
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

/src/org/eclipse/equinox/p2/tests/simpleconfigurator/AbstractSimpleConfiguratorTest.java : 1 warning :

OTHER 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

/src/org/eclipse/equinox/p2/tests/simpleconfigurator/BundlesTxtTest.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/BundlesTxtTest.java
 (at line 19)
@SuppressWarnings("hiding")
Unnecessary @SuppressWarnings("hiding")

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings

/src/org/eclipse/equinox/p2/tests/planner/AddIUProperty.java : 30 warnings :

DISCOURAGED ACCESS WARNINGS
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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
2. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
4. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
5. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
6. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/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/4I/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/4I/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/4I/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
11. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
12. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
13. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
14. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
15. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
16. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes

/src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/RemoveSourceBundleActionTest.java : 40 warnings :

DISCOURAGED ACCESS WARNINGS
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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes
2. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes

/src/org/eclipse/equinox/p2/tests/planner/ExplanationForOptionalDependencies.java : 30 warnings :

DISCOURAGED ACCESS WARNINGS
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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
2. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
11. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
12. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
13. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
14. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes

/src/org/eclipse/equinox/p2/tests/planner/Bug302582d.java : 12 warnings :

DISCOURAGED ACCESS WARNINGS
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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
2. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
4. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
5. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
6. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/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/4I/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/4I/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/4I/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
11. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
12. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes

/src/org/eclipse/equinox/p2/tests/metadata/repository/HttpStatusTest.java : 1 warning :

DISCOURAGED ACCESS WARNINGS
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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes

/src/org/eclipse/equinox/p2/tests/artifact/repository/Bug351944.java : 1 warning :

DISCOURAGED ACCESS WARNINGS
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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes

/src/org/eclipse/equinox/p2/tests/planner/PatchTest2.java : 57 warnings :

DISCOURAGED ACCESS WARNINGS
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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
2. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/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/4I/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
5. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
6. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/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/4I/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/4I/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/4I/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
11. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
12. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
13. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
14. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
15. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
16. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes

/src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetFrameworkDependentPropertyActionTest.java : 35 warnings :

DISCOURAGED ACCESS WARNINGS
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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes
2. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes
13. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes
14. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes

/src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java : 78 warnings :

DISCOURAGED ACCESS WARNINGS
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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes

/src/org/eclipse/equinox/p2/tests/mirror/MetadataRepositoryCleanupTest.java : 6 warnings :

DISCOURAGED ACCESS WARNINGS
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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes

/src/org/eclipse/equinox/p2/tests/planner/AgentPlanTestInExternalInstance.java : 73 warnings :

DISCOURAGED ACCESS WARNINGS
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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
2. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/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/4I/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes
5. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes
6. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/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/4I/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/4I/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/4I/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
11. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
12. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
13. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
14. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
15. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
16. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes

/src/org/eclipse/equinox/p2/tests/jarprocessor/JarProcessorTests.java : 41 warnings :

DISCOURAGED ACCESS WARNINGS
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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/target/classes

/src/org/eclipse/equinox/p2/tests/metadata/PersistNegation.java : 7 warnings :

DISCOURAGED ACCESS WARNINGS
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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes
2. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes
3. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes
4. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes
5. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes
6. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes
7. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes

/src/org/eclipse/equinox/p2/tests/engine/InstructionParserTest.java : 88 warnings :

DISCOURAGED ACCESS WARNINGS
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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes
2. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/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/4I/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes
5. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes
6. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes
13. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes
14. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes
15. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes

/src/org/eclipse/equinox/p2/tests/artifact/repository/BatchExecuteArtifactRepositoryTest.java : 15 warnings :

DISCOURAGED ACCESS WARNINGS
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/4I/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes
3. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes
4. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes
5. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes

/src/org/eclipse/equinox/p2/tests/reconciler/dropins/ProfileSynchronizerTest2.java : 7 warnings :

DISCOURAGED ACCESS WARNINGS
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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.reconciler.dropins/target/classes

/src/org/eclipse/equinox/p2/tests/metadata/repository/AuthTest.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
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/4I/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/4I/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes

/src/org/eclipse/equinox/p2/tests/directorywatcher/TestRepositoryWatcher.java : 18 warnings :

DISCOURAGED ACCESS WARNINGS
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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.directorywatcher/target/classes

/src/org/eclipse/equinox/p2/tests/artifact/processors/ZipVerifierProcessorTest.java : 38 warnings :

DISCOURAGED ACCESS WARNINGS
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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes

/src/org/eclipse/equinox/p2/tests/planner/Bug300572Small4.java : 27 warnings :

DISCOURAGED ACCESS WARNINGS
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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
2. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
4. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
5. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
6. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/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/4I/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/4I/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/4I/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
11. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
12. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
13. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
14. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
15. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
16. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes

/src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactRepositoryWithReferenceDescriptors.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes
2. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes
3. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes
4. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes
5. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes

/src/org/eclipse/equinox/p2/tests/metadata/MultipleIUAndFragmentTest.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
2. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
4. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
5. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes

/src/org/eclipse/equinox/p2/tests/engine/CertificateCheckerTest.java : 57 warnings :

DISCOURAGED ACCESS WARNINGS
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/4I/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/4I/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/4I/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes
5. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes
6. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes
13. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes
14. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes
15. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes

/src/org/eclipse/equinox/p2/tests/planner/Bug309530.java : 14 warnings :

DISCOURAGED ACCESS WARNINGS
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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
2. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/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/4I/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes
5. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes
6. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/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/4I/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/4I/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/4I/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
11. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
12. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
13. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
14. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes

/src/org/eclipse/equinox/p2/tests/directorywatcher/DirectoryWatcherTest.java : 25 warnings :

DISCOURAGED ACCESS WARNINGS
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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.directorywatcher/target/classes

/src/org/eclipse/equinox/p2/tests/updatesite/CategoryXMLActionTest.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes

/src/org/eclipse/equinox/p2/tests/TestActivator.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
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/4I/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/4I/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes

/src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java : 72 warnings :

DISCOURAGED ACCESS WARNINGS
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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes

/src/org/eclipse/equinox/p2/tests/metadata/ArtifactKeyParsingTest.java : 21 warnings :

DISCOURAGED ACCESS WARNINGS
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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes
2. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes
3. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes
4. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes
5. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes
6. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes
7. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes
8. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes
9. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes
10. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes
11. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes
12. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes
13. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes

/src/org/eclipse/equinox/p2/tests/artifact/repository/MD5Tests.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes
2. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes
3. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes

/src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/CheckTrustActionTest.java : 42 warnings :

DISCOURAGED ACCESS WARNINGS
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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes
2. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes

/src/org/eclipse/equinox/p2/tests/planner/TestRequestFlexerRequestWithOptionalInstall.java : 21 warnings :

DISCOURAGED ACCESS WARNINGS
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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
2. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes
3. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes
4. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes
5. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes
6. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes

/src/org/eclipse/equinox/p2/tests/sharedinstall/PreviousConfigurationFinderTest.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes
2. WARNING in /src/org/eclipse/equinox/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/4I/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/4I/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/4I/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes
6. WARNING in /src/org/eclipse/equinox/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes
28. WARNING in /src/org/eclipse/equinox/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes
29. WARNING in /src/org/eclipse/equinox/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes
30. WARNING in /src/org/eclipse/equinox/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes
31. WARNING in /src/org/eclipse/equinox/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/4I/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/4I/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes
34. WARNING in /src/org/eclipse/equinox/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes

/src/org/eclipse/equinox/p2/tests/planner/Bug207319.java : 13 warnings :

DISCOURAGED ACCESS WARNINGS
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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
2. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
4. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
5. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
6. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/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/4I/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/4I/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/4I/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
11. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
12. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
13. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes

/src/org/eclipse/equinox/p2/tests/planner/SeveralOptionalDependencies.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
2. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
4. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
5. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes

/src/org/eclipse/equinox/p2/tests/mirror/MetadataMirrorApplicationTest.java : 13 warnings :

DISCOURAGED ACCESS WARNINGS
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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes

/src/org/eclipse/equinox/p2/tests/engine/ParameterizedProvisioningActionTest.java : 49 warnings :

DISCOURAGED ACCESS WARNINGS
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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes
2. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/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/4I/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes
5. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes
6. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes
13. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes
14. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes
15. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes

/src/org/eclipse/equinox/p2/tests/planner/TestFilteringOnAbsentProperty.java : 16 warnings :

DISCOURAGED ACCESS WARNINGS
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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
2. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
4. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
5. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
6. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/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/4I/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/4I/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/4I/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
11. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
12. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
13. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
14. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes
15. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes

/src/org/eclipse/equinox/p2/tests/metadata/repository/MetadataRepositoryManagerTest.java : 21 warnings :

DISCOURAGED ACCESS WARNINGS
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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes

/src/org/eclipse/equinox/p2/tests/repository/FileReaderTest2.java : 37 warnings :

DISCOURAGED ACCESS WARNINGS
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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes

/src/org/eclipse/equinox/p2/tests/director/UninstallTest.java : 13 warnings :

DISCOURAGED ACCESS WARNINGS
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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
2. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
4. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
5. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
6. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/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/4I/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/4I/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/4I/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
11. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
12. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
13. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes

/src/org/eclipse/equinox/p2/tests/planner/TopLevelFilterTest.java : 8 warnings :

DISCOURAGED ACCESS WARNINGS
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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
2. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes
3. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes
4. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes
5. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
6. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/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/4I/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes

/src/org/eclipse/equinox/p2/tests/planner/PatchTest5.java : 9 warnings :

DISCOURAGED ACCESS WARNINGS
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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
2. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
4. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
5. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
6. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/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/4I/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/4I/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes

/src/org/eclipse/equinox/p2/tests/planner/MultipleSingleton.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
2. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/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/4I/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
5. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
6. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/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/4I/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/4I/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/4I/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
11. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
12. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
13. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
14. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
15. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
16. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes

/src/org/eclipse/equinox/p2/tests/updatechecker/UpdateCheckerTest.java : 29 warnings :

DISCOURAGED ACCESS WARNINGS
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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
2. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
12. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
13. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
14. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
15. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
16. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatechecker/target/classes

/src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/SetFrameworkIndependentPropertyActionTest.java : 35 warnings :

DISCOURAGED ACCESS WARNINGS
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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes
2. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes
13. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes
14. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes

/src/org/eclipse/equinox/p2/tests/planner/SimpleSingleton.java : 31 warnings :

DISCOURAGED ACCESS WARNINGS
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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
2. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/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/4I/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
5. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
6. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes
13. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes
14. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
15. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
16. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes

/src/org/eclipse/equinox/p2/tests/touchpoint/eclipse/AddProgramArgumentActionTest.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes
2. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes
15. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes

/src/org/eclipse/equinox/p2/tests/repository/RepositoryHelperTest.java : 11 warnings :

DISCOURAGED ACCESS WARNINGS
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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes

/src/org/eclipse/equinox/p2/tests/planner/SimpleOptionalTest.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
2. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
4. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
5. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes

/src/org/eclipse/equinox/p2/tests/metadata/repository/SPIMetadataRepositoryTest.java : 40 warnings :

DISCOURAGED ACCESS WARNINGS
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/4I/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes
3. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes
4. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes
5. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/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/4I/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes
8. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes
9. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes
10. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes
11. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes
12. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes
13. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes

/src/org/eclipse/equinox/p2/tests/testserver/helper/AbstractTestServerClientCase.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
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/4I/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/4I/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes

/src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractReconcilerTest.java : 76 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractReconcilerTest.java
 (at line 21)
import org.eclipse.equinox.internal.p2.engine.SimpleProfileRegistry;
Discouraged access: The type SimpleProfileRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes
2. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractReconcilerTest.java
 (at line 22)
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/4I/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 23)
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/4I/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 25)
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/4I/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 26)
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/4I/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 79)
FileUtils.unzipFile(file, output);
Discouraged access: The type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes
7. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractReconcilerTest.java
 (at line 79)
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/4I/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 105)
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/4I/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 105)
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/4I/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 105)
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/4I/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 105)
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/4I/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 106)
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/4I/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 106)
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/4I/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 106)
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/4I/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 106)
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/4I/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 161)
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/4I/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 161)
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/4I/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 167)
return URLUtil.toFile(url);
Discouraged access: The type URLUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes
19. WARNING in /src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractReconcilerTest.java
 (at line 167)
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/4I/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 334)
SimpleConfiguratorManipulator manipulator = new SimpleConfiguratorManipulatorImpl();
Discouraged access: The constructor SimpleConfiguratorManipulatorImpl() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/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 334)
SimpleConfiguratorManipulator manipulator = new SimpleConfiguratorManipulatorImpl();
Discouraged access: The type SimpleConfiguratorManipulatorImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/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 350)
SimpleConfiguratorManipulator manipulator = new SimpleConfiguratorManipulatorImpl();
Discouraged access: The constructor SimpleConfiguratorManipulatorImpl() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/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 350)
SimpleConfiguratorManipulator manipulator = new SimpleConfiguratorManipulatorImpl();
Discouraged access: The type SimpleConfiguratorManipulatorImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/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 453)
public Configuration getConfiguration() {
Discouraged access: The type Configuration is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/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 459)
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/4I/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 461)
return Configuration.load(configLocation, installLocation.toURL());
Discouraged access: The type Configuration is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/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 461)
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/4I/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 475)
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/4I/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 479)
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/4I/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 491)
public boolean removeSite(Configuration configuration, String location) {
Discouraged access: The type Configuration is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/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 493)
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/4I/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 495)
Site tempSite = (Site) iter.next();
Discouraged access: The type Site is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/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 495)
Site tempSite = (Site) iter.next();
Discouraged access: The type Site is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/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 496)
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/4I/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/4I/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 506)
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/4I/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 506)
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/4I/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 507)
Feature result = new Feature(site);
Discouraged access: The type Feature is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/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 507)
Feature result = new Feature(site);
Discouraged access: The constructor Feature(Site) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/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 507)
Feature result = new Feature(site);
Discouraged access: The type Feature is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/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 508)
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/4I/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 509)
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/4I/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 510)
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/4I/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 517)
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/4I/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 518)
Site result = new Site();
Discouraged access: The type Site is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/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 518)
Site result = new Site();
Discouraged access: The constructor Site() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/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 518)
Site result = new Site();
Discouraged access: The type Site is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/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 519)
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/4I/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 520)
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/4I/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 521)
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/4I/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 522)
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/4I/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 525)
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/4I/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 550)
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/4I/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 550)
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/4I/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 560)
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/4I/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 561)
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/4I/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 565)
Site site = (Site) iter.next();
Discouraged access: The type Site is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/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 565)
Site site = (Site) iter.next();
Discouraged access: The type Site is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/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 566)
Feature[] features = site.getFeatures();
Discouraged access: The type Feature is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/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 566)
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/4I/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 568)
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/4I/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 571)
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/4I/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 585)
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/4I/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 585)
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/4I/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 585)
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/4I/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 585)
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/4I/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 585)
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/4I/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 586)
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/4I/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 594)
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/4I/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 594)
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/4I/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 594)
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/4I/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 594)
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/4I/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 594)
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/4I/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 595)
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/4I/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 612)
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/4I/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 612)
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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes

/src/org/eclipse/equinox/p2/tests/publisher/actions/MD5GenerationTest.java : 26 warnings :

DISCOURAGED ACCESS WARNINGS
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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes
2. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/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/4I/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/4I/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes
6. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes
7. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/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/4I/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes
10. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes
11. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes

/src/org/eclipse/equinox/p2/tests/sharedinstall/NeedsMigration.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/NeedsMigration.java
 (at line 15)
import org.eclipse.equinox.internal.p2.ui.sdk.scheduler.migration.MigrationSupport;
Discouraged access: The type MigrationSupport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes
2. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/NeedsMigration.java
 (at line 43)
private MigrationSupport scheduler;
Discouraged access: The type MigrationSupport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes
3. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/NeedsMigration.java
 (at line 51)
scheduler = new MigrationSupport();
Discouraged access: The constructor MigrationSupport() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes
4. WARNING in /src/org/eclipse/equinox/p2/tests/sharedinstall/NeedsMigration.java
 (at line 51)
scheduler = new MigrationSupport();
Discouraged access: The type MigrationSupport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes

/src/org/eclipse/equinox/p2/tests/artifact/repository/SimpleArtifactRepositoryTest.java : 43 warnings :

DISCOURAGED ACCESS WARNINGS
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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes
2. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes

/src/org/eclipse/equinox/p2/tests/planner/SeveralOptionalDependencies3.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
2. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
4. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
5. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes

/src/org/eclipse/equinox/p2/tests/planner/ExplanationLargeConflict.java : 31 warnings :

DISCOURAGED ACCESS WARNINGS
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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
2. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/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/4I/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes
5. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes
6. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/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/4I/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/4I/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/4I/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
11. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
12. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/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/4I/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
15. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
16. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes

/src/org/eclipse/equinox/p2/tests/planner/UpdateForTwoIUs.java : 14 warnings :

DISCOURAGED ACCESS WARNINGS
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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
2. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes
3. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
4. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
5. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes
6. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes
7. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/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/4I/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes
10. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes
11. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
12. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes
13. WARNING in /src/org/eclipse/equinox/p2/tests/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/4I/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes

/src/org/eclipse/equinox/p2/tests/touchpoint/natives/RemoveActionTest.java : 26 warnings :

DISCOURAGED ACCESS WARNINGS
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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes

/src/org/eclipse/equinox/p2/tests/engine/ProvisioningEventTest2.java : 29 warnings :

DISCOURAGED ACCESS WARNINGS
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/4I/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/4I/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/4I/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/4I/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/4I/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/4I/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