Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-releng-dev] [eclipse-build]Build N20100224-2000 (Timestamp: 201002242000):Compile errors in build

Build N20100224-2000 (Timestamp: 201002242000):  Compile errors in build.  See attached compile logs.
Title: Compiler log for org.eclipse.pde.build_3.6.0.N20100224-2000

Compiler log for org.eclipse.pde.build_3.6.0.N20100224-2000 : pdebuild.jar.bin.xml

TOTAL : ERRORS: 3, WARNINGS: 313

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

/src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileParentAction.java : 3 errors :

1. ERROR in /src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileParentAction.java
 (at line 22)
import org.eclipse.equinox.p2.query.MatchQuery;
The import org.eclipse.equinox.p2.query.MatchQuery cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileParentAction.java
 (at line 47)
MatchQuery query = new MatchQuery() {
MatchQuery cannot be resolved to a type
3. ERROR in /src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileParentAction.java
 (at line 47)
MatchQuery query = new MatchQuery() {
MatchQuery cannot be resolved to a type

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/org/eclipse/pde/internal/build/ProductFile.java : 8 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/build/ProductFile.java
 (at line 18)
import org.eclipse.equinox.internal.provisional.frameworkadmin.BundleInfo;
Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
2. WARNING in /src/org/eclipse/pde/internal/build/ProductFile.java
 (at line 640)
BundleInfo info = new BundleInfo();
Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
3. WARNING in /src/org/eclipse/pde/internal/build/ProductFile.java
 (at line 640)
BundleInfo info = new BundleInfo();
Discouraged access: The constructor BundleInfo() is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
4. WARNING in /src/org/eclipse/pde/internal/build/ProductFile.java
 (at line 640)
BundleInfo info = new BundleInfo();
Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
5. WARNING in /src/org/eclipse/pde/internal/build/ProductFile.java
 (at line 641)
info.setSymbolicName(bundleId);
Discouraged access: The method setSymbolicName(String) from the type BundleInfo is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
6. WARNING in /src/org/eclipse/pde/internal/build/ProductFile.java
 (at line 642)
info.setVersion(attributes.getValue(VERSION));
Discouraged access: The method setVersion(String) from the type BundleInfo is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
7. WARNING in /src/org/eclipse/pde/internal/build/ProductFile.java
 (at line 645)
info.setStartLevel(Integer.parseInt(value));
Discouraged access: The method setStartLevel(int) from the type BundleInfo is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
8. WARNING in /src/org/eclipse/pde/internal/build/ProductFile.java
 (at line 648)
info.setMarkedAsStarted(Boolean.valueOf(value).booleanValue());
Discouraged access: The method setMarkedAsStarted(boolean) from the type BundleInfo is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot

/src/org/eclipse/pde/internal/build/ProductGenerator.java : 34 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java
 (at line 14)
import org.eclipse.equinox.internal.provisional.frameworkadmin.BundleInfo;
Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
2. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java
 (at line 145)
private BundleInfo[] getDefaultStartInfo() {
Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
3. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java
 (at line 148)
BundleInfo[] defaults = new BundleInfo[6];
Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
4. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java
 (at line 148)
BundleInfo[] defaults = new BundleInfo[6];
Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
5. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java
 (at line 149)
defaults[0] = new BundleInfo(BUNDLE_SIMPLE_CONFIGURATOR, null, null, 1, true);
Discouraged access: The constructor BundleInfo(String, String, URI, int, boolean) is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
6. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java
 (at line 149)
defaults[0] = new BundleInfo(BUNDLE_SIMPLE_CONFIGURATOR, null, null, 1, true);
Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
7. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java
 (at line 150)
defaults[1] = new BundleInfo(BUNDLE_EQUINOX_COMMON, null, null, 2, true);
Discouraged access: The constructor BundleInfo(String, String, URI, int, boolean) is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
8. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java
 (at line 150)
defaults[1] = new BundleInfo(BUNDLE_EQUINOX_COMMON, null, null, 2, true);
Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
9. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java
 (at line 151)
defaults[2] = new BundleInfo(BUNDLE_OSGI, null, null, -1, true);
Discouraged access: The constructor BundleInfo(String, String, URI, int, boolean) is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
10. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java
 (at line 151)
defaults[2] = new BundleInfo(BUNDLE_OSGI, null, null, -1, true);
Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
11. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java
 (at line 152)
defaults[3] = new BundleInfo(BUNDLE_UPDATE_CONFIGURATOR, null, null, 4, true);
Discouraged access: The constructor BundleInfo(String, String, URI, int, boolean) is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
12. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java
 (at line 152)
defaults[3] = new BundleInfo(BUNDLE_UPDATE_CONFIGURATOR, null, null, 4, true);
Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
13. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java
 (at line 153)
defaults[4] = new BundleInfo(BUNDLE_CORE_RUNTIME, null, null, 4, true);
Discouraged access: The constructor BundleInfo(String, String, URI, int, boolean) is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
14. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java
 (at line 153)
defaults[4] = new BundleInfo(BUNDLE_CORE_RUNTIME, null, null, 4, true);
Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
15. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java
 (at line 154)
defaults[5] = new BundleInfo(BUNDLE_DS, null, null, 1, true);
Discouraged access: The constructor BundleInfo(String, String, URI, int, boolean) is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
16. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java
 (at line 154)
defaults[5] = new BundleInfo(BUNDLE_DS, null, null, 1, true);
Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
17. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java
 (at line 172)
BundleInfo[] infos = getDefaultStartInfo();
Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
18. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java
 (at line 174)
BundleDescription bundle = assembly.getPlugin(infos[i].getSymbolicName(), infos[i].getVersion());
Discouraged access: The method getSymbolicName() from the type BundleInfo is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
19. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java
 (at line 174)
BundleDescription bundle = assembly.getPlugin(infos[i].getSymbolicName(), infos[i].getVersion());
Discouraged access: The method getVersion() from the type BundleInfo is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
20. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java
 (at line 181)
instructions[P2InfUtils.INSTRUCTION_CONFIGURE] = "setStartLevel(startLevel:" + infos[i].getStartLevel() + ");markStarted(started:" + Boolean.toString(infos[i].isMarkedAsStarted()) + ");"; //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
Discouraged access: The method getStartLevel() from the type BundleInfo is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
21. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java
 (at line 181)
instructions[P2InfUtils.INSTRUCTION_CONFIGURE] = "setStartLevel(startLevel:" + infos[i].getStartLevel() + ");markStarted(started:" + Boolean.toString(infos[i].isMarkedAsStarted()) + ");"; //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
Discouraged access: The method isMarkedAsStarted() from the type BundleInfo is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
22. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java
 (at line 366)
private void printBundleInfo(StringBuffer buffer, BundleInfo info) {
Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
23. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java
 (at line 367)
buffer.append(info.getSymbolicName());
Discouraged access: The method getSymbolicName() from the type BundleInfo is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
24. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java
 (at line 368)
if (info.getStartLevel() != BundleInfo.NO_LEVEL || info.isMarkedAsStarted())
Discouraged access: The method getStartLevel() from the type BundleInfo is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
25. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java
 (at line 368)
if (info.getStartLevel() != BundleInfo.NO_LEVEL || info.isMarkedAsStarted())
Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
26. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java
 (at line 368)
if (info.getStartLevel() != BundleInfo.NO_LEVEL || info.isMarkedAsStarted())
Discouraged access: The field NO_LEVEL from the type BundleInfo is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
27. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java
 (at line 368)
if (info.getStartLevel() != BundleInfo.NO_LEVEL || info.isMarkedAsStarted())
Discouraged access: The method isMarkedAsStarted() from the type BundleInfo is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
28. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java
 (at line 370)
if (info.getStartLevel() > 0) {
Discouraged access: The method getStartLevel() from the type BundleInfo is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
29. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java
 (at line 371)
buffer.append(info.getStartLevel());
Discouraged access: The method getStartLevel() from the type BundleInfo is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
30. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java
 (at line 372)
if (info.isMarkedAsStarted())
Discouraged access: The method isMarkedAsStarted() from the type BundleInfo is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
31. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java
 (at line 375)
if (info.isMarkedAsStarted())
Discouraged access: The method isMarkedAsStarted() from the type BundleInfo is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
32. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java
 (at line 385)
BundleInfo info = (BundleInfo) iterator.next();
Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
33. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java
 (at line 385)
BundleInfo info = (BundleInfo) iterator.next();
Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
34. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java
 (at line 452)
printBundleInfo(buffer, (BundleInfo) infos.get(id));
Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot

/src/org/eclipse/pde/internal/build/publisher/BuildPublisherApplication.java : 9 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/build/publisher/BuildPublisherApplication.java
 (at line 16)
import org.eclipse.equinox.p2.publisher.AbstractPublisherApplication;
Discouraged access: The type AbstractPublisherApplication is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
2. WARNING in /src/org/eclipse/pde/internal/build/publisher/BuildPublisherApplication.java
 (at line 17)
import org.eclipse.equinox.p2.publisher.IPublisherAction;
Discouraged access: The type IPublisherAction is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
3. WARNING in /src/org/eclipse/pde/internal/build/publisher/BuildPublisherApplication.java
 (at line 19)
public class BuildPublisherApplication extends AbstractPublisherApplication {
Discouraged access: The type AbstractPublisherApplication is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
4. WARNING in /src/org/eclipse/pde/internal/build/publisher/BuildPublisherApplication.java
 (at line 22)
public void addAction(IPublisherAction action) {
Discouraged access: The type IPublisherAction is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
5. WARNING in /src/org/eclipse/pde/internal/build/publisher/BuildPublisherApplication.java
 (at line 28)
protected IPublisherAction[] createActions() {
Discouraged access: The type IPublisherAction is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
6. WARNING in /src/org/eclipse/pde/internal/build/publisher/BuildPublisherApplication.java
 (at line 30)
return new IPublisherAction[0];
Discouraged access: The type IPublisherAction is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
7. WARNING in /src/org/eclipse/pde/internal/build/publisher/BuildPublisherApplication.java
 (at line 31)
return (IPublisherAction[]) actions.toArray(new IPublisherAction[actions.size()]);
Discouraged access: The type IPublisherAction is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
8. WARNING in /src/org/eclipse/pde/internal/build/publisher/BuildPublisherApplication.java
 (at line 31)
return (IPublisherAction[]) actions.toArray(new IPublisherAction[actions.size()]);
Discouraged access: The type IPublisherAction is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
9. WARNING in /src/org/eclipse/pde/internal/build/publisher/BuildPublisherApplication.java
 (at line 35)
super.append = value;
Discouraged access: The field append from the type AbstractPublisherApplication is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot

/src/org/eclipse/pde/internal/build/publisher/FeatureRootAdvice.java : 18 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/build/publisher/FeatureRootAdvice.java
 (at line 15)
import org.eclipse.equinox.internal.p2.core.helpers.FileUtils.IPathComputer;
Discouraged access: The type FileUtils.IPathComputer is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.core/@dot
2. WARNING in /src/org/eclipse/pde/internal/build/publisher/FeatureRootAdvice.java
 (at line 16)
import org.eclipse.equinox.internal.p2.publisher.FileSetDescriptor;
Discouraged access: The type FileSetDescriptor is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
3. WARNING in /src/org/eclipse/pde/internal/build/publisher/FeatureRootAdvice.java
 (at line 18)
import org.eclipse.equinox.p2.publisher.AbstractAdvice;
Discouraged access: The type AbstractAdvice is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
4. WARNING in /src/org/eclipse/pde/internal/build/publisher/FeatureRootAdvice.java
 (at line 19)
import org.eclipse.equinox.p2.publisher.actions.IFeatureRootAdvice;
Discouraged access: The type IFeatureRootAdvice is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
5. WARNING in /src/org/eclipse/pde/internal/build/publisher/FeatureRootAdvice.java
 (at line 22)
public class FeatureRootAdvice extends AbstractAdvice implements IFeatureRootAdvice {
Discouraged access: The type AbstractAdvice is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
6. WARNING in /src/org/eclipse/pde/internal/build/publisher/FeatureRootAdvice.java
 (at line 22)
public class FeatureRootAdvice extends AbstractAdvice implements IFeatureRootAdvice {
Discouraged access: The type IFeatureRootAdvice is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
7. WARNING in /src/org/eclipse/pde/internal/build/publisher/FeatureRootAdvice.java
 (at line 57)
public IPathComputer getRootFileComputer(String config) {
Discouraged access: The type FileUtils.IPathComputer is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.core/@dot
8. WARNING in /src/org/eclipse/pde/internal/build/publisher/FeatureRootAdvice.java
 (at line 72)
FileSetDescriptor descriptor = getDescriptor(config);
Discouraged access: The type FileSetDescriptor is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
9. WARNING in /src/org/eclipse/pde/internal/build/publisher/FeatureRootAdvice.java
 (at line 73)
descriptor.addFiles(computer.getFiles());
Discouraged access: The method addFiles(File[]) from the type FileSetDescriptor is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
10. WARNING in /src/org/eclipse/pde/internal/build/publisher/FeatureRootAdvice.java
 (at line 77)
FileSetDescriptor descriptor = getDescriptor(config);
Discouraged access: The type FileSetDescriptor is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
11. WARNING in /src/org/eclipse/pde/internal/build/publisher/FeatureRootAdvice.java
 (at line 79)
descriptor.addPermissions(new String[] {permissions, files[i]});
Discouraged access: The method addPermissions(String[]) from the type FileSetDescriptor is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
12. WARNING in /src/org/eclipse/pde/internal/build/publisher/FeatureRootAdvice.java
 (at line 84)
FileSetDescriptor descriptor = getDescriptor(config);
Discouraged access: The type FileSetDescriptor is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
13. WARNING in /src/org/eclipse/pde/internal/build/publisher/FeatureRootAdvice.java
 (at line 85)
descriptor.setLinks(links);
Discouraged access: The method setLinks(String) from the type FileSetDescriptor is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
14. WARNING in /src/org/eclipse/pde/internal/build/publisher/FeatureRootAdvice.java
 (at line 97)
public FileSetDescriptor getDescriptor(String config) {
Discouraged access: The type FileSetDescriptor is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
15. WARNING in /src/org/eclipse/pde/internal/build/publisher/FeatureRootAdvice.java
 (at line 99)
FileSetDescriptor descriptor = null;
Discouraged access: The type FileSetDescriptor is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
16. WARNING in /src/org/eclipse/pde/internal/build/publisher/FeatureRootAdvice.java
 (at line 102)
descriptor = (FileSetDescriptor) configAdvice[IDX_DESCRIPTOR];
Discouraged access: The type FileSetDescriptor is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
17. WARNING in /src/org/eclipse/pde/internal/build/publisher/FeatureRootAdvice.java
 (at line 107)
descriptor = new FileSetDescriptor(key, config.equals(Config.ANY) ? null : config);
Discouraged access: The constructor FileSetDescriptor(String, String) is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
18. WARNING in /src/org/eclipse/pde/internal/build/publisher/FeatureRootAdvice.java
 (at line 107)
descriptor = new FileSetDescriptor(key, config.equals(Config.ANY) ? null : config);
Discouraged access: The type FileSetDescriptor is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot

/src/org/eclipse/pde/internal/build/publisher/GatherBundleAction.java : 25 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherBundleAction.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/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
2. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherBundleAction.java
 (at line 20)
import org.eclipse.equinox.p2.publisher.IPublisherResult;
Discouraged access: The type IPublisherResult is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
3. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherBundleAction.java
 (at line 27)
public class GatherBundleAction extends BundlesAction {
Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
4. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherBundleAction.java
 (at line 37)
super(new File[] {location});
Discouraged access: The constructor BundlesAction(File[]) is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
5. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherBundleAction.java
 (at line 42)
public IStatus perform(IPublisherInfo publisherInfo, IPublisherResult results, IProgressMonitor monitor) {
Discouraged access: The type IPublisherInfo is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
6. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherBundleAction.java
 (at line 42)
public IStatus perform(IPublisherInfo publisherInfo, IPublisherResult results, IProgressMonitor monitor) {
Discouraged access: The type IPublisherResult is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
7. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherBundleAction.java
 (at line 43)
return super.perform(publisherInfo, results, monitor);
Discouraged access: The method perform(IPublisherInfo, IPublisherResult, IProgressMonitor) from the type BundlesAction is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
8. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherBundleAction.java
 (at line 46)
protected void publishArtifact(IArtifactDescriptor descriptor, File base, File[] inclusions, IPublisherInfo publisherInfo) {
Discouraged access: The type IPublisherInfo is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
9. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherBundleAction.java
 (at line 48)
publishArtifact(descriptor, computer.getFiles(), null, publisherInfo, computer);
Discouraged access: The method publishArtifact(IArtifactDescriptor, File[], File[], IPublisherInfo, FileUtils.IPathComputer) from the type AbstractPublisherAction is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
10. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherBundleAction.java
 (at line 52)
Dictionary manifest = basicLoadManifest(manifestRoot);
Discouraged access: The method basicLoadManifest(File) from the type BundlesAction is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
11. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherBundleAction.java
 (at line 56)
BundleDescription bundle = createBundleDescription(manifest, bundleLocation);
Discouraged access: The method createBundleDescription(Dictionary, File) from the type BundlesAction is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
12. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherBundleAction.java
 (at line 63)
String shape = (String) manifest.get(BUNDLE_SHAPE);
Discouraged access: The field BUNDLE_SHAPE from the type BundlesAction is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
13. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherBundleAction.java
 (at line 66)
shape = Boolean.valueOf(unpack).booleanValue() ? IBundleShapeAdvice.DIR : IBundleShapeAdvice.JAR;
Discouraged access: The type IBundleShapeAdvice is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
14. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherBundleAction.java
 (at line 66)
shape = Boolean.valueOf(unpack).booleanValue() ? IBundleShapeAdvice.DIR : IBundleShapeAdvice.JAR;
Discouraged access: The field DIR from the type IBundleShapeAdvice is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
15. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherBundleAction.java
 (at line 66)
shape = Boolean.valueOf(unpack).booleanValue() ? IBundleShapeAdvice.DIR : IBundleShapeAdvice.JAR;
Discouraged access: The type IBundleShapeAdvice is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
16. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherBundleAction.java
 (at line 66)
shape = Boolean.valueOf(unpack).booleanValue() ? IBundleShapeAdvice.DIR : IBundleShapeAdvice.JAR;
Discouraged access: The field JAR from the type IBundleShapeAdvice is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
17. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherBundleAction.java
 (at line 68)
shape = Utils.guessUnpack(bundle, BundleHelper.getClasspath(manifest)) ? IBundleShapeAdvice.DIR : IBundleShapeAdvice.JAR;
Discouraged access: The type IBundleShapeAdvice is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
18. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherBundleAction.java
 (at line 68)
shape = Utils.guessUnpack(bundle, BundleHelper.getClasspath(manifest)) ? IBundleShapeAdvice.DIR : IBundleShapeAdvice.JAR;
Discouraged access: The field DIR from the type IBundleShapeAdvice is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
19. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherBundleAction.java
 (at line 68)
shape = Utils.guessUnpack(bundle, BundleHelper.getClasspath(manifest)) ? IBundleShapeAdvice.DIR : IBundleShapeAdvice.JAR;
Discouraged access: The type IBundleShapeAdvice is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
20. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherBundleAction.java
 (at line 68)
shape = Utils.guessUnpack(bundle, BundleHelper.getClasspath(manifest)) ? IBundleShapeAdvice.DIR : IBundleShapeAdvice.JAR;
Discouraged access: The field JAR from the type IBundleShapeAdvice is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
21. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherBundleAction.java
 (at line 71)
BundleShapeAdvice advice = new BundleShapeAdvice(bundle.getSymbolicName(), Version.fromOSGiVersion(bundle.getVersion()), shape);
Discouraged access: The type BundleShapeAdvice is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
22. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherBundleAction.java
 (at line 71)
BundleShapeAdvice advice = new BundleShapeAdvice(bundle.getSymbolicName(), Version.fromOSGiVersion(bundle.getVersion()), shape);
Discouraged access: The constructor BundleShapeAdvice(String, Version, String) is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
23. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherBundleAction.java
 (at line 71)
BundleShapeAdvice advice = new BundleShapeAdvice(bundle.getSymbolicName(), Version.fromOSGiVersion(bundle.getVersion()), shape);
Discouraged access: The type BundleShapeAdvice is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
24. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherBundleAction.java
 (at line 72)
info.addAdvice(advice);
Discouraged access: The field info from the type AbstractPublisherAction is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
25. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherBundleAction.java
 (at line 72)
info.addAdvice(advice);
Discouraged access: The method addAdvice(IPublisherAdvice) from the type IPublisherInfo is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot

/src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java : 28 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java
 (at line 13)
import org.eclipse.equinox.internal.p2.publisher.eclipse.FeatureParser;
Discouraged access: The type FeatureParser is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
2. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java
 (at line 15)
import org.eclipse.equinox.p2.publisher.IPublisherInfo;
Discouraged access: The type IPublisherInfo is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
3. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java
 (at line 16)
import org.eclipse.equinox.p2.publisher.eclipse.Feature;
Discouraged access: The type Feature is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
4. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java
 (at line 17)
import org.eclipse.equinox.p2.publisher.eclipse.FeaturesAction;
Discouraged access: The type FeaturesAction is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
5. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java
 (at line 20)
import org.eclipse.equinox.spi.p2.publisher.PublisherHelper;
Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
6. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java
 (at line 22)
public class GatherFeatureAction extends FeaturesAction {
Discouraged access: The type FeaturesAction is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
7. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java
 (at line 29)
super(new File[] {location});
Discouraged access: The constructor FeaturesAction(File[]) is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
8. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java
 (at line 41)
protected Feature[] getFeatures(File[] locations) {
Discouraged access: The type Feature is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
9. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java
 (at line 42)
Feature feature = new FeatureParser().parse(featureRoot);
Discouraged access: The type Feature is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
10. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java
 (at line 42)
Feature feature = new FeatureParser().parse(featureRoot);
Discouraged access: The constructor FeatureParser() is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
11. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java
 (at line 42)
Feature feature = new FeatureParser().parse(featureRoot);
Discouraged access: The method parse(File) from the type FeatureParser is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
12. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java
 (at line 42)
Feature feature = new FeatureParser().parse(featureRoot);
Discouraged access: The type FeatureParser is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
13. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java
 (at line 44)
feature.setLocation(locations[0].getAbsolutePath());
Discouraged access: The method setLocation(String) from the type Feature is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
14. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java
 (at line 45)
rootAdvice.setFeatureId(feature.getId());
Discouraged access: The method getId() from the type Feature is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
15. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java
 (at line 46)
rootAdvice.setFeatureVersion(Version.parseVersion(feature.getVersion()));
Discouraged access: The method getVersion() from the type Feature is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
16. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java
 (at line 47)
return new Feature[] {feature};
Discouraged access: The type Feature is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
17. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java
 (at line 49)
return new Feature[0];
Discouraged access: The type Feature is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
18. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java
 (at line 85)
return super.getGroupId(featureId);
Discouraged access: The method getGroupId(String) from the type FeaturesAction is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
19. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java
 (at line 88)
protected IInstallableUnit generateFeatureJarIU(Feature feature, IPublisherInfo publisherInfo) {
Discouraged access: The type Feature is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
20. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java
 (at line 88)
protected IInstallableUnit generateFeatureJarIU(Feature feature, IPublisherInfo publisherInfo) {
Discouraged access: The type IPublisherInfo is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
21. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java
 (at line 91)
return createFeatureJarIU(feature, publisherInfo);
Discouraged access: The method createFeatureJarIU(Feature, IPublisherInfo) from the type FeaturesAction is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
22. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java
 (at line 94)
protected void publishFeatureArtifacts(Feature feature, IInstallableUnit featureIU, IPublisherInfo publisherInfo) {
Discouraged access: The type Feature is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
23. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java
 (at line 94)
protected void publishFeatureArtifacts(Feature feature, IInstallableUnit featureIU, IPublisherInfo publisherInfo) {
Discouraged access: The type IPublisherInfo is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
24. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java
 (at line 104)
ArtifactDescriptor ad = (ArtifactDescriptor) PublisherHelper.createArtifactDescriptor(publisherInfo.getArtifactRepository(), (IArtifactKey) artifacts.iterator().next(), null);
Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
25. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java
 (at line 104)
ArtifactDescriptor ad = (ArtifactDescriptor) PublisherHelper.createArtifactDescriptor(publisherInfo.getArtifactRepository(), (IArtifactKey) artifacts.iterator().next(), null);
Discouraged access: The method createArtifactDescriptor(IArtifactRepository, IArtifactKey, File) from the type PublisherHelper is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
26. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java
 (at line 104)
ArtifactDescriptor ad = (ArtifactDescriptor) PublisherHelper.createArtifactDescriptor(publisherInfo.getArtifactRepository(), (IArtifactKey) artifacts.iterator().next(), null);
Discouraged access: The method getArtifactRepository() from the type IPublisherInfo is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
27. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java
 (at line 105)
processArtifactPropertiesAdvice(featureIU, ad, publisherInfo);
Discouraged access: The method processArtifactPropertiesAdvice(IInstallableUnit, IArtifactDescriptor, IPublisherInfo) from the type AbstractPublisherAction is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
28. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java
 (at line 108)
publishArtifact(ad, computer.getFiles(), null, publisherInfo, computer);
Discouraged access: The method publishArtifact(IArtifactDescriptor, File[], File[], IPublisherInfo, FileUtils.IPathComputer) from the type AbstractPublisherAction is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot

/src/org/eclipse/pde/internal/build/publisher/GatheringComputer.java : 2 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatheringComputer.java
 (at line 17)
import org.eclipse.equinox.internal.p2.core.helpers.FileUtils.IPathComputer;
Discouraged access: The type FileUtils.IPathComputer is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.core/@dot
2. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatheringComputer.java
 (at line 19)
public class GatheringComputer implements IPathComputer {
Discouraged access: The type FileUtils.IPathComputer is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.core/@dot

/src/org/eclipse/pde/internal/build/publisher/compatibility/AssembledConfigAdvice.java : 28 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/AssembledConfigAdvice.java
 (at line 15)
import org.eclipse.equinox.internal.p2.core.helpers.CollectionUtils;
Discouraged access: The type CollectionUtils is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.core/@dot
2. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/AssembledConfigAdvice.java
 (at line 16)
import org.eclipse.equinox.internal.p2.publisher.eclipse.DataLoader;
Discouraged access: The type DataLoader is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
3. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/AssembledConfigAdvice.java
 (at line 19)
import org.eclipse.equinox.p2.publisher.eclipse.IConfigAdvice;
Discouraged access: The type IConfigAdvice is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
4. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/AssembledConfigAdvice.java
 (at line 20)
import org.eclipse.equinox.p2.publisher.eclipse.IExecutableAdvice;
Discouraged access: The type IExecutableAdvice is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
5. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/AssembledConfigAdvice.java
 (at line 24)
public class AssembledConfigAdvice implements IConfigAdvice, IExecutableAdvice {
Discouraged access: The type IConfigAdvice is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
6. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/AssembledConfigAdvice.java
 (at line 24)
public class AssembledConfigAdvice implements IConfigAdvice, IExecutableAdvice {
Discouraged access: The type IExecutableAdvice is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
7. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/AssembledConfigAdvice.java
 (at line 27)
private LauncherData launcherData = null;
Discouraged access: The type LauncherData is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
8. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/AssembledConfigAdvice.java
 (at line 28)
private ConfigData configData = null;
Discouraged access: The type ConfigData is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
9. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/AssembledConfigAdvice.java
 (at line 36)
public BundleInfo[] getBundles() {
Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
10. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/AssembledConfigAdvice.java
 (at line 37)
return configData.getBundles();
Discouraged access: The method getBundles() from the type ConfigData is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
11. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/AssembledConfigAdvice.java
 (at line 41)
Properties configProps = configData.getProperties();
Discouraged access: The method getProperties() from the type ConfigData is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
12. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/AssembledConfigAdvice.java
 (at line 43)
CollectionUtils.putAll(configProps, props);
Discouraged access: The type CollectionUtils is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.core/@dot
13. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/AssembledConfigAdvice.java
 (at line 43)
CollectionUtils.putAll(configProps, props);
Discouraged access: The method putAll(Properties, Map) from the type CollectionUtils is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.core/@dot
14. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/AssembledConfigAdvice.java
 (at line 44)
int startLevel = configData.getInitialBundleStartLevel();
Discouraged access: The method getInitialBundleStartLevel() from the type ConfigData is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
15. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/AssembledConfigAdvice.java
 (at line 45)
if (startLevel != BundleInfo.NO_LEVEL)
Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
16. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/AssembledConfigAdvice.java
 (at line 45)
if (startLevel != BundleInfo.NO_LEVEL)
Discouraged access: The field NO_LEVEL from the type BundleInfo is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
17. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/AssembledConfigAdvice.java
 (at line 71)
DataLoader loader = new DataLoader(new File(configRoot, "configuration/config.ini"), getLauncher(configRoot)); //$NON-NLS-1$
Discouraged access: The type DataLoader is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
18. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/AssembledConfigAdvice.java
 (at line 71)
DataLoader loader = new DataLoader(new File(configRoot, "configuration/config.ini"), getLauncher(configRoot)); //$NON-NLS-1$
Discouraged access: The constructor DataLoader(File, File) is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
19. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/AssembledConfigAdvice.java
 (at line 71)
DataLoader loader = new DataLoader(new File(configRoot, "configuration/config.ini"), getLauncher(configRoot)); //$NON-NLS-1$
Discouraged access: The type DataLoader is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
20. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/AssembledConfigAdvice.java
 (at line 72)
configData = loader.getConfigData();
Discouraged access: The method getConfigData() from the type DataLoader is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
21. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/AssembledConfigAdvice.java
 (at line 74)
launcherData = loader.getLauncherData();
Discouraged access: The method getLauncherData() from the type DataLoader is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
22. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/AssembledConfigAdvice.java
 (at line 77)
private void normalizeBundleVersions(ConfigData data) {
Discouraged access: The type ConfigData is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
23. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/AssembledConfigAdvice.java
 (at line 78)
BundleInfo[] bundles = data.getBundles();
Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
24. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/AssembledConfigAdvice.java
 (at line 78)
BundleInfo[] bundles = data.getBundles();
Discouraged access: The method getBundles() from the type ConfigData is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
25. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/AssembledConfigAdvice.java
 (at line 81)
if (bundles[i].getVersion() == null)
Discouraged access: The method getVersion() from the type BundleInfo is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
26. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/AssembledConfigAdvice.java
 (at line 82)
bundles[i].setVersion(IPDEBuildConstants.GENERIC_VERSION_NUMBER);
Discouraged access: The method setVersion(String) from the type BundleInfo is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
27. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/AssembledConfigAdvice.java
 (at line 91)
return (launcherData != null) ? launcherData.getProgramArgs() : new String[0];
Discouraged access: The method getProgramArgs() from the type LauncherData is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
28. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/AssembledConfigAdvice.java
 (at line 95)
return (launcherData != null) ? launcherData.getJvmArgs() : new String[0];
Discouraged access: The method getJvmArgs() from the type LauncherData is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot

/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java : 61 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 17)
import org.eclipse.equinox.internal.p2.publisher.eclipse.ProductFile;
Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
2. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 26)
public class GeneratorApplication extends AbstractPublisherApplication {
Discouraged access: The type AbstractPublisherApplication is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
3. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 33)
private IPublisherResult result = null;
Discouraged access: The type IPublisherResult is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
4. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 36)
private ProductFile product;
Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
5. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 41)
protected IPublisherAction[] createActions() {
Discouraged access: The type IPublisherAction is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
6. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 43)
File sourceFile = source != null ? new File(source) : null;
Discouraged access: The field source from the type AbstractPublisherApplication is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
7. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 43)
File sourceFile = source != null ? new File(source) : null;
Discouraged access: The field source from the type AbstractPublisherApplication is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
8. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 50)
actions.add(new EquinoxLauncherCUAction(flavor, info.getConfigurations()));
Discouraged access: The constructor EquinoxLauncherCUAction(String, String[]) is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
9. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 50)
actions.add(new EquinoxLauncherCUAction(flavor, info.getConfigurations()));
Discouraged access: The type EquinoxLauncherCUAction is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
10. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 50)
actions.add(new EquinoxLauncherCUAction(flavor, info.getConfigurations()));
Discouraged access: The field info from the type AbstractPublisherApplication is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
11. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 50)
actions.add(new EquinoxLauncherCUAction(flavor, info.getConfigurations()));
Discouraged access: The method getConfigurations() from the type PublisherInfo is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
12. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 51)
actions.add(new ProductAction(source, product, flavor, null));
Discouraged access: The constructor ProductAction(String, IProductDescriptor, String, File) is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
13. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 51)
actions.add(new ProductAction(source, product, flavor, null));
Discouraged access: The type ProductAction is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
14. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 51)
actions.add(new ProductAction(source, product, flavor, null));
Discouraged access: The field source from the type AbstractPublisherApplication is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
15. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 53)
info.addAdvice(new RootIUResultFilterAdvice(null));
Discouraged access: The field info from the type AbstractPublisherApplication is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
16. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 53)
info.addAdvice(new RootIUResultFilterAdvice(null));
Discouraged access: The method addAdvice(IPublisherAdvice) from the type PublisherInfo is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
17. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 53)
info.addAdvice(new RootIUResultFilterAdvice(null));
Discouraged access: The constructor RootIUResultFilterAdvice(IQuery) is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
18. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 53)
info.addAdvice(new RootIUResultFilterAdvice(null));
Discouraged access: The type RootIUResultFilterAdvice is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
19. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 55)
actions.add(new RootIUAction(rootId, Version.parseVersion(rootVersion), null));
Discouraged access: The constructor RootIUAction(String, Version, String) is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
20. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 55)
actions.add(new RootIUAction(rootId, Version.parseVersion(rootVersion), null));
Discouraged access: The type RootIUAction is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
21. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 59)
actions.add(new FeaturesAction(new File[] {new File(sourceFile, "features")})); //$NON-NLS-1$
Discouraged access: The constructor FeaturesAction(File[]) is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
22. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 59)
actions.add(new FeaturesAction(new File[] {new File(sourceFile, "features")})); //$NON-NLS-1$
Discouraged access: The type FeaturesAction is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
23. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 60)
actions.add(new BundlesAction(new File[] {new File(sourceFile, "plugins")})); //$NON-NLS-1$
Discouraged access: The constructor BundlesAction(File[]) is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
24. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 60)
actions.add(new BundlesAction(new File[] {new File(sourceFile, "plugins")})); //$NON-NLS-1$
Discouraged access: The type BundlesAction is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
25. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 65)
String[] configs = info.getConfigurations();
Discouraged access: The field info from the type AbstractPublisherApplication is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
26. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 65)
String[] configs = info.getConfigurations();
Discouraged access: The method getConfigurations() from the type PublisherInfo is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
27. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 67)
info.addAdvice(new AssembledConfigAdvice(configs[0], sourceFile, product != null ? product.getLauncherName() : null));
Discouraged access: The field info from the type AbstractPublisherApplication is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
28. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 67)
info.addAdvice(new AssembledConfigAdvice(configs[0], sourceFile, product != null ? product.getLauncherName() : null));
Discouraged access: The method addAdvice(IPublisherAdvice) from the type PublisherInfo is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
29. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 67)
info.addAdvice(new AssembledConfigAdvice(configs[0], sourceFile, product != null ? product.getLauncherName() : null));
Discouraged access: The method getLauncherName() from the type ProductFile is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
30. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 68)
info.addAdvice(new RootFileTouchpointAdvice(product, sourceFile, new File[] {sourceFile}, null, configs[0]));
Discouraged access: The field info from the type AbstractPublisherApplication is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
31. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 68)
info.addAdvice(new RootFileTouchpointAdvice(product, sourceFile, new File[] {sourceFile}, null, configs[0]));
Discouraged access: The method addAdvice(IPublisherAdvice) from the type PublisherInfo is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
32. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 75)
info.addAdvice(createVersionAdvice());
Discouraged access: The field info from the type AbstractPublisherApplication is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
33. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 75)
info.addAdvice(createVersionAdvice());
Discouraged access: The method addAdvice(IPublisherAdvice) from the type PublisherInfo is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
34. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 77)
return (IPublisherAction[]) actions.toArray(new IPublisherAction[actions.size()]);
Discouraged access: The type IPublisherAction is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
35. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 77)
return (IPublisherAction[]) actions.toArray(new IPublisherAction[actions.size()]);
Discouraged access: The type IPublisherAction is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
36. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 80)
protected IVersionAdvice createVersionAdvice() {
Discouraged access: The type IVersionAdvice is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
37. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 83)
VersionAdvice advice = new VersionAdvice();
Discouraged access: The type VersionAdvice is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
38. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 83)
VersionAdvice advice = new VersionAdvice();
Discouraged access: The constructor VersionAdvice() is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
39. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 83)
VersionAdvice advice = new VersionAdvice();
Discouraged access: The type VersionAdvice is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
40. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 84)
advice.load(IInstallableUnit.NAMESPACE_IU_ID, versionAdvice, features ? ".feature.group" : ""); //$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 /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
41. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 88)
protected IPublisherAction createRootFileAction(String configSpec) {
Discouraged access: The type IPublisherAction is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
42. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 89)
String id = product != null ? product.getId() : rootId;
Discouraged access: The method getId() from the type ProductFile is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
43. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 92)
RootFilesAction action = "" RootFilesAction(info, id, version, flavor);
Discouraged access: The type RootFilesAction is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
44. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 92)
RootFilesAction action = "">new RootFilesAction(info, id, version, flavor);
Discouraged access: The constructor RootFilesAction(IPublisherInfo, String, Version, String) is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
45. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 92)
RootFilesAction action = "" RootFilesAction(info, id, version, flavor);
Discouraged access: The type RootFilesAction is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
46. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 92)
RootFilesAction action = "" RootFilesAction(info, id, version, flavor);
Discouraged access: The field info from the type AbstractPublisherApplication is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
47. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 93)
action.setCreateParent(false);
Discouraged access: The method setCreateParent(boolean) from the type RootFilesAction is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
48. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 99)
if (product != null && !product.getVersion().equals(IPDEBuildConstants.GENERIC_VERSION_NUMBER)) {
Discouraged access: The method getVersion() from the type ProductFile is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
49. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 100)
version = product.getVersion();
Discouraged access: The method getVersion() from the type ProductFile is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
50. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 107)
protected Publisher createPublisher(PublisherInfo publisherInfo) {
Discouraged access: The type Publisher is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
51. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 107)
protected Publisher createPublisher(PublisherInfo publisherInfo) {
Discouraged access: The type PublisherInfo is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
52. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 108)
return new Publisher(publisherInfo, result);
Discouraged access: The constructor Publisher(IPublisherInfo, IPublisherResult) is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
53. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 108)
return new Publisher(publisherInfo, result);
Discouraged access: The type Publisher is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
54. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 112)
super.append = value;
Discouraged access: The field append from the type AbstractPublisherApplication is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
55. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 116)
super.artifactRepoName = name;
Discouraged access: The field artifactRepoName from the type AbstractPublisherApplication is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
56. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 120)
super.compress = value;
Discouraged access: The field compress from the type AbstractPublisherApplication is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
57. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 124)
super.metadataRepoName = name;
Discouraged access: The field metadataRepoName from the type AbstractPublisherApplication is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
58. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 132)
this.source = location;
Discouraged access: The field source from the type AbstractPublisherApplication is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
59. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 139)
public void setIncrementalResult(IPublisherResult result) {
Discouraged access: The type IPublisherResult is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
60. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 158)
product = new ProductFile(file);
Discouraged access: The constructor ProductFile(String) is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
61. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java
 (at line 158)
