Compiler log for org.eclipse.pde.build_3.8.100.v20130514-1028 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 98

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

OTHER WARNINGS

top errors forbidden warnings discouraged warnings

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings

/src_ant/org/eclipse/pde/internal/build/publisher/AbstractPublisherTask.java : 13 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /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 /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes
2. WARNING in /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 /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes
3. WARNING in /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 /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes
4. WARNING in /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 /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes
5. WARNING in /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 /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes
6. WARNING in /src_ant/org/eclipse/pde/internal/build/publisher/AbstractPublisherTask.java
 (at line 138)
application.setCompress(compress);
Discouraged access: The method setCompress(boolean) from the type AbstractPublisherApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes
7. WARNING in /src_ant/org/eclipse/pde/internal/build/publisher/AbstractPublisherTask.java
 (at line 142)
application.setContextRepositories(metadata, artifacts);
Discouraged access: The method setContextRepositories(URI[], URI[]) from the type AbstractPublisherApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes
8. WARNING in /src_ant/org/eclipse/pde/internal/build/publisher/AbstractPublisherTask.java
 (at line 198)
protected PublisherInfo getPublisherInfo() {
Discouraged access: The type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes
9. WARNING in /src_ant/org/eclipse/pde/internal/build/publisher/AbstractPublisherTask.java
 (at line 200)
publisherInfo = new PublisherInfo();
Discouraged access: The constructor PublisherInfo() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes
10. WARNING in /src_ant/org/eclipse/pde/internal/build/publisher/AbstractPublisherTask.java
 (at line 200)
publisherInfo = new PublisherInfo();
Discouraged access: The type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes
11. WARNING in /src_ant/org/eclipse/pde/internal/build/publisher/AbstractPublisherTask.java
 (at line 201)
publisherInfo.setArtifactOptions(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/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes
12. WARNING in /src_ant/org/eclipse/pde/internal/build/publisher/AbstractPublisherTask.java
 (at line 201)
publisherInfo.setArtifactOptions(IPublisherInfo.A_PUBLISH);
Discouraged access: The type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes
13. WARNING in /src_ant/org/eclipse/pde/internal/build/publisher/AbstractPublisherTask.java
 (at line 201)
publisherInfo.setArtifactOptions(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/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes

/src_ant/org/eclipse/pde/internal/build/tasks/BuildManifestTask.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src_ant/org/eclipse/pde/internal/build/tasks/BuildManifestTask.java
 (at line 18)
import org.eclipse.equinox.p2.publisher.eclipse.FeatureEntry;
Discouraged access: The type FeatureEntry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes
2. WARNING in /src_ant/org/eclipse/pde/internal/build/tasks/BuildManifestTask.java
 (at line 171)
FeatureEntry[] pluginEntries = feature.getPluginEntries();
Discouraged access: The type FeatureEntry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes
3. WARNING in /src_ant/org/eclipse/pde/internal/build/tasks/BuildManifestTask.java
 (at line 173)
String elementId = pluginEntries[i].getId();
Discouraged access: The method getId() from the type FeatureEntry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes
4. WARNING in /src_ant/org/eclipse/pde/internal/build/tasks/BuildManifestTask.java
 (at line 174)
if (pluginEntries[i].isFragment())
Discouraged access: The method isFragment() from the type FeatureEntry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes

/src_ant/org/eclipse/pde/internal/build/publisher/GatherBundleTask.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /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 /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes
2. WARNING in /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 /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes
3. WARNING in /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 /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes

/src_ant/org/eclipse/pde/internal/build/publisher/FeaturesAndBundlesTask.java : 7 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src_ant/org/eclipse/pde/internal/build/publisher/FeaturesAndBundlesTask.java
 (at line 23)
import org.eclipse.equinox.p2.publisher.eclipse.BundlesAction;
Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes
2. WARNING in /src_ant/org/eclipse/pde/internal/build/publisher/FeaturesAndBundlesTask.java
 (at line 24)
import org.eclipse.equinox.p2.publisher.eclipse.FeaturesAction;
Discouraged access: The type FeaturesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes
3. WARNING in /src_ant/org/eclipse/pde/internal/build/publisher/FeaturesAndBundlesTask.java
 (at line 40)
application.addAction(new FeaturesAction(f));
Discouraged access: The constructor FeaturesAction(File[]) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes
4. WARNING in /src_ant/org/eclipse/pde/internal/build/publisher/FeaturesAndBundlesTask.java
 (at line 40)
application.addAction(new FeaturesAction(f));
Discouraged access: The type FeaturesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes
5. WARNING in /src_ant/org/eclipse/pde/internal/build/publisher/FeaturesAndBundlesTask.java
 (at line 42)
application.addAction(new BundlesAction(b));
Discouraged access: The constructor BundlesAction(File[]) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes
6. WARNING in /src_ant/org/eclipse/pde/internal/build/publisher/FeaturesAndBundlesTask.java
 (at line 42)
application.addAction(new BundlesAction(b));
Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes
7. WARNING in /src_ant/org/eclipse/pde/internal/build/publisher/FeaturesAndBundlesTask.java
 (at line 57)
application.run(getPublisherInfo());
Discouraged access: The method run(PublisherInfo) from the type AbstractPublisherApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes

/src_ant/org/eclipse/pde/internal/build/publisher/GatherFeatureTask.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src_ant/org/eclipse/pde/internal/build/publisher/GatherFeatureTask.java
 (at line 22)
import org.eclipse.equinox.p2.publisher.PublisherInfo;
Discouraged access: The type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes
2. WARNING in /src_ant/org/eclipse/pde/internal/build/publisher/GatherFeatureTask.java
 (at line 47)
PublisherInfo info = getPublisherInfo();
Discouraged access: The type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes
3. WARNING in /src_ant/org/eclipse/pde/internal/build/publisher/GatherFeatureTask.java
 (at line 48)
info.addAdvice(advice);
Discouraged access: The method addAdvice(IPublisherAdvice) from the type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes
4. WARNING in /src_ant/org/eclipse/pde/internal/build/publisher/GatherFeatureTask.java
 (at line 52)
application.run(info);
Discouraged access: The method run(PublisherInfo) from the type AbstractPublisherApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes

/src_ant/org/eclipse/pde/internal/build/generator/GeneratorTask.java : 29 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src_ant/org/eclipse/pde/internal/build/generator/GeneratorTask.java
 (at line 18)
import org.eclipse.equinox.p2.publisher.IPublisherInfo;
Discouraged access: The type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes
2. WARNING in /src_ant/org/eclipse/pde/internal/build/generator/GeneratorTask.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 /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes
3. WARNING in /src_ant/org/eclipse/pde/internal/build/generator/GeneratorTask.java
 (at line 31)
protected PublisherInfo info = null;
Discouraged access: The type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes
4. WARNING in /src_ant/org/eclipse/pde/internal/build/generator/GeneratorTask.java
 (at line 53)
protected PublisherInfo getInfo() {
Discouraged access: The type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes
5. WARNING in /src_ant/org/eclipse/pde/internal/build/generator/GeneratorTask.java
 (at line 55)
info = new PublisherInfo();
Discouraged access: The constructor PublisherInfo() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes
6. WARNING in /src_ant/org/eclipse/pde/internal/build/generator/GeneratorTask.java
 (at line 55)
info = new PublisherInfo();
Discouraged access: The type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes
7. WARNING in /src_ant/org/eclipse/pde/internal/build/generator/GeneratorTask.java
 (at line 73)
getGenerator().setArtifactLocation(URIUtil.fromString(location));
Discouraged access: The method setArtifactLocation(URI) from the type AbstractPublisherApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes
8. WARNING in /src_ant/org/eclipse/pde/internal/build/generator/GeneratorTask.java
 (at line 121)
info = new PublisherInfo();
Discouraged access: The constructor PublisherInfo() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes
9. WARNING in /src_ant/org/eclipse/pde/internal/build/generator/GeneratorTask.java
 (at line 121)
info = new PublisherInfo();
Discouraged access: The type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes
10. WARNING in /src_ant/org/eclipse/pde/internal/build/generator/GeneratorTask.java
 (at line 151)
getInfo().setConfigurations(new String[] {config.toString()});
Discouraged access: The method setConfigurations(String[]) from the type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes
11. WARNING in /src_ant/org/eclipse/pde/internal/build/generator/GeneratorTask.java
 (at line 159)
getGenerator().setMetadataLocation(URIUtil.fromString(location));
Discouraged access: The method setMetadataLocation(URI) from the type AbstractPublisherApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes
12. WARNING in /src_ant/org/eclipse/pde/internal/build/generator/GeneratorTask.java
 (at line 172)
info = new PublisherInfo();
Discouraged access: The constructor PublisherInfo() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes
13. WARNING in /src_ant/org/eclipse/pde/internal/build/generator/GeneratorTask.java
 (at line 172)
info = new PublisherInfo();
Discouraged access: The type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes
14. WARNING in /src_ant/org/eclipse/pde/internal/build/generator/GeneratorTask.java
 (at line 178)
info = new PublisherInfo();
Discouraged access: The constructor PublisherInfo() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes
15. WARNING in /src_ant/org/eclipse/pde/internal/build/generator/GeneratorTask.java
 (at line 178)
info = new PublisherInfo();
Discouraged access: The type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes
16. WARNING in /src_ant/org/eclipse/pde/internal/build/generator/GeneratorTask.java
 (at line 189)
int options = getInfo().getArtifactOptions();
Discouraged access: The method getArtifactOptions() from the type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes
17. WARNING in /src_ant/org/eclipse/pde/internal/build/generator/GeneratorTask.java
 (at line 191)
info.setArtifactOptions(options | 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/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes
18. WARNING in /src_ant/org/eclipse/pde/internal/build/generator/GeneratorTask.java
 (at line 191)
info.setArtifactOptions(options | IPublisherInfo.A_INDEX);
Discouraged access: The type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes
19. WARNING in /src_ant/org/eclipse/pde/internal/build/generator/GeneratorTask.java
 (at line 191)
info.setArtifactOptions(options | 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/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes
20. WARNING in /src_ant/org/eclipse/pde/internal/build/generator/GeneratorTask.java
 (at line 193)
info.setArtifactOptions(options & ~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/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes
21. WARNING in /src_ant/org/eclipse/pde/internal/build/generator/GeneratorTask.java
 (at line 193)
info.setArtifactOptions(options & ~IPublisherInfo.A_INDEX);
Discouraged access: The type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes
22. WARNING in /src_ant/org/eclipse/pde/internal/build/generator/GeneratorTask.java
 (at line 193)
info.setArtifactOptions(options & ~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/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes
23. WARNING in /src_ant/org/eclipse/pde/internal/build/generator/GeneratorTask.java
 (at line 197)
int options = getInfo().getArtifactOptions();
Discouraged access: The method getArtifactOptions() from the type PublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes
24. WARNING in /src_ant/org/eclipse/pde/internal/build/generator/GeneratorTask.java
 (at line 199)
info.setArtifactOptions(options | 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/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes
25. WARNING in /src_ant/org/eclipse/pde/internal/build/generator/GeneratorTask.java
 (at line 199)
info.setArtifactOptions(options | IPublisherInfo.A_PUBLISH);
Discouraged access: The type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes
26. WARNING in /src_ant/org/eclipse/pde/internal/build/generator/GeneratorTask.java
 (at line 199)
info.setArtifactOptions(options | 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/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes
27. WARNING in /src_ant/org/eclipse/pde/internal/build/generator/GeneratorTask.java
 (at line 201)
info.setArtifactOptions(options & ~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/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes
28. WARNING in /src_ant/org/eclipse/pde/internal/build/generator/GeneratorTask.java
 (at line 201)
info.setArtifactOptions(options & ~IPublisherInfo.A_PUBLISH);
Discouraged access: The type IPublisherInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes
29. WARNING in /src_ant/org/eclipse/pde/internal/build/generator/GeneratorTask.java
 (at line 201)
info.setArtifactOptions(options & ~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/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes

/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java : 38 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java
 (at line 24)
import org.eclipse.equinox.internal.p2.core.helpers.FileUtils;
Discouraged access: The type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes
2. WARNING in /src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java
 (at line 27)
import org.eclipse.equinox.internal.p2.engine.phases.Collect;
Discouraged access: The type Collect is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes
3. WARNING in /src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java
 (at line 28)
import org.eclipse.equinox.internal.p2.engine.phases.Install;
Discouraged access: The type Install is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes
4. WARNING in /src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java
 (at line 44)
import org.eclipse.equinox.spi.p2.publisher.PublisherHelper;
Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes
5. WARNING in /src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java
 (at line 67)
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 /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes
6. WARNING in /src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java
 (at line 67)
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 /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes
7. WARNING in /src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java
 (at line 67)
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 /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes
8. WARNING in /src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java
 (at line 67)
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 /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes
9. WARNING in /src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java
 (at line 106)
FileUtils.deleteAll(new File(getRootFolder()));
Discouraged access: The type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes
10. WARNING in /src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java
 (at line 106)
FileUtils.deleteAll(new File(getRootFolder()));
Discouraged access: The method deleteAll(File) from the type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes
11. WARNING in /src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java
 (at line 215)
newIUDescription.setCapabilities(new IProvidedCapability[] {PublisherHelper.createSelfCapability(id, version)});
Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes
12. WARNING in /src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java
 (at line 215)
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 /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes
13. WARNING in /src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java
 (at line 224)
newIUDescription.setFilter(InstallableUnit.parseFilter(newLDAPFilter.toString()));
Discouraged access: The type InstallableUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes
14. WARNING in /src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java
 (at line 224)
newIUDescription.setFilter(InstallableUnit.parseFilter(newLDAPFilter.toString()));
Discouraged access: The method parseFilter(String) from the type InstallableUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes
15. WARNING in /src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java
 (at line 234)
IArtifactKey key = artifactRepo.createArtifactKey(PublisherHelper.BINARY_ARTIFACT_CLASSIFIER, newIUDescription.getId(), newIUDescription.getVersion());
Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes
16. WARNING in /src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java
 (at line 234)
IArtifactKey key = artifactRepo.createArtifactKey(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 /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes
17. WARNING in /src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java
 (at line 253)
newIUDescription.setCapabilities(new IProvidedCapability[] {PublisherHelper.createSelfCapability(id, version), PublisherHelper.createSelfCapability(nonBrandedId, version)});
Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes
18. WARNING in /src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java
 (at line 253)
newIUDescription.setCapabilities(new IProvidedCapability[] {PublisherHelper.createSelfCapability(id, version), PublisherHelper.createSelfCapability(nonBrandedId, version)});
Discouraged access: The method createSelfCapability(String, Version) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes
19. WARNING in /src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java
 (at line 253)
newIUDescription.setCapabilities(new IProvidedCapability[] {PublisherHelper.createSelfCapability(id, version), PublisherHelper.createSelfCapability(nonBrandedId, version)});
Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes
20. WARNING in /src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java
 (at line 253)
newIUDescription.setCapabilities(new IProvidedCapability[] {PublisherHelper.createSelfCapability(id, version), PublisherHelper.createSelfCapability(nonBrandedId, version)});
Discouraged access: The method createSelfCapability(String, Version) from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes
21. WARNING in /src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java
 (at line 261)
newIUDescription.setFilter(InstallableUnit.parseFilter(newLDAPFilter.toString()));
Discouraged access: The type InstallableUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes
22. WARNING in /src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java
 (at line 261)
newIUDescription.setFilter(InstallableUnit.parseFilter(newLDAPFilter.toString()));
Discouraged access: The method parseFilter(String) from the type InstallableUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes
23. WARNING in /src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java
 (at line 269)
IArtifactKey key = artifactRepo.createArtifactKey(PublisherHelper.BINARY_ARTIFACT_CLASSIFIER, nonBrandedId, newIUDescription.getVersion());
Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes
24. WARNING in /src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java
 (at line 269)
IArtifactKey key = artifactRepo.createArtifactKey(PublisherHelper.BINARY_ARTIFACT_CLASSIFIER, nonBrandedId, newIUDescription.getVersion());
Discouraged access: The field BINARY_ARTIFACT_CLASSIFIER from the type PublisherHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes
25. WARNING in /src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java
 (at line 295)
FileUtils.zip(output, root, Collections.EMPTY_SET, FileUtils.createRootPathComputer(root));
Discouraged access: The type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes
26. WARNING in /src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java
 (at line 295)
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 /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes
27. WARNING in /src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java
 (at line 295)
FileUtils.zip(output, root, Collections.EMPTY_SET, FileUtils.createRootPathComputer(root));
Discouraged access: The type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes
28. WARNING in /src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java
 (at line 295)
FileUtils.zip(output, root, Collections.EMPTY_SET, FileUtils.createRootPathComputer(root));
Discouraged access: The method createRootPathComputer(File) from the type FileUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes
29. WARNING in /src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java
 (at line 375)
TouchpointInstruction newInstruction = new TouchpointInstruction(toString(actions, ";"), instruction.getImportAttribute()); //$NON-NLS-1$
Discouraged access: The type TouchpointInstruction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes
30. WARNING in /src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java
 (at line 375)
TouchpointInstruction newInstruction = new TouchpointInstruction(toString(actions, ";"), instruction.getImportAttribute()); //$NON-NLS-1$
Discouraged access: The constructor TouchpointInstruction(String, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes
31. WARNING in /src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java
 (at line 375)
TouchpointInstruction newInstruction = new TouchpointInstruction(toString(actions, ";"), instruction.getImportAttribute()); //$NON-NLS-1$
Discouraged access: The type TouchpointInstruction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes
32. WARNING in /src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java
 (at line 380)
results.set(i, new TouchpointData(instructions));
Discouraged access: The constructor TouchpointData(Map) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes
33. WARNING in /src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java
 (at line 380)
results.set(i, new TouchpointData(instructions));
Discouraged access: The type TouchpointData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes
34. WARNING in /src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java
 (at line 392)
TouchpointInstruction newInstruction = new TouchpointInstruction(body, null);
Discouraged access: The type TouchpointInstruction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes
35. WARNING in /src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java
 (at line 392)
TouchpointInstruction newInstruction = new TouchpointInstruction(body, null);
Discouraged access: The constructor TouchpointInstruction(String, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes
36. WARNING in /src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java
 (at line 392)
TouchpointInstruction newInstruction = new TouchpointInstruction(body, null);
Discouraged access: The type TouchpointInstruction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes
37. WARNING in /src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java
 (at line 395)
results.add(new TouchpointData(instructions));
Discouraged access: The constructor TouchpointData(Map) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes
38. WARNING in /src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java
 (at line 395)
results.add(new TouchpointData(instructions));
Discouraged access: The type TouchpointData is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes