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/ExportTargetJob.java (at line 18) 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/eclipse3I/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 19) 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/eclipse3I/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 203) 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/eclipse3I/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 204) RepositoryDescriptor result = new RepositoryDescriptor(); Discouraged access: The type RepositoryDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/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 204) RepositoryDescriptor result = new RepositoryDescriptor(); Discouraged access: The constructor RepositoryDescriptor() is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/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 204) RepositoryDescriptor result = new RepositoryDescriptor(); Discouraged access: The type RepositoryDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/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 205) 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/eclipse3I/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 206) 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/eclipse3I/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 207) 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/eclipse3I/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 209) 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/eclipse3I/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 214) Repo2Runnable exporter = new Repo2Runnable(); Discouraged access: The type Repo2Runnable is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/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 214) Repo2Runnable exporter = new Repo2Runnable(); Discouraged access: The constructor Repo2Runnable() is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/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 214) Repo2Runnable exporter = new Repo2Runnable(); Discouraged access: The type Repo2Runnable is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/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 215) 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/eclipse3I/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 215) 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/eclipse3I/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 215) 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/eclipse3I/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 216) 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/eclipse3I/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 216) 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/eclipse3I/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 216) 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/eclipse3I/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 217) 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/eclipse3I/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 217) 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/eclipse3I/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 217) 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/eclipse3I/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 226) exporter.setSourceIUs(toExport); Discouraged access: The method setSourceIUs(List) from the type AbstractApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/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 227) 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/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.repository.tools/@dot |
1. WARNING in /src/org/eclipse/pde/internal/core/target/P2TargetUtils.java (at line 961) phases.add(new Collect(100)); Discouraged access: The constructor Collect(int) is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.engine/@dot |
2. WARNING in /src/org/eclipse/pde/internal/core/target/P2TargetUtils.java (at line 961) phases.add(new Collect(100)); Discouraged access: The type Collect is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.engine/@dot |
3. WARNING in /src/org/eclipse/pde/internal/core/target/P2TargetUtils.java (at line 962) phases.add(new Property(1)); Discouraged access: The constructor Property(int) is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.engine/@dot |
4. WARNING in /src/org/eclipse/pde/internal/core/target/P2TargetUtils.java (at line 962) phases.add(new Property(1)); Discouraged access: The type Property is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.engine/@dot |
5. WARNING in /src/org/eclipse/pde/internal/core/target/P2TargetUtils.java (at line 963) 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/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.engine/@dot |
6. WARNING in /src/org/eclipse/pde/internal/core/target/P2TargetUtils.java (at line 963) phases.add(new Uninstall(50, true)); Discouraged access: The type Uninstall is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.engine/@dot |
7. WARNING in /src/org/eclipse/pde/internal/core/target/P2TargetUtils.java (at line 964) phases.add(new Install(50)); Discouraged access: The constructor Install(int) is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.engine/@dot |
8. WARNING in /src/org/eclipse/pde/internal/core/target/P2TargetUtils.java (at line 964) phases.add(new Install(50)); Discouraged access: The type Install is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.engine/@dot |
9. WARNING in /src/org/eclipse/pde/internal/core/target/P2TargetUtils.java (at line 967) phases.add(new Configure(100)); Discouraged access: The constructor Configure(int) is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.engine/@dot |
10. WARNING in /src/org/eclipse/pde/internal/core/target/P2TargetUtils.java (at line 967) phases.add(new Configure(100)); Discouraged access: The type Configure is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.engine/@dot |
11. WARNING in /src/org/eclipse/pde/internal/core/target/P2TargetUtils.java (at line 970) 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 /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.engine/@dot |
12. WARNING in /src/org/eclipse/pde/internal/core/target/P2TargetUtils.java (at line 970) return new PhaseSet((Phase[]) phases.toArray(new Phase[phases.size()])); Discouraged access: The type PhaseSet is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.engine/@dot |
13. WARNING in /src/org/eclipse/pde/internal/core/target/P2TargetUtils.java (at line 970) return new PhaseSet((Phase[]) phases.toArray(new Phase[phases.size()])); Discouraged access: The type Phase is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.engine/@dot |
14. WARNING in /src/org/eclipse/pde/internal/core/target/P2TargetUtils.java (at line 970) return new PhaseSet((Phase[]) phases.toArray(new Phase[phases.size()])); Discouraged access: The type Phase is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.engine/@dot |
15. WARNING in /src/org/eclipse/pde/internal/core/target/P2TargetUtils.java (at line 1294) ProfileMetadataRepository profileRepo = new ProfileMetadataRepository(getGlobalAgent(), dataArea, null); Discouraged access: The type ProfileMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.engine/@dot |
16. WARNING in /src/org/eclipse/pde/internal/core/target/P2TargetUtils.java (at line 1294) 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/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.engine/@dot |
17. WARNING in /src/org/eclipse/pde/internal/core/target/P2TargetUtils.java (at line 1294) ProfileMetadataRepository profileRepo = new ProfileMetadataRepository(getGlobalAgent(), dataArea, null); Discouraged access: The type ProfileMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.engine/@dot |
18. WARNING in /src/org/eclipse/pde/internal/core/target/P2TargetUtils.java (at line 1295) 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/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.engine/@dot |
19. WARNING in /src/org/eclipse/pde/internal/core/target/P2TargetUtils.java (at line 1369) InstallableUnitOperand operand = (InstallableUnitOperand) parameters.get(PARM_OPERAND); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.engine/@dot |
20. WARNING in /src/org/eclipse/pde/internal/core/target/P2TargetUtils.java (at line 1369) InstallableUnitOperand operand = (InstallableUnitOperand) parameters.get(PARM_OPERAND); Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.engine/@dot |
21. WARNING in /src/org/eclipse/pde/internal/core/target/P2TargetUtils.java (at line 1370) 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/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.engine/@dot |
22. WARNING in /src/org/eclipse/pde/internal/core/target/P2TargetUtils.java (at line 1400) protected static class CollectNativesPhase extends InstallableUnitPhase { Discouraged access: The type InstallableUnitPhase is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.engine/@dot |
23. WARNING in /src/org/eclipse/pde/internal/core/target/P2TargetUtils.java (at line 1402) super(NATIVE_ARTIFACTS, weight); Discouraged access: The constructor InstallableUnitPhase(String, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.engine/@dot |
24. WARNING in /src/org/eclipse/pde/internal/core/target/P2TargetUtils.java (at line 1405) protected List getActions(InstallableUnitOperand operand) { Discouraged access: The type InstallableUnitOperand is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.engine/@dot |
25. WARNING in /src/org/eclipse/pde/internal/core/target/P2TargetUtils.java (at line 1406) 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/eclipse3I/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) 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/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.engine/@dot |
27. WARNING in /src/org/eclipse/pde/internal/core/target/P2TargetUtils.java (at line 1421) 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/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.engine/@dot |
28. WARNING in /src/org/eclipse/pde/internal/core/target/P2TargetUtils.java (at line 1422) 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/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.engine/@dot |
29. WARNING in /src/org/eclipse/pde/internal/core/target/P2TargetUtils.java (at line 1423) DownloadManager dm = new DownloadManager(context, agent); Discouraged access: The type DownloadManager is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.engine/@dot |
30. WARNING in /src/org/eclipse/pde/internal/core/target/P2TargetUtils.java (at line 1423) 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/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.engine/@dot |
31. WARNING in /src/org/eclipse/pde/internal/core/target/P2TargetUtils.java (at line 1423) DownloadManager dm = new DownloadManager(context, agent); Discouraged access: The type DownloadManager is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.engine/@dot |
32. WARNING in /src/org/eclipse/pde/internal/core/target/P2TargetUtils.java (at line 1425) dm.add((IArtifactRequest) i.next()); Discouraged access: The method add(IArtifactRequest) from the type DownloadManager is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.engine/@dot |
33. WARNING in /src/org/eclipse/pde/internal/core/target/P2TargetUtils.java (at line 1427) 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/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.engine/@dot |
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/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.engine/@dot |
2. WARNING in /src/org/eclipse/pde/internal/core/target/ProfileBundleContainer.java (at line 334) 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/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.engine/@dot |
3. WARNING in /src/org/eclipse/pde/internal/core/target/ProfileBundleContainer.java (at line 334) 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/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.engine/@dot |