Compiler log for ant_tasks : pdepublishing-ant.jar.bin.xml

TOTAL : ERRORS: 0, WARNINGS: 87

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

/org/eclipse/equinox/internal/p2/publisher/ant/AbstractPublishTask.java : 32 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /org/eclipse/equinox/internal/p2/publisher/ant/AbstractPublishTask.java
 (at line 18)
import org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository;
Discouraged access: The type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.artifact.repository/@dot
2. WARNING in /org/eclipse/equinox/internal/p2/publisher/ant/AbstractPublishTask.java
 (at line 20)
import org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository;
Discouraged access: The type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.metadata.repository/@dot
3. WARNING in /org/eclipse/equinox/internal/p2/publisher/ant/AbstractPublishTask.java
 (at line 96)
protected PublisherInfo provider = null;
Discouraged access: The type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.publisher/@dot
4. WARNING in /org/eclipse/equinox/internal/p2/publisher/ant/AbstractPublishTask.java
 (at line 112)
protected void initializeRepositories(PublisherInfo info) throws ProvisionException {
Discouraged access: The type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.publisher/@dot
5. WARNING in /org/eclipse/equinox/internal/p2/publisher/ant/AbstractPublishTask.java
 (at line 114)
IArtifactRepository repo = Publisher.createArtifactRepository(getProvisioningAgent(), artifactLocation, artifactRepoName, compress, reusePackedFiles);
Discouraged access: The type Publisher is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.publisher/@dot
6. WARNING in /org/eclipse/equinox/internal/p2/publisher/ant/AbstractPublishTask.java
 (at line 114)
IArtifactRepository repo = Publisher.createArtifactRepository(getProvisioningAgent(), artifactLocation, artifactRepoName, compress, reusePackedFiles);
Discouraged access: The method createArtifactRepository(IProvisioningAgent, URI, String, boolean, boolean) from the type Publisher is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.publisher/@dot
7. WARNING in /org/eclipse/equinox/internal/p2/publisher/ant/AbstractPublishTask.java
 (at line 125)
info.setArtifactRepository(repo);
Discouraged access: The method setArtifactRepository(IArtifactRepository) from the type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.publisher/@dot
8. WARNING in /org/eclipse/equinox/internal/p2/publisher/ant/AbstractPublishTask.java
 (at line 126)
} else if ((info.getArtifactOptions() & IPublisherInfo.A_PUBLISH) > 0)
Discouraged access: The method getArtifactOptions() from the type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.publisher/@dot
9. WARNING in /org/eclipse/equinox/internal/p2/publisher/ant/AbstractPublishTask.java
 (at line 126)
} else if ((info.getArtifactOptions() & IPublisherInfo.A_PUBLISH) > 0)
Discouraged access: The type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.publisher/@dot
10. WARNING in /org/eclipse/equinox/internal/p2/publisher/ant/AbstractPublishTask.java
 (at line 126)
} else if ((info.getArtifactOptions() & IPublisherInfo.A_PUBLISH) > 0)
Discouraged access: The field A_PUBLISH from the type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.publisher/@dot
11. WARNING in /org/eclipse/equinox/internal/p2/publisher/ant/AbstractPublishTask.java
 (at line 130)
info.setMetadataRepository(Publisher.createMetadataRepository(getProvisioningAgent(), metadataLocation, metadataRepoName, append, compress));
Discouraged access: The method setMetadataRepository(IMetadataRepository) from the type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.publisher/@dot
12. WARNING in /org/eclipse/equinox/internal/p2/publisher/ant/AbstractPublishTask.java
 (at line 130)
info.setMetadataRepository(Publisher.createMetadataRepository(getProvisioningAgent(), metadataLocation, metadataRepoName, append, compress));
Discouraged access: The type Publisher is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.publisher/@dot
13. WARNING in /org/eclipse/equinox/internal/p2/publisher/ant/AbstractPublishTask.java
 (at line 130)
