errors | others warnings | forbidden warnings | discouraged warnings |
top | others warnings | forbidden warnings | discouraged warnings |
top | errors | forbidden warnings | discouraged warnings |
top | errors | others warnings | discouraged warnings |
top | errors | others warnings | forbidden warnings |
1. WARNING in /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/M201002111343/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/M201002111343/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/M201002111343/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/M201002111343/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/M201002111343/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/M201002111343/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/M201002111343/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/M201002111343/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
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/M201002111343/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
2. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java (at line 143) private BundleInfo[] getDefaultStartInfo() { Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
3. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java (at line 146) BundleInfo[] defaults = new BundleInfo[6]; Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
4. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java (at line 146) BundleInfo[] defaults = new BundleInfo[6]; Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
5. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java (at line 147) 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/M201002111343/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
6. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java (at line 147) 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/M201002111343/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
7. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java (at line 148) 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/M201002111343/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
8. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java (at line 148) 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/M201002111343/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
9. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java (at line 149) 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/M201002111343/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
10. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java (at line 149) 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/M201002111343/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
11. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java (at line 150) 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/M201002111343/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
12. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java (at line 150) 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/M201002111343/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
13. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java (at line 151) 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/M201002111343/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
14. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java (at line 151) 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/M201002111343/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
15. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java (at line 152) 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/M201002111343/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
16. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java (at line 152) 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/M201002111343/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
17. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java (at line 170) BundleInfo[] infos = getDefaultStartInfo(); Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
18. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java (at line 172) 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/M201002111343/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
19. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java (at line 172) 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/M201002111343/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
20. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java (at line 179) 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/M201002111343/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
21. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java (at line 179) 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/M201002111343/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
22. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java (at line 328) private void printBundleInfo(StringBuffer buffer, BundleInfo info) { Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
23. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java (at line 329) buffer.append(info.getSymbolicName()); Discouraged access: The method getSymbolicName() from the type BundleInfo is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
24. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java (at line 330) 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/M201002111343/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
25. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java (at line 330) if (info.getStartLevel() != BundleInfo.NO_LEVEL || info.isMarkedAsStarted()) Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
26. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java (at line 330) 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/M201002111343/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
27. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java (at line 330) 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/M201002111343/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
28. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java (at line 332) if (info.getStartLevel() > 0) { Discouraged access: The method getStartLevel() from the type BundleInfo is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
29. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java (at line 333) buffer.append(info.getStartLevel()); Discouraged access: The method getStartLevel() from the type BundleInfo is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
30. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java (at line 334) if (info.isMarkedAsStarted()) Discouraged access: The method isMarkedAsStarted() from the type BundleInfo is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
31. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java (at line 337) if (info.isMarkedAsStarted()) Discouraged access: The method isMarkedAsStarted() from the type BundleInfo is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
32. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java (at line 347) BundleInfo info = (BundleInfo) iterator.next(); Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
33. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java (at line 347) BundleInfo info = (BundleInfo) iterator.next(); Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
34. WARNING in /src/org/eclipse/pde/internal/build/ProductGenerator.java (at line 414) printBundleInfo(buffer, (BundleInfo) infos.get(id)); Discouraged access: The type BundleInfo is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.frameworkadmin/@dot |
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/M201002111343/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/M201002111343/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/M201002111343/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/M201002111343/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/M201002111343/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/M201002111343/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/M201002111343/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/M201002111343/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/M201002111343/src/plugins/org.eclipse.equinox.p2.publisher/@dot |
1. 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/M201002111343/src/plugins/org.eclipse.equinox.p2.publisher/@dot |
2. 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/M201002111343/src/plugins/org.eclipse.equinox.p2.core/@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/M201002111343/src/plugins/org.eclipse.equinox.p2.publisher/@dot |
4. WARNING in /src/org/eclipse/pde/internal/build/publisher/FeatureRootAdvice.java (at line 21) public class FeatureRootAdvice extends AbstractAdvice { Discouraged access: The type AbstractAdvice is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.publisher/@dot |
5. WARNING in /src/org/eclipse/pde/internal/build/publisher/FeatureRootAdvice.java (at line 28) private Version featureVersion; Discouraged access: The type Version is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.core/@dot |
6. WARNING in /src/org/eclipse/pde/internal/build/publisher/FeatureRootAdvice.java (at line 30) 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/M201002111343/src/plugins/org.eclipse.equinox.p2.core/@dot |
7. WARNING in /src/org/eclipse/pde/internal/build/publisher/FeatureRootAdvice.java (at line 37) return (featureVersion != null) ? featureVersion.equals(version) : true; Discouraged access: The method equals(Object) from the type VersionVector is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.core/@dot |
8. WARNING in /src/org/eclipse/pde/internal/build/publisher/FeatureRootAdvice.java (at line 76) FileSetDescriptor descriptor = getDescriptor(config); Discouraged access: The type FileSetDescriptor is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.publisher/@dot |
9. WARNING in /src/org/eclipse/pde/internal/build/publisher/FeatureRootAdvice.java (at line 78) 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/M201002111343/src/plugins/org.eclipse.equinox.p2.publisher/@dot |
10. WARNING in /src/org/eclipse/pde/internal/build/publisher/FeatureRootAdvice.java (at line 83) FileSetDescriptor descriptor = getDescriptor(config); Discouraged access: The type FileSetDescriptor is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.publisher/@dot |
11. WARNING in /src/org/eclipse/pde/internal/build/publisher/FeatureRootAdvice.java (at line 84) descriptor.setLinks(links); Discouraged access: The method setLinks(String) from the type FileSetDescriptor is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.publisher/@dot |
12. WARNING in /src/org/eclipse/pde/internal/build/publisher/FeatureRootAdvice.java (at line 96) public FileSetDescriptor getDescriptor(String config) { Discouraged access: The type FileSetDescriptor is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.publisher/@dot |
13. WARNING in /src/org/eclipse/pde/internal/build/publisher/FeatureRootAdvice.java (at line 98) FileSetDescriptor descriptor = null; Discouraged access: The type FileSetDescriptor is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.publisher/@dot |
14. WARNING in /src/org/eclipse/pde/internal/build/publisher/FeatureRootAdvice.java (at line 101) descriptor = (FileSetDescriptor) configAdvice[IDX_DESCRIPTOR]; Discouraged access: The type FileSetDescriptor is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.publisher/@dot |
15. WARNING in /src/org/eclipse/pde/internal/build/publisher/FeatureRootAdvice.java (at line 106) 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/M201002111343/src/plugins/org.eclipse.equinox.p2.publisher/@dot |
16. WARNING in /src/org/eclipse/pde/internal/build/publisher/FeatureRootAdvice.java (at line 106) 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/M201002111343/src/plugins/org.eclipse.equinox.p2.publisher/@dot |
17. WARNING in /src/org/eclipse/pde/internal/build/publisher/FeatureRootAdvice.java (at line 107) descriptor.setFiles(""); //$NON-NLS-1$ Discouraged access: The method setFiles(String) from the type FileSetDescriptor is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.publisher/@dot |
18. 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/M201002111343/src/plugins/org.eclipse.equinox.p2.core/@dot |
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/M201002111343/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/M201002111343/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/M201002111343/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/M201002111343/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/M201002111343/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/M201002111343/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/M201002111343/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/M201002111343/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/M201002111343/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/M201002111343/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/M201002111343/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/M201002111343/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/M201002111343/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/M201002111343/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/M201002111343/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/M201002111343/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/M201002111343/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/M201002111343/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/M201002111343/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/M201002111343/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/M201002111343/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/M201002111343/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/M201002111343/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/M201002111343/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/M201002111343/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/M201002111343/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/M201002111343/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/M201002111343/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/M201002111343/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/M201002111343/src/plugins/org.eclipse.equinox.p2.publisher/@dot |
1. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java (at line 14) import org.eclipse.equinox.internal.p2.publisher.FileSetDescriptor; Discouraged access: The type FileSetDescriptor is not accessible due to restriction on classpath entry /builds/M201002111343/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.internal.p2.publisher.eclipse.FeatureParser; Discouraged access: The type FeatureParser is not accessible due to restriction on classpath entry /builds/M201002111343/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.internal.provisional.p2.artifact.repository.ArtifactDescriptor; Discouraged access: The type ArtifactDescriptor is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.artifact.repository/@dot |
4. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java (at line 17) 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/M201002111343/src/plugins/org.eclipse.equinox.p2.artifact.repository/@dot |
5. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java (at line 18) import org.eclipse.equinox.internal.provisional.p2.metadata.IArtifactKey; Discouraged access: The type IArtifactKey is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.metadata/@dot |
6. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java (at line 19) import org.eclipse.equinox.internal.provisional.p2.metadata.IInstallableUnit; Discouraged access: The type IInstallableUnit is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.metadata/@dot |
7. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.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/M201002111343/src/plugins/org.eclipse.equinox.p2.publisher/@dot |
8. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.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/M201002111343/src/plugins/org.eclipse.equinox.p2.publisher/@dot |
9. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java (at line 22) import org.eclipse.equinox.p2.publisher.eclipse.Feature; Discouraged access: The type Feature is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.publisher/@dot |
10. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java (at line 23) import org.eclipse.equinox.p2.publisher.eclipse.FeaturesAction; Discouraged access: The type FeaturesAction is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.publisher/@dot |
11. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java (at line 24) import org.eclipse.equinox.spi.p2.publisher.PublisherHelper; Discouraged access: The type PublisherHelper is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.publisher/@dot |
12. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java (at line 26) public class GatherFeatureAction extends FeaturesAction { Discouraged access: The type FeaturesAction is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.publisher/@dot |
13. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java (at line 32) super(new File[] {location}); Discouraged access: The constructor FeaturesAction(File[]) is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.publisher/@dot |
14. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java (at line 44) protected Feature[] getFeatures(File[] locations) { Discouraged access: The type Feature is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.publisher/@dot |
15. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java (at line 45) Feature feature = new FeatureParser().parse(featureRoot); Discouraged access: The type Feature is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.publisher/@dot |
16. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java (at line 45) Feature feature = new FeatureParser().parse(featureRoot); Discouraged access: The constructor FeatureParser() is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.publisher/@dot |
17. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java (at line 45) 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/M201002111343/src/plugins/org.eclipse.equinox.p2.publisher/@dot |
18. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java (at line 45) Feature feature = new FeatureParser().parse(featureRoot); Discouraged access: The type FeatureParser is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.publisher/@dot |
19. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java (at line 47) 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/M201002111343/src/plugins/org.eclipse.equinox.p2.publisher/@dot |
20. 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/M201002111343/src/plugins/org.eclipse.equinox.p2.publisher/@dot |
21. 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/M201002111343/src/plugins/org.eclipse.equinox.p2.publisher/@dot |
22. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java (at line 53) protected ArrayList generateRootFileIUs(Feature feature, IPublisherResult result, IPublisherInfo publisherInfo) { Discouraged access: The type Feature is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.publisher/@dot |
23. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java (at line 53) protected ArrayList generateRootFileIUs(Feature feature, IPublisherResult result, IPublisherInfo publisherInfo) { Discouraged access: The type IPublisherResult is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.publisher/@dot |
24. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java (at line 53) protected ArrayList generateRootFileIUs(Feature feature, IPublisherResult result, IPublisherInfo publisherInfo) { Discouraged access: The type IPublisherInfo is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.publisher/@dot |
25. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java (at line 56) Collection collection = publisherInfo.getAdvice(null, false, null, null, FeatureRootAdvice.class); Discouraged access: The method getAdvice(String, boolean, String, Version, Class) from the type IPublisherInfo is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.publisher/@dot |
26. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java (at line 68) FileSetDescriptor descriptor = advice.getDescriptor(config); Discouraged access: The type FileSetDescriptor is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.publisher/@dot |
27. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java (at line 69) IInstallableUnit iu = (IInstallableUnit) createFeatureRootFileIU(feature.getId(), feature.getVersion(), null, descriptor)[0]; Discouraged access: The type IInstallableUnit is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.metadata/@dot |
28. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java (at line 69) IInstallableUnit iu = (IInstallableUnit) createFeatureRootFileIU(feature.getId(), feature.getVersion(), null, descriptor)[0]; Discouraged access: The type IInstallableUnit is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.metadata/@dot |
29. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java (at line 69) IInstallableUnit iu = (IInstallableUnit) createFeatureRootFileIU(feature.getId(), feature.getVersion(), null, descriptor)[0]; Discouraged access: The method createFeatureRootFileIU(String, String, File, FileSetDescriptor) from the type FeaturesAction is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.publisher/@dot |
30. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java (at line 69) IInstallableUnit iu = (IInstallableUnit) createFeatureRootFileIU(feature.getId(), feature.getVersion(), null, descriptor)[0]; Discouraged access: The method getId() from the type Feature is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.publisher/@dot |
31. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java (at line 69) IInstallableUnit iu = (IInstallableUnit) createFeatureRootFileIU(feature.getId(), feature.getVersion(), null, descriptor)[0]; Discouraged access: The method getVersion() from the type Feature is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.publisher/@dot |
32. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java (at line 72) IArtifactKey artifactKey = iu.getArtifacts()[0]; Discouraged access: The type IArtifactKey is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.metadata/@dot |
33. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java (at line 72) IArtifactKey artifactKey = iu.getArtifacts()[0]; Discouraged access: The method getArtifacts() from the type IInstallableUnit is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.metadata/@dot |
34. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java (at line 73) ArtifactDescriptor artifactDescriptor = new ArtifactDescriptor(artifactKey); Discouraged access: The type ArtifactDescriptor is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.artifact.repository/@dot |
35. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java (at line 73) ArtifactDescriptor artifactDescriptor = new ArtifactDescriptor(artifactKey); Discouraged access: The constructor ArtifactDescriptor(IArtifactKey) is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.artifact.repository/@dot |
36. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java (at line 73) ArtifactDescriptor artifactDescriptor = new ArtifactDescriptor(artifactKey); Discouraged access: The type ArtifactDescriptor is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.artifact.repository/@dot |
37. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java (at line 74) publishArtifact(artifactDescriptor, files, null, publisherInfo, rootComputer); 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/M201002111343/src/plugins/org.eclipse.equinox.p2.publisher/@dot |
38. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java (at line 76) result.addIU(iu, IPublisherResult.NON_ROOT); Discouraged access: The method addIU(IInstallableUnit, String) from the type IPublisherResult is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.publisher/@dot |
39. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java (at line 76) result.addIU(iu, IPublisherResult.NON_ROOT); Discouraged access: The type IPublisherResult is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.publisher/@dot |
40. WARNING in /src/org/eclipse/pde/internal/build/publisher/GatherFeatureAction.java (at line 76) result.addIU(iu, IPublisherResult.NON_ROOT); Discouraged access: The field NON_ROOT from the type IPublisherResult is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.equinox.p2.publisher/@dot |
41. 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/M201002111343/src/plugins/org.eclipse.equinox.p2.publisher/@dot |
42. 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/M201002111343/src/plugins/org.eclipse.equinox.p2.metadata/@dot |
43. 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/M201002111343/src/plugins/org.eclipse.equinox.p2.publisher/@dot |
44. 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/M201002111343/src/plugins/org.eclipse.equinox.p2.publisher/@dot |
45. 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/M201002111343/src/plugins/org.eclipse.equinox.p2.publisher/@dot |
46. 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/M201002111343/src/plugins/org.eclipse.equinox.p2.publisher/@dot |
47. 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/M201002111343/src/plugins/org.eclipse.equinox.p2.metadata/@dot |
48. 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/M201002111343/src/plugins/org.eclipse.equinox.p2.publisher/@dot |
49. 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/M201002111343/src/plugins/org.eclipse.equinox.p2.metadata/@dot |
50. 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/M201002111343/src/plugins/org.eclipse.equinox.p2.metadata/@dot |
51. 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/M201002111343/src/plugins/org.eclipse.equinox.p2.artifact.repository/@dot |
52. 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/M201002111343/src/plugins/org.eclipse.equinox.p2.artifact.repository/@dot |
53. 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/M201002111343/src/plugins/org.eclipse.equinox.p2.publisher/@dot |
54. 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/M201002111343/src/plugins/org.eclipse.equinox.p2.publisher/@dot |
55. 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/M201002111343/src/plugins/org.eclipse.equinox.p2.publisher/@dot |
56. 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/M201002111343/src/plugins/org.eclipse.equinox.p2.artifact.repository/@dot |
57. 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/M201002111343/src/plugins/org.eclipse.equinox.p2.artifact.repository/@dot |
58. 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/M201002111343/src/plugins/org.eclipse.equinox.p2.artifact.repository/@dot |
59. 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/M201002111343/src/plugins/org.eclipse.equinox.p2.artifact.repository/@dot |
60. 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/M201002111343/src/plugins/org.eclipse.equinox.p2.artifact.repository/@dot |
61. 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/M201002111343/src/plugins/org.eclipse.equinox.p2.publisher/@dot |
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/M201002111343/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/M201002111343/src/plugins/org.eclipse.equinox.p2.core/@dot |
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/M201002111343/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/M201002111343/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/M201002111343/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/M201002111343/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/M201002111343/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/M201002111343/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/M201002111343/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/M201002111343/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/M201002111343/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/M201002111343/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/M201002111343/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/M201002111343/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/M201002111343/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/M201002111343/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/M201002111343/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/M201002111343/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/M201002111343/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/M201002111343/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/M201002111343/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/M201002111343/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/M201002111343/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/M201002111343/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/M201002111343/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/M201002111343/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/M201002111343/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/M201002111343/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/M201002111343/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/M201002111343/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/M201002111343/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/M201002111343/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/M201002111343/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/M201002111343/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/M201002111343/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/M201002111343/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/M201002111343/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/M201002111343/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/M201002111343/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/M201002111343/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/M201002111343/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/M201002111343/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/M201002111343/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/M201002111343/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/M201002111343/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/M201002111343/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/M201002111343/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/M201002111343/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/M201002111343/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/M201002111343/src/plugins/org.eclipse.equinox.simpleconfigurator.manipulator/@dot |