Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-releng-dev] [eclipse-build]Build I20090728-1036 (Timestamp: 200907281036):Compile errors in build

Build I20090728-1036 (Timestamp: 200907281036):  Compile errors in build.  See attached compile logs.
Title: Compiler log for org.eclipse.pde.build_3.5.100.v20090727

Compiler log for org.eclipse.pde.build_3.5.100.v20090727 : pdebuild.jar.bin.xml

TOTAL : ERRORS: 3, WARNINGS: 196

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

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

1. ERROR in /src/org/eclipse/pde/internal/build/publisher/FeatureRootAdvice.java
 (at line 19)
import org.eclipse.equinox.p2.publisher.actions.IFeatureRootAdvice;
The import org.eclipse.equinox.p2.publisher.actions.IFeatureRootAdvice cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/build/publisher/FeatureRootAdvice.java
 (at line 22)
public class FeatureRootAdvice extends AbstractAdvice implements IFeatureRootAdvice {
IFeatureRootAdvice cannot be resolved to a type
3. ERROR in /src/org/eclipse/pde/internal/build/publisher/FeatureRootAdvice.java
 (at line 73)
descriptor.addFiles(computer.getFiles());
The method addFiles(File[]) is undefined for the type FileSetDescriptor

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/I200907281036/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/I200907281036/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/I200907281036/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/I200907281036/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/I200907281036/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/I200907281036/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/I200907281036/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/I200907281036/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/I200907281036/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
2. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java
 (at line 144)
private BundleInfo[] getDefaultStartInfo() {
Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/I200907281036/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
3. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java
 (at line 147)
BundleInfo[] defaults = new BundleInfo[6];
Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/I200907281036/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
4. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java
 (at line 147)
BundleInfo[] defaults = new BundleInfo[6];
Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/I200907281036/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
5. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java
 (at line 148)
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/I200907281036/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
6. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java
 (at line 148)
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/I200907281036/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
7. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java
 (at line 149)
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/I200907281036/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
8. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java
 (at line 149)
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/I200907281036/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
9. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java
 (at line 150)
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/I200907281036/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
10. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java
 (at line 150)
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/I200907281036/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
11. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java
 (at line 151)
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/I200907281036/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
12. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java
 (at line 151)
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/I200907281036/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
13. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java
 (at line 152)
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/I200907281036/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
14. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java
 (at line 152)
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/I200907281036/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
15. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java
 (at line 153)
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/I200907281036/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
16. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java
 (at line 153)
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/I200907281036/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
17. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java
 (at line 171)
BundleInfo[] infos = getDefaultStartInfo();
Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/I200907281036/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
18. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java
 (at line 173)
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/I200907281036/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
19. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java
 (at line 173)
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/I200907281036/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
20. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java
 (at line 180)
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/I200907281036/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
21. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java
 (at line 180)
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/I200907281036/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
22. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java
 (at line 365)
private void printBundleInfo(StringBuffer buffer, BundleInfo info) {
Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/I200907281036/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
23. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java
 (at line 366)
buffer.append(info.getSymbolicName());
Discouraged access: The method getSymbolicName() from the type BundleInfo is not accessible due to restriction on classpath entry /builds/I200907281036/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
24. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java
 (at line 367)
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/I200907281036/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
25. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java
 (at line 367)
if (info.getStartLevel() != BundleInfo.NO_LEVEL || info.isMarkedAsStarted())
Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/I200907281036/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
26. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java
 (at line 367)
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/I200907281036/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
27. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java
 (at line 367)
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/I200907281036/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
28. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java
 (at line 369)
if (info.getStartLevel() > 0) {
Discouraged access: The method getStartLevel() from the type BundleInfo is not accessible due to restriction on classpath entry /builds/I200907281036/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
29. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java
 (at line 370)
buffer.append(info.getStartLevel());
Discouraged access: The method getStartLevel() from the type BundleInfo is not accessible due to restriction on classpath entry /builds/I200907281036/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
30. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java
 (at line 371)
if (info.isMarkedAsStarted())
Discouraged access: The method isMarkedAsStarted() from the type BundleInfo is not accessible due to restriction on classpath entry /builds/I200907281036/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
31. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java
 (at line 374)
if (info.isMarkedAsStarted())
Discouraged access: The method isMarkedAsStarted() from the type BundleInfo is not accessible due to restriction on classpath entry /builds/I200907281036/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
32. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java
 (at line 384)
BundleInfo info = (BundleInfo) iterator.next();
Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/I200907281036/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
33. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java
 (at line 384)
BundleInfo info = (BundleInfo) iterator.next();
Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/I200907281036/src/plugins/org.eclipse.equinox.frameworkadmin/@dot
34. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java
 (at line 451)
printBundleInfo(buffer, (BundleInfo) infos.get(id));
Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/I200907281036/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/I200907281036/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/I200907281036/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/I200907281036/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/I200907281036/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/I200907281036/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/I200907281036/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/I200907281036/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/I200907281036/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/I200907281036/src/plugins/org.eclipse.equinox.p2.publisher/@dot

/src/org/eclipse/pde/internal/build/publisher/FeatureRootAdvice.java : 20 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/I200907281036/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/I200907281036/src/plugins/org.eclipse.equinox.p2.publisher/@dot
3. WARNING in /src/org/eclipse/pde/internal/build/publisher/FeatureRootAdvice.java
 (at line 17)
import org.eclipse.equinox.internal.provisional.p2.core.Version;
Discouraged access: The type Version is not accessible due to restriction on classpath entry /builds/I200907281036/src/plugins/org.eclipse.equinox.p2.core/@dot
4. 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/I200907281036/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/I200907281036/src/plugins/org.eclipse.equinox.p2.publisher/@dot
6. WARNING in /src/org/eclipse/pde/internal/build/publisher/FeatureRootAdvice.java
 (at line 29)
private Version featureVersion;
Discouraged access: The type Version is not accessible due to restriction on classpath entry /builds/I200907281036/src/plugins/org.eclipse.equinox.p2.core/@dot
7. WARNING in /src/org/eclipse/pde/internal/build/publisher/FeatureRootAdvice.java
 (at line 31)
public boolean isApplicable(String configSpec, boolean includeDefault, String id, Version version) {
Discouraged access: The type Version is not accessible due to restriction on classpath entry /builds/I200907281036/src/plugins/org.eclipse.equinox.p2.core/@dot
8. WARNING in /src/org/eclipse/pde/internal/build/publisher/FeatureRootAdvice.java
 (at line 34)
if (featureVersion != null && !featureVersion.equals(version))
Discouraged access: The method equals(Object) from the type VersionVector is not accessible due to restriction on classpath entry /builds/I200907281036/src/plugins/org.eclipse.equinox.p2.core/@dot
9. 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/I200907281036/src/plugins/org.eclipse.equinox.p2.core/@dot
10. 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/I200907281036/src/plugins/org.eclipse.equinox.p2.publisher/@dot
11. 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/I200907281036/src/plugins/org.eclipse.equinox.p2.publisher/@dot
12. 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/I200907281036/src/plugins/org.eclipse.equinox.p2.publisher/@dot
13. 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/I200907281036/src/plugins/org.eclipse.equinox.p2.publisher/@dot
14. 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/I200907281036/src/plugins/org.eclipse.equinox.p2.publisher/@dot
15. 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/I200907281036/src/plugins/org.eclipse.equinox.p2.publisher/@dot
16. 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/I200907281036/src/plugins/org.eclipse.equinox.p2.publisher/@dot
17. 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/I200907281036/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 constructor FileSetDescriptor(String, String) is not accessible due to restriction on classpath entry /builds/I200907281036/src/plugins/org.eclipse.equinox.p2.publisher/@dot
19. 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/I200907281036/src/plugins/org.eclipse.equinox.p2.publisher/@dot
20. WARNING in /src/org/eclipse/pde/internal/build/publisher/FeatureRootAdvice.java
 (at line 117)
public void setFeatureVersion(Version featureVersion) {
Discouraged access: The type Version is not accessible due to restriction on classpath entry /builds/I200907281036/src/plugins/org.eclipse.equinox.p2.core/@dot

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

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherBundleAction.java
 (at line 18)
import org.eclipse.equinox.internal.provisional.p2.artifact.repository.IArtifactDescriptor;
Discouraged access: The type IArtifactDescriptor is not accessible due to restriction on classpath entry /builds/I200907281036/src/plugins/org.eclipse.equinox.p2.artifact.repository/@dot
2. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherBundleAction.java
 (at line 19)
import org.eclipse.equinox.internal.provisional.p2.core.Version;
Discouraged access: The type Version is not accessible due to restriction on classpath entry /builds/I200907281036/src/plugins/org.eclipse.equinox.p2.core/@dot
3. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherBundleAction.java
 (at line 20)
import org.eclipse.equinox.p2.publisher.IPublisherInfo;
Discouraged access: The type IPublisherInfo is not accessible due to restriction on classpath entry /builds/I200907281036/src/plugins/org.eclipse.equinox.p2.publisher/@dot
4. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherBundleAction.java
 (at line 21)
import org.eclipse.equinox.p2.publisher.IPublisherResult;
Discouraged access: The type IPublisherResult is not accessible due to restriction on classpath entry /builds/I200907281036/src/plugins/org.eclipse.equinox.p2.publisher/@dot
5. 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/I200907281036/src/plugins/org.eclipse.equinox.p2.publisher/@dot
6. 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/I200907281036/src/plugins/org.eclipse.equinox.p2.publisher/@dot
7. 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/I200907281036/src/plugins/org.eclipse.equinox.p2.publisher/@dot
8. 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/I200907281036/src/plugins/org.eclipse.equinox.p2.publisher/@dot
9. 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/I200907281036/src/plugins/org.eclipse.equinox.p2.publisher/@dot
10. 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 IArtifactDescriptor is not accessible due to restriction on classpath entry /builds/I200907281036/src/plugins/org.eclipse.equinox.p2.artifact.repository/@dot
11. 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/I200907281036/src/plugins/org.eclipse.equinox.p2.publisher/@dot
12. 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/I200907281036/src/plugins/org.eclipse.equinox.p2.publisher/@dot
13. 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/I200907281036/src/plugins/org.eclipse.equinox.p2.publisher/@dot
14. 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/I200907281036/src/plugins/org.eclipse.equinox.p2.publisher/@dot
15. 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/I200907281036/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 type IBundleShapeAdvice is not accessible due to restriction on classpath entry /builds/I200907281036/src/plugins/org.eclipse.equinox.p2.publisher/@dot
17. 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/I200907281036/src/plugins/org.eclipse.equinox.p2.publisher/@dot
18. 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/I200907281036/src/plugins/org.eclipse.equinox.p2.publisher/@dot
19. 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/I200907281036/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 type IBundleShapeAdvice is not accessible due to restriction on classpath entry /builds/I200907281036/src/plugins/org.eclipse.equinox.p2.publisher/@dot
21. 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/I200907281036/src/plugins/org.eclipse.equinox.p2.publisher/@dot
22. 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/I200907281036/src/plugins/org.eclipse.equinox.p2.publisher/@dot
23. 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/I200907281036/src/plugins/org.eclipse.equinox.p2.publisher/@dot
24. 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/I200907281036/src/plugins/org.eclipse.equinox.p2.publisher/@dot
25. 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/I200907281036/src/plugins/org.eclipse.equinox.p2.publisher/@dot
26. 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/I200907281036/src/plugins/org.eclipse.equinox.p2.publisher/@dot
27. 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 Version is not accessible due to restriction on classpath entry /builds/I200907281036/src/plugins/org.eclipse.equinox.p2.core/@dot
28. 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 method fromOSGiVersion(Version) from the type Version is not accessible due to restriction on classpath entry /builds/I200907281036/src/plugins/org.eclipse.equinox.p2.core/@dot
29. 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/I200907281036/src/plugins/org.eclipse.equinox.p2.publisher/@dot
30. 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/I200907281036/src/plugins/org.eclipse.equinox.p2.publisher/@dot

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

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java
 (at line 12)
import org.eclipse.equinox.internal.p2.publisher.eclipse.FeatureParser;
Discouraged access: The type FeatureParser is not accessible due to restriction on classpath entry /builds/I200907281036/src/plugins/org.eclipse.equinox.p2.publisher/@dot
2. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java
 (at line 13)
import org.eclipse.equinox.internal.provisional.p2.artifact.repository.ArtifactDescriptor;
Discouraged access: The type ArtifactDescriptor is not accessible due to restriction on classpath entry /builds/I200907281036/src/plugins/org.eclipse.equinox.p2.artifact.repository/@dot
3. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java
 (at line 14)
import org.eclipse.equinox.internal.provisional.p2.artifact.repository.IArtifactDescriptor;
Discouraged access: The type IArtifactDescriptor is not accessible due to restriction on classpath entry /builds/I200907281036/src/plugins/org.eclipse.equinox.p2.artifact.repository/@dot
4. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java
 (at line 15)
import org.eclipse.equinox.internal.provisional.p2.core.Version;
Discouraged access: The type Version is not accessible due to restriction on classpath entry /builds/I200907281036/src/plugins/org.eclipse.equinox.p2.core/@dot
5. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java
 (at line 16)
import org.eclipse.equinox.internal.provisional.p2.metadata.IArtifactKey;
Discouraged access: The type IArtifactKey is not accessible due to restriction on classpath entry /builds/I200907281036/src/plugins/org.eclipse.equinox.p2.metadata/@dot
6. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java
 (at line 17)
import org.eclipse.equinox.internal.provisional.p2.metadata.IInstallableUnit;
Discouraged access: The type IInstallableUnit is not accessible due to restriction on classpath entry /builds/I200907281036/src/plugins/org.eclipse.equinox.p2.metadata/@dot
7. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java
 (at line 18)
import org.eclipse.equinox.p2.publisher.IPublisherInfo;
Discouraged access: The type IPublisherInfo is not accessible due to restriction on classpath entry /builds/I200907281036/src/plugins/org.eclipse.equinox.p2.publisher/@dot
8. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java
 (at line 19)
import org.eclipse.equinox.p2.publisher.eclipse.Feature;
Discouraged access: The type Feature is not accessible due to restriction on classpath entry /builds/I200907281036/src/plugins/org.eclipse.equinox.p2.publisher/@dot
9. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java
 (at line 20)
import org.eclipse.equinox.p2.publisher.eclipse.FeaturesAction;
Discouraged access: The type FeaturesAction is not accessible due to restriction on classpath entry /builds/I200907281036/src/plugins/org.eclipse.equinox.p2.publisher/@dot
10. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java
 (at line 21)
import org.eclipse.equinox.spi.p2.publisher.PublisherHelper;
Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /builds/I200907281036/src/plugins/org.eclipse.equinox.p2.publisher/@dot
11. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java
 (at line 23)
public class GatherFeatureAction extends FeaturesAction {
Discouraged access: The type FeaturesAction is not accessible due to restriction on classpath entry /builds/I200907281036/src/plugins/org.eclipse.equinox.p2.publisher/@dot
12. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java
 (at line 30)
super(new File[] {location});
Discouraged access: The constructor FeaturesAction(File[]) is not accessible due to restriction on classpath entry /builds/I200907281036/src/plugins/org.eclipse.equinox.p2.publisher/@dot
13. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java
 (at line 42)
protected Feature[] getFeatures(File[] locations) {
Discouraged access: The type Feature is not accessible due to restriction on classpath entry /builds/I200907281036/src/plugins/org.eclipse.equinox.p2.publisher/@dot
14. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java
 (at line 43)
Feature feature = new FeatureParser().parse(featureRoot);
Discouraged access: The type Feature is not accessible due to restriction on classpath entry /builds/I200907281036/src/plugins/org.eclipse.equinox.p2.publisher/@dot
15. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java
 (at line 43)
Feature feature = new FeatureParser().parse(featureRoot);
Discouraged access: The constructor FeatureParser() is not accessible due to restriction on classpath entry /builds/I200907281036/src/plugins/org.eclipse.equinox.p2.publisher/@dot
16. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java
 (at line 43)
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/I200907281036/src/plugins/org.eclipse.equinox.p2.publisher/@dot
17. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java
 (at line 43)
Feature feature = new FeatureParser().parse(featureRoot);
Discouraged access: The type FeatureParser is not accessible due to restriction on classpath entry /builds/I200907281036/src/plugins/org.eclipse.equinox.p2.publisher/@dot
18. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java
 (at line 45)
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/I200907281036/src/plugins/org.eclipse.equinox.p2.publisher/@dot
19. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java
 (at line 46)
rootAdvice.setFeatureId(feature.getId());
Discouraged access: The method getId() from the type Feature is not accessible due to restriction on classpath entry /builds/I200907281036/src/plugins/org.eclipse.equinox.p2.publisher/@dot
20. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java
 (at line 47)
rootAdvice.setFeatureVersion(Version.parseVersion(feature.getVersion()));
Discouraged access: The type Version is not accessible due to restriction on classpath entry /builds/I200907281036/src/plugins/org.eclipse.equinox.p2.core/@dot
21. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java
 (at line 47)
rootAdvice.setFeatureVersion(Version.parseVersion(feature.getVersion()));
Discouraged access: The method parseVersion(String) from the type Version is not accessible due to restriction on classpath entry /builds/I200907281036/src/plugins/org.eclipse.equinox.p2.core/@dot
22. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java
 (at line 47)
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/I200907281036/src/plugins/org.eclipse.equinox.p2.publisher/@dot
23. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java
 (at line 48)
return new Feature[] {feature};
Discouraged access: The type Feature is not accessible due to restriction on classpath entry /builds/I200907281036/src/plugins/org.eclipse.equinox.p2.publisher/@dot
24. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java
 (at line 50)
return new Feature[0];
Discouraged access: The type Feature is not accessible due to restriction on classpath entry /builds/I200907281036/src/plugins/org.eclipse.equinox.p2.publisher/@dot
25. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java
 (at line 86)
return super.getGroupId(featureId);
Discouraged access: The method getGroupId(String) from the type FeaturesAction is not accessible due to restriction on classpath entry /builds/I200907281036/src/plugins/org.eclipse.equinox.p2.publisher/@dot
26. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java
 (at line 89)
protected IInstallableUnit generateFeatureJarIU(Feature feature, IPublisherInfo publisherInfo) {
Discouraged access: The type IInstallableUnit is not accessible due to restriction on classpath entry /builds/I200907281036/src/plugins/org.eclipse.equinox.p2.metadata/@dot
27. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java
 (at line 89)
protected IInstallableUnit generateFeatureJarIU(Feature feature, IPublisherInfo publisherInfo) {
Discouraged access: The type Feature is not accessible due to restriction on classpath entry /builds/I200907281036/src/plugins/org.eclipse.equinox.p2.publisher/@dot
28. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java
 (at line 89)
protected IInstallableUnit generateFeatureJarIU(Feature feature, IPublisherInfo publisherInfo) {
Discouraged access: The type IPublisherInfo is not accessible due to restriction on classpath entry /builds/I200907281036/src/plugins/org.eclipse.equinox.p2.publisher/@dot
29. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java
 (at line 92)
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/I200907281036/src/plugins/org.eclipse.equinox.p2.publisher/@dot
30. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java
 (at line 95)
protected void publishFeatureArtifacts(Feature feature, IInstallableUnit featureIU, IPublisherInfo publisherInfo) {
Discouraged access: The type Feature is not accessible due to restriction on classpath entry /builds/I200907281036/src/plugins/org.eclipse.equinox.p2.publisher/@dot
31. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java
 (at line 95)
protected void publishFeatureArtifacts(Feature feature, IInstallableUnit featureIU, IPublisherInfo publisherInfo) {
Discouraged access: The type IInstallableUnit is not accessible due to restriction on classpath entry /builds/I200907281036/src/plugins/org.eclipse.equinox.p2.metadata/@dot
32. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java
 (at line 95)
protected void publishFeatureArtifacts(Feature feature, IInstallableUnit featureIU, IPublisherInfo publisherInfo) {
Discouraged access: The type IPublisherInfo is not accessible due to restriction on classpath entry /builds/I200907281036/src/plugins/org.eclipse.equinox.p2.publisher/@dot
33. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java
 (at line 100)
IArtifactKey[] artifacts = featureIU.getArtifacts();
Discouraged access: The type IArtifactKey is not accessible due to restriction on classpath entry /builds/I200907281036/src/plugins/org.eclipse.equinox.p2.metadata/@dot
34. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java
 (at line 100)
IArtifactKey[] artifacts = featureIU.getArtifacts();
Discouraged access: The method getArtifacts() from the type IInstallableUnit is not accessible due to restriction on classpath entry /builds/I200907281036/src/plugins/org.eclipse.equinox.p2.metadata/@dot
35. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java
 (at line 105)
ArtifactDescriptor ad = (ArtifactDescriptor) PublisherHelper.createArtifactDescriptor(artifacts[0], null);
Discouraged access: The type ArtifactDescriptor is not accessible due to restriction on classpath entry /builds/I200907281036/src/plugins/org.eclipse.equinox.p2.artifact.repository/@dot
36. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java
 (at line 105)
ArtifactDescriptor ad = (ArtifactDescriptor) PublisherHelper.createArtifactDescriptor(artifacts[0], null);
Discouraged access: The type ArtifactDescriptor is not accessible due to restriction on classpath entry /builds/I200907281036/src/plugins/org.eclipse.equinox.p2.artifact.repository/@dot
37. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java
 (at line 105)
ArtifactDescriptor ad = (ArtifactDescriptor) PublisherHelper.createArtifactDescriptor(artifacts[0], null);
Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /builds/I200907281036/src/plugins/org.eclipse.equinox.p2.publisher/@dot
38. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java
 (at line 105)
ArtifactDescriptor ad = (ArtifactDescriptor) PublisherHelper.createArtifactDescriptor(artifacts[0], null);
Discouraged access: The method createArtifactDescriptor(IArtifactKey, File) from the type PublisherHelper is not accessible due to restriction on classpath entry /builds/I200907281036/src/plugins/org.eclipse.equinox.p2.publisher/@dot
39. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java
 (at line 106)
processArtifactPropertiesAdvice(featureIU, ad, publisherInfo);
Discouraged access: The method processArtifactPropertiesAdvice(IInstallableUnit, ArtifactDescriptor, IPublisherInfo) from the type AbstractPublisherAction is not accessible due to restriction on classpath entry /builds/I200907281036/src/plugins/org.eclipse.equinox.p2.publisher/@dot
40. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java
 (at line 107)
ad.setProperty(IArtifactDescriptor.DOWNLOAD_CONTENTTYPE, IArtifactDescriptor.TYPE_ZIP);
Discouraged access: The method setProperty(String, String) from the type ArtifactDescriptor is not accessible due to restriction on classpath entry /builds/I200907281036/src/plugins/org.eclipse.equinox.p2.artifact.repository/@dot
41. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java
 (at line 107)
ad.setProperty(IArtifactDescriptor.DOWNLOAD_CONTENTTYPE, IArtifactDescriptor.TYPE_ZIP);
Discouraged access: The type IArtifactDescriptor is not accessible due to restriction on classpath entry /builds/I200907281036/src/plugins/org.eclipse.equinox.p2.artifact.repository/@dot
42. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java
 (at line 107)
ad.setProperty(IArtifactDescriptor.DOWNLOAD_CONTENTTYPE, IArtifactDescriptor.TYPE_ZIP);
Discouraged access: The field DOWNLOAD_CONTENTTYPE from the type IArtifactDescriptor is not accessible due to restriction on classpath entry /builds/I200907281036/src/plugins/org.eclipse.equinox.p2.artifact.repository/@dot
43. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java
 (at line 107)
ad.setProperty(IArtifactDescriptor.DOWNLOAD_CONTENTTYPE, IArtifactDescriptor.TYPE_ZIP);
Discouraged access: The type IArtifactDescriptor is not accessible due to restriction on classpath entry /builds/I200907281036/src/plugins/org.eclipse.equinox.p2.artifact.repository/@dot
44. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java
 (at line 107)
ad.setProperty(IArtifactDescriptor.DOWNLOAD_CONTENTTYPE, IArtifactDescriptor.TYPE_ZIP);
Discouraged access: The field TYPE_ZIP from the type IArtifactDescriptor is not accessible due to restriction on classpath entry /builds/I200907281036/src/plugins/org.eclipse.equinox.p2.artifact.repository/@dot
45. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java
 (at line 109)
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/I200907281036/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/I200907281036/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/I200907281036/src/plugins/org.eclipse.equinox.p2.core/@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/I200907281036/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/I200907281036/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/I200907281036/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/I200907281036/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/I200907281036/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/I200907281036/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/I200907281036/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/I200907281036/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/I200907281036/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/I200907281036/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/I200907281036/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/I200907281036/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/I200907281036/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/I200907281036/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/I200907281036/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/I200907281036/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/I200907281036/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/I200907281036/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/I200907281036/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/I200907281036/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/I200907281036/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/I200907281036/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/I200907281036/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/I200907281036/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/I200907281036/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/I200907281036/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/I200907281036/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/I200907281036/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/I200907281036/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/I200907281036/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/I200907281036/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/I200907281036/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/I200907281036/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/I200907281036/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/I200907281036/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/I200907281036/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/I200907281036/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/I200907281036/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/I200907281036/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/I200907281036/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/I200907281036/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/I200907281036/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/I200907281036/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/I200907281036/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/I200907281036/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/I200907281036/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/I200907281036/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/I200907281036/src/plugins/org.eclipse.equinox.simpleconfigurator.manipulator/@dot

Back to the top