info.setMetadataRepository(Publisher.createMetadataRepository(getProvisioningAgent(), metadataLocation, metadataRepoName, append, compress));
Discouraged access: The method createMetadataRepository(IProvisioningAgent, URI, String, boolean, boolean) from the type Publisher is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.publisher/@dot
14. WARNING in /org/eclipse/equinox/internal/p2/publisher/ant/AbstractPublishTask.java
 (at line 133)
CompositeMetadataRepository contextMetadata = CompositeMetadataRepository.createMemoryComposite(getProvisioningAgent());
Discouraged access: The type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.metadata.repository/@dot
15. WARNING in /org/eclipse/equinox/internal/p2/publisher/ant/AbstractPublishTask.java
 (at line 133)
CompositeMetadataRepository contextMetadata = CompositeMetadataRepository.createMemoryComposite(getProvisioningAgent());
Discouraged access: The type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.metadata.repository/@dot
16. WARNING in /org/eclipse/equinox/internal/p2/publisher/ant/AbstractPublishTask.java
 (at line 133)
CompositeMetadataRepository contextMetadata = CompositeMetadataRepository.createMemoryComposite(getProvisioningAgent());
Discouraged access: The method createMemoryComposite(IProvisioningAgent) from the type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.metadata.repository/@dot
17. WARNING in /org/eclipse/equinox/internal/p2/publisher/ant/AbstractPublishTask.java
 (at line 134)
CompositeArtifactRepository contextArtifact = CompositeArtifactRepository.createMemoryComposite(getProvisioningAgent());
Discouraged access: The type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.artifact.repository/@dot
18. WARNING in /org/eclipse/equinox/internal/p2/publisher/ant/AbstractPublishTask.java
 (at line 134)
CompositeArtifactRepository contextArtifact = CompositeArtifactRepository.createMemoryComposite(getProvisioningAgent());
Discouraged access: The type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.artifact.repository/@dot
19. WARNING in /org/eclipse/equinox/internal/p2/publisher/ant/AbstractPublishTask.java
 (at line 134)
CompositeArtifactRepository contextArtifact = CompositeArtifactRepository.createMemoryComposite(getProvisioningAgent());
Discouraged access: The method createMemoryComposite(IProvisioningAgent) from the type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.artifact.repository/@dot
20. WARNING in /org/eclipse/equinox/internal/p2/publisher/ant/AbstractPublishTask.java
 (at line 138)
contextMetadata.addChild(entry.getRepositoryLocation());
Discouraged access: The method addChild(URI) from the type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.metadata.repository/@dot
21. WARNING in /org/eclipse/equinox/internal/p2/publisher/ant/AbstractPublishTask.java
 (at line 140)
contextArtifact.addChild(entry.getRepositoryLocation());
Discouraged access: The method addChild(URI) from the type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.artifact.repository/@dot
22. WARNING in /org/eclipse/equinox/internal/p2/publisher/ant/AbstractPublishTask.java
 (at line 143)
if (contextMetadata != null && contextMetadata.getChildren().size() > 0)
Discouraged access: The method getChildren() from the type CompositeMetadataRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.metadata.repository/@dot
23. WARNING in /org/eclipse/equinox/internal/p2/publisher/ant/AbstractPublishTask.java
 (at line 144)
info.setContextMetadataRepository(contextMetadata);
Discouraged access: The method setContextMetadataRepository(IMetadataRepository) from the type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.publisher/@dot
24. WARNING in /org/eclipse/equinox/internal/p2/publisher/ant/AbstractPublishTask.java
 (at line 146)
if (contextArtifact != null && contextArtifact.getChildren().size() > 0)
Discouraged access: The method getChildren() from the type CompositeArtifactRepository is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.artifact.repository/@dot
25. WARNING in /org/eclipse/equinox/internal/p2/publisher/ant/AbstractPublishTask.java
 (at line 147)
