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 /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/AbstractPublisherTask.java (at line 19) import org.eclipse.equinox.p2.publisher.IPublisherInfo; Discouraged access: The type IPublisherInfo is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.publisher/@dot |
2. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/AbstractPublisherTask.java (at line 20) import org.eclipse.equinox.p2.publisher.PublisherInfo; Discouraged access: The type PublisherInfo is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.publisher/@dot |
3. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/AbstractPublisherTask.java (at line 86) protected PublisherInfo publisherInfo = null; Discouraged access: The type PublisherInfo is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.publisher/@dot |
4. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/AbstractPublisherTask.java (at line 135) application.setMetadataLocation(metadataLocation); Discouraged access: The method setMetadataLocation(URI) from the type AbstractPublisherApplication is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.publisher/@dot |
5. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/AbstractPublisherTask.java (at line 136) application.setArtifactLocation(artifactLocation); Discouraged access: The method setArtifactLocation(URI) from the type AbstractPublisherApplication is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.publisher/@dot |
6. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/AbstractPublisherTask.java (at line 141) application.setContextRepositories(metadata, artifacts); Discouraged access: The method setContextRepositories(URI[], URI[]) from the type AbstractPublisherApplication is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.publisher/@dot |
7. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/AbstractPublisherTask.java (at line 197) protected PublisherInfo getPublisherInfo() { Discouraged access: The type PublisherInfo is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.publisher/@dot |
8. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/AbstractPublisherTask.java (at line 199) publisherInfo = new PublisherInfo(); Discouraged access: The constructor PublisherInfo() is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.publisher/@dot |
9. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/AbstractPublisherTask.java (at line 199) publisherInfo = new PublisherInfo(); Discouraged access: The type PublisherInfo is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.publisher/@dot |
10. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/AbstractPublisherTask.java (at line 200) publisherInfo.setArtifactOptions(IPublisherInfo.A_PUBLISH); Discouraged access: The method setArtifactOptions(int) from the type PublisherInfo is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.publisher/@dot |
11. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/AbstractPublisherTask.java (at line 200) publisherInfo.setArtifactOptions(IPublisherInfo.A_PUBLISH); Discouraged access: The type IPublisherInfo is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.publisher/@dot |
12. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/AbstractPublisherTask.java (at line 200) publisherInfo.setArtifactOptions(IPublisherInfo.A_PUBLISH); Discouraged access: The field A_PUBLISH from the type IPublisherInfo is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.publisher/@dot |
1. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java (at line 22) import org.eclipse.equinox.internal.p2.core.helpers.FileUtils; Discouraged access: The type FileUtils is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.core/@dot |
2. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java (at line 25) import org.eclipse.equinox.internal.provisional.p2.core.ProvisionException; Discouraged access: The type ProvisionException is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.core/@dot |
3. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java (at line 26) import org.eclipse.equinox.internal.provisional.p2.core.Version; Discouraged access: The type Version is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.core/@dot |
4. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java (at line 27) import org.eclipse.equinox.internal.provisional.p2.engine.Phase; Discouraged access: The type Phase is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.engine/@dot |
5. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java (at line 28) import org.eclipse.equinox.internal.provisional.p2.engine.PhaseSet; Discouraged access: The type PhaseSet is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.engine/@dot |
6. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java (at line 29) import org.eclipse.equinox.internal.provisional.p2.engine.phases.Collect; Discouraged access: The type Collect is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.engine/@dot |
7. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java (at line 30) import org.eclipse.equinox.internal.provisional.p2.engine.phases.Install; Discouraged access: The type Install is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.engine/@dot |
8. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java (at line 32) import org.eclipse.equinox.internal.provisional.p2.metadata.MetadataFactory.InstallableUnitDescription; Discouraged access: The type MetadataFactory.InstallableUnitDescription is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.metadata/@dot |
9. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java (at line 33) import org.eclipse.equinox.internal.provisional.p2.metadata.repository.IMetadataRepository; Discouraged access: The type IMetadataRepository is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.metadata.repository/@dot |
10. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java (at line 34) import org.eclipse.equinox.internal.provisional.p2.metadata.repository.IMetadataRepositoryManager; Discouraged access: The type IMetadataRepositoryManager is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.metadata.repository/@dot |
11. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java (at line 35) import org.eclipse.equinox.p2.internal.repository.tools.Activator; Discouraged access: The type Activator is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.repository.tools/@dot |
12. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java (at line 36) import org.eclipse.equinox.p2.internal.repository.tools.Repo2Runnable; Discouraged access: The type Repo2Runnable is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.repository.tools/@dot |
13. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java (at line 39) import org.eclipse.equinox.spi.p2.publisher.PublisherHelper; Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.publisher/@dot |
14. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java (at line 52) private String productVersion = Version.emptyVersion.toString(); Discouraged access: The type Version is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.core/@dot |
15. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java (at line 52) private String productVersion = Version.emptyVersion.toString(); Discouraged access: The method toString() from the type VersionVector is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.core/@dot |
16. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java (at line 52) private String productVersion = Version.emptyVersion.toString(); Discouraged access: The field emptyVersion from the type Version is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.core/@dot |
17. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java (at line 60) application = new Repo2Runnable() { Discouraged access: The type Repo2Runnable is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.repository.tools/@dot |
18. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java (at line 61) protected PhaseSet getPhaseSet() { Discouraged access: The type PhaseSet is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.engine/@dot |
19. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java (at line 62) return new PhaseSet(new Phase[] {new Collect(100), new Install(100)}) { /* nothing to override */}; Discouraged access: The type PhaseSet is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.engine/@dot |
20. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java (at line 62) return new PhaseSet(new Phase[] {new Collect(100), new Install(100)}) { /* nothing to override */}; Discouraged access: The type Phase is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.engine/@dot |
21. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java (at line 62) return new PhaseSet(new Phase[] {new Collect(100), new Install(100)}) { /* nothing to override */}; Discouraged access: The constructor Collect(int) is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.engine/@dot |
22. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java (at line 62) return new PhaseSet(new Phase[] {new Collect(100), new Install(100)}) { /* nothing to override */}; Discouraged access: The type Collect is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.engine/@dot |
23. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java (at line 62) return new PhaseSet(new Phase[] {new Collect(100), new Install(100)}) { /* nothing to override */}; Discouraged access: The constructor Install(int) is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.engine/@dot |
24. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java (at line 62) return new PhaseSet(new Phase[] {new Collect(100), new Install(100)}) { /* nothing to override */}; Discouraged access: The type Install is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.engine/@dot |
25. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java (at line 74) IMetadataRepository metadataRepo = loadMetadataRepository(); Discouraged access: The type IMetadataRepository is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.metadata.repository/@dot |
26. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java (at line 75) IArtifactRepository artifactRepo = loadArtifactRepository(); Discouraged access: The type IArtifactRepository is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.artifact.repository/@dot |
27. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java (at line 83) publishBrandedIU(metadataRepo, artifactRepo, (IInstallableUnit) ius.get(0)); Discouraged access: The type IInstallableUnit is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.metadata/@dot |
28. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java (at line 84) FileUtils.deleteAll(new File(getRootFolder())); Discouraged access: The method deleteAll(File) from the type FileUtils is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.core/@dot |
29. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java (at line 84) FileUtils.deleteAll(new File(getRootFolder())); Discouraged access: The type FileUtils is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.core/@dot |
30. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java (at line 91) } catch (ProvisionException e) { Discouraged access: The type ProvisionException is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.core/@dot |
31. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java (at line 98) private void cleanupRepositories() throws ProvisionException { Discouraged access: The type ProvisionException is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.core/@dot |
32. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java (at line 99) IMetadataRepositoryManager metadataManager = Activator.getMetadataRepositoryManager(); Discouraged access: The type IMetadataRepositoryManager is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.metadata.repository/@dot |
33. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java (at line 99) IMetadataRepositoryManager metadataManager = Activator.getMetadataRepositoryManager(); Discouraged access: The method getMetadataRepositoryManager() from the type Activator is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.repository.tools/@dot |
34. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java (at line 99) IMetadataRepositoryManager metadataManager = Activator.getMetadataRepositoryManager(); Discouraged access: The type Activator is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.repository.tools/@dot |
35. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java (at line 100) IArtifactRepositoryManager artifactManager = Activator.getArtifactRepositoryManager(); Discouraged access: The type IArtifactRepositoryManager is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.artifact.repository/@dot |
36. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java (at line 100) IArtifactRepositoryManager artifactManager = Activator.getArtifactRepositoryManager(); Discouraged access: The method getArtifactRepositoryManager() from the type Activator is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.repository.tools/@dot |
37. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java (at line 100) IArtifactRepositoryManager artifactManager = Activator.getArtifactRepositoryManager(); Discouraged access: The type Activator is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.repository.tools/@dot |
38. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java (at line 116) private IArtifactRepository loadArtifactRepository() throws BuildException { Discouraged access: The type IArtifactRepository is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.artifact.repository/@dot |
39. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java (at line 120) IArtifactRepositoryManager manager = (IArtifactRepositoryManager) BundleHelper.getDefault().acquireService(IArtifactRepositoryManager.class.getName()); Discouraged access: The type IArtifactRepositoryManager is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.artifact.repository/@dot |
40. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java (at line 120) IArtifactRepositoryManager manager = (IArtifactRepositoryManager) BundleHelper.getDefault().acquireService(IArtifactRepositoryManager.class.getName()); Discouraged access: The type IArtifactRepositoryManager is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.artifact.repository/@dot |
41. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java (at line 120) IArtifactRepositoryManager manager = (IArtifactRepositoryManager) BundleHelper.getDefault().acquireService(IArtifactRepositoryManager.class.getName()); Discouraged access: The type IArtifactRepositoryManager is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.artifact.repository/@dot |
42. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java (at line 126) IArtifactRepository repo = null; Discouraged access: The type IArtifactRepository is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.artifact.repository/@dot |
43. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java (at line 128) repo = manager.loadRepository(artifactURI, null); Discouraged access: The method loadRepository(URI, IProgressMonitor) from the type IArtifactRepositoryManager is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.artifact.repository/@dot |
44. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java (at line 129) } catch (ProvisionException e) { Discouraged access: The type ProvisionException is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.core/@dot |
45. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java (at line 139) private IMetadataRepository loadMetadataRepository() throws BuildException { Discouraged access: The type IMetadataRepository is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.metadata.repository/@dot |
46. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java (at line 143) IMetadataRepositoryManager manager = (IMetadataRepositoryManager) BundleHelper.getDefault().acquireService(IMetadataRepositoryManager.class.getName()); Discouraged access: The type IMetadataRepositoryManager is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.metadata.repository/@dot |
47. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java (at line 143) IMetadataRepositoryManager manager = (IMetadataRepositoryManager) BundleHelper.getDefault().acquireService(IMetadataRepositoryManager.class.getName()); Discouraged access: The type IMetadataRepositoryManager is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.metadata.repository/@dot |
48. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java (at line 143) IMetadataRepositoryManager manager = (IMetadataRepositoryManager) BundleHelper.getDefault().acquireService(IMetadataRepositoryManager.class.getName()); Discouraged access: The type IMetadataRepositoryManager is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.metadata.repository/@dot |
49. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java (at line 149) IMetadataRepository repo = null; Discouraged access: The type IMetadataRepository is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.metadata.repository/@dot |
50. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java (at line 151) repo = manager.loadRepository(metadataURI, null); Discouraged access: The method loadRepository(URI, IProgressMonitor) from the type IMetadataRepositoryManager is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.metadata.repository/@dot |
51. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java (at line 152) } catch (ProvisionException e) { Discouraged access: The type ProvisionException is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.core/@dot |
52. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java (at line 199) protected void publishBrandedIU(IMetadataRepository metadataRepo, IArtifactRepository artifactRepo, IInstallableUnit originalIU) { Discouraged access: The type IMetadataRepository is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.metadata.repository/@dot |
53. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java (at line 199) protected void publishBrandedIU(IMetadataRepository metadataRepo, IArtifactRepository artifactRepo, IInstallableUnit originalIU) { Discouraged access: The type IArtifactRepository is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.artifact.repository/@dot |
54. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java (at line 199) protected void publishBrandedIU(IMetadataRepository metadataRepo, IArtifactRepository artifactRepo, IInstallableUnit originalIU) { Discouraged access: The type IInstallableUnit is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.metadata/@dot |
55. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java (at line 201) Version version = Version.parseVersion(productVersion); Discouraged access: The type Version is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.core/@dot |
56. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java (at line 201) Version version = Version.parseVersion(productVersion); Discouraged access: The method parseVersion(String) from the type Version is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.core/@dot |
57. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java (at line 201) Version version = Version.parseVersion(productVersion); Discouraged access: The type Version is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.core/@dot |
58. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java (at line 202) if (version.equals(Version.emptyVersion)) Discouraged access: The method equals(Object) from the type VersionVector is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.core/@dot |
59. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java (at line 202) if (version.equals(Version.emptyVersion)) Discouraged access: The type Version is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.core/@dot |
60. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java (at line 202) if (version.equals(Version.emptyVersion)) Discouraged access: The field emptyVersion from the type Version is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.core/@dot |
61. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java (at line 203) version = originalIU.getVersion(); Discouraged access: The method getVersion() from the type IInstallableUnit is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.metadata/@dot |
62. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java (at line 204) InstallableUnitDescription newIUDescription = new MetadataFactory.InstallableUnitDescription(); Discouraged access: The type MetadataFactory.InstallableUnitDescription is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.metadata/@dot |
63. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java (at line 204) InstallableUnitDescription newIUDescription = new MetadataFactory.InstallableUnitDescription(); Discouraged access: The constructor MetadataFactory.InstallableUnitDescription() is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.metadata/@dot |
64. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java (at line 204) InstallableUnitDescription newIUDescription = new MetadataFactory.InstallableUnitDescription(); Discouraged access: The type MetadataFactory is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.metadata/@dot |
65. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java (at line 204) InstallableUnitDescription newIUDescription = new MetadataFactory.InstallableUnitDescription(); Discouraged access: The type MetadataFactory.InstallableUnitDescription is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.metadata/@dot |
66. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java (at line 205) newIUDescription.setSingleton(originalIU.isSingleton()); Discouraged access: The method setSingleton(boolean) from the type MetadataFactory.InstallableUnitDescription is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.metadata/@dot |
67. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java (at line 205) newIUDescription.setSingleton(originalIU.isSingleton()); Discouraged access: The method isSingleton() from the type IInstallableUnit is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.metadata/@dot |
68. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java (at line 206) newIUDescription.setId(id); Discouraged access: The method setId(String) from the type MetadataFactory.InstallableUnitDescription is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.metadata/@dot |
69. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java (at line 207) newIUDescription.setVersion(version); Discouraged access: The method setVersion(Version) from the type MetadataFactory.InstallableUnitDescription is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.metadata/@dot |
70. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java (at line 208) newIUDescription.setCapabilities(new IProvidedCapability[] {PublisherHelper.createSelfCapability(id, version)}); Discouraged access: The method setCapabilities(IProvidedCapability[]) from the type MetadataFactory.InstallableUnitDescription is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.metadata/@dot |
71. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java (at line 208) newIUDescription.setCapabilities(new IProvidedCapability[] {PublisherHelper.createSelfCapability(id, version)}); Discouraged access: The type IProvidedCapability is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.metadata/@dot |
72. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java (at line 208) newIUDescription.setCapabilities(new IProvidedCapability[] {PublisherHelper.createSelfCapability(id, version)}); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.publisher/@dot |
73. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java (at line 208) newIUDescription.setCapabilities(new IProvidedCapability[] {PublisherHelper.createSelfCapability(id, version)}); Discouraged access: The method createSelfCapability(String, Version) from the type PublisherHelper is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.publisher/@dot |
74. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java (at line 209) newIUDescription.setTouchpointType(originalIU.getTouchpointType()); Discouraged access: The method setTouchpointType(ITouchpointType) from the type MetadataFactory.InstallableUnitDescription is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.metadata/@dot |
75. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java (at line 209) newIUDescription.setTouchpointType(originalIU.getTouchpointType()); Discouraged access: The method getTouchpointType() from the type IInstallableUnit is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.metadata/@dot |
76. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java (at line 210) newIUDescription.setFilter(originalIU.getFilter()); Discouraged access: The method setFilter(String) from the type MetadataFactory.InstallableUnitDescription is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.metadata/@dot |
77. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java (at line 210) newIUDescription.setFilter(originalIU.getFilter()); Discouraged access: The method getFilter() from the type IInstallableUnit is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.metadata/@dot |
78. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java (at line 212) ITouchpointData[] data = brandTouchpointData(originalIU.getTouchpointData()); Discouraged access: The type ITouchpointData is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.metadata/@dot |
79. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java (at line 212) ITouchpointData[] data = brandTouchpointData(originalIU.getTouchpointData()); Discouraged access: The method getTouchpointData() from the type IInstallableUnit is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.metadata/@dot |
80. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java (at line 214) newIUDescription.addTouchpointData(data[i]); Discouraged access: The method addTouchpointData(ITouchpointData) from the type MetadataFactory.InstallableUnitDescription is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.metadata/@dot |
81. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java (at line 217) IArtifactKey key = new ArtifactKey(PublisherHelper.BINARY_ARTIFACT_CLASSIFIER, newIUDescription.getId(), newIUDescription.getVersion()); Discouraged access: The type IArtifactKey is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.metadata/@dot |
82. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java (at line 217) IArtifactKey key = new ArtifactKey(PublisherHelper.BINARY_ARTIFACT_CLASSIFIER, newIUDescription.getId(), newIUDescription.getVersion()); Discouraged access: The constructor ArtifactKey(String, String, Version) is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.metadata/@dot |
83. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java (at line 217) IArtifactKey key = new ArtifactKey(PublisherHelper.BINARY_ARTIFACT_CLASSIFIER, newIUDescription.getId(), newIUDescription.getVersion()); Discouraged access: The type ArtifactKey is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.metadata/@dot |
84. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java (at line 217) IArtifactKey key = new ArtifactKey(PublisherHelper.BINARY_ARTIFACT_CLASSIFIER, newIUDescription.getId(), newIUDescription.getVersion()); Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.publisher/@dot |
85. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java (at line 217) IArtifactKey key = new ArtifactKey(PublisherHelper.BINARY_ARTIFACT_CLASSIFIER, newIUDescription.getId(), newIUDescription.getVersion()); Discouraged access: The field BINARY_ARTIFACT_CLASSIFIER from the type PublisherHelper is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.publisher/@dot |
86. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java (at line 217) IArtifactKey key = new ArtifactKey(PublisherHelper.BINARY_ARTIFACT_CLASSIFIER, newIUDescription.getId(), newIUDescription.getVersion()); Discouraged access: The method getId() from the type MetadataFactory.InstallableUnitDescription is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.metadata/@dot |
87. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java (at line 217) IArtifactKey key = new ArtifactKey(PublisherHelper.BINARY_ARTIFACT_CLASSIFIER, newIUDescription.getId(), newIUDescription.getVersion()); Discouraged access: The method getVersion() from the type MetadataFactory.InstallableUnitDescription is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.metadata/@dot |
88. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java (at line 218) newIUDescription.setArtifacts(new IArtifactKey[] {key}); Discouraged access: The method setArtifacts(IArtifactKey[]) from the type MetadataFactory.InstallableUnitDescription is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.metadata/@dot |
89. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java (at line 218) newIUDescription.setArtifacts(new IArtifactKey[] {key}); Discouraged access: The type IArtifactKey is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.metadata/@dot |
90. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java (at line 220) IInstallableUnit newIU = MetadataFactory.createInstallableUnit(newIUDescription); Discouraged access: The type IInstallableUnit is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.metadata/@dot |
91. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java (at line 220) IInstallableUnit newIU = MetadataFactory.createInstallableUnit(newIUDescription); Discouraged access: The type MetadataFactory is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.metadata/@dot |
92. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java (at line 220) IInstallableUnit newIU = MetadataFactory.createInstallableUnit(newIUDescription); Discouraged access: The method createInstallableUnit(MetadataFactory.InstallableUnitDescription) from the type MetadataFactory is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.metadata/@dot |
93. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java (at line 221) metadataRepo.addInstallableUnits(new IInstallableUnit[] {newIU}); Discouraged access: The method addInstallableUnits(IInstallableUnit[]) from the type IMetadataRepository is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.metadata.repository/@dot |
94. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java (at line 221) metadataRepo.addInstallableUnits(new IInstallableUnit[] {newIU}); Discouraged access: The type IInstallableUnit is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.metadata/@dot |
95. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java (at line 223) ArtifactDescriptor descriptor = new ArtifactDescriptor(key); Discouraged access: The type ArtifactDescriptor is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.artifact.repository/@dot |
96. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java (at line 223) ArtifactDescriptor descriptor = new ArtifactDescriptor(key); Discouraged access: The constructor ArtifactDescriptor(IArtifactKey) is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.artifact.repository/@dot |
97. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java (at line 223) ArtifactDescriptor descriptor = new ArtifactDescriptor(key); Discouraged access: The type ArtifactDescriptor is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.artifact.repository/@dot |
98. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java (at line 226) output = new ZipOutputStream(artifactRepo.getOutputStream(descriptor)); Discouraged access: The method getOutputStream(IArtifactDescriptor) from the type IArtifactRepository is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.artifact.repository/@dot |
99. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java (at line 232) FileUtils.zip(output, root, Collections.EMPTY_SET, FileUtils.createRootPathComputer(root)); Discouraged access: The method zip(ZipOutputStream, File, Set, FileUtils.IPathComputer) from the type FileUtils is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.core/@dot |
100. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java (at line 232) FileUtils.zip(output, root, Collections.EMPTY_SET, FileUtils.createRootPathComputer(root)); Discouraged access: The type FileUtils is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.core/@dot |
1. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/FeaturesAndBundlesTask.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 /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.publisher/@dot |
2. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/FeaturesAndBundlesTask.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 /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.publisher/@dot |
3. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/FeaturesAndBundlesTask.java (at line 37) application.addAction(new FeaturesAction(f)); Discouraged access: The constructor FeaturesAction(File[]) is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.publisher/@dot |
4. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/FeaturesAndBundlesTask.java (at line 37) application.addAction(new FeaturesAction(f)); Discouraged access: The type FeaturesAction is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.publisher/@dot |
5. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/FeaturesAndBundlesTask.java (at line 39) application.addAction(new BundlesAction(b)); Discouraged access: The constructor BundlesAction(File[]) is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.publisher/@dot |
6. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/FeaturesAndBundlesTask.java (at line 39) application.addAction(new BundlesAction(b)); Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.publisher/@dot |
7. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/FeaturesAndBundlesTask.java (at line 46) application.run(getPublisherInfo()); Discouraged access: The method run(PublisherInfo) from the type AbstractPublisherApplication is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.publisher/@dot |
1. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/GatherBundleTask.java (at line 19) import org.eclipse.equinox.p2.publisher.PublisherInfo; Discouraged access: The type PublisherInfo is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.publisher/@dot |
2. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/GatherBundleTask.java (at line 67) PublisherInfo info = getPublisherInfo(); Discouraged access: The type PublisherInfo is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.publisher/@dot |
3. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/GatherBundleTask.java (at line 71) application.run(info); Discouraged access: The method run(PublisherInfo) from the type AbstractPublisherApplication is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.publisher/@dot |
1. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/GatherFeatureTask.java (at line 18) import org.eclipse.equinox.p2.publisher.PublisherInfo; Discouraged access: The type PublisherInfo is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.publisher/@dot |
2. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/GatherFeatureTask.java (at line 39) PublisherInfo info = getPublisherInfo(); Discouraged access: The type PublisherInfo is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.publisher/@dot |
3. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/GatherFeatureTask.java (at line 40) info.addAdvice(createRootAdvice()); Discouraged access: The method addAdvice(IPublisherAdvice) from the type PublisherInfo is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.publisher/@dot |
4. WARNING in /builds/M201002111343/src/plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/GatherFeatureTask.java (at line 44) application.run(info); Discouraged access: The method run(PublisherInfo) from the type AbstractPublisherApplication is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.publisher/@dot |