| errors | others warnings | forbidden warnings | discouraged warnings | 
| top | others warnings | forbidden warnings | discouraged warnings | 
| top | errors | forbidden warnings | discouraged warnings | 
| top | errors | others warnings | discouraged warnings | 
| top | errors | others warnings | forbidden warnings | 
| 1. WARNING in /src/org/eclipse/pde/internal/core/target/P2TargetUtils.java (at line 935) phases.add(new Collect(100)); Discouraged access: The constructor Collect(int) is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.equinox.p2.engine/@dot | 
| 2. WARNING in /src/org/eclipse/pde/internal/core/target/P2TargetUtils.java (at line 935) phases.add(new Collect(100)); Discouraged access: The type Collect is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.equinox.p2.engine/@dot | 
| 3. WARNING in /src/org/eclipse/pde/internal/core/target/P2TargetUtils.java (at line 936) phases.add(new Property(1)); Discouraged access: The constructor Property(int) is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.equinox.p2.engine/@dot | 
| 4. WARNING in /src/org/eclipse/pde/internal/core/target/P2TargetUtils.java (at line 936) phases.add(new Property(1)); Discouraged access: The type Property is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.equinox.p2.engine/@dot | 
| 5. WARNING in /src/org/eclipse/pde/internal/core/target/P2TargetUtils.java (at line 937) phases.add(new Uninstall(50, true)); Discouraged access: The constructor Uninstall(int, boolean) is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.equinox.p2.engine/@dot | 
| 6. WARNING in /src/org/eclipse/pde/internal/core/target/P2TargetUtils.java (at line 937) phases.add(new Uninstall(50, true)); Discouraged access: The type Uninstall is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.equinox.p2.engine/@dot | 
| 7. WARNING in /src/org/eclipse/pde/internal/core/target/P2TargetUtils.java (at line 938) phases.add(new Install(50)); Discouraged access: The constructor Install(int) is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.equinox.p2.engine/@dot | 
| 8. WARNING in /src/org/eclipse/pde/internal/core/target/P2TargetUtils.java (at line 938) phases.add(new Install(50)); Discouraged access: The type Install is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.equinox.p2.engine/@dot | 
| 9. WARNING in /src/org/eclipse/pde/internal/core/target/P2TargetUtils.java (at line 940) return new PhaseSet((Phase[]) phases.toArray(new Phase[phases.size()])); Discouraged access: The constructor PhaseSet(Phase[]) is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.equinox.p2.engine/@dot | 
| 10. WARNING in /src/org/eclipse/pde/internal/core/target/P2TargetUtils.java (at line 940) return new PhaseSet((Phase[]) phases.toArray(new Phase[phases.size()])); Discouraged access: The type PhaseSet is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.equinox.p2.engine/@dot | 
| 11. WARNING in /src/org/eclipse/pde/internal/core/target/P2TargetUtils.java (at line 940) return new PhaseSet((Phase[]) phases.toArray(new Phase[phases.size()])); Discouraged access: The type Phase is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.equinox.p2.engine/@dot | 
| 12. WARNING in /src/org/eclipse/pde/internal/core/target/P2TargetUtils.java (at line 940) return new PhaseSet((Phase[]) phases.toArray(new Phase[phases.size()])); Discouraged access: The type Phase is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.equinox.p2.engine/@dot | 
| 13. WARNING in /src/org/eclipse/pde/internal/core/target/P2TargetUtils.java (at line 1269) ProfileMetadataRepository profileRepo = new ProfileMetadataRepository(getGlobalAgent(), dataArea, null); Discouraged access: The type ProfileMetadataRepository is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.equinox.p2.engine/@dot | 
| 14. WARNING in /src/org/eclipse/pde/internal/core/target/P2TargetUtils.java (at line 1269) ProfileMetadataRepository profileRepo = new ProfileMetadataRepository(getGlobalAgent(), dataArea, null); Discouraged access: The constructor ProfileMetadataRepository(IProvisioningAgent, URI, IProgressMonitor) is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.equinox.p2.engine/@dot | 
| 15. WARNING in /src/org/eclipse/pde/internal/core/target/P2TargetUtils.java (at line 1269) ProfileMetadataRepository profileRepo = new ProfileMetadataRepository(getGlobalAgent(), dataArea, null); Discouraged access: The type ProfileMetadataRepository is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.equinox.p2.engine/@dot | 
| 16. WARNING in /src/org/eclipse/pde/internal/core/target/P2TargetUtils.java (at line 1270) Collection repos = profileRepo.getReferences(); Discouraged access: The method getReferences() from the type ProfileMetadataRepository is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.equinox.p2.engine/@dot | 
| 17. WARNING in /src/org/eclipse/pde/internal/core/target/P2TargetUtils.java (at line 1344) InstallableUnitOperand operand = (InstallableUnitOperand) parameters.get(PARM_OPERAND); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.equinox.p2.engine/@dot | 
| 18. WARNING in /src/org/eclipse/pde/internal/core/target/P2TargetUtils.java (at line 1344) InstallableUnitOperand operand = (InstallableUnitOperand) parameters.get(PARM_OPERAND); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.equinox.p2.engine/@dot | 
| 19. WARNING in /src/org/eclipse/pde/internal/core/target/P2TargetUtils.java (at line 1345) IInstallableUnit installableUnit = operand.second(); Discouraged access: The method second() from the type InstallableUnitOperand is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.equinox.p2.engine/@dot | 
| 20. WARNING in /src/org/eclipse/pde/internal/core/target/P2TargetUtils.java (at line 1375) protected static class CollectNativesPhase extends InstallableUnitPhase { Discouraged access: The type InstallableUnitPhase is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.equinox.p2.engine/@dot | 
| 21. WARNING in /src/org/eclipse/pde/internal/core/target/P2TargetUtils.java (at line 1377) super(NATIVE_ARTIFACTS, weight); Discouraged access: The constructor InstallableUnitPhase(String, int) is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.equinox.p2.engine/@dot | 
| 22. WARNING in /src/org/eclipse/pde/internal/core/target/P2TargetUtils.java (at line 1380) protected List getActions(InstallableUnitOperand operand) { Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.equinox.p2.engine/@dot | 
| 23. WARNING in /src/org/eclipse/pde/internal/core/target/P2TargetUtils.java (at line 1381) IInstallableUnit unit = operand.second(); Discouraged access: The method second() from the type InstallableUnitOperand is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.equinox.p2.engine/@dot | 
| 24. WARNING in /src/org/eclipse/pde/internal/core/target/P2TargetUtils.java (at line 1390) parameters.put(PARM_PROFILE, profile); Discouraged access: The field PARM_PROFILE from the type Phase is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.equinox.p2.engine/@dot | 
| 25. WARNING in /src/org/eclipse/pde/internal/core/target/P2TargetUtils.java (at line 1396) 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 /builds/M201109091335/src/plugins/org.eclipse.equinox.p2.engine/@dot | 
| 26. WARNING in /src/org/eclipse/pde/internal/core/target/P2TargetUtils.java (at line 1397) 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 /builds/M201109091335/src/plugins/org.eclipse.equinox.p2.engine/@dot | 
| 27. WARNING in /src/org/eclipse/pde/internal/core/target/P2TargetUtils.java (at line 1398) DownloadManager dm = new DownloadManager(context, agent); Discouraged access: The type DownloadManager is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.equinox.p2.engine/@dot | 
| 28. WARNING in /src/org/eclipse/pde/internal/core/target/P2TargetUtils.java (at line 1398) DownloadManager dm = new DownloadManager(context, agent); Discouraged access: The constructor DownloadManager(ProvisioningContext, IProvisioningAgent) is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.equinox.p2.engine/@dot | 
| 29. WARNING in /src/org/eclipse/pde/internal/core/target/P2TargetUtils.java (at line 1398) DownloadManager dm = new DownloadManager(context, agent); Discouraged access: The type DownloadManager is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.equinox.p2.engine/@dot | 
| 30. WARNING in /src/org/eclipse/pde/internal/core/target/P2TargetUtils.java (at line 1400) dm.add((IArtifactRequest) i.next()); Discouraged access: The method add(IArtifactRequest) from the type DownloadManager is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.equinox.p2.engine/@dot | 
| 31. WARNING in /src/org/eclipse/pde/internal/core/target/P2TargetUtils.java (at line 1402) return dm.start(monitor); Discouraged access: The method start(IProgressMonitor) from the type DownloadManager is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.equinox.p2.engine/@dot | 
| 1. WARNING in /src/org/eclipse/pde/internal/core/target/ProfileBundleContainer.java (at line 19) import org.eclipse.equinox.internal.p2.engine.EngineActivator; Discouraged access: The type EngineActivator is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.equinox.p2.engine/@dot | 
| 2. WARNING in /src/org/eclipse/pde/internal/core/target/ProfileBundleContainer.java (at line 332) 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 /builds/M201109091335/src/plugins/org.eclipse.equinox.p2.engine/@dot | 
| 3. WARNING in /src/org/eclipse/pde/internal/core/target/ProfileBundleContainer.java (at line 332) 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 /builds/M201109091335/src/plugins/org.eclipse.equinox.p2.engine/@dot |