info.setContextArtifactRepository(contextArtifact);
Discouraged access: The method setContextArtifactRepository(IArtifactRepository) from the type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.publisher/@dot
26. WARNING in /org/eclipse/equinox/internal/p2/publisher/ant/AbstractPublishTask.java
 (at line 151)
protected PublisherInfo getInfo() {
Discouraged access: The type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.publisher/@dot
27. WARNING in /org/eclipse/equinox/internal/p2/publisher/ant/AbstractPublishTask.java
 (at line 153)
provider = new PublisherInfo();
Discouraged access: The constructor PublisherInfo() is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.publisher/@dot
28. WARNING in /org/eclipse/equinox/internal/p2/publisher/ant/AbstractPublishTask.java
 (at line 153)
provider = new PublisherInfo();
Discouraged access: The type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.publisher/@dot
29. WARNING in /org/eclipse/equinox/internal/p2/publisher/ant/AbstractPublishTask.java
 (at line 156)
provider.setArtifactOptions(provider.getArtifactOptions() | IPublisherInfo.A_PUBLISH);
Discouraged access: The method setArtifactOptions(int) from the type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.publisher/@dot
30. WARNING in /org/eclipse/equinox/internal/p2/publisher/ant/AbstractPublishTask.java
 (at line 156)
provider.setArtifactOptions(provider.getArtifactOptions() | IPublisherInfo.A_PUBLISH);
Discouraged access: The method getArtifactOptions() from the type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.publisher/@dot
31. WARNING in /org/eclipse/equinox/internal/p2/publisher/ant/AbstractPublishTask.java
 (at line 156)
provider.setArtifactOptions(provider.getArtifactOptions() | IPublisherInfo.A_PUBLISH);
Discouraged access: The type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.publisher/@dot
32. WARNING in /org/eclipse/equinox/internal/p2/publisher/ant/AbstractPublishTask.java
 (at line 156)
provider.setArtifactOptions(provider.getArtifactOptions() | IPublisherInfo.A_PUBLISH);
Discouraged access: The field A_PUBLISH from the type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.publisher/@dot

/org/eclipse/equinox/internal/p2/publisher/ant/FeaturesAndBundlesPublisherTask.java : 8 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /org/eclipse/equinox/internal/p2/publisher/ant/FeaturesAndBundlesPublisherTask.java
 (at line 19)
import org.eclipse.equinox.p2.publisher.IPublisherAction;
Discouraged access: The type IPublisherAction is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.publisher/@dot
2. WARNING in /org/eclipse/equinox/internal/p2/publisher/ant/FeaturesAndBundlesPublisherTask.java
 (at line 20)
import org.eclipse.equinox.p2.publisher.Publisher;
Discouraged access: The type Publisher is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.publisher/@dot
3. WARNING in /org/eclipse/equinox/internal/p2/publisher/ant/FeaturesAndBundlesPublisherTask.java
 (at line 38)
ArrayList<IPublisherAction> actions = new ArrayList<IPublisherAction>();
Discouraged access: The type IPublisherAction is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.publisher/@dot
4. WARNING in /org/eclipse/equinox/internal/p2/publisher/ant/FeaturesAndBundlesPublisherTask.java
 (at line 38)
ArrayList<IPublisherAction> actions = new ArrayList<IPublisherAction>();
Discouraged access: The type IPublisherAction is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.publisher/@dot
5. WARNING in /org/eclipse/equinox/internal/p2/publisher/ant/FeaturesAndBundlesPublisherTask.java
 (at line 45)
new Publisher(getInfo()).publish(actions.toArray(new IPublisherAction[actions.size()]), new NullProgressMonitor());
Discouraged access: The constructor Publisher(IPublisherInfo) is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.publisher/@dot
6. WARNING in /org/eclipse/equinox/internal/p2/publisher/ant/FeaturesAndBundlesPublisherTask.java
 (at line 45)
new Publisher(getInfo()).publish(actions.toArray(new IPublisherAction[actions.size()]), new NullProgressMonitor());
Discouraged access: The method publish(IPublisherAction[], IProgressMonitor) from the type Publisher is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.publisher/@dot
7. WARNING in /org/eclipse/equinox/internal/p2/publisher/ant/FeaturesAndBundlesPublisherTask.java
 (at line 45)
new Publisher(getInfo()).publish(actions.toArray(new IPublisherAction[actions.size()]), new NullProgressMonitor());
Discouraged access: The type Publisher is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.publisher/@dot
8. WARNING in /org/eclipse/equinox/internal/p2/publisher/ant/FeaturesAndBundlesPublisherTask.java
 (at line 45)
new Publisher(getInfo()).publish(actions.toArray(new IPublisherAction[actions.size()]), new NullProgressMonitor());
Discouraged access: The type IPublisherAction is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.publisher/@dot

/org/eclipse/equinox/internal/p2/publisher/ant/ProductPublisherTask.java : 15 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /org/eclipse/equinox/internal/p2/publisher/ant/ProductPublisherTask.java
 (at line 21)
import org.eclipse.equinox.p2.publisher.actions.VersionAdvice;
Discouraged access: The type VersionAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.publisher/@dot
2. WARNING in /org/eclipse/equinox/internal/p2/publisher/ant/ProductPublisherTask.java
 (at line 86)
IPublisherAction action = new ProductAction(source, productDescriptor, flavor, executables != null ? new File(executables) : null, jreLocation != null ? new File(jreLocation) : null);
Discouraged access: The type IPublisherAction is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.publisher/@dot
3. WARNING in /org/eclipse/equinox/internal/p2/publisher/ant/ProductPublisherTask.java
 (at line 87)
new Publisher(getInfo()).publish(new IPublisherAction[] {action}, new NullProgressMonitor());
Discouraged access: The constructor Publisher(IPublisherInfo) is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.publisher/@dot
4. WARNING in /org/eclipse/equinox/internal/p2/publisher/ant/ProductPublisherTask.java
 (at line 87)
new Publisher(getInfo()).publish(new IPublisherAction[] {action}, new NullProgressMonitor());
Discouraged access: The method publish(IPublisherAction[], IProgressMonitor) from the type Publisher is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.publisher/@dot
5. WARNING in /org/eclipse/equinox/internal/p2/publisher/ant/ProductPublisherTask.java
 (at line 87)
new Publisher(getInfo()).publish(new IPublisherAction[] {action}, new NullProgressMonitor());
Discouraged access: The type Publisher is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.publisher/@dot
6. WARNING in /org/eclipse/equinox/internal/p2/publisher/ant/ProductPublisherTask.java
 (at line 87)
new Publisher(getInfo()).publish(new IPublisherAction[] {action}, new NullProgressMonitor());
Discouraged access: The type IPublisherAction is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.publisher/@dot
7. WARNING in /org/eclipse/equinox/internal/p2/publisher/ant/ProductPublisherTask.java
 (at line 90)
protected PublisherInfo getInfo() {
Discouraged access: The type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.publisher/@dot
8. WARNING in /org/eclipse/equinox/internal/p2/publisher/ant/ProductPublisherTask.java
 (at line 96)
PublisherInfo info = super.getInfo();
Discouraged access: The type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.publisher/@dot
9. WARNING in /org/eclipse/equinox/internal/p2/publisher/ant/ProductPublisherTask.java
 (at line 97)
info.setConfigurations(configStrings);
Discouraged access: The method setConfigurations(String[]) from the type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.publisher/@dot
10. WARNING in /org/eclipse/equinox/internal/p2/publisher/ant/ProductPublisherTask.java
 (at line 102)
protected void processAdvice(PublisherInfo info) {
Discouraged access: The type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.publisher/@dot
11. WARNING in /org/eclipse/equinox/internal/p2/publisher/ant/ProductPublisherTask.java
 (at line 108)
VersionAdvice versionAdvice = new VersionAdvice();
Discouraged access: The type VersionAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.publisher/@dot
12. WARNING in /org/eclipse/equinox/internal/p2/publisher/ant/ProductPublisherTask.java
 (at line 108)
VersionAdvice versionAdvice = new VersionAdvice();
Discouraged access: The constructor VersionAdvice() is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.publisher/@dot
13. WARNING in /org/eclipse/equinox/internal/p2/publisher/ant/ProductPublisherTask.java
 (at line 108)
VersionAdvice versionAdvice = new VersionAdvice();
Discouraged access: The type VersionAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.publisher/@dot
14. WARNING in /org/eclipse/equinox/internal/p2/publisher/ant/ProductPublisherTask.java
 (at line 109)
versionAdvice.load(IInstallableUnit.NAMESPACE_IU_ID, element.file, element.kind.startsWith("features") ? ".feature.group" : null); //$NON-NLS-1$ //$NON-NLS-2$
Discouraged access: The method load(String, String, String) from the type VersionAdvice is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.publisher/@dot
15. WARNING in /org/eclipse/equinox/internal/p2/publisher/ant/ProductPublisherTask.java
 (at line 110)
info.addAdvice(versionAdvice);
Discouraged access: The method addAdvice(IPublisherAdvice) from the type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.publisher/@dot

/org/eclipse/equinox/internal/p2/publisher/ant/PublisherTask.java : 32 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /org/eclipse/equinox/internal/p2/publisher/ant/PublisherTask.java
 (at line 54)
IPublisherAction[] actions = createActions();
Discouraged access: The type IPublisherAction is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.publisher/@dot
2. WARNING in /org/eclipse/equinox/internal/p2/publisher/ant/PublisherTask.java
 (at line 56)
new Publisher(getInfo()).publish(actions, new NullProgressMonitor());
Discouraged access: The constructor Publisher(IPublisherInfo) is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.publisher/@dot
3. WARNING in /org/eclipse/equinox/internal/p2/publisher/ant/PublisherTask.java
 (at line 56)
new Publisher(getInfo()).publish(actions, new NullProgressMonitor());
Discouraged access: The method publish(IPublisherAction[], IProgressMonitor) from the type Publisher is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.publisher/@dot
4. WARNING in /org/eclipse/equinox/internal/p2/publisher/ant/PublisherTask.java
 (at line 56)
new Publisher(getInfo()).publish(actions, new NullProgressMonitor());
Discouraged access: The type Publisher is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.publisher/@dot
5. WARNING in /org/eclipse/equinox/internal/p2/publisher/ant/PublisherTask.java
 (at line 59)
private IPublisherAction[] createActions() {
Discouraged access: The type IPublisherAction is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.publisher/@dot
6. WARNING in /org/eclipse/equinox/internal/p2/publisher/ant/PublisherTask.java
 (at line 62)
return new IPublisherAction[] {};
Discouraged access: The type IPublisherAction is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.publisher/@dot
7. WARNING in /org/eclipse/equinox/internal/p2/publisher/ant/PublisherTask.java
 (at line 66)
return new IPublisherAction[] {};
Discouraged access: The type IPublisherAction is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.publisher/@dot
8. WARNING in /org/eclipse/equinox/internal/p2/publisher/ant/PublisherTask.java
 (at line 69)
return new IPublisherAction[] {new EclipseInstallAction(operationValue, root, Version.parseVersion(rootVersion), rootName, executableName, flavor, topLevel, nonRootFiles, start)};
Discouraged access: The type IPublisherAction is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.publisher/@dot
9. WARNING in /org/eclipse/equinox/internal/p2/publisher/ant/PublisherTask.java
 (at line 71)
return new IPublisherAction[] {};
Discouraged access: The type IPublisherAction is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.publisher/@dot
10. WARNING in /org/eclipse/equinox/internal/p2/publisher/ant/PublisherTask.java
 (at line 80)
protected void initialize(PublisherInfo info) throws ProvisionException {
Discouraged access: The type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.publisher/@dot
11. WARNING in /org/eclipse/equinox/internal/p2/publisher/ant/PublisherTask.java
 (at line 87)
info.setArtifactOptions(info.getArtifactOptions() | IPublisherInfo.A_INDEX | IPublisherInfo.A_PUBLISH);
Discouraged access: The method setArtifactOptions(int) from the type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.publisher/@dot
12. WARNING in /org/eclipse/equinox/internal/p2/publisher/ant/PublisherTask.java
 (at line 87)
info.setArtifactOptions(info.getArtifactOptions() | IPublisherInfo.A_INDEX | IPublisherInfo.A_PUBLISH);
Discouraged access: The method getArtifactOptions() from the type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.publisher/@dot
13. WARNING in /org/eclipse/equinox/internal/p2/publisher/ant/PublisherTask.java
 (at line 87)
info.setArtifactOptions(info.getArtifactOptions() | IPublisherInfo.A_INDEX | IPublisherInfo.A_PUBLISH);
Discouraged access: The type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.publisher/@dot
14. WARNING in /org/eclipse/equinox/internal/p2/publisher/ant/PublisherTask.java
 (at line 87)
info.setArtifactOptions(info.getArtifactOptions() | IPublisherInfo.A_INDEX | IPublisherInfo.A_PUBLISH);
Discouraged access: The field A_INDEX from the type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.publisher/@dot
15. WARNING in /org/eclipse/equinox/internal/p2/publisher/ant/PublisherTask.java
 (at line 87)
info.setArtifactOptions(info.getArtifactOptions() | IPublisherInfo.A_INDEX | IPublisherInfo.A_PUBLISH);
Discouraged access: The type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.publisher/@dot
16. WARNING in /org/eclipse/equinox/internal/p2/publisher/ant/PublisherTask.java
 (at line 87)
info.setArtifactOptions(info.getArtifactOptions() | IPublisherInfo.A_INDEX | IPublisherInfo.A_PUBLISH);
Discouraged access: The field A_PUBLISH from the type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.publisher/@dot
17. WARNING in /org/eclipse/equinox/internal/p2/publisher/ant/PublisherTask.java
 (at line 89)
info.setArtifactOptions(info.getArtifactOptions() | IPublisherInfo.A_INDEX | IPublisherInfo.A_PUBLISH | IPublisherInfo.A_OVERWRITE);
Discouraged access: The method setArtifactOptions(int) from the type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.publisher/@dot
18. WARNING in /org/eclipse/equinox/internal/p2/publisher/ant/PublisherTask.java
 (at line 89)
info.setArtifactOptions(info.getArtifactOptions() | IPublisherInfo.A_INDEX | IPublisherInfo.A_PUBLISH | IPublisherInfo.A_OVERWRITE);
Discouraged access: The method getArtifactOptions() from the type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.publisher/@dot
19. WARNING in /org/eclipse/equinox/internal/p2/publisher/ant/PublisherTask.java
 (at line 89)
info.setArtifactOptions(info.getArtifactOptions() | IPublisherInfo.A_INDEX | IPublisherInfo.A_PUBLISH | IPublisherInfo.A_OVERWRITE);
Discouraged access: The type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.publisher/@dot
20. WARNING in /org/eclipse/equinox/internal/p2/publisher/ant/PublisherTask.java
 (at line 89)
info.setArtifactOptions(info.getArtifactOptions() | IPublisherInfo.A_INDEX | IPublisherInfo.A_PUBLISH | IPublisherInfo.A_OVERWRITE);
Discouraged access: The field A_INDEX from the type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.publisher/@dot
21. WARNING in /org/eclipse/equinox/internal/p2/publisher/ant/PublisherTask.java
 (at line 89)
info.setArtifactOptions(info.getArtifactOptions() | IPublisherInfo.A_INDEX | IPublisherInfo.A_PUBLISH | IPublisherInfo.A_OVERWRITE);
Discouraged access: The type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.publisher/@dot
22. WARNING in /org/eclipse/equinox/internal/p2/publisher/ant/PublisherTask.java
 (at line 89)
info.setArtifactOptions(info.getArtifactOptions() | IPublisherInfo.A_INDEX | IPublisherInfo.A_PUBLISH | IPublisherInfo.A_OVERWRITE);
Discouraged access: The field A_PUBLISH from the type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.publisher/@dot
23. WARNING in /org/eclipse/equinox/internal/p2/publisher/ant/PublisherTask.java
 (at line 89)
info.setArtifactOptions(info.getArtifactOptions() | IPublisherInfo.A_INDEX | IPublisherInfo.A_PUBLISH | IPublisherInfo.A_OVERWRITE);
Discouraged access: The type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.publisher/@dot
24. WARNING in /org/eclipse/equinox/internal/p2/publisher/ant/PublisherTask.java
 (at line 89)
info.setArtifactOptions(info.getArtifactOptions() | IPublisherInfo.A_INDEX | IPublisherInfo.A_PUBLISH | IPublisherInfo.A_OVERWRITE);
Discouraged access: The field A_OVERWRITE from the type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.publisher/@dot
25. WARNING in /org/eclipse/equinox/internal/p2/publisher/ant/PublisherTask.java
 (at line 160)
getInfo().setArtifactOptions(getInfo().getArtifactOptions() | IPublisherInfo.A_INDEX);
Discouraged access: The method setArtifactOptions(int) from the type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.publisher/@dot
26. WARNING in /org/eclipse/equinox/internal/p2/publisher/ant/PublisherTask.java
 (at line 160)
getInfo().setArtifactOptions(getInfo().getArtifactOptions() | IPublisherInfo.A_INDEX);
Discouraged access: The method getArtifactOptions() from the type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.publisher/@dot
27. WARNING in /org/eclipse/equinox/internal/p2/publisher/ant/PublisherTask.java
 (at line 160)
getInfo().setArtifactOptions(getInfo().getArtifactOptions() | IPublisherInfo.A_INDEX);
Discouraged access: The type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.publisher/@dot
28. WARNING in /org/eclipse/equinox/internal/p2/publisher/ant/PublisherTask.java
 (at line 160)
getInfo().setArtifactOptions(getInfo().getArtifactOptions() | IPublisherInfo.A_INDEX);
Discouraged access: The field A_INDEX from the type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.publisher/@dot
29. WARNING in /org/eclipse/equinox/internal/p2/publisher/ant/PublisherTask.java
 (at line 164)
getInfo().setArtifactOptions(getInfo().getArtifactOptions() | IPublisherInfo.A_PUBLISH);
Discouraged access: The method setArtifactOptions(int) from the type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.publisher/@dot
30. WARNING in /org/eclipse/equinox/internal/p2/publisher/ant/PublisherTask.java
 (at line 164)
getInfo().setArtifactOptions(getInfo().getArtifactOptions() | IPublisherInfo.A_PUBLISH);
Discouraged access: The method getArtifactOptions() from the type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.publisher/@dot
31. WARNING in /org/eclipse/equinox/internal/p2/publisher/ant/PublisherTask.java
 (at line 164)
getInfo().setArtifactOptions(getInfo().getArtifactOptions() | IPublisherInfo.A_PUBLISH);
Discouraged access: The type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.publisher/@dot
32. WARNING in /org/eclipse/equinox/internal/p2/publisher/ant/PublisherTask.java
 (at line 164)
getInfo().setArtifactOptions(getInfo().getArtifactOptions() | IPublisherInfo.A_PUBLISH);
Discouraged access: The field A_PUBLISH from the type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3I/build/supportDir/src/plugins/org.eclipse.equinox.p2.publisher/@dot