Compiler log for org.eclipse.pde.core_3.9.0.v20130219-171447 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 61

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

OTHER WARNINGS

top errors forbidden warnings discouraged warnings

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings

/src/org/eclipse/pde/internal/core/target/ExportTargetJob.java : 24 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/core/target/ExportTargetJob.java
 (at line 20)
import org.eclipse.equinox.p2.internal.repository.tools.Repo2Runnable;
Discouraged access: The type Repo2Runnable is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse4I/build/supportDir/src/plugins/org.eclipse.equinox.p2.repository.tools/@dot
2. WARNING in /src/org/eclipse/pde/internal/core/target/ExportTargetJob.java
 (at line 21)
import org.eclipse.equinox.p2.internal.repository.tools.RepositoryDescriptor;
Discouraged access: The type RepositoryDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse4I/build/supportDir/src/plugins/org.eclipse.equinox.p2.repository.tools/@dot
3. WARNING in /src/org/eclipse/pde/internal/core/target/ExportTargetJob.java
 (at line 205)
private RepositoryDescriptor createRepoDescriptor(URI location, String name, String kind) {
Discouraged access: The type RepositoryDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse4I/build/supportDir/src/plugins/org.eclipse.equinox.p2.repository.tools/@dot
4. WARNING in /src/org/eclipse/pde/internal/core/target/ExportTargetJob.java
 (at line 206)
RepositoryDescriptor result = new RepositoryDescriptor();
Discouraged access: The type RepositoryDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse4I/build/supportDir/src/plugins/org.eclipse.equinox.p2.repository.tools/@dot
5. WARNING in /src/org/eclipse/pde/internal/core/target/ExportTargetJob.java
 (at line 206)
RepositoryDescriptor result = new RepositoryDescriptor();
Discouraged access: The constructor RepositoryDescriptor() is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse4I/build/supportDir/src/plugins/org.eclipse.equinox.p2.repository.tools/@dot
6. WARNING in /src/org/eclipse/pde/internal/core/target/ExportTargetJob.java
 (at line 206)
RepositoryDescriptor result = new RepositoryDescriptor();
Discouraged access: The type RepositoryDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse4I/build/supportDir/src/plugins/org.eclipse.equinox.p2.repository.tools/@dot
7. WARNING in /src/org/eclipse/pde/internal/core/target/ExportTargetJob.java
 (at line 207)
result.setLocation(location);
Discouraged access: The method setLocation(URI) from the type RepositoryDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse4I/build/supportDir/src/plugins/org.eclipse.equinox.p2.repository.tools/@dot
8. WARNING in /src/org/eclipse/pde/internal/core/target/ExportTargetJob.java
 (at line 208)
result.setKind(kind);
Discouraged access: The method setKind(String) from the type RepositoryDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse4I/build/supportDir/src/plugins/org.eclipse.equinox.p2.repository.tools/@dot
9. WARNING in /src/org/eclipse/pde/internal/core/target/ExportTargetJob.java
 (at line 209)
result.setName(name);
Discouraged access: The method setName(String) from the type RepositoryDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse4I/build/supportDir/src/plugins/org.eclipse.equinox.p2.repository.tools/@dot
10. WARNING in /src/org/eclipse/pde/internal/core/target/ExportTargetJob.java
 (at line 211)
result.setAppend(false);
Discouraged access: The method setAppend(boolean) from the type RepositoryDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse4I/build/supportDir/src/plugins/org.eclipse.equinox.p2.repository.tools/@dot
11. WARNING in /src/org/eclipse/pde/internal/core/target/ExportTargetJob.java
 (at line 216)
Repo2Runnable exporter = new Repo2Runnable();
Discouraged access: The type Repo2Runnable is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse4I/build/supportDir/src/plugins/org.eclipse.equinox.p2.repository.tools/@dot
12. WARNING in /src/org/eclipse/pde/internal/core/target/ExportTargetJob.java
 (at line 216)
Repo2Runnable exporter = new Repo2Runnable();
Discouraged access: The constructor Repo2Runnable() is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse4I/build/supportDir/src/plugins/org.eclipse.equinox.p2.repository.tools/@dot
13. WARNING in /src/org/eclipse/pde/internal/core/target/ExportTargetJob.java
 (at line 216)
Repo2Runnable exporter = new Repo2Runnable();
Discouraged access: The type Repo2Runnable is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse4I/build/supportDir/src/plugins/org.eclipse.equinox.p2.repository.tools/@dot
14. WARNING in /src/org/eclipse/pde/internal/core/target/ExportTargetJob.java
 (at line 217)
exporter.addDestination(createRepoDescriptor(destination, P2TargetUtils.getProfileId(target), RepositoryDescriptor.KIND_METADATA));
Discouraged access: The method addDestination(RepositoryDescriptor) from the type AbstractApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse4I/build/supportDir/src/plugins/org.eclipse.equinox.p2.repository.tools/@dot
15. WARNING in /src/org/eclipse/pde/internal/core/target/ExportTargetJob.java
 (at line 217)
exporter.addDestination(createRepoDescriptor(destination, P2TargetUtils.getProfileId(target), RepositoryDescriptor.KIND_METADATA));
Discouraged access: The type RepositoryDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse4I/build/supportDir/src/plugins/org.eclipse.equinox.p2.repository.tools/@dot
16. WARNING in /src/org/eclipse/pde/internal/core/target/ExportTargetJob.java
 (at line 217)
exporter.addDestination(createRepoDescriptor(destination, P2TargetUtils.getProfileId(target), RepositoryDescriptor.KIND_METADATA));
Discouraged access: The field KIND_METADATA from the type RepositoryDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse4I/build/supportDir/src/plugins/org.eclipse.equinox.p2.repository.tools/@dot
17. WARNING in /src/org/eclipse/pde/internal/core/target/ExportTargetJob.java
 (at line 218)
exporter.addDestination(createRepoDescriptor(destination, P2TargetUtils.getProfileId(target), RepositoryDescriptor.KIND_ARTIFACT));
Discouraged access: The method addDestination(RepositoryDescriptor) from the type AbstractApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse4I/build/supportDir/src/plugins/org.eclipse.equinox.p2.repository.tools/@dot
18. WARNING in /src/org/eclipse/pde/internal/core/target/ExportTargetJob.java
 (at line 218)
exporter.addDestination(createRepoDescriptor(destination, P2TargetUtils.getProfileId(target), RepositoryDescriptor.KIND_ARTIFACT));
Discouraged access: The type RepositoryDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse4I/build/supportDir/src/plugins/org.eclipse.equinox.p2.repository.tools/@dot
19. WARNING in /src/org/eclipse/pde/internal/core/target/ExportTargetJob.java
 (at line 218)
exporter.addDestination(createRepoDescriptor(destination, P2TargetUtils.getProfileId(target), RepositoryDescriptor.KIND_ARTIFACT));
Discouraged access: The field KIND_ARTIFACT from the type RepositoryDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse4I/build/supportDir/src/plugins/org.eclipse.equinox.p2.repository.tools/@dot
20. WARNING in /src/org/eclipse/pde/internal/core/target/ExportTargetJob.java
 (at line 219)
exporter.addSource(createRepoDescriptor(P2TargetUtils.getBundlePool().getLocation(), null, RepositoryDescriptor.KIND_ARTIFACT));
Discouraged access: The method addSource(RepositoryDescriptor) from the type AbstractApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse4I/build/supportDir/src/plugins/org.eclipse.equinox.p2.repository.tools/@dot
21. WARNING in /src/org/eclipse/pde/internal/core/target/ExportTargetJob.java
 (at line 219)
exporter.addSource(createRepoDescriptor(P2TargetUtils.getBundlePool().getLocation(), null, RepositoryDescriptor.KIND_ARTIFACT));
Discouraged access: The type RepositoryDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse4I/build/supportDir/src/plugins/org.eclipse.equinox.p2.repository.tools/@dot
22. WARNING in /src/org/eclipse/pde/internal/core/target/ExportTargetJob.java
 (at line 219)
exporter.addSource(createRepoDescriptor(P2TargetUtils.getBundlePool().getLocation(), null, RepositoryDescriptor.KIND_ARTIFACT));
Discouraged access: The field KIND_ARTIFACT from the type RepositoryDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse4I/build/supportDir/src/plugins/org.eclipse.equinox.p2.repository.tools/@dot
23. WARNING in /src/org/eclipse/pde/internal/core/target/ExportTargetJob.java
 (at line 228)
exporter.setSourceIUs(toExport);
Discouraged access: The method setSourceIUs(List<IInstallableUnit>) from the type AbstractApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse4I/build/supportDir/src/plugins/org.eclipse.equinox.p2.repository.tools/@dot
24. WARNING in /src/org/eclipse/pde/internal/core/target/ExportTargetJob.java
 (at line 229)
exporter.run(monitor);
Discouraged access: The method run(IProgressMonitor) from the type Repo2Runnable is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse4I/build/supportDir/src/plugins/org.eclipse.equinox.p2.repository.tools/@dot

/src/org/eclipse/pde/internal/core/target/P2TargetUtils.java : 34 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/core/target/P2TargetUtils.java
 (at line 968)
ArrayList<Phase> phases = new ArrayList<Phase>(4);
Discouraged access: The type Phase is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse4I/build/supportDir/src/plugins/org.eclipse.equinox.p2.engine/@dot
2. WARNING in /src/org/eclipse/pde/internal/core/target/P2TargetUtils.java
 (at line 968)
ArrayList<Phase> phases = new ArrayList<Phase>(4);
Discouraged access: The type Phase is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse4I/build/supportDir/src/plugins/org.eclipse.equinox.p2.engine/@dot
3. WARNING in /src/org/eclipse/pde/internal/core/target/P2TargetUtils.java
 (at line 969)
phases.add(new Collect(100));
Discouraged access: The constructor Collect(int) is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse4I/build/supportDir/src/plugins/org.eclipse.equinox.p2.engine/@dot
4. WARNING in /src/org/eclipse/pde/internal/core/target/P2TargetUtils.java
 (at line 969)
phases.add(new Collect(100));
Discouraged access: The type Collect is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse4I/build/supportDir/src/plugins/org.eclipse.equinox.p2.engine/@dot
5. WARNING in /src/org/eclipse/pde/internal/core/target/P2TargetUtils.java
 (at line 970)
phases.add(new Property(1));
Discouraged access: The constructor Property(int) is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse4I/build/supportDir/src/plugins/org.eclipse.equinox.p2.engine/@dot
6. WARNING in /src/org/eclipse/pde/internal/core/target/P2TargetUtils.java
 (at line 970)
phases.add(new Property(1));
Discouraged access: The type Property is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse4I/build/supportDir/src/plugins/org.eclipse.equinox.p2.engine/@dot
7. WARNING in /src/org/eclipse/pde/internal/core/target/P2TargetUtils.java
 (at line 971)
phases.add(new Uninstall(50, true));
Discouraged access: The constructor Uninstall(int, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse4I/build/supportDir/src/plugins/org.eclipse.equinox.p2.engine/@dot
8. WARNING in /src/org/eclipse/pde/internal/core/target/P2TargetUtils.java
 (at line 971)
phases.add(new Uninstall(50, true));
Discouraged access: The type Uninstall is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse4I/build/supportDir/src/plugins/org.eclipse.equinox.p2.engine/@dot
9. WARNING in /src/org/eclipse/pde/internal/core/target/P2TargetUtils.java
 (at line 972)
phases.add(new Install(50));
Discouraged access: The constructor Install(int) is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse4I/build/supportDir/src/plugins/org.eclipse.equinox.p2.engine/@dot
10. WARNING in /src/org/eclipse/pde/internal/core/target/P2TargetUtils.java
 (at line 972)
phases.add(new Install(50));
Discouraged access: The type Install is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse4I/build/supportDir/src/plugins/org.eclipse.equinox.p2.engine/@dot
11. WARNING in /src/org/eclipse/pde/internal/core/target/P2TargetUtils.java
 (at line 975)
phases.add(new Configure(100));
Discouraged access: The constructor Configure(int) is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse4I/build/supportDir/src/plugins/org.eclipse.equinox.p2.engine/@dot
12. WARNING in /src/org/eclipse/pde/internal/core/target/P2TargetUtils.java
 (at line 975)
phases.add(new Configure(100));
Discouraged access: The type Configure is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse4I/build/supportDir/src/plugins/org.eclipse.equinox.p2.engine/@dot
13. WARNING in /src/org/eclipse/pde/internal/core/target/P2TargetUtils.java
 (at line 978)
return new PhaseSet(phases.toArray(new Phase[phases.size()]));
Discouraged access: The constructor PhaseSet(Phase[]) is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse4I/build/supportDir/src/plugins/org.eclipse.equinox.p2.engine/@dot
14. WARNING in /src/org/eclipse/pde/internal/core/target/P2TargetUtils.java
 (at line 978)
return new PhaseSet(phases.toArray(new Phase[phases.size()]));
Discouraged access: The type PhaseSet is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse4I/build/supportDir/src/plugins/org.eclipse.equinox.p2.engine/@dot
15. WARNING in /src/org/eclipse/pde/internal/core/target/P2TargetUtils.java
 (at line 978)
return new PhaseSet(phases.toArray(new Phase[phases.size()]));
Discouraged access: The type Phase is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse4I/build/supportDir/src/plugins/org.eclipse.equinox.p2.engine/@dot
16. WARNING in /src/org/eclipse/pde/internal/core/target/P2TargetUtils.java
 (at line 1302)
ProfileMetadataRepository profileRepo = new ProfileMetadataRepository(getGlobalAgent(), dataArea, null);
Discouraged access: The type ProfileMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse4I/build/supportDir/src/plugins/org.eclipse.equinox.p2.engine/@dot
17. WARNING in /src/org/eclipse/pde/internal/core/target/P2TargetUtils.java
 (at line 1302)
ProfileMetadataRepository profileRepo = new ProfileMetadataRepository(getGlobalAgent(), dataArea, null);
Discouraged access: The constructor ProfileMetadataRepository(IProvisioningAgent, URI, IProgressMonitor) is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse4I/build/supportDir/src/plugins/org.eclipse.equinox.p2.engine/@dot
18. WARNING in /src/org/eclipse/pde/internal/core/target/P2TargetUtils.java
 (at line 1302)
ProfileMetadataRepository profileRepo = new ProfileMetadataRepository(getGlobalAgent(), dataArea, null);
Discouraged access: The type ProfileMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse4I/build/supportDir/src/plugins/org.eclipse.equinox.p2.engine/@dot
19. WARNING in /src/org/eclipse/pde/internal/core/target/P2TargetUtils.java
 (at line 1303)
Collection<?> repos = profileRepo.getReferences();
Discouraged access: The method getReferences() from the type ProfileMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse4I/build/supportDir/src/plugins/org.eclipse.equinox.p2.engine/@dot
20. WARNING in /src/org/eclipse/pde/internal/core/target/P2TargetUtils.java
 (at line 1377)
InstallableUnitOperand operand = (InstallableUnitOperand) parameters.get(PARM_OPERAND);
Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse4I/build/supportDir/src/plugins/org.eclipse.equinox.p2.engine/@dot
21. WARNING in /src/org/eclipse/pde/internal/core/target/P2TargetUtils.java
 (at line 1377)
InstallableUnitOperand operand = (InstallableUnitOperand) parameters.get(PARM_OPERAND);
Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse4I/build/supportDir/src/plugins/org.eclipse.equinox.p2.engine/@dot
22. WARNING in /src/org/eclipse/pde/internal/core/target/P2TargetUtils.java
 (at line 1378)
IInstallableUnit installableUnit = operand.second();
Discouraged access: The method second() from the type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse4I/build/supportDir/src/plugins/org.eclipse.equinox.p2.engine/@dot
23. WARNING in /src/org/eclipse/pde/internal/core/target/P2TargetUtils.java
 (at line 1409)
protected static class CollectNativesPhase extends InstallableUnitPhase {
Discouraged access: The type InstallableUnitPhase is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse4I/build/supportDir/src/plugins/org.eclipse.equinox.p2.engine/@dot
24. WARNING in /src/org/eclipse/pde/internal/core/target/P2TargetUtils.java
 (at line 1411)
super(NATIVE_ARTIFACTS, weight);
Discouraged access: The constructor InstallableUnitPhase(String, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse4I/build/supportDir/src/plugins/org.eclipse.equinox.p2.engine/@dot
25. WARNING in /src/org/eclipse/pde/internal/core/target/P2TargetUtils.java
 (at line 1414)
protected List<ProvisioningAction> getActions(InstallableUnitOperand operand) {
Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse4I/build/supportDir/src/plugins/org.eclipse.equinox.p2.engine/@dot
26. WARNING in /src/org/eclipse/pde/internal/core/target/P2TargetUtils.java
 (at line 1415)
IInstallableUnit unit = operand.second();
Discouraged access: The method second() from the type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse4I/build/supportDir/src/plugins/org.eclipse.equinox.p2.engine/@dot
27. WARNING in /src/org/eclipse/pde/internal/core/target/P2TargetUtils.java
 (at line 1426)
parameters.put(PARM_PROFILE, profile);
Discouraged access: The field PARM_PROFILE from the type Phase is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse4I/build/supportDir/src/plugins/org.eclipse.equinox.p2.engine/@dot
28. WARNING in /src/org/eclipse/pde/internal/core/target/P2TargetUtils.java
 (at line 1433)
ProvisioningContext context = (ProvisioningContext) parameters.get(PARM_CONTEXT);
Discouraged access: The field PARM_CONTEXT from the type Phase is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse4I/build/supportDir/src/plugins/org.eclipse.equinox.p2.engine/@dot
29. WARNING in /src/org/eclipse/pde/internal/core/target/P2TargetUtils.java
 (at line 1434)
IProvisioningAgent agent = (IProvisioningAgent) parameters.get(PARM_AGENT);
Discouraged access: The field PARM_AGENT from the type Phase is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse4I/build/supportDir/src/plugins/org.eclipse.equinox.p2.engine/@dot
30. WARNING in /src/org/eclipse/pde/internal/core/target/P2TargetUtils.java
 (at line 1435)
DownloadManager dm = new DownloadManager(context, agent);
Discouraged access: The type DownloadManager is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse4I/build/supportDir/src/plugins/org.eclipse.equinox.p2.engine/@dot
31. WARNING in /src/org/eclipse/pde/internal/core/target/P2TargetUtils.java
 (at line 1435)
DownloadManager dm = new DownloadManager(context, agent);
Discouraged access: The constructor DownloadManager(ProvisioningContext, IProvisioningAgent) is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse4I/build/supportDir/src/plugins/org.eclipse.equinox.p2.engine/@dot
32. WARNING in /src/org/eclipse/pde/internal/core/target/P2TargetUtils.java
 (at line 1435)
DownloadManager dm = new DownloadManager(context, agent);
Discouraged access: The type DownloadManager is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse4I/build/supportDir/src/plugins/org.eclipse.equinox.p2.engine/@dot
33. WARNING in /src/org/eclipse/pde/internal/core/target/P2TargetUtils.java
 (at line 1437)
dm.add(i.next());
Discouraged access: The method add(IArtifactRequest) from the type DownloadManager is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse4I/build/supportDir/src/plugins/org.eclipse.equinox.p2.engine/@dot
34. WARNING in /src/org/eclipse/pde/internal/core/target/P2TargetUtils.java
 (at line 1439)
return dm.start(monitor);
Discouraged access: The method start(IProgressMonitor) from the type DownloadManager is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse4I/build/supportDir/src/plugins/org.eclipse.equinox.p2.engine/@dot

/src/org/eclipse/pde/internal/core/target/ProfileBundleContainer.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/core/target/ProfileBundleContainer.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/eclipse4I/build/supportDir/src/plugins/org.eclipse.equinox.p2.engine/@dot
2. WARNING in /src/org/eclipse/pde/internal/core/target/ProfileBundleContainer.java
 (at line 345)
profilePath = profilePath.append(EngineActivator.ID).append("profileRegistry").append(profileName + ".profile"); //$NON-NLS-1$ //$NON-NLS-2$
Discouraged access: The type EngineActivator is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse4I/build/supportDir/src/plugins/org.eclipse.equinox.p2.engine/@dot
3. WARNING in /src/org/eclipse/pde/internal/core/target/ProfileBundleContainer.java
 (at line 345)
profilePath = profilePath.append(EngineActivator.ID).append("profileRegistry").append(profileName + ".profile"); //$NON-NLS-1$ //$NON-NLS-2$
Discouraged access: The field ID from the type EngineActivator is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse4I/build/supportDir/src/plugins/org.eclipse.equinox.p2.engine/@dot