product = new ProductFile(file);
Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot

/src/org/eclipse/pde/internal/build/publisher/compatibility/IncrementalGenerator.java : 10 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/IncrementalGenerator.java
 (at line 26)
static private PublisherResult result = null;
Discouraged access: The type PublisherResult is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
2. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/IncrementalGenerator.java
 (at line 34)
public void run(GeneratorApplication generator, PublisherInfo provider) throws Exception {
Discouraged access: The type PublisherInfo is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
3. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/IncrementalGenerator.java
 (at line 41)
provider.setConfigurations((String[]) configs.toArray(new String[configs.size()]));
Discouraged access: The method setConfigurations(String[]) from the type PublisherInfo is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
4. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/IncrementalGenerator.java
 (at line 44)
provider.addAdvice((IPublisherAdvice) iterator.next());
Discouraged access: The method addAdvice(IPublisherAdvice) from the type PublisherInfo is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
5. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/IncrementalGenerator.java
 (at line 44)
provider.addAdvice((IPublisherAdvice) iterator.next());
Discouraged access: The type IPublisherAdvice is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
6. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/IncrementalGenerator.java
 (at line 49)
generator.run(provider);
Discouraged access: The method run(PublisherInfo) from the type AbstractPublisherApplication is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
7. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/IncrementalGenerator.java
 (at line 52)
configs.addAll(Arrays.asList(provider.getConfigurations()));
Discouraged access: The method getConfigurations() from the type PublisherInfo is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
8. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/IncrementalGenerator.java
 (at line 53)
advice.addAll(provider.getAdvice());
Discouraged access: The method getAdvice() from the type PublisherInfo is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
9. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/IncrementalGenerator.java
 (at line 63)
result = new PublisherResult();
Discouraged access: The constructor PublisherResult() is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
10. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/IncrementalGenerator.java
 (at line 63)
result = new PublisherResult();
Discouraged access: The type PublisherResult is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot

/src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileParentAction.java : 23 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileParentAction.java
 (at line 14)
import org.eclipse.equinox.internal.p2.publisher.eclipse.ProductFile;
Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
2. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileParentAction.java
 (at line 15)
import org.eclipse.equinox.internal.provisional.p2.metadata.MetadataFactory;
Discouraged access: The type MetadataFactory is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.metadata/@dot
3. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileParentAction.java
 (at line 16)
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/N201002242000/src/plugins/org.eclipse.equinox.p2.metadata/@dot
4. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileParentAction.java
 (at line 20)
import org.eclipse.equinox.p2.publisher.actions.RootFilesAction;
Discouraged access: The type RootFilesAction is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
5. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileParentAction.java
 (at line 25)
public class RootFileParentAction extends AbstractPublisherAction {
Discouraged access: The type AbstractPublisherAction is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
6. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileParentAction.java
 (at line 31)
public RootFileParentAction(ProductFile product, String flavor) {
Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
7. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileParentAction.java
 (at line 33)
this.baseId = product.getId();
Discouraged access: The method getId() from the type ProductFile is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
8. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileParentAction.java
 (at line 34)
this.version = getVersion(product.getVersion());
Discouraged access: The method getVersion() from the type ProductFile is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
9. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileParentAction.java
 (at line 43)
public IStatus perform(IPublisherInfo publisherInfo, IPublisherResult results, IProgressMonitor monitor) {
Discouraged access: The type IPublisherInfo is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
10. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileParentAction.java
 (at line 43)
public IStatus perform(IPublisherInfo publisherInfo, IPublisherResult results, IProgressMonitor monitor) {
Discouraged access: The type IPublisherResult is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
11. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileParentAction.java
 (at line 57)
IQueryResult collector = query.perform(results.getIUs(null, IPublisherResult.NON_ROOT).iterator());
Discouraged access: The method getIUs(String, String) from the type IPublisherResult is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
12. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileParentAction.java
 (at line 57)
IQueryResult collector = query.perform(results.getIUs(null, IPublisherResult.NON_ROOT).iterator());
Discouraged access: The type IPublisherResult is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
13. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileParentAction.java
 (at line 57)
IQueryResult collector = query.perform(results.getIUs(null, IPublisherResult.NON_ROOT).iterator());
Discouraged access: The field NON_ROOT from the type IPublisherResult is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
14. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileParentAction.java
 (at line 58)
InstallableUnitDescription descriptor = createParentIU(collector.unmodifiableSet(), RootFilesAction.computeIUId(baseId, flavor), Version.parseVersion(version));
Discouraged access: The type MetadataFactory.InstallableUnitDescription is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.metadata/@dot
15. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileParentAction.java
 (at line 58)
InstallableUnitDescription descriptor = createParentIU(collector.unmodifiableSet(), RootFilesAction.computeIUId(baseId, flavor), Version.parseVersion(version));
Discouraged access: The method createParentIU(Collection, String, Version) from the type AbstractPublisherAction is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
16. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileParentAction.java
 (at line 58)
InstallableUnitDescription descriptor = createParentIU(collector.unmodifiableSet(), RootFilesAction.computeIUId(baseId, flavor), Version.parseVersion(version));
Discouraged access: The type RootFilesAction is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
17. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileParentAction.java
 (at line 58)
InstallableUnitDescription descriptor = createParentIU(collector.unmodifiableSet(), RootFilesAction.computeIUId(baseId, flavor), Version.parseVersion(version));
Discouraged access: The method computeIUId(String, String) from the type RootFilesAction is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
18. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileParentAction.java
 (at line 59)
descriptor.setSingleton(true);
Discouraged access: The method setSingleton(boolean) from the type MetadataFactory.InstallableUnitDescription is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.metadata/@dot
19. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileParentAction.java
 (at line 60)
IInstallableUnit rootIU = MetadataFactory.createInstallableUnit(descriptor);
Discouraged access: The type MetadataFactory is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.metadata/@dot
20. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileParentAction.java
 (at line 60)
IInstallableUnit rootIU = MetadataFactory.createInstallableUnit(descriptor);
Discouraged access: The method createInstallableUnit(MetadataFactory.InstallableUnitDescription) from the type MetadataFactory is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.metadata/@dot
21. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileParentAction.java
 (at line 61)
results.addIU(rootIU, IPublisherResult.ROOT);
Discouraged access: The method addIU(IInstallableUnit, String) from the type IPublisherResult is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
22. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileParentAction.java
 (at line 61)
results.addIU(rootIU, IPublisherResult.ROOT);
Discouraged access: The type IPublisherResult is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
23. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileParentAction.java
 (at line 61)
results.addIU(rootIU, IPublisherResult.ROOT);
Discouraged access: The field ROOT from the type IPublisherResult is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot

/src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileTouchpointAdvice.java : 19 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileTouchpointAdvice.java
 (at line 17)
import org.eclipse.equinox.internal.p2.publisher.eclipse.ProductFile;
Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
2. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileTouchpointAdvice.java
 (at line 18)
import org.eclipse.equinox.internal.provisional.p2.metadata.MetadataFactory;
Discouraged access: The type MetadataFactory is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.metadata/@dot
3. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileTouchpointAdvice.java
 (at line 20)
import org.eclipse.equinox.p2.publisher.AbstractPublisherAction;
Discouraged access: The type AbstractPublisherAction is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
4. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileTouchpointAdvice.java
 (at line 21)
import org.eclipse.equinox.p2.publisher.actions.ITouchpointAdvice;
Discouraged access: The type ITouchpointAdvice is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
5. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileTouchpointAdvice.java
 (at line 22)
import org.eclipse.equinox.p2.publisher.actions.RootFilesAdvice;
Discouraged access: The type RootFilesAdvice is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
6. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileTouchpointAdvice.java
 (at line 25)
public class RootFileTouchpointAdvice extends RootFilesAdvice implements ITouchpointAdvice {
Discouraged access: The type RootFilesAdvice is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
7. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileTouchpointAdvice.java
 (at line 25)
public class RootFileTouchpointAdvice extends RootFilesAdvice implements ITouchpointAdvice {
Discouraged access: The type ITouchpointAdvice is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
8. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileTouchpointAdvice.java
 (at line 27)
private final ProductFile product;
Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
9. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileTouchpointAdvice.java
 (at line 29)
public RootFileTouchpointAdvice(ProductFile product, File root, File[] includedFiles, File[] excludedFiles, String configSpec) {
Discouraged access: The type ProductFile is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
10. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileTouchpointAdvice.java
 (at line 30)
super(root, includedFiles, excludedFiles, configSpec);
Discouraged access: The constructor RootFilesAdvice(File, File[], File[], String) is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
11. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileTouchpointAdvice.java
 (at line 35)
String[] config = AbstractPublisherAction.parseConfigSpec(getConfigSpec());
Discouraged access: The type AbstractPublisherAction is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
12. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileTouchpointAdvice.java
 (at line 35)
String[] config = AbstractPublisherAction.parseConfigSpec(getConfigSpec());
Discouraged access: The method parseConfigSpec(String) from the type AbstractPublisherAction is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
13. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileTouchpointAdvice.java
 (at line 35)
String[] config = AbstractPublisherAction.parseConfigSpec(getConfigSpec());
Discouraged access: The method getConfigSpec() from the type RootFilesAdvice is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
14. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileTouchpointAdvice.java
 (at line 38)
String launcherName = product != null ? product.getLauncherName() : null;
Discouraged access: The method getLauncherName() from the type ProductFile is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
15. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileTouchpointAdvice.java
 (at line 42)
File root = getRoot();
Discouraged access: The method getRoot() from the type RootFilesAdvice is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.publisher/@dot
16. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileTouchpointAdvice.java
 (at line 66)
newInstructions.put("configure", MetadataFactory.createTouchpointInstruction(configInstruction, "org.eclipse.equinox.p2.touchpoint.eclipse.setLauncherName")); //$NON-NLS-1$ //$NON-NLS-2$
Discouraged access: The type MetadataFactory is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.metadata/@dot
17. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileTouchpointAdvice.java
 (at line 66)
newInstructions.put("configure", MetadataFactory.createTouchpointInstruction(configInstruction, "org.eclipse.equinox.p2.touchpoint.eclipse.setLauncherName")); //$NON-NLS-1$ //$NON-NLS-2$
Discouraged access: The method createTouchpointInstruction(String, String) from the type MetadataFactory is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.metadata/@dot
18. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileTouchpointAdvice.java
 (at line 67)
return MetadataFactory.mergeTouchpointData(existingData, newInstructions);
Discouraged access: The type MetadataFactory is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.metadata/@dot
19. WARNING in /src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileTouchpointAdvice.java
 (at line 67)
return MetadataFactory.mergeTouchpointData(existingData, newInstructions);
Discouraged access: The method mergeTouchpointData(ITouchpointData, Map) from the type MetadataFactory is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.p2.metadata/@dot

/src/org/eclipse/pde/internal/build/site/P2Utils.java : 48 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/build/site/P2Utils.java
 (at line 17)
import org.eclipse.equinox.internal.provisional.frameworkadmin.BundleInfo;
Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
2. WARNING in /src/org/eclipse/pde/internal/build/site/P2Utils.java
 (at line 18)
import org.eclipse.equinox.internal.provisional.simpleconfigurator.manipulator.SimpleConfiguratorManipulator;
Discouraged access: The type SimpleConfiguratorManipulator is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.simpleconfigurator.manipulator/@dot
3. WARNING in /src/org/eclipse/pde/internal/build/site/P2Utils.java
 (at line 46)
SimpleConfiguratorManipulator manipulator = (SimpleConfiguratorManipulator) BundleHelper.getDefault().acquireService(SimpleConfiguratorManipulator.class.getName());
Discouraged access: The type SimpleConfiguratorManipulator is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.simpleconfigurator.manipulator/@dot
4. WARNING in /src/org/eclipse/pde/internal/build/site/P2Utils.java
 (at line 46)
SimpleConfiguratorManipulator manipulator = (SimpleConfiguratorManipulator) BundleHelper.getDefault().acquireService(SimpleConfiguratorManipulator.class.getName());
Discouraged access: The type SimpleConfiguratorManipulator is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.simpleconfigurator.manipulator/@dot
5. WARNING in /src/org/eclipse/pde/internal/build/site/P2Utils.java
 (at line 46)
SimpleConfiguratorManipulator manipulator = (SimpleConfiguratorManipulator) BundleHelper.getDefault().acquireService(SimpleConfiguratorManipulator.class.getName());
Discouraged access: The type SimpleConfiguratorManipulator is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.simpleconfigurator.manipulator/@dot
6. WARNING in /src/org/eclipse/pde/internal/build/site/P2Utils.java
 (at line 54)
infos.addAll(Arrays.asList(manipulator.loadConfiguration(bundlesTxt.toURL(), root)));
Discouraged access: The method loadConfiguration(URL, File) from the type SimpleConfiguratorManipulator is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.simpleconfigurator.manipulator/@dot
7. WARNING in /src/org/eclipse/pde/internal/build/site/P2Utils.java
 (at line 55)
infos.addAll(Arrays.asList(manipulator.loadConfiguration(sourceTxt.toURL(), root)));
Discouraged access: The method loadConfiguration(URL, File) from the type SimpleConfiguratorManipulator is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.simpleconfigurator.manipulator/@dot
8. WARNING in /src/org/eclipse/pde/internal/build/site/P2Utils.java
 (at line 69)
bundles[i] = new File(((BundleInfo) infos.get(i)).getLocation()).toURL();
Discouraged access: The method getLocation() from the type BundleInfo is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
9. WARNING in /src/org/eclipse/pde/internal/build/site/P2Utils.java
 (at line 69)
bundles[i] = new File(((BundleInfo) infos.get(i)).getLocation()).toURL();
Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
10. WARNING in /src/org/eclipse/pde/internal/build/site/P2Utils.java
 (at line 122)
BundleInfo info = new BundleInfo();
Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
11. WARNING in /src/org/eclipse/pde/internal/build/site/P2Utils.java
 (at line 122)
BundleInfo info = new BundleInfo();
Discouraged access: The constructor BundleInfo() is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
12. WARNING in /src/org/eclipse/pde/internal/build/site/P2Utils.java
 (at line 122)
BundleInfo info = new BundleInfo();
Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
13. WARNING in /src/org/eclipse/pde/internal/build/site/P2Utils.java
 (at line 123)
info.setLocation(location);
Discouraged access: The method setLocation(URI) from the type BundleInfo is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
14. WARNING in /src/org/eclipse/pde/internal/build/site/P2Utils.java
 (at line 124)
info.setSymbolicName(modelName);
Discouraged access: The method setSymbolicName(String) from the type BundleInfo is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
15. WARNING in /src/org/eclipse/pde/internal/build/site/P2Utils.java
 (at line 125)
info.setVersion(desc.getVersion().toString());
Discouraged access: The method setVersion(String) from the type BundleInfo is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
16. WARNING in /src/org/eclipse/pde/internal/build/site/P2Utils.java
 (at line 128)
BundleInfo userInfo = (BundleInfo) userInfos.get(modelName);
Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
17. WARNING in /src/org/eclipse/pde/internal/build/site/P2Utils.java
 (at line 128)
BundleInfo userInfo = (BundleInfo) userInfos.get(modelName);
Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
18. WARNING in /src/org/eclipse/pde/internal/build/site/P2Utils.java
 (at line 129)
int start = userInfo.getStartLevel();
Discouraged access: The method getStartLevel() from the type BundleInfo is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
19. WARNING in /src/org/eclipse/pde/internal/build/site/P2Utils.java
 (at line 132)
info.setStartLevel(start);
Discouraged access: The method setStartLevel(int) from the type BundleInfo is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
20. WARNING in /src/org/eclipse/pde/internal/build/site/P2Utils.java
 (at line 133)
info.setMarkedAsStarted(userInfo.isMarkedAsStarted());
Discouraged access: The method setMarkedAsStarted(boolean) from the type BundleInfo is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
21. WARNING in /src/org/eclipse/pde/internal/build/site/P2Utils.java
 (at line 133)
info.setMarkedAsStarted(userInfo.isMarkedAsStarted());
Discouraged access: The method isMarkedAsStarted() from the type BundleInfo is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
22. WARNING in /src/org/eclipse/pde/internal/build/site/P2Utils.java
 (at line 135)
info.setStartLevel(defaultStartLevel);
Discouraged access: The method setStartLevel(int) from the type BundleInfo is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
23. WARNING in /src/org/eclipse/pde/internal/build/site/P2Utils.java
 (at line 136)
info.setMarkedAsStarted(false);
Discouraged access: The method setMarkedAsStarted(boolean) from the type BundleInfo is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
24. WARNING in /src/org/eclipse/pde/internal/build/site/P2Utils.java
 (at line 140)
info.setStartLevel(1);
Discouraged access: The method setStartLevel(int) from the type BundleInfo is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
25. WARNING in /src/org/eclipse/pde/internal/build/site/P2Utils.java
 (at line 141)
info.setMarkedAsStarted(true);
Discouraged access: The method setMarkedAsStarted(boolean) from the type BundleInfo is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
26. WARNING in /src/org/eclipse/pde/internal/build/site/P2Utils.java
 (at line 143)
info.setStartLevel(2);
Discouraged access: The method setStartLevel(int) from the type BundleInfo is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
27. WARNING in /src/org/eclipse/pde/internal/build/site/P2Utils.java
 (at line 144)
info.setMarkedAsStarted(true);
Discouraged access: The method setMarkedAsStarted(boolean) from the type BundleInfo is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
28. WARNING in /src/org/eclipse/pde/internal/build/site/P2Utils.java
 (at line 146)
info.setStartLevel(-1);
Discouraged access: The method setStartLevel(int) from the type BundleInfo is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
29. WARNING in /src/org/eclipse/pde/internal/build/site/P2Utils.java
 (at line 147)
info.setMarkedAsStarted(true);
Discouraged access: The method setMarkedAsStarted(boolean) from the type BundleInfo is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
30. WARNING in /src/org/eclipse/pde/internal/build/site/P2Utils.java
 (at line 149)
info.setStartLevel(3);
Discouraged access: The method setStartLevel(int) from the type BundleInfo is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
31. WARNING in /src/org/eclipse/pde/internal/build/site/P2Utils.java
 (at line 150)
info.setMarkedAsStarted(true);
Discouraged access: The method setMarkedAsStarted(boolean) from the type BundleInfo is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
32. WARNING in /src/org/eclipse/pde/internal/build/site/P2Utils.java
 (at line 152)
info.setStartLevel(refactoredRuntime ? 4 : 2);
Discouraged access: The method setStartLevel(int) from the type BundleInfo is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
33. WARNING in /src/org/eclipse/pde/internal/build/site/P2Utils.java
 (at line 153)
info.setMarkedAsStarted(true);
Discouraged access: The method setMarkedAsStarted(boolean) from the type BundleInfo is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
34. WARNING in /src/org/eclipse/pde/internal/build/site/P2Utils.java
 (at line 155)
info.setStartLevel(1);
Discouraged access: The method setStartLevel(int) from the type BundleInfo is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
35. WARNING in /src/org/eclipse/pde/internal/build/site/P2Utils.java
 (at line 156)
info.setMarkedAsStarted(true);
Discouraged access: The method setMarkedAsStarted(boolean) from the type BundleInfo is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
36. WARNING in /src/org/eclipse/pde/internal/build/site/P2Utils.java
 (at line 158)
info.setStartLevel(defaultStartLevel);
Discouraged access: The method setStartLevel(int) from the type BundleInfo is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
37. WARNING in /src/org/eclipse/pde/internal/build/site/P2Utils.java
 (at line 159)
info.setMarkedAsStarted(false);
Discouraged access: The method setMarkedAsStarted(boolean) from the type BundleInfo is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
38. WARNING in /src/org/eclipse/pde/internal/build/site/P2Utils.java
 (at line 173)
BundleInfo[] infos = (BundleInfo[]) bundleInfos.toArray(new BundleInfo[bundleInfos.size()]);
Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
39. WARNING in /src/org/eclipse/pde/internal/build/site/P2Utils.java
 (at line 173)
BundleInfo[] infos = (BundleInfo[]) bundleInfos.toArray(new BundleInfo[bundleInfos.size()]);
Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
40. WARNING in /src/org/eclipse/pde/internal/build/site/P2Utils.java
 (at line 173)
BundleInfo[] infos = (BundleInfo[]) bundleInfos.toArray(new BundleInfo[bundleInfos.size()]);
Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
41. WARNING in /src/org/eclipse/pde/internal/build/site/P2Utils.java
 (at line 174)
BundleInfo[] sources = (BundleInfo[]) sourceInfos.toArray(new BundleInfo[sourceInfos.size()]);
Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
42. WARNING in /src/org/eclipse/pde/internal/build/site/P2Utils.java
 (at line 174)
BundleInfo[] sources = (BundleInfo[]) sourceInfos.toArray(new BundleInfo[sourceInfos.size()]);
Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
43. WARNING in /src/org/eclipse/pde/internal/build/site/P2Utils.java
 (at line 174)
BundleInfo[] sources = (BundleInfo[]) sourceInfos.toArray(new BundleInfo[sourceInfos.size()]);
Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
44. WARNING in /src/org/eclipse/pde/internal/build/site/P2Utils.java
 (at line 176)
SimpleConfiguratorManipulator manipulator = (SimpleConfiguratorManipulator) BundleHelper.getDefault().acquireService(SimpleConfiguratorManipulator.class.getName());
Discouraged access: The type SimpleConfiguratorManipulator is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.simpleconfigurator.manipulator/@dot
45. WARNING in /src/org/eclipse/pde/internal/build/site/P2Utils.java
 (at line 176)
SimpleConfiguratorManipulator manipulator = (SimpleConfiguratorManipulator) BundleHelper.getDefault().acquireService(SimpleConfiguratorManipulator.class.getName());
Discouraged access: The type SimpleConfiguratorManipulator is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.simpleconfigurator.manipulator/@dot
46. WARNING in /src/org/eclipse/pde/internal/build/site/P2Utils.java
 (at line 176)
SimpleConfiguratorManipulator manipulator = (SimpleConfiguratorManipulator) BundleHelper.getDefault().acquireService(SimpleConfiguratorManipulator.class.getName());
Discouraged access: The type SimpleConfiguratorManipulator is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.simpleconfigurator.manipulator/@dot
47. WARNING in /src/org/eclipse/pde/internal/build/site/P2Utils.java
 (at line 178)
manipulator.saveConfiguration(infos, bundlesTxt, base);
Discouraged access: The method saveConfiguration(BundleInfo[], File, File) from the type SimpleConfiguratorManipulator is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.simpleconfigurator.manipulator/@dot
48. WARNING in /src/org/eclipse/pde/internal/build/site/P2Utils.java
 (at line 179)
manipulator.saveConfiguration(sources, srcBundlesTxt, base);
Discouraged access: The method saveConfiguration(BundleInfo[], File, File) from the type SimpleConfiguratorManipulator is not accessible due to restriction on classpath entry /builds/N201002242000/src/plugins/org.eclipse.equinox.simpleconfigurator.manipulator/@dot

Back to the top